Thank you Christian,
I possibly found better solution to this problem in SAP DB user list archive. Put additional regesty entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run with the value "DBMCli.exe -d <DB_NAME> -u DBM,<DBMpwd> autolog_on <BACKUP_DEV>" Thanks for your advice, I appreciate that! Pranas ----- Original Message ----- From: "Knappke, Christian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 12:28 PM Subject: RE: AUTOLOG OPTION on Windows 2003 Server > >> I turned on autolog, but every time I restart the DB services, it is > >> turned off again. That happens now for several times. I can turn on > >> autolog manually with no problem. > > > Start the database using dbmcli, not using the services applet or 'net start'. Currently, > > only the database manager knows that AUTOSAVE LOG has to be switched on. This will be fixed > > in a future version. > > You might consider to put the dbmcli commandline into a batch file and start that with the Windows task scheduler. It has an option "When my computer starts". > > HTH > Christian > -- > #include <std_disclaimer.h> > /* The opinions stated above are my own and not > necessarily those of my employer. */ > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
