Dusan Kolesar wrote:
Hello, I'm using SapDb 7.4.3.32 on WinXP profesional SP1. I have a problem to start DB instance automaticly. When I set my service "SAPDB: dbname" to start automatic and set RESTART_SHUTDOWN DB instance parameter to AUTO, on system startup database starts, but Autosave Log is olways OFF.
Only when I start database using windows autostart registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"sapdb"="dbmcli -d dbname -u user,password db_warm"
my database starts with Autosave Log set to ON.
But don't like this way because user name and password is visible for other users.
Is any way to start DB witout publishing DB name and password and Autosave Log set ON?
This has been fixed, but only in 7.5.00.
There is the possibility to use xuser entries:
- store a username, password combination using the program xuser
- use that key to call dbmcli -U <userkey>, that way, the password doesn't appear.
But the container for the xuser entries is user specific. So you have to find a way to store these entries for the SYSTEM user or you have to run the service with you own user.
Daniel Dittmar
-- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED]
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
