Hello, On Montag, 7. Oktober 2002 22:26, Ralph Hulslander wrote: > NT4 Version 7.3.0.25 > Where is this 25281 error coming from? With different source files I get > the same error at the same position so that implies it's not the source > file. > > Upload_Docs.txt > FASTLOAD TABLE DOCS > DOCID 1 > DEVICEID 2 > PATH 3 > DOCNAME 4 > OLDDOCNAME 5 > INFILE D:\PORTABLEFORMS\test.csv > / > COMMIT > > Command > repmcli -u dba,dba -d PFORMS -b \\sw-1-1\d\PF_SAPdB\upload_docs.txt > > Error > INFILE D:\PORTABLEFORMS\test.csv > > Error during execution > -->-25281 > Syntax error at position 84 (Unexpected token: :). > the position is the position within your command file. You have to quote the filename (like this), INFILE 'D:\PORTABLEFORMS\test.csv' as you have to quote any literal.
Peter Willadt _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
