List:MaxDB« Previous MessageNext Message »
From:Steffen Schildberg Date:February 20 2003 2:18pm
Subject:RE: rempcli SQL Error: -25010
View as plain text  
Hi Danny,

Danny Tramnitzke [mailto:Vadus@stripped] 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

Thread
rempcli SQL Error: -25010Danny Tramnitzke20 Feb
RE: rempcli SQL Error: -25010Steffen Schildberg20 Feb