Session not replicated in WL6.1

          We are having session-not-replicated problem in WL6.1 Clustering.
          We have 3 servers on different machines running WL6.1 sp1, 1 is running the admin
          server and the
          other 2 are running as managed weblogic server.
          We have a web application that has been deployed to the cluster and is set
          for PersistantStoreType equal to replicated.
          We are using a Cisco Local Redirector with "sticky load balancing" infront of
          the servers.
          In our applications, most of JSP pages can modify the session data using session.setAttribute().
          And we use session.removeAttribute() to clean a session data.
          session.setAttribute("mysession1", data1);
          ....some codes......
          if (session.getAttribute("mysession") != null)
               session.removeAttribute("mysession");
          session.setAttribute("mysession", data2);
          With session.removeAttibute() in our codes, some session data is not replicated
          to secondary server.
          We checked all session data in secondary server after shutting down the primary
          server.
          But if we comment out all session.removeAttribute() methods, failovers tested
          successfully.
          All our session data is serializable. Some are String and Some are Objects.
          Is this a known problems in WL6.1? Anyone has any idea?
          thanks,
          Hong
          

          We are having session-not-replicated problem in WL6.1 Clustering.
          We have 3 servers on different machines running WL6.1 sp1, 1 is running the admin
          server and the
          other 2 are running as managed weblogic server.
          We have a web application that has been deployed to the cluster and is set
          for PersistantStoreType equal to replicated.
          We are using a Cisco Local Redirector with "sticky load balancing" infront of
          the servers.
          In our applications, most of JSP pages can modify the session data using session.setAttribute().
          And we use session.removeAttribute() to clean a session data.
          session.setAttribute("mysession1", data1);
          ....some codes......
          if (session.getAttribute("mysession") != null)
               session.removeAttribute("mysession");
          session.setAttribute("mysession", data2);
          With session.removeAttibute() in our codes, some session data is not replicated
          to secondary server.
          We checked all session data in secondary server after shutting down the primary
          server.
          But if we comment out all session.removeAttribute() methods, failovers tested
          successfully.
          All our session data is serializable. Some are String and Some are Objects.
          Is this a known problems in WL6.1? Anyone has any idea?
          thanks,
          Hong
          

Similar Messages

  • Objects bound to session not replicating properly.

    hi,
              i have two weblogic 5.1 sp3 clustered in sun boxes, using apache as
              proxy server.
              I use Inmemory replication for replicating http sessions.
              Both weblogic server says joined the cluster and it seems ok.
              i start navigating my application, halfway i bring down one server, the
              one the requests are going to. secondary server takes over, but when i
              print the objects that are bound to the session it doesnot give me all
              the values, which when printed in the primary server prints all values.
              The objects that are bound to the session are heavy.
              i am using the property weblogic.httpd.session.cacheEntries=1024, the
              default one.
              could someone help me.
              my cluster and session properties.
              weblogic.cluster.enable=true
              weblogic.cluster.name=rtcluster
              weblogic.system.bindAddr=10.11.21.20
              weblogic.cluster.multicastAddress=237.0.0.1
              weblogic.cluster.multicastTTL=1
              weblogic.cluster.defaultLoadAlgorithm=random
              # Httpd Cluster properties.
              weblogic.httpd.clustering.enable=true
              weblogic.httpd.session.persistence=true
              weblogic.httpd.session.persistentStoreType=replicated
              

    You have not described your environment or what you application is doing, so
              it will be difficult to help answer your question.
              > > i have two weblogic 5.1 sp3 clustered in sun boxes, using apache as
              > > proxy server.
              > > I use Inmemory replication for replicating http sessions.
              > There was a small problem in our application we debugged it, session
              > replication is now fine.
              Good.
              > but now we are facing a new problem.
              Bad.
              > SecurityException
              Please post (or attach) the stack trace.
              > The page doesnot come in the first click, at the first
              > click weblogic gives a SecurityException.
              We do not know what page you mean. Do you mean that every page is broken,
              or pages served by a certain servlet or jsp?
              > Moreover the image is not properly displayed.
              > The image is painted when mouse is over that otherwise
              > its not. Its like image in java without double buffering.
              I assume this is a .jpg or .gif that your page references? Is the image
              created dynamically or just served statically by IIS? Or statically by
              WebLogic?
              The double-buffering look could be caused by a corrupted image file or more
              likely by being served dynamically by a JSP that accidently has some
              linefeeds due to page directives at the top, but you'll have to provide
              additional information.
              Peace.
              Cameron Purdy
              [email protected]
              http://www.tangosol.com
              WebLogic Consulting Available
              "arunbabu" <[email protected]> wrote in message
              news:[email protected]...
              > hi,
              > Thanks for the debug information.
              > There was a small problem in our application we debugged it, session
              > replication is now fine. but now we are facing a new problem.
              > SecurityException, The page doesnot come in the first click, at the first
              > click weblogic gives a SecurityException. Moreover the image is not
              > properly displayed. The image is painted when mouse is over that otherwise
              > its not. Its like image in java without double buffering.
              > could somebody throw some light to these.
              > arunbabu.
              >
              > arunbabu wrote:
              >
              > > hi,
              > > i have two weblogic 5.1 sp3 clustered in sun boxes, using apache as
              > > proxy server.
              > > I use Inmemory replication for replicating http sessions.
              > > Both weblogic server says joined the cluster and it seems ok.
              > > i start navigating my application, halfway i bring down one server, the
              > > one the requests are going to. secondary server takes over, but when i
              > > print the objects that are bound to the session it doesnot give me all
              > > the values, which when printed in the primary server prints all values.
              > > The objects that are bound to the session are heavy.
              > > i am using the property weblogic.httpd.session.cacheEntries=1024, the
              > > default one.
              > > could someone help me.
              > >
              > > my cluster and session properties.
              > >
              > > weblogic.cluster.enable=true
              > > weblogic.cluster.name=rtcluster
              > > weblogic.system.bindAddr=10.11.21.20
              > > weblogic.cluster.multicastAddress=237.0.0.1
              > > weblogic.cluster.multicastTTL=1
              > > weblogic.cluster.defaultLoadAlgorithm=random
              > >
              > > # Httpd Cluster properties.
              > > weblogic.httpd.clustering.enable=true
              > > weblogic.httpd.session.persistence=true
              > > weblogic.httpd.session.persistentStoreType=replicated
              >
              

  • Session not replicated in a different machine

    Hi Everybody,
              I have an interesting problem related to session replication on a different machine. We have two managed servers in two different machines. When we stop the managed server in the machine where we have admin server, request goes to the second managed server. However the existing session is not replicated, instead a new session is created.
              We have used in-memory replication. Any pointer to the problem will be appreciated.
              Thanks in advance,
              Dev.

    Also check if the session replication is indeed on. You can see if this is on by looking at cookies (either javascript like alert(Document.cookie) or through browser like navigator; format for replication should be <session id>!<primary server hash>!<secondart server hash>
              S

  • Session not replicated in clustered oc4j instances

    The application is deployed to two clustered oc4j instances(A and B) and is configured to use PEER replication protocol. After logging into the application(say A handled the request, created and stored a user object in http session), we shutdown A, and click on application link, the request is routed to B, but B shows no user object in http session is found, this happens in a servlet filter. Could somebody provide some suggestions why?

    Hmm, OK. Then we need to dig in a little further.
    Can you post what the orion-application.xml file looks like for these applications?
    It has the <cluster> tag set in it.
    You can find it in $ORACLE_HOME/j2ee/home/application-deployments/<app-name>
    Are these clustered OC4J instances on the same server -- if so, did you set allow-colocation="false", which would prevent the replica from being stored on the same physical host, and thus not be avaialble when you need it?
    You can enable logging for the clsuter session manager -- you can acess the logging propeties page in ASC and then set the "oracle.j2ee.cluster" to the FINEST level to start pumping some log messages into the log file.
    Note: in 10.1.3.0 the settings are not persisted when made via ASC -- you have to enter them manually in the j2ee/<instance-name>/config/j2ee-logging.xml file. In 10.1.3.1 the settings are persisted automatically into this file.
    The easiest way to see the log messages in the file is using the Log Viewer function in ASC as well. Look for the "Diagnostics" log in the particular Oc4J instance where the app is deployed.
    cheers
    -steve-

  • Weblogic Clustering Replica Session not Recovering

    Dear All,
    Have One domains with WLS 10.3.4 on two physical machines, each machine hosting one managed server, cluster of the two servers, node manager on both servers and admin server on one of the servers. Using unicast and in-memory replication with replicate if clustered set in the weblogic.xml.
    Apache balancing between the two and selected options to allow proxy plugin in the domain.
    Question is I bring both servers up,
    Log the user into test application.
    In the console I can see from Cluster Monitoring that a single user connects on Managed Server 1 and that the session is correctly replicated onto Managed Server 2.
    I then fail Managed Server 1 which is hosting the primary session, on manual page refresh the users request goes to the Managed Server 2 with the user staying logged in (as expected).
    However when I return the failed Managed Server 1 to service I expected the current session now on Managed Server 2 to be replicated back to the Managed Server 1 (in case Managed Server 2 that is now hosting the primary session fails).
    No matter how long I wait this replication does not take place, HOWEVER if after the Managed Server 1 is returned to service I manually refresh the Web Page which connects to Managed Server 2 this kicks the replication into action and creates a session replica back on Managed Server 1.
    I don't think this is exected behaviour so any idea what is going wrong?
    In the oracle docs it says
    "In a two-server cluster, the client would transparently fail over to the server hosting the secondary session state. However, replication of the client’s session state would not continue unless another WebLogic Server became available and joined the cluster. For example, if the original primary server was restarted or reconnected to the network, it would be used to host the secondary session state. "
    but in this case the second bit does not seem to host the secondary state unless the web page is actually used again (at which point you see the replica state created, it's almost like it will replicate going forwards but ignores the current state and does not re-sync between the managed servers, leading to a user being logging out if a flip-flop server failure test is carried out.
    Thanks
    Edited by: user10645195 on 18-Feb-2011 08:46
    Edited by: user10645195 on 18-Feb-2011 08:52

    HI,
    The HttpSession replication happens Only when WebLogic creates a New HttpSession or Container encounters "session.setAttribute(obj,obj)" method...It means the Data is replicated to the Secondary JVM HttpSession only when application calls the setAttribute method of HttpSession. And in this case only the modified part of data is replicated NOT the complete HttpSession data.
    So i think u can try adding a Simple temporary attribute in the HttpSession like
    session.setAttribute("dummyData",""+new java.util.Date());
    Now make sure that the above code is placed in each and every page of your application...sothat whenever a client will request the because of setAttribute() the Session modified data (dummyData) will be replicated...and if there are more setAttribute() on that page then all the those also will be replicated...
    Example:
    Map map = new HashMap();
    session.setAttribute("map", map); <font color=maroon><b> -------> Here Session data Will be replicated to Node-2 (bcoz of setAttribute()) </b></font>
    map.put("one", "aaa"); <font color=red>No Replication (Means No Session data Refresh...bcoz setAttribute is not called...)</font>
    then from page1.jsp I go to page2.jsp and I do this:
    Map map = (Map)session.getAttribute("map");
    map.put("two", "bbb"); <font color=red>No Replication (Means No Session data Refresh...bcoz setAttribute is not called...)</font>
    and then from page2.jsp I go to page3.jsp and I do this:
    Map map = (Map)session.getAttribute("map");
    map.put("three", "ccc"); <font color=red>No Replication (Means No Session data Refresh...bcoz setAttribute is not called...)</font>
    Now you will see On The node2 the sessioncontains an EMPTY map ! <font color=maroon><b> (That is Correct) because when you executed </b></font><br>
    Map map = new HashMap();
    session.setAttribute("map", map);
    <font color=maroon><b>
    At that time The Map was not containing any data in it.
    </b></font>
    You need to try this:
    Map map = new HashMap();
    session.setAttribute("map", map);
    map.put("one", "aaa"); <font color=green>----><b> Now session.setAttribute("map", map);</b></font> here session data will be refreshed in Node-2
    then from page1.jsp I go to page2.jsp and I do this:
    Map map = (Map)session.getAttribute("map");
    map.put("two", "bbb"); <font color=green>----><b> Now session.setAttribute("map", map);</b></font> here session data will be refreshed in Node-2
    and then from page2.jsp I go to page3.jsp and I do this:
    Map map = (Map)session.getAttribute("map");
    map.put("three", "ccc"); <font color=green>----><b> Now session.setAttribute("map", map);</b></font> here session data will be refreshed in Node-2
    It means until u don't call session.setAttribute(---, ---)...The Session Data is not replicated (refreshed) to the Second Node(Secondary JVM).
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/ (Middleware magic Is Here)

  • Tomcat  5.5.26 Sessions getting replicated but not working via browser

    Hi,
    I have configured Tomcat 5.5.26 to be clustered across 2 machines with one instance on each. These two machines are behing a BIG-IP loadbalancer which is setup for sticky sessions.
    The catalina.out states that the member can see each other:
    Jul 3, 2008 6:33:50 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded
    INFO: Replication member added:org.apache.catalina.cluster.mcast.McastMember[tcp://10.17.21.125:9001,catalina,10.17.21.125,9001, alive=38753]
    Jul 3, 2008 6:33:51 PM org.apache.catalina.cluster.mcast.McastService registerMBean
    The localhost.2008-07-03.log states that the sessions are being replicated for the jsp-examples app - book example. I have an app of our own that does not even state that the session is replicated but I though I would start here with getting the example one working.
    Jul 3, 2008 6:34:31 PM org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: sessionDestroyed('E7E9E54600927A4826AFEDB59D7EF6E7.tomcatDargle')
    However, when I take down the instance which created the session and attempt to refresh the page or navigate to another page I get page cannot be displayed. This shows that the sessions are not completely replicated. What am I missing?
    I have added my server.xml file contents:
    <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
    managerClassName="org.apache.catalina.cluster.session.DeltaManager"
    expireSessionsOnShutdown="false"
    useDirtyFlag="false"
    notifyListenersOnReplication="true">
    <Membership
    className="org.apache.catalina.cluster.mcast.McastService"
    mcastAddr="239.192.17.20"
    mcastPort="9002"
    mcastFrequency="500"
    mcastDropTime="3000"/>
    <Receiver
    className="org.apache.catalina.cluster.tcp.ReplicationListener"
    tcpListenAddress="auto"
    tcpListenPort="9001"
    tcpSelectorTimeout="100"
    tcpThreadCount="6"/>
    <Sender
    className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
    replicationMode="pooled"
    ackTimeout="15000"
    waitForAck="true"/>
    <ClusterListener className="org.apache.catalina.cluster.session.ClusterSessionListener" />
    <ClusterListener className="org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener" />
    <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
    filter=".*\.gif;.*\.js;.*\.css;.*\.png;.*\.jpeg;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"
    primaryIndicator="true" />
    <Valve className="org.apache.catalina.cluster.session.JvmRouteBinderValve"
    enabled="true" />
    </Cluster>
    Any help at all would be greatly appreciated.
    Martin

    Hi Ganeshmb,
    The app I am using is the jsp-examples/book example.
    The load balancer is sending requests to both servers.
    When the dargle instance is sent a request I can see in the logs of both servers:
    INFO: SessionListener: sessionCreated('730F4AD5A21CA06639BF956B9F5418CB.tomcatDargle')
    When the tolka instance is sent a request I can see in the logs of both servers:
    INFO: SessionListener: sessionCreated('E7E9E54600927A4826AFEDB59D7EF6E7.tomcatTolka')
    When the server starts up the relevant info is in the logs:
    Jul 3, 2008 6:33:56 PM org.apache.catalina.cluster.session.DeltaManager start
    INFO: Starting clustering manager at /jsp-examples
    Jul 3, 2008 6:33:56 PM org.apache.catalina.cluster.session.DeltaManager getAllClusterSessions
    WARNING: Manager [jsp-examples], requesting session state from org.apache.catalina.cluster.mcast.McastMember[tcp://10.17.21.125:9001,catalina
    ,10.17.21.125,9001, alive=44363]. This operation will timeout if no session state has been received within 60 seconds.
    Jul 3, 2008 6:33:56 PM org.apache.catalina.cluster.session.DeltaManager waitForSendAllSessions
    INFO: Manager [jsp-examples]; session state send at 7/3/08 6:33 PM received in 123 ms.
    The jsp-examples book example is supposed to have serilizable object and was recommended on some sites are the way to test out the replication. Is there any other way to test this?
    Also, the main purpose of the cluster is to replicate an application from an external vendor which they say is compatible with session replication. However, this app does not even output the sessionCreated message so I am unsure if it truly is compatible.
    If I could prove that the cluster is setup correctly then I would have more to go on when contacting the vendor. At the moment I am unsure if the cluster is setup correctly for session replication.
    Thanks,
    Martin

  • PO not replicated in Backend

    Hi,
    I have created a SC and that SC got approved by all the approvers. PO also generated in SRM. But that PO is not replicated in backend. I have checked that PO in SRM through Process purchase order. The status in "Error in process" and even I have make changes in the PO through Process PO and order it. But then also it has not replicated in backend and the Status is also same as earlier.
    Could any one can tell me what should be the right way to replicate this to backend?
    I am using Extended classic and self service procurement.

    Hello,
    You can check if the PO in question can be transferred manually to ECC system, in order to check if there is an error with this action:
    - Breakpoint at FM B46B_DPO_TRANSFER;
    - SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
    - Program will stop at FM where the BP was set;
    - Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
    - F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check if the PO has been created or not in backend.
    Kind regards,
    Ricardo

  • Plan driven procurement: PO not replicated at backend

    Hi Experts,
    I am working with extended classic scenario (SRM 7.0 and ECC 6.0).  
    If I create a shopping cart and then PO at SRM, this PO is transfer to ECC sucessfully.
    But for external requirements, purchase order is not replicated into ECC.  So, if purchase requisitions is created at backend, transfer to SRM,  PO created at SRM without errors, then PO is not replicated at backend. 
    No errors appear at SLG1 nor RZ20 nor SMQ1/2.
    After debugging I found out that SUBTYPE field from BBP_PDIGP table is empty.   
    Any idea how can this issue could be solved?  How can be PO replicated at ECC?
    Thanks in advance!
    Best Regards,
    Martín Amat

    Hello,
    You can check if there is an error returning from backend.
    Follow the steps below:
    - Breakpoint at FM B46B_DPO_TRANSFER;
    - SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
    - Program will stop at FM where the BP was set.
    - Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
    - F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check the result.
    If you have a RFC with dialog user, you can debug through the ECC system and check why and when the error message is generated.
    Regards,
    Ricardo

  • HttpSession not replicating

              I am trying to deploy our application in a clsutered environment. So far we have
              developed the product w/o thinking about clustering and now one of our client
              requires our product to be deployed in clustered environment.
              Our app has a ear file which has lot of jars, 3 wars.
              I configured my cluster with 3 servers ( 1 admin and 2 managed). Lets admin is
              called msAdmin, and 2 managed servers are called ms1 and ms2. I also created a
              web app outside the cluster httpProxy for HttpClusterServlet.
              Before testing our app, I deployed a simple webapp as part of the same ear file
              to test if the httpsession replication works or not and it seemed to work absolutely
              fine. I could see the httpsession replicated and at the time of fail over I could
              see another server handling the request.
              Then I tested our app to see if httpsession is getting replicated or not but i
              could not see it getting replicated. One thing I noticed is that the http session
              has some non-serializable objects in it but I expect only those non-seriazable
              object be not replicated. All the seriazable objects should have been replicated.
              Any ideas of why the httpsession is not getting replicated.
              Praveen
              

    The actual problem once if weblogic throws an error saying Non-serializable
              exception then it will not try replicating any more new session.
              Here is the CR 102655 in which they have fixed the problem., but i have not
              tested so far.
              Aravind
              "Rajesh Mirchandani" <[email protected]> wrote in message
              news:[email protected]...
              > This is a known issue. Contact [email protected] for a patch.
              >
              > Praveen Peddi wrote:
              > > Hi Anand,
              > > Thanks for the response. It was the problem in our code. We were putting
              a non-serializable
              > > object in a hashmap and putting that hashmap in the httpSession. But I
              think there
              > > is a bug in weblogic 7.0. For some reason it did not replicate any
              objects (even
              > > the objects that are perfectly serializable.
              > >
              > >
              > > anand raman <[email protected]> wrote:
              > >
              > >>hi praveen
              > >>
              > >>I am not sure why http session replication isnt happening. Can you
              briefly
              > >>explain how you
              > >>1) performed the test with the simple web app
              > >>2) show us your web.xml
              > >>
              > >>cheers
              > >>anand
              > >>
              > >>In article <[email protected]>, Praveen Peddi wrote:
              > >>
              > >>>I am trying to deploy our application in a clsutered environment. So
              > >>
              > >>far we have
              > >>
              > >>>developed the product w/o thinking about clustering and now one of
              > >>
              > >>our client
              > >>
              > >>>requires our product to be deployed in clustered environment.
              > >>>Our app has a ear file which has lot of jars, 3 wars.
              > >>>I configured my cluster with 3 servers ( 1 admin and 2 managed). Lets
              > >>
              > >>admin is
              > >>
              > >>>called msAdmin, and 2 managed servers are called ms1 and ms2. I also
              > >>
              > >>created a
              > >>
              > >>>web app outside the cluster httpProxy for HttpClusterServlet.
              > >>>Before testing our app, I deployed a simple webapp as part of the same
              > >>
              > >>ear file
              > >>
              > >>>to test if the httpsession replication works or not and it seemed to
              > >>
              > >>work absolutely
              > >>
              > >>>fine. I could see the httpsession replicated and at the time of fail
              > >>
              > >>over I could
              > >>
              > >>>see another server handling the request.
              > >>>Then I tested our app to see if httpsession is getting replicated or
              > >>
              > >>not but i
              > >>
              > >>>could not see it getting replicated. One thing I noticed is that the
              > >>
              > >>http session
              > >>
              > >>>has some non-serializable objects in it but I expect only those
              non-seriazable
              > >>>object be not replicated. All the seriazable objects should have been
              > >>
              > >>replicated.
              > >>
              > >>>Any ideas of why the httpsession is not getting replicated.
              > >>>
              > >>>Praveen
              > >>
              > >
              >
              >
              > --
              > Rajesh Mirchandani
              > Developer Relations Engineer
              > BEA Support
              >
              

  • Some Sales Orders are not replicating into CRM

    Hi guys,
    when I check SMQ2 in CRM,  I find that some sales orders are not replicating into CRM, then check the error, its says check SMW01..
    when I check the SMW01 it says validation error and BDOC status is F05 (information no processing). I tried to search the sales order in CRMD_Order transaction could not find the sales order...
    *Error in SMW01*
         Processing of document with Guid E01D11C71856C4F1AEBF0024E84DD0CE is canceled     CRM_ORDER
         Validation error occurred: Module CRM_DOWNLOAD_BTMBDOC_VAL, BDoc type BUS_TRANS_MSG.     SMW3
    It's not giving much clue what's the error is...
    I tried to setup a request to replicate those sales orders.. those request also end up in the same error...
    any help on this?
    thanks,
    Ken

    Hello Ken,
    When reprocessing a BDoc(via SMW01) you might need to set a flag.
    Goto trxn. SMW01. Start the debugger using command '/h' and reprocess the BDoc. After going into the debug mode press SHIFT+F7 and put a breakpoint at 2nd Tab in : class:cl_smw_flow and method 'restart_processing'. Keep debugging(F5 or F6 accordingly) until you find the requisite flag l_retry_allowed and set it as 'X'. This will allow you to reprocess the Bdoc.
    Thanks,
    Rohit

  • Fire fox opens with tabs from preveous session not home page in tools under options and tab general I have start up with home page but all tabs from previous session open instead

    fire fox opens with tabs from preveous session not home page in tools under options and tab general I have start up with home page but all tabs from previous session open instead

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • The changes made in the WAD web template is not replicating on web browser

    Hi,
    We are using BI 7.0 WAD. Suppose if i create a one web template and if i run it ...it is working fine.
    If i change the present web template and if i do change anything on the present web template and if run this web template it is giving the previous result....it is not reflecting the present changes.
    The changes made in the WAD web template is not replicating on web browser result.
    I went to transaction SMICM, then choose "Goto" from the top menu. From there, go to HTTP Server Cache, then choose Invalidate, then choose Global in system. With this thing also it didnt slove.
    thanks

    Clear your browser cache also and see if the changes are visible.....
    Arun

  • Telnet session not working in OEL -5

    Telnet session not working in OEL -5
    ==============================
    1. Installed xinetd and telnet-server packages on the box.
    2. Enabled the xinetd service.
    # service xinetd start
    # chkconfig xinetd on
    Telnet still not working. Please help.
    Lily.

    Re-ran the /etc/init.d/xinetd restart command. Telnet cannot connect and this is what I get:
    Unencrypted connection refused. Goodbye.
    Below is the telnet.cfg
    ==================
    # default: on
    # description: The telnet server serves telnet sessions; it uses \
    #     unencrypted username/password pairs for authentication.
    service telnet
         flags          = REUSE
         socket_type     = stream
         wait          = no
         user          = root
         server          = /usr/sbin/in.telnetd
         log_on_failure     += USERID
         disable          = no
    ===================

  • Payment card details not replicated from CRM to ECC

    Hello
    We are creating BP in CRM which replicates into ECC. In BP, we are maintaining Payment cards. But, while replicating to ECC, this Payment card details are not replicating to ECC.
    The data is present in the BDoc.
    Please help!!
    Regards,
    Debolina

    Hi Debolina,
    Can you please share the solution. I have the similar requirement.
    Regards,
    Vaibhav

  • AD Replication issues, SYSVOL / NETLOGON not replicating

    Hello Experts!
    We have a client that recently called us for some assistance. The IT department had a new virtual environment stood up. They Created 3 new VMs and promoted them all to domain controllers. The current domain and forest functional levels are (and were) Server
    2003. There were two existing domain controllers, both Server 2003. The new domain controllers are Server 2012 R2. After promoting the 3 new servers to DC’s, they demoted one of the old DC’s. Then they transferred FSMO roles to a new 2012 R2 DC. When they
    went to demote the last server 2003 DC, it was giving them the error that it is the last DC in the domain. That’s when we were called to assist. I have since demoted 2 of the 3 new 2012 R2 DCs and transferred all FSMO roles back to the Server 2003 DC.
    I have been running some tools to try and gather data. Here is the DCDIAG from the last Server 2003 DC:
    C:\Documents and Settings\user>dcdiag /fix
    Domain Controller Diagnosis
    Performing initial setup:
       Done gathering initial info.
    Doing initial required tests
       Testing server: domainname\server2003server
          Starting test: Connectivity
             ......................... server2003server passed test Connectivity
    Doing primary tests
       Testing server: domainname\server2003server
          Starting test: Replications
             ......................... server2003server passed test Replications
          Starting test: NCSecDesc
             ......................... server2003server passed test NCSecDesc
          Starting test: NetLogons
             ......................... server2003server passed test NetLogons
          Starting test: Advertising
             ......................... server2003server passed test Advertising
          Starting test: KnowsOfRoleHolders
             ......................... server2003server passed test KnowsOfRoleHolders
          Starting test: RidManager
             ......................... server2003server passed test RidManager
          Starting test: MachineAccount
             ......................... server2003server passed test MachineAccount
          Starting test: Services
             ......................... server2003server passed test Services
          Starting test: ObjectsReplicated
             ......................... server2003server passed test ObjectsReplicated
          Starting test: frssysvol
             ......................... server2003server passed test frssysvol
          Starting test: frsevent
             There are warning or error events within the last 24 hours after the
             SYSVOL has been shared.  Failing SYSVOL replication problems may cause
             Group Policy problems.
             ......................... server2003server failed test frsevent
          Starting test: kccevent
             ......................... server2003server passed test kccevent
          Starting test: systemlog
             An Error Event occured.  EventID: 0x0000410B
                Time Generated: 02/18/2015   19:27:04
                Event String: The request for a new account-identifier pool
             An Error Event occured.  EventID: 0xC4350607
                Time Generated: 02/18/2015   19:28:22
                Event String: Component: System Information Agent
             An Error Event occured.  EventID: 0xC00110CD
                Time Generated: 02/18/2015   19:28:22
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00072787
                Time Generated: 02/18/2015   19:28:22
                Event String: The WinRM service is unable to start because of a
             An Error Event occured.  EventID: 0xC0060024
                Time Generated: 02/18/2015   19:28:34
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0xC0002720
                Time Generated: 02/18/2015   19:32:26
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0xC25A001D
                Time Generated: 02/18/2015   14:33:27
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:33:28
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:33:31
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x0000410B
                Time Generated: 02/18/2015   14:36:18
                Event String: The request for a new account-identifier pool
             An Error Event occured.  EventID: 0xC4350607
                Time Generated: 02/18/2015   14:38:48
                Event String: Component: System Information Agent
             An Error Event occured.  EventID: 0x00072787
                Time Generated: 02/18/2015   14:38:48
                Event String: The WinRM service is unable to start because of a
             An Error Event occured.  EventID: 0xC4350505
                Time Generated: 02/18/2015   14:38:54
                Event String: NIC Agent: Connectivity has been lost for the NIC
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:39:00
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:39:14
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168E
                Time Generated: 02/18/2015   14:39:54
                Event String: The dynamic registration of the DNS record
             An Error Event occured.  EventID: 0x0000168F
                Time Generated: 02/18/2015   14:42:09
                Event String: The dynamic deletion of the DNS record
             An Error Event occured.  EventID: 0x0000168F
                Time Generated: 02/18/2015   14:42:09
                Event String: The dynamic deletion of the DNS record
             An Error Event occured.  EventID: 0x0000168F
                Time Generated: 02/18/2015   14:42:09
                Event String: The dynamic deletion of the DNS record
             An Error Event occured.  EventID: 0x0000168F
                Time Generated: 02/18/2015   14:42:09
                Event String: The dynamic deletion of the DNS record
             An Error Event occured.  EventID: 0xC25A001D
                Time Generated: 02/18/2015   14:42:10
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:42:22
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x825A0011
                Time Generated: 02/18/2015   14:42:37
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0xC4350607
                Time Generated: 02/18/2015   14:48:03
                Event String: Component: System Information Agent
             An Error Event occured.  EventID: 0x00072787
                Time Generated: 02/18/2015   14:48:03
                Event String: The WinRM service is unable to start because of a
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:06
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:06
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:06
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   14:50:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x40000004
                Time Generated: 02/18/2015   14:55:30
                Event String: The kerberos client received a
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:36
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:37
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:37
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:38
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:11:39
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:07
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:08
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:08
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:09
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:09
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:09
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:10
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:10
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:10
                (Event String could not be retrieved)
             An Error Event occured.  EventID: 0x00000457
                Time Generated: 02/18/2015   15:16:10
                (Event String could not be retrieved)
             ......................... server2003server failed test systemlog
          Starting test: VerifyReferences
             Some objects relating to the DC server2003server have problems:
                [1] Problem: Missing Expected Value
                 Base Object:
                CN= server2003server,OU=Domain Controllers,DC=domainname,DC=com
                 Base Object Description: "DC Account Object"
                 Value Object Attribute Name: frsComputerReferenceBL
                 Value Object Description: "SYSVOL FRS Member Object"
                 Recommended Action: See Knowledge Base Article: Q312862
                [1] Problem: Missing Expected Value
                 Base Object:
                CN=NTDS Settings,CN= server2003server,CN=Servers,CN=domainname,CN=Sites,CN=C
    onfiguration,DC=domainname,DC=com
                 Base Object Description: "DSA Object"
                 Value Object Attribute Name: serverReferenceBL
                 Value Object Description: "SYSVOL FRS Member Object"
                 Recommended Action: See Knowledge Base Article: Q312862
             ......................... server2003server failed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test CrossRefValidation
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
       Running partition tests on : DomainDnsZones
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test CrossRefValidation
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
       Running partition tests on : Schema
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
       Running partition tests on : Configuration
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
       Running partition tests on : domainname
          Starting test: CrossRefValidation
             ......................... domainname passed test CrossRefValidation
          Starting test: CheckSDRefDom
             ......................... domainname passed test CheckSDRefDom
       Running enterprise tests on : domainname.com
          Starting test: Intersite
             ......................... domainname.com passed test Intersite
          Starting test: FsmoCheck
             ......................... domainname.com passed test FsmoCheck
    C:\Documents and Settings\user>
    Now the DCDIAG for the Server 2012 R2 DC.
    2012R2DC
    PS C:\Users\user > dcdiag /fix
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = 2012R2DC
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: domainname\2012R2DC
          Starting test: Connectivity
             ......................... 2012R2DC
    passed test Connectivity
    Doing primary tests
       Testing server: domainname\2012R2DC
          Starting test: Advertising
             Warning: DsGetDcName returned information for \\server2003server.domainname.com, when we were trying to reach 2012R2DC.
             SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE.
             ......................... 2012R2DC
    failed test Advertising
          Starting test: FrsEvent
             There are warning or error events within the last 24 hours after the SYSVOL has been shared.  Failing SYSVOL
             replication problems may cause Group Policy problems.
             ......................... 2012R2DC
    passed test FrsEvent
          Starting test: DFSREvent
             ......................... 2012R2DC passed test DFSREvent
          Starting test: SysVolCheck
             ......................... 2012R2DC passed test SysVolCheck
          Starting test: KccEvent
             ......................... 2012R2DC passed test KccEvent
          Starting test: KnowsOfRoleHolders
             ......................... 2012R2DC passed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... 2012R2DC passed test MachineAccount
          Starting test: NCSecDesc
             ......................... 2012R2DC passed test NCSecDesc
          Starting test: NetLogons
             Unable to connect to the NETLOGON share! (\\2012R2DC \netlogon)
             [2012R2DC] An net use or LsaPolicy operation failed with error 67, The network name cannot be found..
             ......................... 2012R2DC failed test NetLogons
          Starting test: ObjectsReplicated
             ......................... 2012R2DC passed test ObjectsReplicated
          Starting test: Replications
             [Replications Check, 2012R2DC] DsReplicaGetInfo(PENDING_OPS, NULL) failed, error 0x2105
             "Replication access was denied."
             ......................... 2012R2DC failed test Replications
          Starting test: RidManager
             ......................... 2012R2DC passed test RidManager
          Starting test: Services
                Could not open NTDS Service on 2012R2DC, error 0x5 "Access is denied."
             ......................... 2012R2DC failed test Services
          Starting test: SystemLog
             An error event occurred.  EventID: 0x0000041E
                Time Generated: 02/18/2015   14:39:32
                Event String:
                The processing of Group Policy failed. Windows could not obtain the name of a domain controller. This could
    be caused by a name resolution failure. Verify your Domain Name System (DNS) is configured and working correctly.
             An error event occurred.  EventID: 0x0000041E
                Time Generated: 02/18/2015   14:44:34
                Event String:
                The processing of Group Policy failed. Windows could not obtain the name of a domain controller. This could
    be caused by a name resolution failure. Verify your Domain Name System (DNS) is configured and working correctly.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 02/18/2015   14:47:09
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cr-dc3$. The target name used was C
    RDC02$. This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when t
    he target server principal name (SPN) is registered on an account other than the account the target service is using. En
    sure that the target SPN is only registered on the account used by the server. This error can also happen if the target
    service account password is different than what is configured on the Kerberos Key Distribution Center for that target se
    rvice. Ensure that the service on the server and the KDC are both configured to use the same password. If the server nam
    e is not fully qualified, and the target domain (domainname.COM) is different from the client domain (domainname.COM),
     check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify
    the server.
             ......................... 2012R2DC failed test SystemLog
          Starting test: VerifyReferences
             ......................... 2012R2DC passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : domainname
          Starting test: CheckSDRefDom
             ......................... domainname passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... domainname passed test CrossRefValidation
       Running enterprise tests on : domainname.com
          Starting test: LocatorCheck
             ......................... domainname.com passed test LocatorCheck
          Starting test: Intersite
             ......................... domainname.com passed test Intersite
    PS C:\Users\user>
    From here I can see SYSVOL and NETLOGON are not replicating from server2003server. When I log on to server2003server and run ‘net share’ the SYSVOL and NETLOGON shares are shared. But, when I do the same on 2012R2DC there are no NETLOGON or SYSVOL shares.
    I see ntfrs issues. So I ran ntfrsutl ds on server2003server and the results are here:
    C:\Documents and Settings\user>ntfrsutl ds
    NTFRS CONFIGURATION IN THE DS
    SUBSTITUTE DCINFO FOR DC
       FRS  DomainControllerName: (null)
       Computer Name            : SERVER2003SERVER
       Computer DNS Name        : SERVER2003SERVER.domainname.com
    BINDING TO THE DS:
       ldap_connect     : SERVER2003SERVER.domainname.com
       DsBind     : SERVER2003SERVER.domainname.com
    NAMING CONTEXTS:
       SitesDn    : CN=Sites,cn=configuration,dc= domainname,dc=com
       ServicesDn : CN=Services,cn=configuration,dc= domainname,dc=com
       DefaultNcDn: DC= domainname,DC=com
       ComputersDn: CN=Computers,DC= domainname,DC=com
       DomainCtlDn: OU=Domain Controllers,DC= domainname,DC=com
       Fqdn       : CN= SERVER2003SERVER,OU=Domain Controllers,DC= domainname,DC=com
       Searching  : Fqdn
    COMPUTER: SERVER2003SERVER
       DN   : cn= SERVER2003SERVER,ou=domain controllers,dc= domainname,dc=com
       Guid : d3cfdf56-a013-40ab-a2e9ffc3d88896bd
       UAC  : 0x00082000
       Server BL : CN= SERVER2003SERVER,CN=Servers,CN=domainname,CN=Sites,CN=Configuration,D
    C= SERVER2003SERVER,DC=com
       Settings  : cn=ntds settings,cn= SERVER2003SERVER,cn=servers,cn= domainname,cn=sites,c
    n=configuration,dc= domainname,dc=com
       DNS Name  : SERVER2003SERVER. domainname.com
       WhenCreated  : 5/29/2007 10:36:30 Eastern Standard Time Eastern Daylight Time
     [300]
       WhenChanged  : 2/17/2015 11:21:58 Eastern Standard Time Eastern Daylight Time
     [300]
       SUBSCRIPTION: NTFRS SUBSCRIPTIONS
          DN   : cn=ntfrs subscriptions,cn= SERVER2003SERVER,ou=domain controllers,dc= domainname,dc=com
          Guid : 5d0ca299-209d-4814-ae6d7acd9209e10a
          Working       : c:\windows\ntfrs
          Actual Working: c:\windows\ntfrs
          WhenCreated  : 5/29/2007 10:50:26 Eastern Standard Time Eastern Daylight T
    ime [300]
          WhenChanged  : 5/29/2007 10:50:26 Eastern Standard Time Eastern Daylight T
    ime [300]
          SUBSCRIBER: DOMAIN SYSTEM VOLUME (SYSVOL SHARE)
             DN   : cn=domain system volume (sysvol share),cn=ntfrs subscriptions,cn
    = SERVER2003SERVER,ou=domain controllers,dc= domainname,dc=com
             Guid : fb56d707-3c40-429f-bd7c63d227b9fb5d
             Member Ref: (null)
             Root      : c:\windows\sysvol\domain
             Stage     : c:\windows\sysvol\staging\domain
             WhenCreated  : 5/29/2007 10:50:26 Eastern Standard Time Eastern Dayligh
    t Time [300]
             WhenChanged  : 5/29/2007 10:50:26 Eastern Standard Time Eastern Dayligh
    t Time [300]
       SERVER2003SERVER IS NOT A MEMBER OF ANY SET!
    C:\Documents and Settings\user>
    Also worth noting that when we power down SERVER2003SERVER no computer can contact a logon server. 
    The last line of this worries me as well. I am going to continue to work on this but I wanted to get these logs to some other eyes in case you have some ideas off the bat. Thanks in advance!

    I would first recommend to make sure that the new DCs are also global catalogs and to refer to IP setting recommendations I shared here: http://www.ahmedmalek.com/web/fr/home.asp
    It is possible to do a non-authoritative restore of SYSVOL to make it appear on the other DCs: https://support.microsoft.com/kb/290762?wa=wsignin1.0
    However, you would need to upgrade to DFSR.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for