From: Patrick Buchinger [mailto:[EMAIL PROTECTED]]

> ich hab die datenbank gerade wieder warm gebracht.
> ich habe ein param_restore 02 gemacht, und schon ist sie wieder
> hochgefahren.
> draufgekommen bin ich deshalb, weil ich mir �ber webdbm die parameter
> angeschaut habe. vor 2 tagen habe ich den wert f�r MAX_USERS_TASKS
> ver�ndert und anschlie�end die db neu gestartet. der neue wert wurde
> auch (laut webdbm) �bernommen. heute war wieder der defaultwert von 50
> eingestellt.
> nach dem param_restore war wieder der von mir ge�nderte wert f�r
> MAX_USER_TASKS eingestellt.
> 
> kann mir jemand erkl�ren, was da passiert ist?

You have lost the configuration file of your database during the 
server crash. So it was initialized with the defaults. But 
parameters without defaults (e.g. RUNDIRECTORY) were not set.

param_restore restores a "known good" version of the configuration 
file. The version with number 1 is the "last known good" 
configuration. Number 2 is the "last but one known good" 
configuration.

Current configuration:
  <indep_data_path>/config/<dbname>
Last known good:
  <indep_data_path>/config/<dbname>.01
...

Bernd
-- 
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to