We are currently migrating our Oracle 8i dbf files to SAPDB 7.3.0.34
running on Red Hat 9.  This is the script we are having problems with:

param_startsession
param_init
param_put MAXUSERTASKS 5
param_checkall
param_commitsession
param_adddevspace 1 LOG LOG_001 F 2000
param_adddevspace 1 DATA DAT_001 F 10000
db_cold
util_connect
util_execute INIT CONFIG
util_activate sapdb,myPassword
util_release
load_systab -ud myPassword
db_warm

The first half of the script ran fine, until this command:

>db_cold
-24994,ERR_RTE: runtime environment error
1,Check knldiag! Kernel died before reaching COLD state

Further details can be found at http://mslinn.com/sapdb.html

Any suggestions?

Mike



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

Reply via email to