4 Domains using 2 Clustered C350

Hi,
Anyone here had this kind of setup already?
2 x c350 - version 6.1.0-307
1.) I have 4 domains which are configured to be trusted
(domain1...domain4)
All domains have their own incoming and outgoing content filters...
I configured my LDAP to use port 3268 for all domains to query the
group on my AD per domain groups
Queries are working via test query on groups with respect to domains
where my user is a member.
My problems below;
1.) On my logs (mail logs) when i have it on production it seemed that
LDAP queries are not working.... I can ping all domains from my
Ironport C350
2.) Filters are not working too...html and txt footer... how can they
detect an outlook that uses html or footer.
hope anyone can suggest me or correct somethin..
thank you so much
regards,
kira

Pls forgive me for posting in the wrong section..
My apology...

Similar Messages

  • Error While running WLST script to create SOA Domain in Clustered Environme

    Hi,
    I am trying to run WLST script to create SOA Domain in clustered environment.The script is as follows.
    import sys
    print "@@@ Starting the script ..."
    global props
    from wlstModule import *#@UnusedWildImport
    from java.io import FileInputStream
    from java.io import File
    #=======================================================================================
    # Create Boot Properties File
    #=======================================================================================
    def createBootPropertiesFile(directoryPath, username, password):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/boot.properties', 'w')
    fileNew.write('username=%s\n' % username)
    fileNew.write('password=%s\n' % password)
    fileNew.flush()
    fileNew.close()
    def createNodeManagerPropertiesFile(directoryPath, username, password):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/nm_password.properties', 'w')
    fileNew.write('username=%s\n' % username)
    fileNew.write('password=%s\n' % password)
    fileNew.flush()
    fileNew.close()
    def createAdminStartupPropertiesFile(directoryPath, args):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/startup.properties', 'w')
    args=args.replace(':','\\:')
    args=args.replace('=','\\=')
    fileNew.write('Arguments=%s\n' % args)
    fileNew.flush()
    fileNew.close()
    I am getting the error :
    Problem invoking WLST - Traceback (innermost last):
    (no code object) at line 0
    File "D:\Oracle\Middleware\Oracle_SOA1\bin\SOADomainScript.py", line 11
    adminserverDir = File(directoryPath)
    ^
    SyntaxError: invalid syntax
    Do i need to set any jar in the classpath? Already jython.jar is available in the classapath.
    Thanks in advance.
    Regards,
    Subha

    Hi,
    I am trying to run WLST script to create SOA Domain in clustered environment.The script is as follows.
    import sys
    print "@@@ Starting the script ..."
    global props
    from wlstModule import *#@UnusedWildImport
    from java.io import FileInputStream
    from java.io import File
    #=======================================================================================
    # Create Boot Properties File
    #=======================================================================================
    def createBootPropertiesFile(directoryPath, username, password):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/boot.properties', 'w')
    fileNew.write('username=%s\n' % username)
    fileNew.write('password=%s\n' % password)
    fileNew.flush()
    fileNew.close()
    def createNodeManagerPropertiesFile(directoryPath, username, password):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/nm_password.properties', 'w')
    fileNew.write('username=%s\n' % username)
    fileNew.write('password=%s\n' % password)
    fileNew.flush()
    fileNew.close()
    def createAdminStartupPropertiesFile(directoryPath, args):
    adminserverDir = File(directoryPath)
    bool = adminserverDir.mkdirs()
    fileNew=open(directoryPath + '/startup.properties', 'w')
    args=args.replace(':','\\:')
    args=args.replace('=','\\=')
    fileNew.write('Arguments=%s\n' % args)
    fileNew.flush()
    fileNew.close()
    I am getting the error :
    Problem invoking WLST - Traceback (innermost last):
    (no code object) at line 0
    File "D:\Oracle\Middleware\Oracle_SOA1\bin\SOADomainScript.py", line 11
    adminserverDir = File(directoryPath)
    ^
    SyntaxError: invalid syntax
    Do i need to set any jar in the classpath? Already jython.jar is available in the classapath.
    Thanks in advance.
    Regards,
    Subha

  • Setting up a domain using Oracle DB.

    I creating a domain manually applying portal template using our own WLST script. We successfully applied workshop extension but whenever we try to apply the personalization extension we go the following exception:
    WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:453)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [WARNING]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [WARNING]      at org.python.core.PyObject.__call__(PyObject.java:258)
    [WARNING]      at org.python.core.PyInstance.invoke(PyInstance.java:244)
    [WARNING]      at org.python.pycode._pyx3.updateDomain$19(/tmp/WLSTOfflineIni7284856197490404440.py:89)
    [WARNING]      at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni7284856197490404440.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [WARNING]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [WARNING]      at org.python.pycode._pyx16.f$0(/tmp/wlst_8685525951102029317.py:65)
    [WARNING]      at org.python.pycode._pyx16.call_function(/tmp/wlst_8685525951102029317.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyCode.call(PyCode.java:14)
    [WARNING]      at org.python.core.Py.runCode(Py.java:1135)
    [WARNING]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [WARNING]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at weblogic.WLST.main(WLST.java:29)
    [WARNING] Caused by: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:2817)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:834)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:449)
    [WARNING]      ... 25 more
    [WARNING] Caused by: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:159)
    [WARNING]      at com.bea.plateng.domain.security.SQLAuthenticatorHandler.loadSQLAuthenticatorFile(SQLAuthenticatorHandler.java:265)
    [WARNING]      at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:427)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2785)
    [WARNING]
    [WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    The oracle DB has all scripts already applied even the the user has been created using the SQLAuthenticator.sql
    This is blocking our development environment and we cannot proceed usign oracle.
    Here is also the WLST script that we are using to create the domain.
    from java.lang import String
    from java.io import File
    #=======================================================================================
    # This script creates a weblogic domain from a domain template
    # It will also extend the domain if any extension templates are defined
    #=======================================================================================
    print 'Start domain creation...'
    print ''
    #=======================================================================================
    # Create domain from a domain template only if there's no existing domain already created
    #=======================================================================================
    domainDir=File('.../wls_domains/repairsDomain')
    if domainDir.exists():
    print 'Found existing domain at .../repairsDomain'
    print 'Remove the directory if you want to create a brand-new domain'
    print ''
    else:
    # create a brand new domain from domain template, currently we just use wls.jar
    # which comes with weblogic installation
    print 'Creating domain using template .../bea/wlserver_10.3/common/templates/domains/wls.jar'
    readTemplate('.../bea/wlserver_10.3/common/templates/domains/wls.jar')
    # update server properties: name, listen address, listen port
    cd('/Server/AdminServer')
    cmo.setName('AdminServer')
    cmo.setListenAddress('0.0.0.0')
    cmo.setListenPort(int('10004'))
    # Reset the login id and password
    cd('/Security/base_domain/User')
    delete('weblogic','User')
    create('system','User')
    cd('/Security/base_domain/User/system')
    cmo.setPassword('weblogic')
    # - CreateStartMenu: Disable creation of Start Menu shortcut.
    setOption('CreateStartMenu', 'false')
    # - ServerStartMode: Set mode to development.
    setOption('ServerStartMode', 'dev')
    # - OverwriteDomain: Enable overwrite domain, when saving, if one exists.
    setOption('OverwriteDomain', 'true')
    # Write the base domain and close the base domain template.
    writeDomain('.../repairsDomain')
    closeTemplate()
    print 'Server AdminServer will be listening at address 0.0.0.0 on port 10004'
    print 'Domain repairsDomain successfully created in .../repairsDomain'
    print ''
    #=======================================================================================
    # Apply extension templates if there's any
    #=======================================================================================
    extensionDomainTemplates=String('.../.m2/repository/com/vzb/domains/weblogic-workshop/1.2-SNAPSHOT/weblogic-workshop-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-p13n/1.2-SNAPSHOT/weblogic-p13n-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal-content/1.2-SNAPSHOT/weblogic-portal-content-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal/1.2-SNAPSHOT/weblogic-portal-1.2-SNAPSHOT.jar')
    if extensionDomainTemplates.length() != 0:
    templates=extensionDomainTemplates.split(File.pathSeparator)
    for template in templates:
    print 'Extending domain using template ' + template
    readDomain('.../repairsDomain')
    addTemplate(template)
    updateDomain()
    closeDomain()
    We migrate templates to maven so we can replace DB settings.

    Marcus,
    I can't answer your specific question but I suggest you browse some of the OAS and WebDB documentation. Click the documentation link on the left of this page. You could also take a look at some of the technical white papers available at www.oracle.com.
    Blaise

  • How to Reset Password of User while not connected to Domain using Local Admin Account

    How to Reset Password of User while not connected to the Domain using Local Admin Account
    (I have the use of a local admin account), and I want to help a user reset their password who has logged in the PC and had their credentials cached, but forgot this password. 
    In Local Admin Account :
    When I go to Control Panel, users, users, manager user ; I cannot see any users in this window except the local admin account, and, so I cannot reset a user password this way.
    When I go to lusrmgr.msc, then users ; the local admin account will display only. 
    If I go to command prompt and type "net user", this will not display any users who have logged in to the computer, and so I cannot use "net user" to reset a password.
    I don't want to use any disks, 3rd party programs, or create a VPN connection to the domain.  I just want to help a user who calls in and forgets their password.

    Hello Keith,
    I know this is an old thread but I'm trying to better understand how I could change the domain password while not on the network. What I'm getting from your post is that you:
    1. Create a local user account (not a domain user)
    2. Login with that local user account
    3. Connect to the VPN while logged in as a local user
    4. Log out of the local account and login with the domain credentials
    Now, my question is based on the assumption that the password created on the local account is the same password that one will use to login to the domain account? Also, is the local user account the same as the domain account?
    Thanking you in advance!

  • How to manually add library to my WL domain using admin console?

    Hello All,
    In need to manually add the JSF2:0 shared library into my
    domain using the admin console. How can I do that?
    Should I go to Admin Console -> Deployments -> Install -> Upload (from my desktop) -> now how do I tell where this should be installed in weblogic?
    Thanks,

    this link http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/library/DeployLibrary.html shows the steps involved

  • Finding Domain used in a table

    I would like to find the different domains used in a particular table. Is there any function module or a way out work out this...

    Hi,
    Use table DD04L.
    The field rollname is the Data Element. With the data element you can find the fields used.
    Regards,
    Fernando

  • SP19 Import Queue Error: domain used does not exist

    Hi,
    In order to import support package 19 (KB70019) I encountered following errors:
    Field KEY: Component type or domain used not active or does not exist
    Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0001 cannot be generated
    Field KEY: Component type or domain used not active or does not exist
    Nametab for table /1PYXXFO/SAP_PAYSLIP_____L0020 cannot be generated
    The missing component types are
    /1PYXXFO/SAP_PAYSLIP_____K0001
    /1PYXXFO/SAP_PAYSLIP_____K0020
    I found out so far.
    Can anyone tell me why they are missing?
    M.

    Hi
    Check below SAP notes which is not exaclty related to your problem but can give you a brief idea how ot solve the problem:
    Note 824421 - EEW: Nametab for table ZMDM_BPH9..._SCR cannot be generated
    Note 306296 - No active nametab for <table> exists
    You can take help of ABAP guys for this using above notes--
    Hope it helps
    Thanks
    Sunny

  • What are cookie domains used for?

    there is a choice, can someone give me some suggestion?
    What are cookie domains used for?
    A/ to be easily recognizable by digital certificates that are also based on domains
    B/ to instruct the browser that the cookie should be send only to the domain it came from
    C/ to provide convenient way for the user to group cookies by their domains
    D/ All of Above
    E/ None of Above

    Not only does that not appear to be a Java question,
    but the OP didn't even take a guess at the answer and
    explain why he thought that that answer was correct.thanks! i support with your viewpoint, solve a problem will be the most important mission, but not consured! i am cognizant of this is a mistake to ask other questions in java forum ,but this question didn't far away j2ee project, though this is a choice, but only get a answer is not my original intention! i hope i can call on anyone join in this discussion!
    thanks...

  • Create a Domain Controller and a Child Domain using Powershell

    Is it possible to create a Domain Controller and a Child Domain using Powershell?

    Yes, you can do that:
    WS2008R2 -
    http://technet.microsoft.com/en-us/library/cc731394%28v=ws.10%29.aspx
    http://technet.microsoft.com/en-us/library/cc731873%28v=ws.10%29.aspx - This isn't technically PowerShell.
    WS2012 -
    http://technet.microsoft.com/en-us/library/jj574105.aspx
    EDIT: You've asked this same question a few times now, is there something specific that's giving you trouble?
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • How to insert  WorkBench Request to a domain using a function Module...

    Dear ALL,
                        I am creating a program where I have created a domain using a Function Module and assigned the same domain to a package using a Function Module. Now I want to assign the domain to a WorkBench Request...Can anyone tell me of a Function Module to achieve the same???  Please note that the WorkBench Request is entered by the user on the Selection-Screen.
    Moderator message: please do not open multiple threads for the same issue, rather follow up (or bump up) on existing ones.
    Edited by: Thomas Zloch on Dec 15, 2010 1:18 PM

    Hi Anjali,
    Thanks for the response.
    I have passed the PSGNUM and HLEVEL values while populating the data records. Then I sent the data records and control record information to the function module IDOC_INBOUND_WRITE_TO_DB. Inside this function module there is code to clear the PSGNUM values and HLEVEL values.
    for compatibility: clear administration data of data records
               perform data_records_wipe
                                      tables
                                          t_data_records.
    FORM DATA_RECORDS_WIPE
                      TABLES
                          T_DATA_RECORDS_IN  STRUCTURE EDIDD.
      LOOP AT  T_DATA_RECORDS_IN.
        CLEAR: T_DATA_RECORDS_IN-MANDT,
               T_DATA_RECORDS_IN-DOCNUM,
               T_DATA_RECORDS_IN-SEGNUM,
               T_DATA_RECORDS_IN-PSGNUM,
               T_DATA_RECORDS_IN-HLEVEL.
        modify t_data_records_in.
      ENDLOOP.
    ENDFORM.                               " DATA_RECORDS_WIPE
    This is the code which is clearing all the PSGNUM and HLEVEL values. After coming out of this function module we are getting the error idocs created with disturbed hierarchy.
    I need to create INBOUND Idocs with the data in ABAP program.
    Please let me know if any inputs? Is there any function module existing to create Inbound Idocs inside an ABAP program?
    Regards

  • SOA Domain using Silent mode

    Hi
    Can anybody tell me how to create a SOA domain using WLST?
    --Thanks in Advance                                                                                                                                                                               

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Broken link- Creating WebLogic Domains Using the CW

    Hello!
    Create domains The Configuration Wizard guides you through the process of creating or
    extending a domain for your target environment. See Creating WebLogic
    Domains Using the Configuration Wizard.
    That link doesn't works... any idea where I could find the info?

    Check this one --- > http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/index.html
    http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/newdom.html#wp1080587
    Edited by: Renjan Thomas on Oct 15, 2009 1:36 AM

  • Joining a computer to the domain using the netbios name VS the FQDN

    Where I work we must join computers to the domain using the netbios name (ex: mycomp) vs the FQDN mycompany.tx.com or else problems occur and the computer must be rejoined to the domain again with the netbios name- it can be joined to the domain initially, but after about 15 - 30 mins we'll get an error message when trying to logon.
    The error message I believe is:
    "The system cannot log you on to this domain because the system's computer account in its primary domain is missing or the password on the account is incorrect."
    I haven't seen it happen in a while, but if I remember correctly this is the error message we get -I could be wrong though.
    It may also have just been a "domain is not available" message.
    Some additional info:
    The netbios domain name is diffent then the DNS name ie: "mycompany.tx.com" was not made "mycompany" for netbios, but "mycomp" instead.
    Our DFL is mixed mode with some 2000 and some 2003 servers
    We used to use WINS, but now we do not.
    And lastly we usually add a WINS address along with the dns address in each workstation via "advanced TCP/IP settings" (why I do not know) and occationally I will not be able to join a computer to the domain until I add this WINS address. I know what your thinking, and I will say that I am not 100% all of our WINS server were deactivated. 
    Any info on how to figure this out or troubleshoot this would be greatly apprieciated. Thanks a lot. 

    Well this happened again.
    As a test before I deployed a PC to one of our branches I joined it to the domain via the FQDN: mycompany.tx.com instead of the netbios name: mycomp prior to shipping. It spent a few days in transit and when it arrived a user plugged it in and tried to logon, but recieved this message:
    "The system cannot log you on to this domain because the system's computer account in its primary domain is missing or the password on that account is incorrect"
    I realize this error message maybe unrelated, but if I recall correctly this is what happened last time.
    I pretty sure I was thorough in removing the computer account from the nessesary DCs (it failed and needed to be replaced) before I joined the replacement to the domain with the same name.
    Rejoining to the domain via "mycomp" corrected the issue.
    Netlogsetup.log:
    01/06 15:24:01 -----------------------------------------------------------------
    01/06 15:24:01 NetpValidateName: checking to see if 'BR021WS025' is valid as type 1 name
    01/06 15:24:01 NetpCheckNetBiosNameNotInUse for 'BR021WS025' [MACHINE] returned 0x0
    01/06 15:24:01 NetpValidateName: name 'BR021WS025' is valid for type 1
    01/06 15:24:01 -----------------------------------------------------------------
    01/06 15:24:01 NetpValidateName: checking to see if 'BR021WS025.mycompany.tx.com' is valid as type 5 name
    01/06 15:24:01 NetpValidateName: name 'BR021WS025.mycompany.tx.com' is valid for type 5
    01/06 15:24:01 -----------------------------------------------------------------
    01/06 15:24:01 NetpValidateName: checking to see if 'FGYJ' is valid as type 2 name
    01/06 15:24:01 NetpCheckNetBiosNameNotInUse for 'FGYJ' [ Workgroup as MACHINE]  returned 0x0
    01/06 15:24:01 NetpValidateName: name 'FGYJ' is valid for type 2
    01/06 15:24:01 -----------------------------------------------------------------
    01/06 15:24:01 NetpUnJoinDomain: unjoin from 'mycomp' using '(null)' creds, options: 0x4
    01/06 15:24:01  OS Version: 5.0
    01/06 15:24:01  Build number: 2195
    01/06 15:24:01  ServicePack: Service Pack 4
    01/06 15:24:01 NetpUnJoinDomain: status of getting computer name: 0x0
    01/06 15:24:01 NetpApplyJoinState: actions: 0xb803a
    01/06 15:24:01 NetpDsGetDcName: trying to find DC in domain 'mycomp', flags: 0x1020
    01/06 15:24:01 NetpDsGetDcName: failed to find a DC in the specified domain: 0x54b
    01/06 15:24:01 NetpApplyJoinState: initiating a rollback due to earlier errors
    01/06 15:24:01 NetpApplyJoinState: actions: 0x40000
    01/06 15:24:01 NetpGetLsaPrimaryDomain: status: 0x0
    01/06 15:24:01 NetpUnJoinDomain: status: 0x54b
    01/06 15:24:01 -----------------------------------------------------------------
    01/06 15:24:01 NetpUnJoinDomain: unjoin from 'mycomp' using '(null)' creds, options: 0x0
    01/06 15:24:01  OS Version: 5.0
    01/06 15:24:01  Build number: 2195
    01/06 15:24:01  ServicePack: Service Pack 4
    01/06 15:24:01 NetpUnJoinDomain: status of getting computer name: 0x0
    01/06 15:24:01 NetpApplyJoinState: actions: 0xb003a
    01/06 15:24:02 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
    01/06 15:24:06 NetpApplyJoinState: status of stopping and setting start type of TimeSvc to 16: 0x0
    01/06 15:24:06 NetpGetLsaPrimaryDomain: status: 0x0
    01/06 15:24:06 NetpLsaOpenSecret: status: 0x0
    01/06 15:24:06 NetpLsaOpenSecret: status: 0x0
    01/06 15:24:06 NetpSetLsaPrimaryDomain: for 'mycomp' status: 0x0
    01/06 15:24:06 NetpApplyJoinState: status of setting LSA pri. domain: 0x0
    01/06 15:24:07 NetpApplyJoinState: status of removing from local groups: 0x0
    01/06 15:24:07 NetpApplyJoinState: NON FATAL: status of removing DNS registrations: 0x0
    01/06 15:24:07 NetpUnJoinDomain: status: 0x0
    01/06 15:24:12 -----------------------------------------------------------------
    01/06 15:24:12 NetpDoDomainJoin
    01/06 15:24:12 NetpMachineValidToJoin: 'BR063WS014'
    01/06 15:24:12 NetpGetLsaPrimaryDomain: status: 0x0
    01/06 15:24:12 NetpMachineValidToJoin: status: 0x0
    01/06 15:24:12 NetpJoinWorkgroup: joining computer 'BR063WS014' to workgroup 'FGYJ'
    01/06 15:24:12 NetpValidateName: checking to see if 'FGYJ' is valid as type 2 name
    01/06 15:24:12 NetpCheckNetBiosNameNotInUse for 'FGYJ' [ Workgroup as MACHINE]  returned 0x0
    01/06 15:24:12 NetpValidateName: name 'FGYJ' is valid for type 2
    01/06 15:24:13 NetpSetLsaPrimaryDomain: for 'FGYJ' status: 0x0
    01/06 15:24:13 NetpJoinWorkgroup: status:  0x0
    01/06 15:24:13 NetpDoDomainJoin: status: 0x0
    01/07 10:49:50 -----------------------------------------------------------------
    01/07 10:49:50 NetpValidateName: checking to see if 'mycompany.tx.com' is valid as type 3 name
    01/07 10:49:50 NetpValidateName: 'mycompany.tx.com' is not a valid NetBIOS domain name: 0x7b
    01/07 10:49:50 NetpCheckDomainNameIsValid [ Exists ] for 'mycompany.tx.com' returned 0x0
    01/07 10:49:50 NetpValidateName: name 'mycompany.tx.com' is valid for type 3
    01/07 10:49:59 -----------------------------------------------------------------
    01/07 10:49:59 NetpDoDomainJoin
    01/07 10:49:59 NetpMachineValidToJoin: 'BR021WS025'
    01/07 10:49:59 NetpGetLsaPrimaryDomain: status: 0x0
    01/07 10:49:59 NetpMachineValidToJoin: status: 0x0
    01/07 10:49:59 NetpJoinDomain
    01/07 10:49:59  Machine: BR021WS025
    01/07 10:49:59  Domain: mycompany.tx.com
    01/07 10:49:59  MachineAccountOU: (NULL)
    01/07 10:49:59  Account: mycompany.tx.com\myUserName
    01/07 10:49:59  Options: 0x27
    01/07 10:49:59  OS Version: 5.0
    01/07 10:49:59  Build number: 2195
    01/07 10:49:59  ServicePack: Service Pack 4
    01/07 10:49:59 NetpValidateName: checking to see if 'mycompany.tx.com' is valid as type 3 name
    01/07 10:49:59 NetpValidateName: 'mycompany.tx.com' is not a valid NetBIOS domain name: 0x7b
    01/07 10:49:59 NetpCheckDomainNameIsValid [ Exists ] for 'mycompany.tx.com' returned 0x0
    01/07 10:49:59 NetpValidateName: name 'mycompany.tx.com' is valid for type 3
    01/07 10:49:59 NetpDsGetDcName: trying to find DC in domain 'mycompany.tx.com', flags: 0x1020
    01/07 10:50:00 NetpDsGetDcName: found DC '\\br041svr.mycompany.tx.com' in the specified domain
    01/07 10:50:00 NetpJoinDomain: status of connecting to dc '\\br041svr.mycompany.tx.com': 0x0
    01/07 10:50:00 NetpGetLsaPrimaryDomain: status: 0x0
    01/07 10:50:00 NetpLsaOpenSecret: status: 0xc0000034
    01/07 10:50:00 NetpGetLsaPrimaryDomain: status: 0x0
    01/07 10:50:00 NetpLsaOpenSecret: status: 0xc0000034
    01/07 10:50:01 NetpManageMachineAccountWithSid: NetUserAdd on '\\br041svr.mycompany.tx.com' for 'BR021WS025$' failed: 0x8b0
    01/07 10:50:01 NetpManageMachineAccountWithSid: status of attempting to set password on '\\br041svr.mycompany.tx.com' for 'BR021WS025$': 0x0
    01/07 10:50:01 NetpJoinDomain: status of creating account: 0x0
    01/07 10:50:01 NetpJoinDomain: status of setting netlogon cache: 0x0
    01/07 10:50:01 NetpGetLsaPrimaryDomain: status: 0x0
    01/07 10:50:02 NetpSetLsaPrimaryDomain: for 'mycomp' status: 0x0
    01/07 10:50:02 NetpJoinDomain: status of setting LSA pri. domain: 0x0
    01/07 10:50:02 NetpJoinDomain: status of managing local groups: 0x0
    01/07 10:50:03 NetpJoinDomain: status of setting ComputerNamePhysicalDnsDomain to 'mycompany.tx.com': 0x0
    01/07 10:50:04 NetpJoinDomain: status of starting Netlogon: 0x0
    01/07 10:50:04 NetpWaitForNetlogonSc: waiting for netlogon secure channel setup...
    01/07 10:50:06 NetpWaitForNetlogonSc: status: 0x0, sub-status: 0x0
    01/07 10:50:06 NetpJoinDomain: status of disconnecting from '\\br041svr.mycompany.tx.com': 0x0
    01/07 10:50:06 NetpDoDomainJoin: status: 0x0
    01/11 11:21:08 -----------------------------------------------------------------
    01/11 11:21:08 NetpValidateName: checking to see if 'WK' is valid as type 2 name
    01/11 11:21:20 NetpCheckNetBiosNameNotInUse for 'WK' [ Workgroup as MACHINE]  returned 0x0
    01/11 11:21:20 NetpValidateName: name 'WK' is valid for type 2
    01/11 11:21:20 -----------------------------------------------------------------
    01/11 11:21:20 NetpUnJoinDomain: unjoin from 'mycomp' using '(null)' creds, options: 0x4
    01/11 11:21:20  OS Version: 5.0
    01/11 11:21:20  Build number: 2195
    01/11 11:21:20  ServicePack: Service Pack 4
    01/11 11:21:20 NetpUnJoinDomain: status of getting computer name: 0x0
    01/11 11:21:20 NetpApplyJoinState: actions: 0xb803a
    01/11 11:21:20 NetpDsGetDcName: trying to find DC in domain 'mycomp', flags: 0x1020
    01/11 11:21:56 NetpDsGetDcName: failed to find a DC having account 'BR021WS025$': 0x525
    01/11 11:21:56 NetpDsGetDcName: found DC '\\BR021SVR' in the specified domain
    01/11 11:21:56 NetUseAdd to \\BR021SVR\IPC$ returned 1326
    01/11 11:21:56 Trying add to  \\BR021SVR\IPC$ using NULL Session
    01/11 11:21:56 NetpApplyJoinState: status of connecting to dc '\\BR021SVR': 0x0
    01/11 11:21:57 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
    01/11 11:22:01 NetpApplyJoinState: status of stopping and setting start type of TimeSvc to 16: 0x0
    01/11 11:22:01 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:22:01 NetpLsaOpenSecret: status: 0x0
    01/11 11:22:01 NetpLsaOpenSecret: status: 0x0
    01/11 11:22:01 SamLookupNamesInDomain on BR021WS025$ failed with 0xc0000073
    01/11 11:22:01 NetpManageMachineAccountWithSid: status of disabling account 'BR021WS025$' on '\\BR021SVR': 0x534
    01/11 11:22:01 NetpApplyJoinState: status of disabling account: 0x534
    01/11 11:22:01 NetpApplyJoinState: initiating a rollback due to earlier errors
    01/11 11:22:01 NetpApplyJoinState: actions: 0x40130
    01/11 11:22:01 NetpDsGetDcName: trying to find DC in domain '(null)', flags: 0x1020
    01/11 11:22:26 NetpDsGetDcName: failed to find a DC having account 'BR021WS025$': 0x525
    01/11 11:22:26 NetpDsGetDcName: found DC '\\br021svr.mycompany.tx.com' in the specified domain
    01/11 11:22:26 NetUseAdd to \\br021svr.mycompany.tx.com\IPC$ returned 1326
    01/11 11:22:26 Trying add to  \\br021svr.mycompany.tx.com\IPC$ using NULL Session
    01/11 11:22:26 NetpApplyJoinState: status of connecting to dc '\\br021svr.mycompany.tx.com': 0x0
    01/11 11:22:26 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:22:26 NetpLsaOpenSecret: status: 0xc0000034
    01/11 11:22:27 NetpSetMachineAccountPassword: NetUserGetInfo on '\\br021svr.mycompany.tx.com' 'BR021WS025$' failed: 0x8ad
    01/11 11:22:27 NetpApplyJoinState: status of setting machine password: 0x8ad
    01/11 11:22:27 NetpApplyJoinState: status of starting and setting start type of Netlogon to 4: 0x0
    01/11 11:22:28 NetpApplyJoinState: status of starting and setting start type of TimeSvc to 4: 0x0
    01/11 11:22:28 NetpApplyJoinState: status of disconnecting from '\\br021svr.mycompany.tx.com': 0x0
    01/11 11:22:28 NetpApplyJoinState: status of disconnecting from '\\BR021SVR': 0x0
    01/11 11:22:28 NetpUnJoinDomain: status: 0x534
    01/11 11:22:28 -----------------------------------------------------------------
    01/11 11:22:28 NetpUnJoinDomain: unjoin from 'mycomp' using '(null)' creds, options: 0x0
    01/11 11:22:28  OS Version: 5.0
    01/11 11:22:28  Build number: 2195
    01/11 11:22:28  ServicePack: Service Pack 4
    01/11 11:22:28 NetpUnJoinDomain: status of getting computer name: 0x0
    01/11 11:22:28 NetpApplyJoinState: actions: 0xb003a
    01/11 11:22:58 NetpApplyJoinState: status of stopping and setting start type of Netlogon to 16: 0x0
    01/11 11:23:01 NetpApplyJoinState: status of stopping and setting start type of TimeSvc to 16: 0x0
    01/11 11:23:02 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:23:02 NetpLsaOpenSecret: status: 0x0
    01/11 11:23:02 NetpLsaOpenSecret: status: 0x0
    01/11 11:23:02 NetpSetLsaPrimaryDomain: for 'mycomp' status: 0x0
    01/11 11:23:02 NetpApplyJoinState: status of setting LSA pri. domain: 0x0
    01/11 11:23:03 NetpApplyJoinState: status of removing from local groups: 0x0
    01/11 11:23:03 NetpApplyJoinState: NON FATAL: status of removing DNS registrations: 0x0
    01/11 11:23:03 NetpUnJoinDomain: status: 0x0
    01/11 11:23:45 -----------------------------------------------------------------
    01/11 11:23:45 NetpDoDomainJoin
    01/11 11:23:45 NetpMachineValidToJoin: 'BR021WS025'
    01/11 11:23:45 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:23:45 NetpMachineValidToJoin: status: 0x0
    01/11 11:23:45 NetpJoinWorkgroup: joining computer 'BR021WS025' to workgroup 'WK'
    01/11 11:23:45 NetpValidateName: checking to see if 'WK' is valid as type 2 name
    01/11 11:23:57 NetpCheckNetBiosNameNotInUse for 'WK' [ Workgroup as MACHINE]  returned 0x0
    01/11 11:23:57 NetpValidateName: name 'WK' is valid for type 2
    01/11 11:23:58 NetpSetLsaPrimaryDomain: for 'WK' status: 0x0
    01/11 11:23:58 NetpJoinWorkgroup: status:  0x0
    01/11 11:23:58 NetpDoDomainJoin: status: 0x0
    01/11 11:33:08 -----------------------------------------------------------------
    01/11 11:33:08 NetpValidateName: checking to see if 'mycomp' is valid as type 3 name
    01/11 11:33:17 NetpCheckDomainNameIsValid [ Exists ] for 'mycomp' returned 0x0
    01/11 11:33:17 NetpValidateName: name 'mycomp' is valid for type 3
    01/11 11:34:23 -----------------------------------------------------------------
    01/11 11:34:23 NetpDoDomainJoin
    01/11 11:34:23 NetpMachineValidToJoin: 'BR021WS025'
    01/11 11:34:23 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:34:23 NetpMachineValidToJoin: status: 0x0
    01/11 11:34:23 NetpJoinDomain
    01/11 11:34:23  Machine: BR021WS025
    01/11 11:34:23  Domain: mycomp
    01/11 11:34:23  MachineAccountOU: (NULL)
    01/11 11:34:23  Account: mycomp\USER1
    01/11 11:34:23  Options: 0x27
    01/11 11:34:23  OS Version: 5.0
    01/11 11:34:23  Build number: 2195
    01/11 11:34:23  ServicePack: Service Pack 4
    01/11 11:34:23 NetpValidateName: checking to see if 'mycomp' is valid as type 3 name
    01/11 11:34:23 NetpCheckDomainNameIsValid [ Exists ] for 'mycomp' returned 0x0
    01/11 11:34:23 NetpValidateName: name 'mycomp' is valid for type 3
    01/11 11:34:23 NetpDsGetDcName: trying to find DC in domain 'mycomp', flags: 0x1020
    01/11 11:34:35 NetpDsGetDcName: failed to find a DC having account 'BR021WS025$': 0x525
    01/11 11:34:35 NetpDsGetDcName: found DC '\\BR021SVR' in the specified domain
    01/11 11:34:35 NetpJoinDomain: status of connecting to dc '\\BR021SVR': 0x0
    01/11 11:34:35 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:34:35 NetpLsaOpenSecret: status: 0xc0000034
    01/11 11:34:35 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:34:35 NetpLsaOpenSecret: status: 0xc0000034
    01/11 11:34:36 NetpJoinDomain: status of creating account: 0x0
    01/11 11:34:36 NetpJoinDomain: status of setting netlogon cache: 0x0
    01/11 11:34:36 NetpGetLsaPrimaryDomain: status: 0x0
    01/11 11:34:37 NetpSetLsaPrimaryDomain: for 'mycomp' status: 0x0
    01/11 11:34:37 NetpJoinDomain: status of setting LSA pri. domain: 0x0
    01/11 11:34:37 NetpJoinDomain: status of managing local groups: 0x0
    01/11 11:34:37 NetpJoinDomain: status of setting ComputerNamePhysicalDnsDomain to 'mycompany.tx.com': 0x0
    01/11 11:34:38 NetpJoinDomain: status of starting Netlogon: 0x0
    01/11 11:34:38 NetpWaitForNetlogonSc: waiting for netlogon secure channel setup...
    01/11 11:34:45 NetpWaitForNetlogonSc: status: 0x0, sub-status: 0x0
    01/11 11:34:45 NetpJoinDomain: status of disconnecting from '\\BR021SVR': 0x0
    01/11 11:34:45 NetpDoDomainJoin: status: 0x0
    - I forgot to add when the user experienced this problem I checked for the computer account and found it was not present in the domain on any DCs.

  • How to join a client PC to WS2012E R2 that's already a member of another enterprise domain using the skip domain join registry entry?

    In WSE12 R1 you can install the connector application on a Windows 7 PC that has already been joined to a corporate domain using the skip domain registry key:
    reg add "HKLM\SOFTWARE\Microsoft\Windows Server\ClientDeployment" /v SkipDomainJoin /t REG_DWORD /d 1
    Upon doing so, the client PC is then able to perform client backups to the WSE12 R1 server but remains a member of the original corporate domain.  This is no longer possible when using this registry key when installing the Windows Server 2012 Essentials
    R2 connector
    Is anyone aware of a way to install the WSE12 R2 connector and skip domain join without first leaving the corporate domain? 
    I am avoiding moving to WSE12 R2 until I can figure out a way to accomplish this.

    I noticed this was incorrectly marked as an ANSWER. Although it wasn't a resolution, I recognize the connector install behavior is different in R1 vs R2. If it would be possible to ask the developers to include the following functionality in a future
    Essentials R2 Update, we'd appreciate it. During client connector install, give user the option via radio button: 1.) install connector join domain, enable client PC backup 2.) install connector, join domain only, no client PC backup 3.) install connector,
    do not join domain, enable client PC backup Option #3 would satisfy this request and negate the need for unauthorized registry hacks. Thank you.
    Great discussion here, and glad things seem to have changed for the better with R2.
    Spot on with those suggestions, miles267!
    Back in Dec 2013, I wrote about my fairly simple registry tweak done at just the right spot during the client connector install, still seems to work like a charm
    (as of Dec 12 2014, ~15,000 folks read it so far):
    TinkerTry.com/connect
    which redirects to:
    http://www.tinkertry.com/how-to-make-windows-server-2012-r2-essentials-client-connector-install-behave-just-like-windows-home-server
    with a lot of (admittedly confusing) comments:
    http://www.tinkertry.com/how-to-make-windows-server-2012-r2-essentials-client-connector-install-behave-just-like-windows-home-server/#comment-1705687227
    Sincerely hoping such feedback helps encourage Microsoft to take a simple radio box checkmark request seriously. Really, it'd really help folks a lot, so they wouldn't have to feel they are trusting a "hack" which is really a simple, documented
    registry tweak, done at just the right time.
    I hope this little post here, and my article, truly helped people out!

  • Is  any SIMPLE way to legally publish an original music piece to get it into the iTunes store as public domain use just for start up purposes? Any better ideas ? I write contemporary (mostly) dance pieces...any thoughts?

    Is  any SIMPLE way to legally publish an original music piece to get it into the iTunes store as public domain use just for start up purposes? Any better ideas ? I write contemporary (mostly) dance pieces...any thoughts?

    https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/apply

  • Send email to different domain using different address

    hi
    I want to set my exchange recipients have 2 email address.
    1=[email protected] 2=[email protected]
    1.how can I set this setting? (I know I can use something called policy but I don't know how can use that for exchange 2013; please tell me how can do this)
    2.how can set my exchange server to send email to different domain with different account? (after question 1; my recipients has 2 email address (***@domain.com,
    ***@domain.co) I want my recipients when send email to "company.com" using domain.com address and for other domains using domain.co)
    thanks

    1.  Add an accepted domain.  Add the e-mail address to your e-mail address policy.  Update the e-mail address policy.
    2.  http://www.ivasoft.biz/choosefrom2007.shtml  This has been the traditional answer for Exchange 2010 and earlier.  You might contact him to see if it works for Exchange 2013. 
    I don't know of a native way to do this except to create separate mailboxes for each address.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

Maybe you are looking for

  • Anyone have any ideas why i can no longer see my Airport express speaker  in Airtunes?

    for the last couple of days i no longer can see my itunes speaker from an old Airport Express (V 6.3) 802.11g.  Airport Utility 5.6 still lets me set it up, so I can see it there.  but for some reaason i can no longer see that speaker selection in it

  • Need help converting photo jpg to a video file.

    So I have a 6 minute animation that was sent to me as a series of photo-jpgs. I need to convert them to a video file rather than a huge sequence of stills so I can add some transitions. The images are 1920 by 1080. I don't want to compress them at al

  • Macbook/Time Capsule Question

    Hello all, So here is my dilemma. I have all of my iTunes media stored on my time capsule rather than my Macbook to help conserve space. The problem arrives when I loose my network connection. Often, (and seemingly for no reason at all) the connectio

  • Cash book and bank book - functional specs

    Hi, I have one more issue. my client has given some format for cash book and bank book format. they need that these two should come in SAP could you please tell me how to write Functional spec for this and how to develop through abaper

  • How do I save in WORD

    How do I save a document in WORD that I have converted from a .pdf file to a .docx Word document?