From: Patrick Buchinger [mailto:[EMAIL PROTECTED]]
> ---- snipp ---- > > dbmcli on ims_v4i>db_state > OK > State > STOPPED INCORRECTLY > > --- > dbmcli on ims_v4i>db_warm > ERR > -24994,ERR_RTE: runtime environment error > -11987,Parameter RUNDIRECTORY is missing! > > ---- snipp ---- > > der fehler -11987 ist in der doku leider nicht aufgelistet. > kann ich die > datenbank noch irgendwie warm bekommen? SAP DB searches its configuration parameters (e.g. the RUNDIRECTORY) in the file <indep_data_path>/config/<dbname> . You may find out the <indep_data_path> with dbmcli -d <dbname> dbm_getpath IndepDataPath Check the existence and the access rights of this file. You may list the content of this file with dbmcli -d <dbname> -u <dbmusr>,<pwd> param_directgetall Bernd -- SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
