Hello everyone!
I installed new system SAP EC 3.0 on SAP NW 7.4 + Sybase ASE 16 + Windows 2008 R2.
Environmental Compliance requires the availability of initial data content. The content will be uploading with the SAPTrans tool (See OSS note: 1010913 and 1063294). But isn't information about import data to Sybase ASE DB.
If you planned install system EC 3.0 on Sybase ASE DB no information found about import initial data with SAPTrans tools (saptrans.jar).
For upload initial content follows this steps:
1) Copy sybase ase JARS driver from dir:\sybase\SID\jConnect-16_0\classes\jconn4 to folder with installation data.
2) Go to folder with installation data with sapSID user (for windows)
3) Execute command:
java -Duser.timezone=UTC-0:00 -Djava.ext.dirs=. -Xmx1024m -jar SAPtrans.jar import logfile=import.log datafile=init.dat "connectstring=com.sybase.jdbc4.jdbc.SybDriver;jdbc:sybase:Tds:hostname:port/SID;SAPSR3DB;password"
Where:
timezone=UTC-0:00 - you can change to current time zone
Hostname - name of server where installed EC 3.0
Port - port number from file dir:\sybase\SID\ini\sql.ini
SID - name of SAP system
SAPSR3DB - standart SAP JAVA DB user
Password - master password or SAPSR3DB user
import finished successfully!
Enjoy!
Alexander