Hi All,
I am performing homogeneous system copy on my SAP BI system (dual Stack). But during export process of sourcing system, got stuck and not able proceed.
Getting the below error, tried replacing the sqljdbc.jar file. but not luck.
ERROR 2012-12-17 21:57:55
CJS-30071 Execution of UTL tool 'C:\j2sdk1.4.2_21-x64\bin\java.exe -classpath F:\usr\sap\BID\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain \\sapdevbibo/sapmnt/BID/SYS/global/security/lib/tools/iaik_jce.jar;\\sapdevbibo/sapmnt/BID/SYS/global/security/lib/tools/iaik_jsse.jar;\\sapdevbibo/sapmnt/BID/SYS/global/security/lib/tools/iaik_smime.jar;\\sapdevbibo/sapmnt/BID/SYS/global/security/lib/tools/iaik_ssl.jar;\\sapdevbibo/sapmnt/BID/SYS/global/security/lib/tools/w3c_http.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/sap.com~sl.ut.infoprovider_lib.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/sap.com~sl.ut.manager.offline.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/antlr.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/exception.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/jddi.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/logging.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/offlineconfiguration.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/opensqlsta.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/sap.com~tc~sdt~cvl~impl.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/SDMutil.jar;F:/usr/sap/BID/SYS/global/sltools/sharedlib/SLUtil.jar;F:\usr\sap\BID\DVEBMGS02\exe\mssjdbc\base.jar;F:\usr\sap\BID\DVEBMGS02\exe\mssjdbc\util.jar;F:\usr\sap\BID\DVEBMGS02\exe\mssjdbc\sqlserver.jar;F:\usr\sap\BID\DVEBMGS02\exe\mssjdbc\spy.jar -export -type=keydb "-expfile=C:/Program Files/sapinst_instdir/NW04S/LM/COPY/MSS/EXP/CENTRAL/AS/EXP/usages_data.xml" -log=UTL_load_usages.log -sid=BID -dsn=jdbc/pool/BID -ssprops=F:/usr/sap/BID/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/BID/SYS/global/security/data/SecStore.key' aborts due to database connection error with return code 64.<br>DIAGNOSIS: The connection parameters are wrong or the database server is shutdown.<br> SOLUTION: Check 'UTL_load_usages.log' and 'C:/Program Files/sapinst_instdir/NW04S/LM/COPY/MSS/EXP/CENTRAL/AS/EXP/UTL.java.log' for more information.
Exception : The DataBase is down or the connection parameters are wrong: -sid=BID -dsn=jdbc/pool/BID -ssprops=F:/usr/sap/BID/SYS/global/security/data/SecStore.properties -ssk=F:/usr/sap/BID/SYS/global/security/data/SecStore.key -keyphrase=null
java.lang.Exception
at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1175)
at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:423)
at com.sap.exception.BaseException.<init>(BaseException.java:316)
at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:99)
at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:398)
at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.constructSystemInfo(DataBaseInfoFactory.java:795)
at com.sap.sl.ut.manager.command.Export.execute(Export.java:36)
at com.sap.sl.ut.manager.command.Command.exec(Command.java:90)
at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:61)
at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
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.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: com.sap.sql.log.OpenSQLException: Could not load class com.microsoft.sqlserver.jdbc.SQLServerDriver.
Regards
Ponnusamy