Re: Problem with DATALOAD command in LONG values case

2007-02-14 Thread Schildberg, Steffen
Hi all, the problem is found - the Loader computes the offset of the longfile wrong if this file is encoded as UCS2. A workaround would be to change the first row of the data file as follows: Change "1","2","3-42" to "1","2","1-40" and the Loader will insert the Long values correctly. We'll c

AW: Problem with DATALOAD command in LONG values case

2007-02-13 Thread Schildberg, Steffen
Hi Yuliya, what version of the Loader software do you use? Would it be possible to send me both files PATYP_.dat and PATYP__description.dat if they're not too big and do not contain sensitive data? Regards, Steffen -- -- Steffen Schildberg MaxDB Team SAP Labs Berlin Sitz der Gesellschaft/Regis

Problem with DATALOAD command in LONG values case

2007-02-13 Thread Yuliya Fedorova
Hello! I have a problem during DATAEXPORT/DATALOAD operations. I try to run this commands: DATAEXTRACT "PATYPS$ID","S$VERSIONID","description" FROM CMDEV."PATYP_" WHERE "PATYPS$ID" IN (SELECT S$ID FROM CMDEV."PATYP" WHERE S$MODELID=2) WITH LOCK