XP Pro SP2 PC can't join domain

I had a crash and restart with an XServe that was acting as OD Master and PDC for several users. Now the trust relationship has been disrupted and I can't get the PC's to rejoin the domain. When I try, the XP box gives a message that "the user name could not be found" and the NETSETUP log on the PC shows the following:
11/16 11:04:52 NetpDoDomainJoin
11/16 11:04:52 NetpMachineValidToJoin: 'TULKAS'
11/16 11:04:52 NetpGetLsaPrimaryDomain: status: 0x0
11/16 11:04:52 NetpMachineValidToJoin: status: 0x0
11/16 11:04:52 NetpJoinDomain
11/16 11:04:52 Machine: TULKAS
11/16 11:04:52 Domain: bbcmpls
11/16 11:04:52 MachineAccountOU: (NULL)
11/16 11:04:52 Account: bbcmpls\diradmin
11/16 11:04:52 Options: 0x27
11/16 11:04:52 OS Version: 5.1
11/16 11:04:52 Build number: 2600
11/16 11:04:52 ServicePack: Service Pack 2
11/16 11:04:52 NetpValidateName: checking to see if 'bbcmpls' is valid as type 3 name
11/16 11:04:52 NetpCheckDomainNameIsValid [ Exists ] for 'bbcmpls' returned 0x0
11/16 11:04:52 NetpValidateName: name 'bbcmpls' is valid for type 3
11/16 11:04:52 NetpDsGetDcName: trying to find DC in domain 'bbcmpls', flags: 0x1020
11/16 11:04:52 NetpDsGetDcName: found DC '\\GONDOR' in the specified domain
11/16 11:04:53 NetpJoinDomain: status of connecting to dc '\\GONDOR': 0x0
11/16 11:04:53 NetpGetLsaPrimaryDomain: status: 0x0
11/16 11:04:53 NetpGetNt4RefusePasswordChangeStatus: trying to read from '\\GONDOR'
11/16 11:04:53 NetpGetNt4RefusePasswordChangeStatus: failed but ignored the failure: 0xc000000f
11/16 11:04:53 NetpLsaOpenSecret: status: 0xc0000034
11/16 11:04:53 NetpGetLsaPrimaryDomain: status: 0x0
11/16 11:04:53 NetpLsaOpenSecret: status: 0xc0000034
11/16 11:04:55 NetpManageMachineAccountWithSid: NetUserAdd on '\\GONDOR' for 'TULKAS$' failed: 0x8ad
11/16 11:04:55 NetpJoinDomain: status of creating account: 0x8ad
11/16 11:04:55 NetpJoinDomain: initiaing a rollback due to earlier errors
11/16 11:04:55 NetpLsaOpenSecret: status: 0x0
11/16 11:04:55 NetpJoinDomain: rollback: status of deleting secret: 0x0
11/16 11:04:55 NetpJoinDomain: status of disconnecting from '\\GONDOR': 0x0
11/16 11:04:55 NetpDoDomainJoin: status: 0x8ad
So it's seeing the server as the PDC of the domain, but the NetUserAdd is failing. What should my next move be?
Thanks in advance,
Andy

I had a crash and restart with an XServe that was
acting as OD Master and PDC for several users. Now
the trust relationship has been disrupted and I can't
get the PC's to rejoin the domain. When I try, the
XP box gives a message that "the user name could not
be found" and the NETSETUP log on the PC shows the
following:
is the computer still listed in WGM under windows computers ?

Similar Messages

  • Error at SJSAS-8_1(XP Pro SP2) startup:Can't create EJB Container

    Hi Guys,
    I installed Sun Java System App Server v.8 update 1 on my XP Pro(SP2) machine.
    Here are the particulars:
    Install Dir : C:\Sun\AppServer
    Java Version : 1.4.2_04
    J2EE_HOME: Set to Install Dir
    JAVA_HOME:C:\j2sdk1.4.2_04
    PATH : Includes [Install Dir] \ bin
    Here is the problem(On the very first run,I verified):
    -----------------------------------------------SNIP--------------------------------------------------------------------------------
    [#|2004-11-15T03:26:52.812+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-11-15T03:26:53.343+0530|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5090: Exception in creating EJB container [java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sun.enterprise.management.agent._MEJB_Stub]|#]
    [#|2004-11-15T03:26:53.359+0530|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|appId=MEjbApp moduleName=mejb_jar ejbName=MEJBBean|#]
    [#|2004-11-15T03:26:53.359+0530|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5004: UnExpected error occured while creating ejb container
    java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sun.enterprise.management.agent._MEJB_Stub
         at com.sun.enterprise.iiop.POARemoteReferenceFactory.<init>(POARemoteReferenceFactory.java:150)
         at com.sun.enterprise.iiop.POAProtocolMgr.getRemoteReferenceFactory(POAProtocolMgr.java:117)
         at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:290)
         at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:135)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:191)
         at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)
         at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:125)
         at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:96)
         at com.sun.enterprise.server.AbstractManager.loadSystem(AbstractManager.java:265)
         at com.sun.enterprise.server.SystemAppLifecycle.loadSystemApps(SystemAppLifecycle.java:133)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:74)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:295)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:220)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.ClassNotFoundException: com.sun.enterprise.management.agent._MEJB_Stub
         at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:505)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at com.sun.enterprise.iiop.POARemoteReferenceFactory.<init>(POARemoteReferenceFactory.java:132)
         ... 18 more
    |#]
    [#|2004-11-15T03:26:53.359+0530|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5021: Application NOT loaded: [MEjbApp]|#]
    ------------------------------------------------------SNIP--------------------------------------------------------------------
    The server starts up properly otherwise , i.e. , I came to see the problem only with
    a "--verbose" flag to "asadmin".There is no problem with the server startup, and I even
    tested the "Hello" app in quickstart folder successfully.I have not yet deployed any ejb sample.
    I have tried all that I could think of(ENV_VARIABLES,PATH,CLASSPATH etc.)
    I would appreciate it if someone can help me out on this.

    I tried uninstalling the app server and J2SE-1.4.2,and reinstalled the server with 1.4.2_04,again.
    Strangely enough it worked!
    Here is the log:
    ---------------------------------------server.log----------------------------------------------------------
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2004-11-16T13:42:54.703+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_04] from [Sun Microsystems Inc.]|#]
    [#|2004-11-16T13:42:56.437+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2004-11-16T13:42:56.812+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2004-11-16T13:42:59.687+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2004-11-16T13:42:59.703+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2004-11-16T13:42:59.734+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2004-11-16T13:43:06.468+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2004-11-16T13:43:08.609+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2004-11-16T13:43:09.031+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2004-11-16T13:43:10.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-11-16T13:43:10.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\AppServer\lib\install\applications\MEjbApp.ear] for autodeployment|#]
    [#|2004-11-16T13:43:10.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment|#]
    [#|2004-11-16T13:43:10.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\AppServer\lib\install\applications\MEjbApp.ear ] for autodeployment.|#]
    [#|2004-11-16T13:43:12.078+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
    [#|2004-11-16T13:43:12.093+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2004-11-16T13:43:12.125+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Compiling RMI-IIOP code ...|#]
    [#|2004-11-16T13:43:23.093+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [MEjbApp]|#]
    [#|2004-11-16T13:43:23.125+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;| role is admin-role class class java.lang.String|#]
    [#|2004-11-16T13:43:23.250+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;|
    role is admin-role class class java.lang.String|#]
    [#|2004-11-16T13:43:23.593+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 12859 msec, Total EJB Compiler Module Time: 11015 msec, Portion spent EJB Compiling: 85%
    Breakdown of EJBC Module Time: Total Time for EJBC: 11015 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 10968 msec (99%), JAX-RPC Generation: 16 msec (0%),
    |#]
    [#|2004-11-16T13:43:23.625+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = MEjbApp|#]
    [#|2004-11-16T13:43:23.734+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy MEjbApp]|#]
    [#|2004-11-16T13:43:24.750+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2004-11-16T13:43:24.765+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2004-11-16T13:43:24.781+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\AppServer\lib\install\applications\MEjbApp.ear.|#]
    [#|2004-11-16T13:43:24.781+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear ] for autodeployment.|#]
    [#|2004-11-16T13:43:25.484+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
    [#|2004-11-16T13:43:30.281+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2004-11-16T13:43:30.281+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]|#]
    [#|2004-11-16T13:43:30.453+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 5594 msec, Total EJB Compiler Module Time: 4797 msec, Portion spent EJB Compiling: 85%
    Breakdown of EJBC Module Time: Total Time for EJBC: 4797 msec, CMP Generation: 1563 msec (32%), Java Compilation: 3125 msec (65%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2004-11-16T13:43:30.453+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = __ejb_container_timer_app|#]
    [#|2004-11-16T13:43:30.515+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]|#]
    [#|2004-11-16T13:43:31.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2004-11-16T13:43:31.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2004-11-16T13:43:31.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2004-11-16T13:43:31.218+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear.|#]
    [#|2004-11-16T13:43:31.234+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2004-11-16T13:43:31.515+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2004-11-16T13:43:31.781+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2004-11-16T13:43:31.781+0530|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2004-11-16T13:43:31.812+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2004-11-16T13:43:31.843+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2004-11-16T13:43:31.843+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2004-11-16T13:43:32.000+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2004-11-16T13:43:37.796+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2004-11-16T13:43:40.828+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 8080|#]
    [#|2004-11-16T13:43:40.890+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 8080|#]
    [#|2004-11-16T13:43:41.140+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 1043|#]
    [#|2004-11-16T13:43:41.156+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 1043|#]
    [#|2004-11-16T13:43:41.234+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 4848|#]
    [#|2004-11-16T13:43:41.250+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 4848|#]
    [#|2004-11-16T13:43:41.562+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\AppServer\imq\bin].|#]
    [#|2004-11-16T13:43:41.578+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1100592821578|#]
    [#|2004-11-16T13:43:41.578+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2004-11-16T13:43:41.578+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2004-11-16T13:47:06.859+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|sending notification to server...server|#]
    [#|2004-11-16T13:47:06.921+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0303: Stopping Tomcat.|#]
    [#|2004-11-16T13:47:06.921+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 8080 server:type=ThreadPool,name=http8080|#]
    [#|2004-11-16T13:47:06.984+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 1043 server:type=ThreadPool,name=http1043|#]
    [#|2004-11-16T13:47:07.015+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 4848 server:type=ThreadPool,name=http4848|#]
    [#|2004-11-16T13:47:07.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=11;|CORE5051: Shutting down all J2EE applications ...|#]
    [#|2004-11-16T13:47:07.234+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=11;|EJB5122:EJB Timer Service shutdown at [2004/11/16 13:47:07]|#]
    [#|2004-11-16T13:47:07.234+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=11;|CORE5052: Application shutdown complete.|#]
    [#|2004-11-16T13:47:07.250+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Disabling AutoDeployment service.|#]
    [#|2004-11-16T13:47:07.250+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=11;|JMS5025: JMS service shutting down.|#]
    [#|2004-11-16T13:47:07.656+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=11;|JMS5026: JMS service shutdown complete.|#]
    [#|2004-11-16T13:47:08.328+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Server shutdown complete.|#]
    [#|2004-11-16T13:53:39.500+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_04] from [Sun Microsystems Inc.]|#]
    [#|2004-11-16T13:53:41.984+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2004-11-16T13:53:42.359+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2004-11-16T13:53:48.312+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2004-11-16T13:53:48.328+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2004-11-16T13:53:48.453+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2004-11-16T13:53:54.203+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2004-11-16T13:53:56.968+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2004-11-16T13:53:57.406+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2004-11-16T13:53:59.000+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-11-16T13:54:00.734+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2004-11-16T13:54:02.031+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2004-11-16T13:54:02.031+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2004-11-16T13:54:02.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2004-11-16T13:54:02.718+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2004-11-16T13:54:03.015+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2004-11-16T13:54:03.031+0530|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2004-11-16T13:54:03.031+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2004-11-16T13:54:03.046+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2004-11-16T13:54:03.062+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2004-11-16T13:54:03.250+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2004-11-16T13:54:09.234+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2004-11-16T13:54:12.140+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 8080|#]
    [#|2004-11-16T13:54:12.203+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 8080|#]
    [#|2004-11-16T13:54:12.375+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 1043|#]
    [#|2004-11-16T13:54:12.390+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 1043|#]
    [#|2004-11-16T13:54:12.453+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 4848|#]
    [#|2004-11-16T13:54:12.468+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 4848|#]
    [#|2004-11-16T13:54:13.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\AppServer\imq\bin].|#]
    [#|2004-11-16T13:54:13.281+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1100593453281|#]
    [#|2004-11-16T13:54:13.281+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2004-11-16T13:54:13.281+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2004-11-16T13:54:44.234+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|sending notification to server...server|#]
    [#|2004-11-16T13:54:44.296+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0303: Stopping Tomcat.|#]
    [#|2004-11-16T13:54:44.296+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 8080 server:type=ThreadPool,name=http8080|#]
    [#|2004-11-16T13:54:44.328+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 1043 server:type=ThreadPool,name=http1043|#]
    [#|2004-11-16T13:54:44.359+0530|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=11;|Stoping http11 protocol on 4848 server:type=ThreadPool,name=http4848|#]
    [#|2004-11-16T13:54:44.546+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=11;|CORE5051: Shutting down all J2EE applications ...|#]
    [#|2004-11-16T13:54:44.546+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=11;|EJB5122:EJB Timer Service shutdown at [2004/11/16 13:54:44]|#]
    [#|2004-11-16T13:54:44.546+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=11;|CORE5052: Application shutdown complete.|#]
    [#|2004-11-16T13:54:44.562+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Disabling AutoDeployment service.|#]
    [#|2004-11-16T13:54:44.562+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=11;|JMS5025: JMS service shutting down.|#]
    [#|2004-11-16T13:54:45.812+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=11;|JMS5026: JMS service shutdown complete.|#]
    [#|2004-11-16T13:54:46.453+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Server shutdown complete.|#]
    ---------------------------------------------server.log------------------------------------------------------------------
    Interesting thing is,when I had tried reinstalling it with 1.4.2_04 earlier,the log was not clean.
    The problem is still not clear.Anyway , it is working fine for now.
    Thanks.

  • Satellite P100: XP Pro Media Centre - unable to join domain

    Recently bought a P100 with XP Pro OS but I don't to be able to join the domain at work properly. Normally create a new account on the Server SBS 2003 then from the PC 'join domain'.
    Any clues?
    Peter

    Thanks for that but I do find it difficult to see where the logic comes from. It is fairly safe to say that XP Media Centre should work OK as I understand it to be a complete version/implementation of XP Pro with a few whistles and bells on the AV front? XP Pro certainly allows a domain to be specified so why doesn't XP Media Centre?
    Peter

  • Windows machines can't join domain after 10.5.4 upgrade

    Howdy folks,
    I have a ticket open with Apple on this but am posting here in hopes that someone might have an idea for me.
    I upgraded our Mac OS X Server 10.5.3 to 10.5.4 on Sunday, and this morning several users reported that their PCs running Windows XP SP2 were unable to login to the Windows domain hosted on this machine. It's the primary domain controller for the Windows users.
    One thing to note is that I had to reinstall the server completely because the 10.5.4 patcher crashed, creating all kinds of mayhem. I did a fresh install of OS X Server 10.5 and immediately applied the 10.5.4 combo updater to it. I had to restore the Open Directory from an archival copy, and the SMB was created fresh. Not sure why but the SMB services weren't preserved by the Server settings export command in Server Admin.
    I thought unbinding the PC from the Windows domain and then rebinding it with a new name would help, but I've been completely unable to add older computers to the domain, even after removing the old computer records first.
    I've got a reproducible failure mode for this problem on a Windows XP virtual machine running on VMware Fusion on my Mac. Here's the method I've been using to create the failure:
    1. Change Windows XP System name to something new that doesn't already have a computer record on the Mac OS X Server and reboot.
    2. After the reboot, run "NewSID" program on Windows to globally change my Windows machine's SID to a new, random value, and reboot again.
    3. Attempt to use the Network ID wizard in the Windows Control Panel to re-add the machine to the domain under a new name so there's no conflict with any old computer records floating around in Open Directory. After it prompts me to enter the username, password and domain name for a user who's authorized to add machines to the domain, I get a dialog box that displays this error:
    "Your computer could not be joined to the domain because the following error has occurred:
    An internal error occurred."
    Not too informative.
    Here are the error messages I see in /var/log/samba/log.smbd (searching for the new computer name in the search field):
    netbios connect: name1=BIGMAC name2=JEFFVM6
    netbios connect: local=bigmac remote=jeffvm6, name type = 0
    opendirectorysamsearchname gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Computers record for account 'JEFFVM6$'
    odssam_getgrnam gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Groups record for 'JEFFVM6$'!
    opendirectorysamsearchname gave -14136 [eDSRecordNotFound]: no dsRecTypeStandard:Computers record for account 'JEFFVM6$'
    kDSStdAuthNewUser was successful for account "jeffvm6$"
    At that point it's impossible to join the computer to the domain no matter what. The most puzzling thing is that SOME of our users were able to login without any problems whatever. The ones that were either physically off or somewhere else when the 10.5.4 upgrade was applied are the only PCs that seem to be having problems.
    Any help at all is appreciated. I suspect this is some kind of a SID conflict because the SMB server had to be recreated from scratch, but have no idea how to fix the client, the server, or both to make the computer account creation process work.

    The problem is fixed.
    The issue boils down to an argument between the Open Directory server on bigmac (the OS X Server machine) and the SMB server on bigmac. The crucial information I needed to solve this problem was located here: http://www.radiotope.com/node/61
    The Open Directory database had to be restored from a backup following this weekend's problematic upgrade, and it had a different value for the SID for the Windows domain than the one used by the SMB server software itself. Even stranger was that the Open Directory database actually had the wrong domain name! The It was listed as "BIGMAC" in Open Directory, even though it was set to the correct Windows domain name in the SMB server.
    The solution was to demote the SMB server from a Primary Domain Controller to a Standalone Machine, and then repromote it. Although I changed no values in the settings, and did not modify the plist containing the SID in the Open Directory via the Inspector in Workgroup Admin, after the SMB PDC was repromoted, the SIDs and the domain names in Open Directory and the SMB config agreed with each othe. Now new machines can join the domain and users can login just as they did before. No client-side modifications are necessary.
    Hope this is helpful to someone else. It was quite the hair-pulling experience for a while there.
    Jeff Kirk

  • Gah.. can't join domain! DNS problem

    The server has Intel Xeon CPU E5606 @ 2.13 GHz,  8 GB RAM. Windows Server 2012 R2 DataCenter x64
    The workstation has Intel Core i7 4820K CPU @ 3.70 GHz 16 GB RAM. Windows 8.1 Professional x64

    Rob Dunn wrote:Your primary DNS server address on the client...it's IPv6. I wonder if this is your problem.
    I haven't had much (*ahem* any) experience with IPv6 in a domain environment. With that said, see this link:
    https://windorks.wordpress.com/2014/09/17/the-day-ipv6-broke-my-dc/You may have to configure the IPv6 properties to use the loopback address ( ::1 ) on the DC.
    You're awesome! That was it. **Grumbling to self about what a waste of time!!!**I ended up going to the link that someone on that page you gave me referred to.. that link is to some Microsoft troubleshooting tools. I tried to do "Put IP4 before IP6" fix, but that didn't do anything. So I just went ahead with the Disable IP6 one.https://support.microsoft.com/en-us/kb/929852/en-usand now it's joined!

  • Build and Capture - How to install software updates without joining domain

    Due to security policy, can't join domain before the patch installation.
    I want to know the detail steps. I only set SMSMP when install Configuration Manager, but in the end, NO updates are installed.
    Do I miss some steps?  what are the detail steps?

    HI Jorgen
    Sorry for my poor English!
    You mean I should create two new collections, one is X86,
    another is X64. 
    Add the "Unknow Computer"
    object,
    that I want to build and capture, into the two collections
    Deploy the patches to the two collections
    Do I correct?

  • Windows 8.1 Pro has error while joining domain, while windows 7 pro has no problem to join in the same network

    I am having the same issue as posted in http://social.technet.microsoft.com/Forums/windows/en-US/6ea57e5f-6e9d-49bd-9dd7-832ea84c0276/windows-81-pro-will-not-join-domain?forum=w8itpronetworking
    There are a few other people have the same issues.  However there was no real solution provided although the post was marked as answered.  I am posting it here again and hopefully I can get some help to solve this issue.
    We got two new PCs, one with windows 7 and the other with windows 8.1 Pro.  In the same network with domain, the windows 7 pc has no problem at all to join the domain.  However the windows 8.1 Pro won't join the domain. On the windows 8.1 Pro computer,
    I can ping the other computers in the network.  The error message says:
    An Active Directory Domain Controller (AD DC) for the domain "cmi" could not be contacted. ...
    In my case, the domain name is "CMI".  I am sure the DNS setting is correct.  What did I do wrong?  Any help is greatly appreciated.  Thanks.

    I tried the solution in that article.
    In HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters folder, there is no
    NeutralizeNT4Emulator.  So I followed the instructions and created one, and set the value to 1. Then I restarted the computer and tried to join the domain again.  I got the same error.  Below is more from the netsetup log file:
    06/04/2014 21:36:37:256 -----------------------------------------------------------------
    06/04/2014 21:36:37:256 NetpValidateName: checking to see if 'XPS8700' is valid as type 1 name
    06/04/2014 21:36:40:256 NetpCheckNetBiosNameNotInUse for 'XPS8700' [MACHINE] returned 0x0
    06/04/2014 21:36:40:256 NetpValidateName: name 'XPS8700' is valid for type 1
    06/04/2014 21:36:40:256 -----------------------------------------------------------------
    06/04/2014 21:36:40:256 NetpValidateName: checking to see if 'XPS8700' is valid as type 5 name
    06/04/2014 21:36:40:256 NetpValidateName: name 'XPS8700' is valid for type 5
    06/04/2014 21:36:40:256 -----------------------------------------------------------------
    06/04/2014 21:36:40:256 NetpValidateName: checking to see if 'cmi' is valid as type 3 name
    06/04/2014 21:36:40:272 NetpCheckDomainNameIsValid for cmi returned 0x54b, last error is 0x0
    06/04/2014 21:36:40:272 NetpCheckDomainNameIsValid [ Exists ] for 'cmi' returned 0x54b
    ----------------below is the error message from the pop up window
    Note: This information is intended for a network administrator.  If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
    The domain name "cmi" might be a NetBIOS domain name.  If this is the case, verify that the domain name is properly registered with WINS.
    If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
    DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "cmi":
    The query was for the SRV record for _ldap._tcp.dc._msdcs.cmi
    The following domain controllers were identified by the query:
    cmi-dc2.cmi
    cmi-dc1.cmi
    However no domain controllers could be contacted.
    Thanks.

  • Windows 8.1 will not allow me to join a domain Setting up a new 2012 server, and am trying to join laptops running Windows 8.1 to this new domain. When I go to properties for This Computer, Join a domain wizard is greyed out. Can I join a Windows 8.1 com

    Windows 8.1 will not allow me to join a domain
    I am trying to join laptops running Windows 8.1 to  domain. When I go to properties for This Computer, Join a domain wizard is greyed out. Can I join a Windows 8.1 computer to a domain?

    Have you verified that your Windows 8.1 is a Pro or Enterprise edition? The Basic edition cannot join a domain.

  • Can't join clients to domain in Server 2012 R2 Datacenter

    I have done the searching.  I have installed 2012 Datacenter 64bit.  No problem.  I installed the Ad Ds role and elevated it to a domain controller.  I installed DHCP and DNS roles.  I now want to join a client computer to this new
    domain in the server.  (it's the only domain).  However, nothing I try works.  I get the message:
    "An Active Directory Domain Controller (AD DC) for the domain "DGR.MINE" could not be contacted."
    Ensure that the domain name is typed correctly.
    If the name is correct, click Details for troubleshooting information"
    Details:
    The error was:  "This operation returned because th teimout period expired."  (error code 0x000005B4 ERROR_TIMEOUT)
    The DNS servers used by this computer for name resolution are not responding.  This computer is configured to use DNS servers with the following IP addresses;  192.168.1.200
    Verify that this computer is connected to the network, that these are the correct DNS server IP addresses, and that at least one of the DNS servers is running.
    In my 2012 Server the DNS address is set to 192.168.1.200
    In my client computer the DNS address is set to 192.168.1.200
    The server and the client are both connected to a simple switch, so I'm using straight through Ethernet cables.  I've tried crossover for client to server connections also, but no luck there either.
    This should be a simple process.  Can someone with patience give me a step-by-step on setting my server to a domain controller, DNS server, assigning the DNS address, and what else I need to do to allow a client to connect?  Then can I get the
    same wonderful help in connecting the client to the server?  I wouldn't ask for such detail, but I'm needing to check to see where I messed up, if indeed I can find where.
    Thanks very much.

    Make sure that the machine you are trying to join to your new domain has access to the domain (can ping the IP address of the domain controller) and has set itself to point to the IP address of the domain controller
    as its DNS server.
    Hi, Tim
    I can ping my domain controller, but not quite sure about how to set itself to point to the IP address of the domain controller as its DNS server. where do I do it? Thanks in advance.
    my sql keep dropping out the domain for some reason, I cant see any domain user account and the location is not entire directory anymore on my sql server even the domain name appears there. so I decide to take it off domain officially and rejoin later, but
    failed to rejoin and gives me an error msg just like that.
    Regards
    Linda

  • I bought yesterday my macbook pro and I want to join the FaceTime and I just can´t... It said that is not working and try it later... but since yesterday said that .. What should I do?

    I bought yesterday my macbook pro and I want to join the FaceTime and I just can´t... It said that is not working and try it later... but since yesterday said that .. What should I do?

    Here's a previous discussions that seems to have solved a similar issue in the past:
    https://discussions.apple.com/message/12209861#12209861

  • Solaris 11 - can't join AD domain

    I've upgraded to Solaris 11 from 11 Express and am trying to join the system to an Active Directory domain. I first joined workgroup, then tried to rejoin the domain, at which time I get the following (names changed to protect the anonymous):
    myuser@ganesh:~# smbadm join -u "DomainAdmin" lothlorien.domain.com
    After joining lothlorien.domain.com the smb service will be restarted automatically.
    Would you like to continue? [no]: yes
    Enter domain password:
    Locating DC in lothlorien.domain.com ... this may take a minute ...
    Joining lothlorien.domain.com ... this may take a minute ...
    failed to join lothlorien.domain.com: UNSUCCESSFUL
    Please refer to the system log for more information.
    /var/adm/messages shows this:
    Nov 11 00:46:17 ganesh smbd[641]: [ID 270243 daemon.error] smb_ads_update_dsattr: ldap_sasl_interactive_bind_s Local error
    Nov 11 00:46:35 ganesh smbd[641]: [ID 702911 daemon.error] smbns_kpasswd: KPASSWD protocol exchange failed (Cannot contact any KDC for requested realm)
    Nov 11 00:46:35 ganesh smbd[641]: [ID 702911 daemon.notice] Machine password update failed
    Nov 11 00:46:35 ganesh smbd[641]: [ID 702911 daemon.error] unable to join lothlorien.domain.com (UNSUCCESSFUL)
    I know for sure the system is locating the DC and trying to register itself - I can see the events in the Windows event log. Having deleted the previous computer account, if I watch the Computers node of the AD Users & Computers MMC snap-in, I can see the Solaris system appear briefly as disabled, then disappear a few seconds later (with corresponding events in the DC's Security event log).
    I can't find any documentation specific to S11 (as opposed to SE11) that addresses what might be different (if anything) in the smb join protocols. I know by now that S11 can autogenerate your /etc/krb5/krb5.conf so the fact that I can delete/rename that file and it will reappear with valid information validates the fact that it does locate and connect to the (K)DC and get relevant config info, not to mention that I can type garbage for my domain password and the behavior is different so it can do kerberos authentication.
    I think the key error here is the "ldap_sasl_interactive_bind_s Local error" but it's not enough information for me to determine causality. I've already gone through Google searches and implemented changes related to the NTLM levels and so forth, but unlike with SE11 which I did have working, these did not solve the issue.
    I'm still trying to go through the S11 documentation including the End of Feature Notices for what's changed but I didn't see anything revelatory in the Interop guide. I know this could also be something that's in my AD/GP configuration on the Windows side (e.g. I've implemented a PKI and strengthened system authentication among certain domain members). Has anyone run into anything similar? Do you have S11 (as opposed to SE11) joined to your domain?

    I finally got this figured out. It's a problem with client_lmauth_level on the smb service. the below script snippet configures Solaris 11 to join an AD domain on Windows 2008 R2:
    echo *** Installing SMB system
    pkg install system/file-system/smb
    echo *** Installing SMB service
    pkg install service/file-system/smb
    echo server $TIMESERVER > /etc/inet/ntp.conf
    svcadm enable ntp
    echo *** Joining domain: $DOMAIN
    svccfg -s smb setprop smb/client_lmauth_level=2
    svcadm enable -r smb/server
    smbadm join -u $DOMAIN/$DOMAINADMIN
    Obviously, you should set the various variables for your local environment and probably a good idea to sync the clock explicitly instead of assuming ntpd will do it for you.
    In addition, I had to set the auth level on the Windows 2008 domain:
    Start -> Admin Tools -> Local Secuity Policy: Security Settings -> Local Policies -> Security Optiopns:
    Network Security: LAN Manager authentication Level = Send LM & NTLM - Use NTLMv2 security session if negotiated

  • I have a new Macbook Pro. It won't join the wireless networks that my old Macbook Pro joined; only some of them (I'm talking open networks). What can I do, please?

    I have a new Macbook Pro. It can see, but won't join the open wireless networks that my existing Macbook Pro joins. What can I do, please?

    Mac OS X 10.7 Help: Troubleshoot a network printer

  • [TV@Plus] Can't install drivers in win XP pro sp2

    I can't install the drivers of that tv@nywhere plus.  I tried it on different computers = same results.  Tried the msi driver on web site = same results.  I have the following message " The tv@nywhere WDM Driver Installation Failed ".  Is it the card or what ?  Sent an email to MSI = no answer.  Do I have to return it and buy a better card (not from MSI)....Tried in 4 different computers....HELP ME SOMEONE !!!

    I tried it on a P4 3.2 ghz, ATI Radeon 9600 128 megs, Gigabyte Motherboard (don't remember wich one), over 256 megs DDR, 160 gigs hdd.  The second one was a Athlon XP 2200+, Ati Radeon 9250 128 megs, Gigabyte Motherboard GA-7VKMP, 80 gigs hdd, 512 megs DDR.  The third one is a P3 866, Ati rage Pro, Intel motherboard, 384 megs SDram, 40 gigs hdd.  They're all new installed win xp pro SP2 computers (after updates everywhere ex:graphic cards, windows etc...)  Really confused !!!  Tried in different PCI slots.  Do you think it's a card or chips (physically) problem, at your advice ?  I'm not at my first computer installation, and it's the first time I see this problem.  I'm in computers since 6 years and never seen that before.  Help me please...........

  • WinXP computers can't join the domain

    Hi, I'm setting up my first Xserve and I'm having troubles making WinXP machines join the domain.
    With OS X and Win98 clients I have no problems with the tests accounts I have created, but with with WinXP machines I get the error that they can't Join the domain becouse Access is Denied. I don't think is a configuration error on the server's services or the WinXP boxes becouse I can join the domain and access the account for diradmin OK from the WinXP boxes, so it may be an account configuration problem.
    Also the accounts have network home folders, don't know if this might also cause a problem, I did try with no home assigned and still got the same error.
    Any help would be appreciated

    Fixed the problem myself....
    Creted a new account and dindn't move anything on it, nothing managed and nothing changed on the account windows tab.
    Joined the domain with the diradmin account, and after the reboot used the new test user, logged in fine and home folder was mounted as a Network drive perfectly.
    Hope this helps someone in the future

  • Microsoft Store Breaks After Joining Domain (2008)

    After joining a Windows 8 Pro Tablet to domain, store apps are no longer working.
    This is important to us for two reasons :
    1) Users must be able to use OneNote and Photo Apps
    2) Users must be able to access Domain shares and have access to the same files as his regular workstation
    All of this regardless of what user logs in.
    Currently active COMPUTER GPO :
    Enable Offline Files
    Enable Remote Desktop
    Local Admin Group to Domain Users
    NTP Client configuration
    Trusted Zones (Local Intranet/Shared Paths)
    Currently Active USER GPO :
    Map network Drives
    Create Folder Structure at logo on server (VBS)
    Folder Redirection (Desktop and Documents to Server. Favorites, Music, pictures and Video follow Documents)
    I've tried a few tricks found on google and technet, but I seem to only regain partial and temporary access to the store. Apps will open and close immediately (Store/Camera for example).
    Any suggestions would be appreciated and thank your for your time!

    Hi,
    If this issue occurs just after joining domain, you need check this policy:
    Computer Configuration/Windows Components/Store/Turn off the Store application
    If it is not this case, we can re-register Windows Store for a test:
    Fix Store App in Windows 8.1
    http://blogs.msdn.com/b/notime/archive/2013/10/18/fix-store-app-in-windows-8-1.aspx
    Alex Zhao
    TechNet Community Support

Maybe you are looking for

  • New Hard Drive for My T-61

    My hard drive in my T61 crashed and none of the info could be retrieved.  I've got to replace it.  Never had to do this on my own.   Here are my questions: 1)  Are all these drives the same size  .  .  .  since I can't find them tied to individual no

  • How to convert  a whole dvd (not seperate chapters)

    hi there .i use hand brake to rip dvd since i guess videora doesn´t work with mac.but handbrake wouldn´t convert dvd as a whole file.is there any free programs to convert a whole dvd as one file with the wished subtitles.thanx in advance

  • RSRT - variable screen

    Hi Experts, When run query with variable/ in RSRT (for output "list" or "Bex analyzer"),variable screen is not displayed. And when the variable is mandatory, then I of course recieved message "Specify a value for variable XXX of the Query" But when I

  • Error when starting app via browser

    Hi, when I try to start an applikation via IE 5.5 I get the following exception: Beim Starten/Ausf?hren der Anwendung ist ein Fehler aufgetreten. Kategorie: Fehler: ung?ltiges Argument Die angegebene Datei/URL konnte nicht geladen werden. CouldNotLoa

  • Files missing from Adobe Applications support folder

    I now receive this message when starting Photoshop CC:  One or more files in the Adobe Applications Support folder, necessary for running Photoshop, are missing.  Please run the Photoshop installer and re-install Photoshop.  After looking through som