Hi,
I have had a problem where REPM hangs on certain files, even though I have
used the same script to import similar files previously. I am using the
repm version 7.3.0 build 030-000-000-000.
// M starting protocol 2002111800011143658
// *
// M START 20021118 00143658
set
// *
// M START 20021118 00144316
// *
use user "user2" * Serverdb "edq_prd" on server98
// *
This is all that appears in the log file.
on the console I see:
Opened Connection to REPLICATION MANAGER at node local host.
REPLICATION SERVER Log file: 'f:\sapdb\indep_data\wrk\repserver.log'
And that's all.
the script file looks like:
// comment lines
SET MAXERRORCOUNT=2000
// So that error lines just get ignored
DATALOAD TABLE LD_TABLE
FIELD1 01
FIELD2 02
...
FIELD9 09
FIELD10 10 DEFAULT NULL
UPDATE DUPLICATES
INFILE 'f:\empdq_prd\data_in\input_file.csv' COMPRESSED SEPARATOR ';'
DELIMITER ''
// more comments
the table looks like:
field1 string[x]
field2 string[x] key not null unique
field3 string[x]
...
field9 string[x]
field10 integer
This is, I suppose, a beta version of the REPM, but it has worked fine
until this particular data file. I wonder if it is hanging on a
particular record, but there is no info on the log file. It runs pretty
much infinately until I kill it.
Thank you,
Noah Silva
IS&T - Programmer Analyst
(215) 419 - 7916
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general