Hi Vijaya, [vijayam wrote in a mail directly to me] > > i use the command rempcli FASTLOAD to fill an existing table > with data from a file, > but it is giving an internal error- > Error during execution > -->-25801 > Internal error [ls22, 483, 300]; contact technical support > > Defined maximum number of errors (1) reached > > my command file is -- > > FASTLOAD TABLE tblrausermaster > cacode 1 > racode 2 > rauserid 3 > rausername 4 > rauserphone 5 > rausercellphone 6 > rauserfax 7 > rauseremail 8 > typeofrauser 9 > certificateserialnumber 10 > status 11 > INFILE '/home/sapdb/vijaya/testfile.data' COMPRESSED > > and my datafile is -- > "C001","R001","VIJAYAM","VIJAYA","756220","9848483859","NULL", > "[EMAIL PROTECTED]","05","raadmin","ACTIVE" > > could u pls tell me where am i wrong? > Error 300 means integrity violation (internal error messages from RepMan have the following structure: [file name, line no, error no] the latter is in most cases an error from the db kernel itself).
I guess you have some constraints on your table or on some of its columns that are not fullfilled by the data you try to insert. If this does not explain the error let me know. I then need the table definition, too. And please be so kind to write requests or questions like these to the list rather than directly to me. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
