Andreas wrote:

> i try extract the DB from SuSE Linux  8.0 and SAP DB 7.3.0.24 
> (024-000-085-555) with:
> 
> repmcli -u dba,dba -d DIS -b backup_db_ex.txt -o __sap_log.txt
> 
> backup_db_ex.txt:
> dbextract CATALOG OUTSTREAM FILE '/home/aeps/dis_backup_db_cat' DATA 
> OUTSTREAM FILE '/home/aeps/dis_backup_db_dat'
> 
> I get this error:
> 
> Opened connection to REPLICATION SERVER at node local host.
> REPLICATION SERVER Log File:    
> '/var/opt/sapdb/indep_data/wrk/repserver.log'
> 
> Syntax error at position 11 (Unexpected identifier: CATALOG).
> 
the right syntax in 7.3.0 is:

dbextract outfile '/home/aeps/dis_backup_db_cat'
          outfile '/home/aeps/dis_backup_db_dat'

regards
hans-georg
-- 
Hans-Georg Bumes
SAP DB, SAP Labs Berlin
http://www.sapdb.org/



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

Reply via email to