Hello,
I have the table "REPORT_PARAMETERS" on server1.
Now i've tried to export this data via REPMCLI.
DATAEXTRACT FOR DATALOAD TABLE REPORT_PARAMETERS
OUTFILE 'D:\Temp\REPMCLI\REPORT_PARAMETERS-ALL.command'
OUTFILE 'D:\Temp\REPMCLI\REPORT_PARAMETERS-ALL.data'
But it doesn't work. Look at the loader.prt.
********** loader.prt **********
// M Loader 7.4.3 Build 017-123-039-277
// *
// M Loader instance started at MV-DB-001 for database myDB
// *
// M Starting protocol at 2003071000152508
// *
// *
// *
// M START 20030710 00152508
// *
set
// *
// M START 20030710 00152508
// *
USE USER "myUser" * SERVERDB "myDB"
// *
// M USER: 'myUser' on DB: 'myDB'
// *
// M START 20030710 00152508
// *
DATAEXTRACT FOR DATALOAD TABLE REPORT_PARAMETERS
OUTFILE 'D:\Temp\REPMCLI\REPORT_PARAMETERS-ALL.command'
OUTFILE 'D:\Temp\REPMCLI\REPORT_PARAMETERS-ALL.data'
// *
// E -25350: Conversion from UNICODE data to ASCII data is not
supported; this conversion may lose information
// M Releasing user connection (USER: 'myUser').
// *
********** loader.prt **********
If I use the UCS2 switch it works, but I can't run the DATALOAD,
cause the fields in the target table aren't UNICODE.
********** this is the structure of the table "REPORT_PARAMETERS"
**********
CREATE TABLE "REPORT_PARAMETERS"
(
"FORM" Varchar (64) ASCII,
"SORT" Varchar (64) ASCII,
"LABEL" Varchar (128) ASCII,
"NAME" Varchar (256) ASCII,
"VALUE" Varchar (128) ASCII
)
********** this is the structure of the table "REPORT_PARAMETERS"
**********
What's wrong? Can SAP solve this problem?
many thx
Matthias
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general