2 May 2005 10:56
Problem with loader ???
Beermann, Albert <A.Beermann <at> piepenbrock.de>
2005-05-02 08:56:40 GMT
2005-05-02 08:56:40 GMT
Hello Everybody ! to sync to databases(same databasename, same tablename) on different servers i have a programm that does: 1. catalogextract table a on system a drop table a on system b catalogload on system b 2. dataextract table a on system a dataload table a on system b everything works as expected ! but when i trie to load a table with a varchar coloumn the following error appears: err -25319 missing data for specified column NL i can see a value for nl in the instream file ???? the position is after the varchar field infotext ??? catalog load: CREATE TABLE "BWALLE"."BSARTIKELSTAMM" ( "BSARTIKELSTAMMID" Char (10) ASCII NOT NULL, "ARTIKELNR" Char (10) ASCII NOT NULL DEFAULT ' ', "NAME1" Char (35) ASCII NOT NULL DEFAULT ' ', "BSARTIKELGRUPPEID" Char (10) ASCII NOT NULL DEFAULT ' ', "EPREIS" Fixed (12,4) NOT NULL DEFAULT 0.0000, "INFOTEXT" Varchar (2000) ASCII NOT NULL DEFAULT ' ',(Continue reading)
RSS Feed