Hi all,
In our setup db2 v9.7 with fixpack 3 in windows environment.
I am trying to import the records. But the query completed successfully.
But the records are not inserted to the table.
CONNECT TO XXXX USER "db2admin";
IMPORT FROM "C:\DB2tables\DB2 TABLES\tab378.ixf" OF IXF MESSAGES "C:\DB2tables\DB2 TABLES\tab378.msg" INSERT INTO "db2DWH".TIS_LOC_TFM_CNDDT_LANE;
CONNECT RESET;
Number of rows read = 2000
Number of rows skipped = 0
Number of rows inserted = 0
Number of rows updated = 0
Number of rows rejected = 2000
Number of rows committed = 2000
SQL3107W There is at least one warning message in the message file.
I am getting the error also, As i googled for that but no impact of this error it means?
Could you please give the suggestions how to import the records to the table.
Thanks,
laxman...
In our setup db2 v9.7 with fixpack 3 in windows environment.
I am trying to import the records. But the query completed successfully.
But the records are not inserted to the table.
CONNECT TO XXXX USER "db2admin";
IMPORT FROM "C:\DB2tables\DB2 TABLES\tab378.ixf" OF IXF MESSAGES "C:\DB2tables\DB2 TABLES\tab378.msg" INSERT INTO "db2DWH".TIS_LOC_TFM_CNDDT_LANE;
CONNECT RESET;
Number of rows read = 2000
Number of rows skipped = 0
Number of rows inserted = 0
Number of rows updated = 0
Number of rows rejected = 2000
Number of rows committed = 2000
SQL3107W There is at least one warning message in the message file.
I am getting the error also, As i googled for that but no impact of this error it means?
Could you please give the suggestions how to import the records to the table.
Thanks,
laxman...