I have a db2 database in my first vm computer. I want to import some tables from it. When i export one of these tables from first vm as .ixf file everything will perfect and i can export it. But when i tried to import from new table on the second vm i got that kind of problem and my query for this :
CONNECT TO RS;
IMPORT FROM "C:\rs_cust.ixf" OF IXF MESSAGES "a.txt" CREATE INTO RS.RS_CUSTOMERS;
CONNECT RESET;
So how can i solve it ?