Hi Danny,
Danny Tramnitzke [mailto:[EMAIL PROTECTED]] wrote:
>
> while I was filling a table with data, this Error (here in loader.prt)
> occurented :
>
[snipped parts of loader.prt that are of no interest]
> // *
> DATALOAD table toti011
> user_id 1
> function_id 2
> mod_stamp 3
> mod_flag 4
> mod_user 5
> INFILE '/home/sapdb/db_script/sapdb_toti011.bcp'
> SEPARATOR '|'
> DELIMITER ''
> // *
> // M Error at record 2 in infile.
> // E -25010: SQL error 30002 (error position: 2)
>
> // M Last transaction committed at input record 1
> // *
> // M Sum of inserted records 1, sum of rejected records 1
> // *
> // M Releasing user connection (USER: 'DBADMIN').
> // *
>
> so, what might be wrong here ?
>
The db itself does not define an error code 30002. Is it possible
that you defined a trigger or dbproc that gets called and that
returns this error?
The interesting part here is indeed that the error occurs upon
inserting the values not during parsing the insert command.
Regards,
Steffen
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general