Hi, put these two lines in a .bat file and replace the place holders with your settings.
<PATH_TO_SAPDB>\depend\pgm\dbmcli -d <DB_NAME> -u <DBA_USERNAME>,<DBA_PASSWORD> -uUTL -c autolog_off <PATH_TO_SAPDB>\depend\pgm\dbmcli -d <DB_NAME> -u <DBA_USERNAME>,<DBA_PASSWORD> -uUTL -c autolog_on Use the windows wizzard for tasks to let it run as often as you want. If you remove the first line with turns autolog off you will get an error entry in the system and database logfiles every time autolog is already on. Hope this helps. Alexander Schulz -----Urspr�ngliche Nachricht----- Von: Peter Rabing [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Oktober 2003 13:42 An: [EMAIL PROTECTED] Betreff: AW: Auto log on switches off !? Hi, Alexander Schulz wrote: > I had the same problem. I solved it by using a task that turns on > autolog every 2 hours. It's crap but I found no other solution. If you > find one, please let me know. Could you post the code for this ? I do not know enough db script to do it myself. Do you just run it as a batch file ? Thanks for your idea, at least this would solve my problem ! Cheers, Peter -- NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f�r Mail, Message, More! +++ -- 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]
