Hello, I am trying to load a db using an extract from a different db. Using this script:
SET MAXERRORCOUNT 1 // USE USER ddd ddd SERVERDB DEV1 ON localhost // DBLOAD INFILE 'nearpost.ddl0000' INFILE 'nearpost.ddl' OUTFILE 'x' As part of the extract I got these 3 files: nearpost.ddl0000 nearpost.ddl0001 nearpost.dat I get at error, here is a trace. C:\Program Files\sapdb\depend>repmcli -u ddd,ddd -d db1 -n localhost -E 10 -b dbload.cmds Opened connection to REPLICATION SERVER at node local host. REPLICATION SERVER Log File: 'C:\Program Files\sapdb\indep_data\wrk\repserver.log' User dba connected to database db1 on localhost. SET MAXERRORCOUNT 1 Successfully executed USE USER ddd ddd SERVERDB db1 ON localhost Successfully executed DBLOAD INFILE 'nearpost.ddl0000' INFILE 'nearpost.ddl' OUTFILE 'af' Assertion failed: true == pDBInfo->dbiSession_ls00.siDBConnection_ls00, file D:\SAPDevelop\V73\MakeDir\sys\wrk\incl\gls00.h, line 1530 abnormal program termination Replication server error (-4 : 'Connection broken') Some error(s) occurred running command. ---> See log file(s) for more information. in the log these errors come up: DBLOAD INFILE 'nearpost.ddl0000' INFILE 'nearpost.ddl' OUTFILE 'af' / * / M Releasing user connection (USER: 'DBA'). / * / E -25502: Error opening file 'nearpost.ddl': wrong file or device name. / E -25502: Error opening file 'nearpost.ddl00000000': wrong file or device name. Any ideas? -Vitaly
