Hi,

Here is a snippet from repserver.log

// M    ReplMan   7.3.0    Build 030-000-000-000
// *
// M    Starting protocol at 2004061500101538
// *
// *
// *
// M    START   20040615        00101538
// *
set 
// *
// M    START   20040615        00101538
// *
USE USER "IMPORT" * SERVERDB "QDB_PRD" ON dbserv31 
// *
// M    USER:   'IMPORT'        on DB:  'QDB_PRD' 
// *
// M    START   20040615        00101540
// *
SET MAXERRORCOUNT 2000
 
// *
// M    START   20040615        00101540
// *
DATALOAD TABLE LD_TABLE
UPDATE DUPLICATES
  LD_CODE     01
  LD_GOLD      02
  LD_NF            03
  LD_NM          04
  LD_NL           05
  LD_SF           06
  LD_PN          07
  LD_FE           08
  LD_LC          09
  LD_SN         10 DEFAULT NULL
  LD_ET    11 DEFAULT NULL
INFILE 'F:\prd\data\import.csv' COMPRESSED SEPARATOR ';' DELIMITER ''
 
// *
// M    Error at line 3 in infile.
// E -25319:    Missing data for specified column LD_SN.
// M    Error at line 8 in infile.
// E -25319:    Missing data for specified column LD_SN.
// M    Error at line 19 in infile.
// E -25319:    Missing data for specified column LD_SN.
----------        <<<<<         SNIP         >>>>>        ----------
// M    Error at line 4557 in infile.
// E -25319:    Missing data for specified column LD_SN.
// M    Error at line 4558 in infile.
// E -25319:    Missing data for specified column LD_SN.
// M    Last transaction committed at input line 4550
// *
// M    Sum of inserted lines 2979, sum of rejected lines 1579
// *
// M    Releasing user connection (USER: 'IMPORT').
// *

I find some similar questions in the archives, unfortunatly it looks like 
they were never resolved ;(

Thank you,
      Noah Silva
      Atofina IS&T - Sr. Programmer Analyst
      (215) 419 - 7916


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to