Hi,

I am trying to import rows using:

CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE('auser','some_tbl', '/tmp/bcp/some_tbl', 
NULL,'', NULL,0);

Which results in:
ERROR XIE0M: Table 'auser.some_tbl' does not exist.

If from the same ij instance I run 
ij> select count(*) from auser.some_tbl;
1
-----------
0

Can someone explain the 1st error if the second query goes through.

Thanks
Sachin


Reply via email to