Hi,
I exported my content server content by loadercli on a Linux system to import it in a sun solaris system.
I followed intstructions in "[SAP Note 962019 - System copy of MaxDB Content Server Storage|https://service.sap.com/sap/support/notes/962019]" with the heterogeneous copy.
The export was well created by the sql script :
EXPORT USER catalog outstream file '/depot/SAPR3.cat' data outstream file '/depot/SAPR3.data' PAGES package outstream file '/depot/SAPR3.pack'
and the command line : .
/loadercli -d DCS -u SAPR3,SAP -n localhost -b /depot/export_content_server.sql
But my import does not work with the command line :
# ./loadercli -u SAPR3,SAP -d RCS -b /oracle/RBW/sapdata3/export_content_server/import.sql Loader Server Protocol File: '/sapdb/data/wrk/loader.prt' User SAPR3 connected to database RCS on local host. IMPORT USER CATALOG INSTREAM FILE '/oracle/RBW/sapdata3/export_content_server/SAPR3.cat' DATA INSTREAM FILE '/oracle/RBW/sapdata3/export_content_server/SAPR3.data' PAGES PACKAGE OUTSTREAM FILE '/oracle/RBW/sapdata3/export_content_server/SAPR3.pack' CSV Error during execution -->-25010 SQL error -3005 = Invalid SQL statement (error position: 1) Defined maximum number of errors (1) reached 1 error(s) during execution of command file '/oracle/RBW/sapdata3/export_content_server/import.sql'. ---> See log file(s) for more information. Some error(s) occurred running command. ---> See log file(s) for more information.
What can I do to resolve my problem ?
Regards.