I have it on a designated computer that is always logged into with a valid user. The computer is just locked but not logged out of.
I have Run only if logged on and Enabled (scheduled task runs at specified time) checked. Stop the task if it runs for 2 hours 0 minutes checked. It is running in multi user mode and during a time when the database is in multi user mode. The database tables have public access. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Downall Posted At: Friday, January 04, 2008 1:52 PM Posted To: RB7-L Conversation: [RBASE-L] - Re: Running Scheduled Task Subject: [RBASE-L] - Re: Running Scheduled Task Charlie, The task may run at a time when no one is logged in on the computer. Mapped drives are assigned at login, and are unlikely to exist to a scheduled task that runs in the middle of the night. So be sure that you use UNC names, not mapped drives, in both the batch file and the R:BASE code. Also be sure that the scheduled task has "login" or "security" settings that allow it to update the folder with the R:BASE database. And be sure it's not running at a time when the database files might be locked by a maintenance process. Bill On 1/4/08, Charles Parks <[EMAIL PROTECTED]> wrote: I have a scheduled task that runs once a day that is supposed to load stats based on another table into it. If I double click on it from the scheduled task it runs and inserts values into the table. If I just let it run from the scheduled task it updates the last ran date but it doesn't insert values into the table. What should I be looking for causing the different behaviors?

