Hi! I'm doing a migration to a SAP db ver 7.3 and I get an error message when the migration gets to 77% then I get this error message
# R3load version @(#) $Id: //bas/40B/src/R3load.c#1 $ SAP # R3load -i SAPAPPL2.cmd -p SAPAPPL2.log -r -nolog ### start of syntax check ### ### end of syntax check ### #(IMP) ERROR: couldn't connect to DB rc = 256 error message returned by DbSl: #STOP: 20040618123128 #(IMP) ERROR: DbSlRollback failed DbSlRollback: rc = 2 (SQL error -60) Before I got this I got this error message, but I changed the parameter REQUEST_TIMEOUT from 5000 to 10 000 and MAXLOCKS from 150 000 to 300 000 ### trying to restart import ### (RIM) WARNING: unable to drop index "NAST~S" DbSlExecute: rc = 107 (SQL error -942) error message returned by DbSl: Unknown table name ### restart finished ### #START: 20040611165118 error message: No such file or directory (GOS) WARNING: Unable to open file "\\drsap01\_sap\DB\ADA\SAPAPPL1.EXT" - default sizes assumed for initial extents #Trying to create index "NAST~S" (IMP) ERROR: CREATE statement failed for object "NAST~S" (CREATE INDEX "NAST~S" ON "NAST" ( "MANDT", "SORT1", "SORT2", "SORT3", "AKTIV", "VSTAT", "VSZTP" )) DbSlExecute: rc = 99 (SQL error -51) error message returned by DbSl: Lock request timeout #STOP: 20040611181510 I can't find any good solutions for this problem, has anybody a solution or experienced this before? rollo