Hi, [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote: > Subject: long data fields with the repmcli.exe > > > I have tried to dump database tables from sap using the > repmcli command > with a command file that looks like this > > DATAEXTRACT * FROM collectiontable > OUTFILE 'collection.data' > > The tables that fail contain a long data type and I get the > following message > in the loader.prt file > > E -25351: No long file info given for long column 'SQLINFO'. > Is there a way around this ? > Yep, there is. And it's even documented ;-). Modify your command to: DATAEXTRACT * FROM collectiontable OUTFILE 'collection.data' LONGFILE SQLINFO '<path>/<long file name>'
and it'll work. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
