Migration work - BaseSQLException: ResourceException ConnectionFactoryImpl.

Hi
I'm migrating a sample and Login module is working fine. But it throughs error in create employee application. I guess that I have done mistake in DB (WAS SP15 server + max db) connection pool.Here you go the stack trace. Please let me know the solution for it.
Cheers
Jawahar
com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method createDepartment. at demo.ejb.DepartmentOrganizerObjectImpl0.createDepartment(DepartmentOrganizerObjectImpl0.java:264) at demo.ejb.DepartmentOrganizer_Stub.createDepartment(DepartmentOrganizer_Stub.java:144) 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 com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy200.createDepartment(Unknown Source) at demo.DemoBean.createDepartment(DemoBean.java:13) at jsp_CreateDepartment1142257965297._jspService(jsp_CreateDepartment1142257965297.java:38) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:538) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160) Caused by: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception in method demo.ejb.DepartmentLocalHomeImpl0.create(java.lang.Long). at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:357) at demo.ejb.DepartmentOrganizerBean.createDepartment(DepartmentOrganizerBean.java:45) at demo.ejb.DepartmentOrganizerObjectImpl0.createDepartment(DepartmentOrganizerObjectImpl0.java:236) ... 26 more Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: Can not obtain a JDBC connection at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:198) at com.sap.engine.services.ejb.entity.pm.TransactionContext.getLockingConnection(TransactionContext.java:175) at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:80) at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.create(UpdatablePersistent.java:242) at demo.ejb.DepartmentBean0Persistent.create(DepartmentBean0Persistent.java:493) at demo.ejb.DepartmentBean0PM.ejbCreate(DepartmentBean0PM.java:144) at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:328) ... 28 more Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59) at com.sap.engine.services.ejb.entity.pm.PersistenceManager.getConnection(PersistenceManager.java:261) at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:191) ... 34 more Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:188) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:231) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51) ... 36 more Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:71) at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:824) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:483) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:371) at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:312) at com.sap.dbtech.jdbc.ConnectionSapDB.(ConnectionSapDB.java:107) at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189) at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:158) ... 39 more ; nested exception is: javax.ejb.TransactionRolledbackLocalException: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception in method demo.ejb.DepartmentLocalHomeImpl0.create(java.lang.Long). at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:357) at demo.ejb.DepartmentOrganizerBean.createDepartment(DepartmentOrganizerBean.java:45) at demo.ejb.DepartmentOrganizerObjectImpl0.createDepartment(DepartmentOrganizerObjectImpl0.java:236) at demo.ejb.DepartmentOrganizer_Stub.createDepartment(DepartmentOrganizer_Stub.java:144) 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 com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy200.createDepartment(Unknown Source) at demo.DemoBean.createDepartment(DemoBean.java:13) at jsp_CreateDepartment1142257965297._jspService(jsp_CreateDepartment1142257965297.java:38) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:538) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160) Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: Can not obtain a JDBC connection at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:198) at com.sap.engine.services.ejb.entity.pm.TransactionContext.getLockingConnection(TransactionContext.java:175) at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:80) at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.create(UpdatablePersistent.java:242) at demo.ejb.DepartmentBean0Persistent.create(DepartmentBean0Persistent.java:493) at demo.ejb.DepartmentBean0PM.ejbCreate(DepartmentBean0PM.java:144) at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:328) ... 28 more Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59) at com.sap.engine.services.ejb.entity.pm.PersistenceManager.getConnection(PersistenceManager.java:261) at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:191) ... 34 more Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:188) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:231) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51) ... 36 more Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:71) at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:824) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:483) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:371) at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:312) at com.sap.dbtech.jdbc.ConnectionSapDB.(ConnectionSapDB.java:107) at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189) at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:158) ... 39 more com.sap.engine.services.ejb.exceptions.BaseEJBException: Can not obtain a JDBC connection at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:198) at com.sap.engine.services.ejb.entity.pm.TransactionContext.getLockingConnection(TransactionContext.java:175) at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:80) at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.create(UpdatablePersistent.java:242) at demo.ejb.DepartmentBean0Persistent.create(DepartmentBean0Persistent.java:493) at demo.ejb.DepartmentBean0PM.ejbCreate(DepartmentBean0PM.java:144) at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:328) at demo.ejb.DepartmentOrganizerBean.createDepartment(DepartmentOrganizerBean.java:45) at demo.ejb.DepartmentOrganizerObjectImpl0.createDepartment(DepartmentOrganizerObjectImpl0.java:236) at demo.ejb.DepartmentOrganizer_Stub.createDepartment(DepartmentOrganizer_Stub.java:144) 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 com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy200.createDepartment(Unknown Source) at demo.DemoBean.createDepartment(DemoBean.java:13) at jsp_CreateDepartment1142257965297._jspService(jsp_CreateDepartment1142257965297.java:38) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:538) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160) Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59) at com.sap.engine.services.ejb.entity.pm.PersistenceManager.getConnection(PersistenceManager.java:261) at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:191) ... 34 more Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:188) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:231) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51) ... 36 more Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:71) at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:824) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:483) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:371) at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:312) at com.sap.dbtech.jdbc.ConnectionSapDB.(ConnectionSapDB.java:107) at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189) at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:158) ... 39 more com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59) at com.sap.engine.services.ejb.entity.pm.PersistenceManager.getConnection(PersistenceManager.java:261) at com.sap.engine.services.ejb.entity.pm.TransactionContext.simpleGetConnection(TransactionContext.java:191) at com.sap.engine.services.ejb.entity.pm.TransactionContext.getLockingConnection(TransactionContext.java:175) at com.sap.engine.services.ejb.entity.pm.lock.TableLockingSystem.write(TableLockingSystem.java:80) at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.create(UpdatablePersistent.java:242) at demo.ejb.DepartmentBean0Persistent.create(DepartmentBean0Persistent.java:493) at demo.ejb.DepartmentBean0PM.ejbCreate(DepartmentBean0PM.java:144) at demo.ejb.DepartmentLocalHomeImpl0.create(DepartmentLocalHomeImpl0.java:328) at demo.ejb.DepartmentOrganizerBean.createDepartment(DepartmentOrganizerBean.java:45) at demo.ejb.DepartmentOrganizerObjectImpl0.createDepartment(DepartmentOrganizerObjectImpl0.java:236) at demo.ejb.DepartmentOrganizer_Stub.createDepartment(DepartmentOrganizer_Stub.java:144) 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 com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy200.createDepartment(Unknown Source) at demo.DemoBean.createDepartment(DemoBean.java:13) at jsp_CreateDepartment1142257965297._jspService(jsp_CreateDepartment1142257965297.java:38) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:538) at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160) Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:188) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:231) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51) ... 36 more Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:71) at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:824) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:483) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:371) at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:312) at com.sap.dbtech.jdbc.ConnectionSapDB.(ConnectionSapDB.java:107) at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189) at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:158) ... 39 more
Message was edited by: Jawahar Govindaraj

Dear Team,
I am facing the same issue in SLD(PI Java Stack).
Please find below snapshot. Please Help. Many Thanks .....

Similar Messages

  • Error in Starting Migration Work Bench

    I have installed Oracle Enterprise 8.1.7 with Migration work bench installed as well. When starting the migration work bench from start menu, I run into the following error. I would appreciate any insight regarding the problem.
    ** Oracle Migration Workbench
    ** Release 1.3.0.0.0 Production
    ** ( Build 18072000 )
    ** ORACLE_HOME: C:\oracle\ora81
    ** user language: en
    ** user region: US
    ** user timezone: CST
    ** file encoding: Cp1252
    ** java version: 1.1.7.30o
    ** java vendor: Oracle Corporation
    ** o.s. arch: x86
    ** o.s. name: Windows NT
    ** o.s. version: 5.0
    ** Classpath:
    C:\oracle\ora81\Omwb\olite\Oljdk11.jar;C:\oracle\ora81\Omwb\olite\Olite40.jar;C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;C:\oracle\ora81\Omwb\jlib;C:\oracle\ora81\Omwb\plugins\SQLServer6.jar;C:\oracle\ora81\Omwb\plugins\Sybase.jar;C:\oracle\ora81\Omwb\plugins\MSAccess.jar;C:\oracle\ora81\Omwb\plugins\SQLAnywhere.jar;C:\oracle\ora81\Omwb\plugins\SQLServer7.jar;C:\oracle\ora81\Omwb\jlib\omwb-1_3_0_0_0.jar;C:\oracle\ora81\jdbc\lib\classes111.zip;C:\oracle\ora81\lib\vbjorb.jar;C:\oracle\ora81\jlib\ewt-swingaccess-1_1_1.jar;C:\oracle\ora81\jlib\ewt-3_3_6.jar;C:\oracle\ora81\jlib\ewtcompat-opt-3_3_6.zip;C:\oracle\ora81\jlib\share-1_0_8.jar;C:\oracle\ora81\jlib\help-3_1_8.jar;C:\oracle\ora81\jlib\ice-4_06_6.jar;C:\oracle\ora81\jlib\kodiak-1_1_3.jar
    ** Started : Mon Jun 30 11:06:10 CDT 2003
    Exiting
    java.lang.NullPointerException: cannot add null item to LWChoice
         at oracle.ewt.lwAWT.LWChoice.addItem(Unknown Source)
         at oracle.mtg.migrationUI.LoginDialog._run8iLiteEnabledDialog(LoginDialog.java:509)
         at oracle.mtg.migrationUI.LoginDialog.run(LoginDialog.java:358)
         at oracle.mtg.migrationUI.MigrationApp.init(MigrationApp.java:272)
         at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:2876)

    Please post your qeustion in the Migration Workbench forum. The URL is:
    Database and Application Migrations
    You may also be interested in OTN's Migration Center.
    The URL is:
    http://otn.oracle.com/tech/migration/

  • Migrate from Access 97 to Oracle using Migration Work Bench to mi

    When I try to use Migration work bench to migrate an Access 97 database to Oracle using OWB I get "failed to truncate Source Model ORA-00942 tables or view does not exist" error message and I could not go further.
    This happens during clearing the Source Model. Doe any one know what is this error means or any one had this problem before.
    Thanks
    Myl

    Hi Njha,
    Did you create the Source Model using OMWB and then delete the tables in the OMWB repository manually ? Or is there a chance that the tables in your repository could have been corrupted in some way ? The OMWB is simply trying to truncate the tables it filled when a previous attempt was made to capture the source model before it re-populates the tables with data from your subsequent attempt at a capture. If the tables it is trying to truncate have been deleted or are corrupt, this error will be displayed.
    A workaround to your problem would be to drop the schema you are using for the OMWB repository and create a new one.
    I hope this helps,
    Tom.

  • Oracle Migration Work Bench

    I am trying to capture Access databases into Oracle using Orace Migration Work Bench.I have created XML files for different access databases. The first time when I capture from the source database it captures everything fine. But when I capture the second database, I am loosing all information about the previously captured database
    from the migration workbench repository. Any comments ?

    For a faster response, post this question in the Migration forum:
    http://forums.oracle.com/forums/index.jsp?cat=27

  • Migration Work Bench

    I cannot download the Migration Work Bench.
    I answered all your questions again and again,
    this took one hour(I think once a day must be enough).
    At last the download website was not available.
    Link:
    http://download.oracle.com/otn/nt/omwb/101020/Omwb.zip
    HK

    I have the same problem. I need to download Oracle Migration Workbench and its associated documents / pdf guides
    Can someone please assist.
    thanks
    MKI

  • How to Migrate WOrk in Progress to SAP

    Hi Gurus,
    can you help me on the best way to migrate Work In Progress balance from Legacy to SAP?

    on the production planning side, should it tie up with the production orders that has no TECO or DLV status?

  • Migration Stratergy  --- Migration Work Plan

    Hi,
    Can anybody let me know what is the difference between "Migration Stratergy " and "Migration work plan"

    Hi
    this is related to net weaver.
    goals of migration strategy
    mininizes complications
    Avoids confusing users by asking them to use multiple tools at same time.
    reduces worries about backward compatibilities or accidental migrations.
    strategy
    simplified migration paths
    small highly defined phases.
    focus on short term projects that add immediate benifit to the organisation.
    1. Technical Upgrade
    2. Analysis Authorizations
    3. Portal Roles and KM Folders
    4. SAP NetWeaver 2004s Tools Rollout
    5. New Reporting security
    6. Migrate Web Templates/Move Workbooks
    7. Broadcasting Security and Migration
    8. Roll out Broadcasting
    9. Visual Composer
    Please check SDN Blog for information on other phases:
    /people/prakash.darji/blog/2006/09/22/rolling-out-the-new-sap-netweaver-2004s-bi-frontend-tools
    award if useful
    Regards
    Sravani yendru

  • Issues using Oracle SQL server Developer migration work bench

    Hi all,
    We are trying to migrate the application databases from SQL server 2000 to Oracle 10g using Oracle SQL Developer 1.2.1.32.13:
    Following is the list of issues that we faced while trying out this migration on dev environment.
    1. The data migration was successful for only around 90 tables out of the total 166 tables present. No error message was logged for the rest of the tables but still it was completed.
    2. Some of the tables which had got the data inserted did not have the full data. Only some of the rows were inserted for these tables. Error message was logged only for few of the rows and not all.
    3. Few error messages were logged which said problems about “Inserting ' ' into column <tablename>.<columnname>”. There was no such constraint in the target database that the particular column can not be null or can not have only a space. Please check the logs for the same error messages.
    4. The status box at the end of migration had shown only 3 errors.
    5. The total data for migration was around 500MB. The time taken for migration was around 75 minutes. Are there any optimization techniques that will improve the performance?
    Please note that there were no Foreign Key references for the source schema or target schema.
    Any pointers/info/resolutions related to above mentioned issues will be much useful for us.
    Thanks,

    Hi Adam,
    There are 2 sets of scripts created for you.
    1) For SQL Servers BCP to dump out the data to dat files
    2) For Oracles SQL*Loader to load the dat files
    You run the SQL Server BCP scripts on the machine with SQL Server.
    The dat files will be dumped out on that server.
    You can then move the dat files to your Oracle server.
    Then run the Oracle SQL*Loader scripts to load the dat files into Oracle.
    Give it a go and follow the doc and viewlets.
    Your Questions:
    So the datadump from the source location would be saved on my local disk?it will be saved on the same machine you run the bcp scripts from. Usually the same machine SQL Server is on, because you require SQL Server BCP tool.
    So once it is migrated to the destination database will that dump be created automatically? Or do I need to modify the script to take care of this?I dont know what you mean by this, hopefully above clears things up.
    The only modifications you need to make to the scripts are adding in the databasename username password servername. These are outlined in the scripts themselves. I would want to do something fancy like dump the dat files to a different directory, then you can modify the scripts, but you should understand what they do first.
    Most people would have 500MB of space on their discs , so I can see the problem creating these dat files . The same goes for your 30 GB database.
    I hope this helps, but as always you wont get a good idea of how it works until you give it a go.
    Regards,
    Dermot.

  • Problems with Oracle Migration Work Bench (OMWB)

    Hi
    I am asking all "migration experts" here to give me a hand.
    I'm trying to convert an Access DB with loads of tables to Oracle 10g (Expresss Edition, actually) with OMWB version 10.1.0.4.0 (newest available version) and have some serious problems:
    1) The migration creates the complete Oracle data model and database, but does NOT migrate the data to the new DB. This is a pain somewhere, as I have about 80 tables, and the only way which would be working in most cases, but far from all, is to export the data to .csv files and load it on the other side with the "load text data" function of the XE DB.
    The first "bad sign" is that the Access application which comes with the work bench and which is supposed to export the data model AND the data (2 separate functions), does the export of the model OK, but the data export only lasts a second, and does not append anything to the xml file created by the data model export
    The message I invariably get at the point where the data should be migrated is "Unable to migrate data from source <Access DB table name> to destination table <Oracle table name>;[Microsoft][ODBC Microsoft Access Driver] File "unknown" not found ! Very helpful... What is that ?
    2) The "Modify the Access application" phase that comes after the migration only worked once, and now comes up also with an error: java.sql..SQLException: [Microsoft][ODBC Driver Manager] The data source name was not found, and no standard driver was indicated
    So, with these 2 things, but especially point 1), most of the use of the tool is gone.
    Can someone tell me what I do wrong, or where the problems are ?
    Thanks
    BAlex

    Please contact [email protected] with the following information.
    1. Workbench version
    2. ODBC driver information
    3. Problems encountered
    If possible, could you attach the error.log file produced by the Migration Workbench (located within %ORACLE_HOME%/Omwb/Log).
    Thanks in advance.

  • Migration Work Bench Offline Approach

    Hi,
    Iam using migration workbench offline approach from sql server to oracle.
    I connected to sql server and get the dat files and control files for sql loader.
    The control files are generated from the work bench tool where as by default its giving DECODE function for all non numeric data type fields for ex:
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', :EMPNO)"
    Can i do modification in the tool so that the control file generated with some more functions appended.
    I want to convert all non numeric fields to uppercase before inserting to oracle db i.e. iam expecting my control file something like this -
    EMPNO "DECODE(:EMPNO, CHR(00), ' ', upper(:EMPNO))"
    Please let me know how can i achieve this instead of editing each control file and modifying the same manually.
    Regards,
    BAIG.

    Baig,
    I'm afraid, i think this is not possible with the present version of the tool. If there were some intermediate steps between creation of sql loader scripts and generastion of the sql loader scripts, what you asked mite have been possible.
    Thank you.
    Srinivas Nandavanam

  • Urg: Effort Estimation of Migration Work, Any standards !

    Hi,
    I wanted to know is there any "standard" of estimating the "work effort" (In person-months or in other terms) to establish the fact of actual work to be done. Like, is there any category of migration eg. complex, simple etc.
    Could you please help !

    It will help  but you might end up in errors if you have lots of customizations. so I would say the best approach is
    migrate VIA SP 2010 and then to SP 2013 from SP 2007. you need to plan in such a way that migration application/database by application. should perform no of dry runs in the test envionments and find out what are the potentiall issues and making note of
    them.etc. by direct approach you will not have issues interms of data loss and customization and metadata, effort is more but it will be good and smooth, where as with quest or any other third party tool cannot not say you will have smooth migration
    depends on my past experience with it.
    Thanks, Ram Ch

  • Data Migration - Work Center? 4.0B - 4.7

    Hey guys, i'm going to need to need to migrate my work center data in 4.0B to 4.7. ALE doesn't seem like its an option. Does anyone know of a good way to do this without manually creating the data?
    Thanks,
    -Shaunt

    There is a direct input program that we used via LSMW in 46C to load work centers before.  The object is 0260.  Method 0000.  Program name RCRAPDX2.  Program type D - Direct Input.

  • Whole Server Migration working on Windows?

    Does anyone have experience successfully configure whole server migration on windows? Is it possible to get some step by step guide?

    This appears to be working on Windows using 10.0.3 Server. For the lack of step-by-step tutorial, my best suggestion is to read Node Manager Administrator's Guide chapter 1,2,3,4,6 and "Using Clusters" chapter 7. I ran into many error messages and had to apply several hacks from google results.
    The whole server migration design does not appear to be too useful though.
    I have the whole server migration configured on two hosts.
    1. Machine A has AdminServer and M1 (runs a pinned application and happens to be assigned a cluster master)
    2. Machine B has node manager and M2.
    3. M1 is set up to be migratable to A and B
    I shutdown Machine A, but nothing is migrated. From the document, it seems both cluster master and AdminServer need to be running in order for migration to happen. This is still a single point of failure.

  • Advice/Help needed migrating/working with two macs

    I currently own a mid-2010 (I think) Macbook Pro and a couple of months ago I bought a Mac Mini. Unfortunately when I set up the Mac Mini I was short on time and my excitement/lack of patience got the better of me so I copied everything on the HDD from my MBP over to the Mac Mini and I have been using the same profile to login on both machines.
    This causes a few problems, particularly when I'm trying to connect the two machines via a network to share files. They can never connect, I'm thinking probably because they're using the same profile and get confused. I also haven't taken the time to properly install all the applications and so some do not work on the mini.
    Rather than trying to pull my hair out trying to solve the issues, I think I've reached a point where I think I need to either start over or get some advice on what to do.
    Ideally I'd like to use the Mini mainly for music apps (Garageband, possibly Logic Pro X in the future) and occassional internet and iTunes use. Since it has a bigger HDD, I'd like to store my music on the Mini.
    I would then use the MBP as my general internet and iTunes machine. I would however like to be able to use it for music production stuff (again GB and/or Logic) if I am travelling. I know that I will need to upgrade the OS and the RAM which I am happy to do.
    I would like to be able to have most of the same apps on both machines and also be able to easily transfer files, music etc. between the two.
    So in light of what I'd like to achieve, what would be my best course of action? Would I be best to start over and try to migrate from fresh or can I make something work with what I have?
    A further complication is that I have since used both machines so I will have some new stuff saved on both machines that won't be on the other. Is there any way to keep these new files if I start over?
    Would anyone be gracious enough to point me in the direction of an easy to follow guide to help me achieve what I want?
    Sorry for the long-winded post (and if I've posted in the wrong section) but I really think I lept into the migration without really knowing what I was doing and I could really use some advice to help me work out what to do!

    With your project open, press Shift + Q to open System Settings.
    Where are your render files being stored to? The path should be pointing to your external. I'm betting that it's set to your system drive instead.

  • Migration Working with Errors and Taking Very Long Time: Transient error MapiExceptionNetworkError, StalledDueToMailboxLock

    So, I am migrating mailboxes to a 2013 EXC from a 2010 EXC. Both in same subnet on same domain. Firewall on WIndows disabled: 
    Setup batch move on 2013 box. But users logs are getting 
    StalledDueToMailboxLock in the status as well as 
    Transient error MapiExceptionNetworkError has occurred. The system will retry (1/60).
    also, The mailboxes eventually migrate over 2-3 days. some quicker some with out error. Error comes up with mailboxes that users do not use. I have a lot of users to migrate and cannot migrate as such a slow pace. 
    Any Ideas of the error??
    RunspaceId : 6c688e69-8ba8-4044-9807-7f56d35be440
    MailboxIdentity : bwa.local/BWA/UK/UK User Redirect/Angie Dolan
    DistinguishedName : CN=Angie Dolan,OU=UK User Redirect,OU=UK,OU=BWA,DC=bwa,DC=local
    DisplayName : Angie Dolan
    Alias : adolan
    ExchangeGuid : 4c60f493-e5f5-46bb-adf1-9bea9790f5ca
    ArchiveGuid :
    Status : InProgress
    StatusDetail : StalledDueToMailboxLock
    SyncStage : CopyingMessages
    Flags : IntraOrg, Pull
    RequestStyle : IntraOrg
    Direction : Pull
    IsOffline : False
    Protect : False
    DoNotPreserveMailboxSignature : True
    Priority : Normal
    WorkloadType : Local
    Suspend : False
    SuspendWhenReadyToComplete : False
    IgnoreRuleLimitErrors : False
    RecipientTypeDetails : UserMailbox
    SourceVersion : Version 14.3 (Build 123.0)
    SourceDatabase : Mailbox Database 1691384683
    SourceServer : CLOUD-EXC-01.bwa.local
    TargetVersion : Version 15.0 (Build 775.0)
    TargetDatabase : Mailbox Database 0192305397
    TargetServer : CLOUD-EXC-02.bwa.local
    SourceArchiveDatabase :
    SourceArchiveVersion :
    SourceArchiveServer :
    TargetArchiveDatabase :
    TargetArchiveVersion :
    TargetArchiveServer :
    RemoteHostName :
    RemoteGlobalCatalog :
    BatchName : MigrationService:b
    StartAfter :
    CompleteAfter :
    RemoteCredentialUsername :
    RemoteDatabaseName :
    RemoteDatabaseGuid :
    RemoteArchiveDatabaseName :
    RemoteArchiveDatabaseGuid :
    TargetDeliveryDomain :
    ArchiveDomain :
    BadItemLimit : 0
    BadItemsEncountered : 0
    LargeItemLimit : 0
    LargeItemsEncountered : 0
    AllowLargeItems : True
    QueuedTimestamp : 3/23/2014 1:06:19 PM
    StartTimestamp : 3/23/2014 1:06:27 PM
    LastUpdateTimestamp : 3/23/2014 1:25:13 PM
    InitialSeedingCompletedTimestamp :
    FinalSyncTimestamp :
    CompletionTimestamp :
    SuspendedTimestamp :
    OverallDuration : 00:22:38
    TotalFinalizationDuration :
    TotalDataReplicationWaitDuration :
    TotalSuspendedDuration :
    TotalFailedDuration :
    TotalQueuedDuration : 00:00:03
    TotalInProgressDuration : 00:22:34
    TotalStalledDueToCIDuration :
    TotalStalledDueToHADuration :
    TotalStalledDueToMailboxLockedDuration : 00:13:47
    TotalStalledDueToReadThrottle :
    TotalStalledDueToWriteThrottle : 00:02:14
    TotalStalledDueToReadCpu :
    TotalStalledDueToWriteCpu : 00:00:04
    TotalStalledDueToReadUnknown :
    TotalStalledDueToWriteUnknown :
    TotalTransientFailureDuration : 00:01:36
    TotalProxyBackoffDuration :
    TotalIdleDuration : 00:04:45
    MRSServerName :
    TotalMailboxSize : 3.534 GB (3,795,059,862 bytes)
    TotalMailboxItemCount : 20741
    TotalArchiveSize :
    TotalArchiveItemCount :
    BytesTransferred : 59.82 MB (62,723,648 bytes)
    BytesTransferredPerMinute :
    ItemsTransferred : 412
    PercentComplete : 25
    CompletedRequestAgeLimit : 7.00:00:00
    PositionInQueue :
    InternalFlags : SkipFolderPromotedProperties, WordBreak
    FailureCode :
    FailureType :
    FailureSide :
    Message : Informational: The request has been temporarily postponed because the mailbo
    is locked. The Microsoft Exchange Mailbox Replication service will attempt t
    continue processing the request after 3/23/2014 1:30:13 PM.
    FailureTimestamp :
    IsValid : True
    ValidationMessage :
    RequestGuid : 55c14015-1bca-48eb-bb79-25b480464bfb
    RequestQueue : Mailbox Database 0192305397
    Identity : bwa.local/BWA/UK/UK User Redirect/Angie Dolan
    DiagnosticInfo :
    Report : 3/23/2014 1:06:19 PM [CLOUD-EXC-02] '' created move request.
    3/23/2014 1:06:26 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:06:26 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:06:26 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:06:27 PM [CLOUD-EXC-02] Request processing started.
    3/23/2014 1:06:27 PM [CLOUD-EXC-02] Source mailbox information:
    Regular Items: 17941, 3.509 GB (3,767,437,011 bytes)
    Regular Deleted Items: 2435, 26.34 MB (27,622,851 bytes)
    FAI Items: 365, 0 B (0 bytes)
    FAI Deleted Items: 0, 0 B (0 bytes)
    3/23/2014 1:06:27 PM [CLOUD-EXC-02] Mailbox signature will not be preserved
    for mailbox 'Primary (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)'. Outlook client
    will need to restart to access the moved mailbox.
    3/23/2014 1:06:29 PM [CLOUD-EXC-02] Stage: CreatingFolderHierarchy. Percent
    complete: 10.
    3/23/2014 1:06:36 PM [CLOUD-EXC-02] Initializing folder hierarchy from
    mailbox 'Primary (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)': 370 folders total.
    3/23/2014 1:06:36 PM [CLOUD-EXC-02] Folder creation progress: 0 folders
    created in mailbox 'Primary (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)'.
    3/23/2014 1:06:53 PM [CLOUD-EXC-02] Folder hierarchy initialized for mailbox
    'Primary (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)': 369 folders created.
    3/23/2014 1:06:53 PM [CLOUD-EXC-02] Stage: CreatingInitialSyncCheckpoint.
    Percent complete: 15.
    3/23/2014 1:07:58 PM [CLOUD-EXC-02] Initial sync checkpoint progress: 0/370
    folders processed. Currently processing mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)'.
    3/23/2014 1:07:59 PM [CLOUD-EXC-02] Transient error MapiExceptionNetworkErro
    has occurred. The system will retry (1/60).
    3/23/2014 1:08:31 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:08:31 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:08:31 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:08:33 PM [CLOUD-EXC-02] Relinquishing job because the mailbox is
    locked. The job will attempt to continue again after 3/23/2014 1:13:33 PM.
    3/23/2014 1:13:36 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:13:37 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:13:37 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:13:38 PM [CLOUD-EXC-02] Request processing continued, stage
    CreatingInitialSyncCheckpoint.
    3/23/2014 1:13:39 PM [CLOUD-EXC-02] Initial sync checkpoint progress: 0/370
    folders processed. Currently processing mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)'.
    3/23/2014 1:13:47 PM [CLOUD-EXC-02] Initial sync checkpoint completed: 354
    folders processed.
    3/23/2014 1:13:47 PM [CLOUD-EXC-02] Stage: LoadingMessages. Percent complete
    20.
    3/23/2014 1:14:34 PM [CLOUD-EXC-02] Messages have been enumerated
    successfully. 20738 items loaded. Total size: 3.535 GB (3,795,484,545 bytes)
    3/23/2014 1:14:34 PM [CLOUD-EXC-02] Stage: CopyingMessages. Percent complete
    25.
    3/23/2014 1:14:34 PM [CLOUD-EXC-02] Copy progress: 0/20738 messages, 0 B (0
    bytes)/3.535 GB (3,795,484,545 bytes), 12/370 folders completed.
    3/23/2014 1:16:45 PM [CLOUD-EXC-02] Transient error MapiExceptionNetworkErro
    has occurred. The system will retry (1/60).
    3/23/2014 1:17:17 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:17:17 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:17:17 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:17:17 PM [CLOUD-EXC-02] Relinquishing job because the mailbox is
    locked. The job will attempt to continue again after 3/23/2014 1:22:17 PM.
    3/23/2014 1:22:39 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:22:39 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:22:39 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:22:39 PM [CLOUD-EXC-02] Request processing continued, stage
    LoadingMessages.
    3/23/2014 1:22:40 PM [CLOUD-EXC-02] Messages have been enumerated
    successfully. 20738 items loaded. Total size: 3.535 GB (3,795,484,545 bytes)
    3/23/2014 1:22:40 PM [CLOUD-EXC-02] Stage: CopyingMessages. Percent complete
    25.
    3/23/2014 1:22:40 PM [CLOUD-EXC-02] Copy progress: 0/20738 messages, 0 B (0
    bytes)/3.535 GB (3,795,484,545 bytes), 12/370 folders completed.
    3/23/2014 1:24:41 PM [CLOUD-EXC-02] Transient error MapiExceptionNetworkErro
    has occurred. The system will retry (1/60).
    3/23/2014 1:25:13 PM [CLOUD-EXC-02] The Microsoft Exchange Mailbox
    Replication service 'CLOUD-EXC-02.bwa.local' (15.0.775.35 caps:3F) is
    examining the request.
    3/23/2014 1:25:13 PM [CLOUD-EXC-02] Connected to target mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    0192305397', Mailbox server 'CLOUD-EXC-02.bwa.local' Version 15.0 (Build
    775.0).
    3/23/2014 1:25:13 PM [CLOUD-EXC-02] Connected to source mailbox 'Primary
    (4c60f493-e5f5-46bb-adf1-9bea9790f5ca)', database 'Mailbox Database
    1691384683', Mailbox server 'CLOUD-EXC-01.bwa.local' Version 14.3 (Build
    123.0).
    3/23/2014 1:25:13 PM [CLOUD-EXC-02] Relinquishing job because the mailbox is
    locked. The job will attempt to continue again after 3/23/2014 1:30:13 PM.
    ObjectState : New

    How Many CAS Servers do you have?
    Did you changed the web.config file of MRS on both exchange 2010 and 2013 CAS servers?
    http://thoughtsofanidlemind.com/2010/12/03/tweaking-the-mailbox-replication-service-configuration-file/
    Question:
    How much time does it takes for 100 MB mailbox to move from 2010 to 2013?
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Maybe you are looking for