Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Need help for import the records..

$
0
0
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...

Viewing all articles
Browse latest Browse all 13329

Trending Articles