Hi,

[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote:
> 
> I'm in trouble.
> I unload data from one SAPDB to another.
> Both of them :
> VERSION 7.4.3.27
> _UNICODE YES
> DEFAULT_CODE UNICODE
> 
> [EMAIL PROTECTED] sapdb]$ loadercli -n 172.20.9.101 -d prod_des 
> -u test,test
> Loader Server Protocol File:    
> '/home/sapdb/sapdb/indep_data/wrk/loader.prt'
> 
> User TEST connected to database PROD_DES on 172.20.9.101.
> loadercli>tableextract user data outstream 'prod'
> OK
> 
> ---
> loadercli>exit
> OK
> 
> 
> [EMAIL PROTECTED] sapdb]$ loadercli -d prod -u prod,prod
> Loader Server Protocol File:    
> '/home/sapdb/sapdb/indep_data/wrk/loader.prt'
> 
> User PROD connected to database PROD on local host.
> loadercli>tableload user data instream file 'prod0001'
> -25801
> Internal error [vls28_TLoad.cpp, 2554, -25602]; contact 
> technical support
> OK
> 
> 
> What can I do? 
> 
Are there tables in db prod belonging to user prod that are
already filled prior to running the TABLELOAD USER command? If so the
TABLELOAD will fail as one of the preconditions for successful
processing TABLELOAD commands is that the tables to load
are empty.
If all tables to be loaded are empty and the error happens anyway
let me know.

BTW the error message is 
 - in this case a pain in the a... and will be adapted; sorry for
   this inconvenience
 - not documented (-25602 means table is filled but tried to TABLELOAD)
   which is in turn a pain and will be corrected; sorry for this, too

Regards,
 Steffen
-- 
Steffen Schildberg
SAP DB Team
SAP Labs Berlin

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to