Hi,

I have problems when trying to import a table with the loadercli-tool.
I exported a table and tried to import it in another db-instance, where the
table doesn't exist.

The table-export seemed to be successful.
I used following statements:

cmdline: loadercli -d gs -u test,test -b temp_books_ex.dat

the content of the commandfile temp_books_ex.dat:
TABLEEXTRACT
  TABLE temp_books
  DATA OUTSTREAM FILE 'c:\programme\sapdb\export\temp_books_ex.data' PAGES

cmdline: TABLEEXTRACT
  TABLE temp_books
  DATA OUTSTREAM FILE 'c:\programme\sapdb\export\temp_books_ex.data' PAGES
successfully executed

Afterwards I tried to import this table in another db-instance, where the
table doesn't exist yet.

the content of the command-file temp_books_ex.dat:

TABLELOAD
  TABLE temp_books
  DATA INSTREAM FILE 'c:\programme\sapdb\export\temp_books_ex.data' PAGES

cmdline: C:\Programme\sapdb\export\cmd>loadercli -d intest -u test,test -b
temp_books_im.dat
Loader Server Protocol File:
'c:\programme\sapdb\indep_data\wrk\loader.prt'
User TEST connected to database INTEST on local host.
TABLELOAD
  TABLE temp_books
  DATA INSTREAM FILE 'c:\programme\sapdb\export\temp_books_ex.data' PAGES
Assertion failed: IsAssigned(), file
D:\depot\bas\SAP_DB\7403\gen\opt\ntintel\sys\wrk/incl/SAPDB\ToolsCommon/Tool
s_Dynam
icUTF8StringBuffer.hpp, line 718

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

The log-infos:

// *
SAVE CATALOG OF "TEMP_BOOKS" INTO TEMP.LOA_SAVE_CATALOG_LS00
// *
// E -25392: '[SAP AG][SQLOD32 DLL][SAP DB]Base table not found;-4004
POS(18) Unknown table name:TEMP_BOOKS.'

SAPDB-download-version 7.4.03


Question Nr. 2:
In SAPDB-download-version 7.3.0.29 no loadercli seems to be available. Is it
possible to use the loadercli in this version?

Thanks and best regards
Georg Schoepe



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

Reply via email to