dbsrv11.exe fail to run as a scheduled task on system startup -
01-15-2011
, 02:46 PM
I have setup a scheduled task with the following configuration on
Windows XP Professional. The objective is to start the SQL Anyawhere
server on system start up.
- Run ==> C:\<my-server-dir>\dbsrv11.exe C\<my-server-dir>\<my-db>.db -
qw
- Start in ==> C:\<my-server-dir>
- Run as ==> <My-computer>\<my-user-id> (<my-user-id> is an
Adminitrator>
- Enabled (sheduled task runs at specified time) is checked
- Sychedule Task: At Sytem Start Up
The "Task Schedule Service" Log On settings has "Allow service to
interact with desktop" disabled and Log on as "Local System account"
selected.
The database starts up most of the time but occasionally, it fails to
start. The schedule logs show the following.
"AAIMS Server.job" (dbsrv11.exe)
Finished 15/01/2011 2:23:07 PM
Result: The task completed with an exit code of (6).
Any ideas why it fails occasionally? |