The DATALOAD and LOAD DATA commands are generating an
SQL error -4004 = Unknown table name.

Examples producing this include the following:

  USE USER owens owens
  load data table p1 INFILE '/tmp/sap/p1.data'
  dataload table p1 INFILE '/tmp/sap/p1.data'
  dataload basis.table p1 INFILE '/tmp/sap/p1.data'

'DATAEXTRACT FOR DATALOAD' does the same thing as well. While in dbmcli I can 
sucessfully do the following:

  dbmcli on IRIS>sql_connect owens,owens
  OK
  dbmcli on IRIS>sql_execute select * from p1
  OK
  END
  22;0;'aaa';'aaa'
  23;0;'bbb';'bbb'
  24;0;'ccc';'ccc'

Despite this, 'DATAEXTRACT * from p1' is successful. Am I doing something 
wrong?

-- 
Michael Owens

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to