-----Original Message -----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ralph
Hulslander
Sent: Monday, October 07, 2002 4:26 PM
To: SAP DB (E-mail)
Subject: A little problem with repmcli 25281 error


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

>       Error during execution
>       -->-25281
>       Syntax error at position 84 (Unexpected token: :).
------------------------------------------------------------

Thank you, Peter Willadt

"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.

Now I am getting a 25319 error

User dba connected to database PFORMS on local host.
FASTLOAD TABLE DOCS

DOCID 1

DEVICEID 2

PATH 3

DOCNAME 4

OLDDOCNAME 5

INFILE 'D:\PF_SAPdB\Docs.csv'

Error during execution
-->-25319
Missing data for specified column OLDDOCNAME.

There are 5 request in the archives with 1 partial answer:
"Hmm, actually it should work the way you did. I'll check it
and keep you informed."

There is no conclusion in the archive.
Thanks for the help.
Ralph H.


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to