poornima ponnuswamy wrote: > > Hi, > I have installed SAPDB 7.4 created an instance with > dbmcli. db_state displays its state as OFFLINE but if > I try to start it (dbcold,dbwarm, db_start, etc.) an > error occurs: > -24994,ERR_RTE: runtime environment error > 1,Cannot change to rundir ' ' > > I performed the following statement as specified in > mailing list > dbmcli -d <dbname> -u <dbmname,dbmpwd> param_getvalue > RUNDIRECTORY > > Result is > > OK > > I have logged in as root and also as sapdb . I dont > know what else to do > can anyone please figure out the problem
The installation parameter RUNDIRECTORY has to name a really existing directory of your machine. And if param_getvalue just say Result is OK than the value is blank (check what is written for other parameter values, they are given in the line which is blank in the example above). --> you specified (somehow, I do not know how/why) that the directory name should be blank and the poor old kernel now tries to find the directory of that name and write file into it. That can't work. --> param_putvalue RUNDIRECTORY <some really existing directory of your machine> Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
