tableload failed

2005-08-22 Thread Gu Lei
n 172.20.16.182. loadercli>catalogload user instream file 'ea4test.cat' OK --- loadercli>tableload user data instream file 'ea4test.data' ERR -25801 Internal error [vls28_TLoad.cpp, 1450, -25451]; contact technical support --- loadercli>exit OK --- [EMAIL PROTECTE

TABLEEXTRACT generated only one file but TABLELOAD needs two file

2004-11-23 Thread Gu Lei
Hello everyone: MAXDB 7.5.0.5's TABLEEXTRACT only generated one file. But MAXDB 7.5.0.18's TABLELOAD need two files. [EMAIL PROTECTED] sapdb]$ dbmcli -d test -u dbm,dbm dbmcli on test>show version OK SERVERDB: TEST Kernel Version 'Kernel 7.5.0 Build 005-121-054-885'

tableload failed SQL error 100 = Row not found

2004-10-11 Thread Gu Lei
Hello : Tableload failed: [EMAIL PROTECTED] sapdb]$ loadercli -d usr -u usr,usr Loader Server Protocol: '/home/sapdb/.sdb/loader/log/loader.prt' User USR connected to database USR on local host. loadercli>tableextract user data outstream file 'usrdata' OK --- loader

RE: Problems with TABLELOAD USER

2004-07-28 Thread Schildberg, Steffen
Hi Ralph, Hahn, Ralph [mailto:[EMAIL PROTECTED] wrote: > > The output script looks like: > TABLEEXTRACT USER DATA OUTSTREAM FILE 'FB24_KAT' > > The input script looks like: > TABLELOAD USER DATA INSTREAM FILE 'FB24_KAT' > [snipped console o

Problems with TABLELOAD USER

2004-07-27 Thread Hahn, Ralph
: TABLEEXTRACT USER DATA OUTSTREAM FILE 'FB24_KAT' The input script looks like: TABLELOAD USER DATA INSTREAM FILE 'FB24_KAT' and I get an error in the log-file: Loader Server Protocol: 'E:\Documents and Settings\Administrator\Application Data\sdb\loader\log\loader.prt'

RE: tableload stops loading

2004-05-27 Thread Schildberg, Steffen
Load Data To Destination Database (repmlci) > > repmcli -d testDB -u dba,dba -b load.command > > Where load.command looks like this: > > SET MAXERRORCOUNT 20 > // > CATALOGLOAD ALL INSTREAM FILE 'testDB.ddl'

tableload stops loading

2004-05-24 Thread Claudia Henkel
d.command looks like this: SET MAXERRORCOUNT 20 // CATALOGLOAD ALL INSTREAM FILE 'testDB.ddl' // TABLELOAD ALL DATA INSTREAM FILE 'testDB.data0001' 4. Result ==== Tableload loads correctky the first 14 of 31 tables, then it stops. This is

Re: tableload

2004-01-20 Thread Daniel Dittmar
William Chase wrote: Is there an example for loading a delimited file? I don't see what the SQL statement should be. Use the DATALOAD statement (http://www.mysql.com/documentation/maxdb/ec/d93fb9400d11d3aa27006094b92fad/frameset.htm) Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROT

tableload

2004-01-20 Thread William Chase
Is there an example for loading a delimited file? I don't see what the SQL statement should be. William Chase , MPPA, MSCIS Senior Research Analyst, Data Manager BHC, Inc

Re: tableextract/tableload from linux to windows (SOLVED)

2004-01-12 Thread Chris Ochs
ted > > USE USER crm SERVERDB SAP2 ON 10.139.10.150 > Successfully executed > > TABLELOAD TABLE ACCOUNT DATA INSTREAM FILE '/usr/table.outfile' FORMATTED > > repmcli: > /SAP_DB/7403/linuxintel/genopt/sys/wrk/incl/SAPDB/ToolsCommon/Tools_DynamicU > TF8StringBuffe

Re: tableextract/tableload from linux to windows

2004-01-12 Thread Chris Ochs
Followup to this. This is the result of using replmcli in the depend74/bin directory. If I run the same commands using repmcli from the old 7.3 depend/bin it executes without any errors but the tableload doesn't load anything (empty table). > I am running this on the linux server, t

tableextract/tableload from linux to windows

2004-01-12 Thread Chris Ochs
executed USE USER crm SERVERDB sap2 ON localhost Successfully executed TABLEEXTRACT TABLE ACCOUNT DATA OUTSTREAM FILE '/usr/table.outfile' FORMATTED Successfully executed USE USER crm SERVERDB SAP2 ON 10.139.10.150 Successfully executed TABLELOAD TABLE ACCOUNT DATA INSTREAM F