Windows 2008: Scheduler and MS Access automation
Working on a Windows 2008 R2 (64bit) server to automate some [Access2003].MDB programs that run and complete correctly when started manually but when entered as a daily task in the task manager they run,
complete the access.mdb with no problems (all processing of data is completed) but the [Access2003].ldb is still in the folder and msaccess*32 process is left running as seen in the task manager and has to be killed before the
[Access2003].ldb can be deleted.
August 21st, 2012 1:58am
I this this on ms answers :D Well this is more of a workaround, but you can create a separate task that that runs after the other is complete that kills that kills the process. Make a batch file and put this in it
taskkill /f /im msaccess.exe
then create another one that starts access again. Let me know if that helps, or if it's what your looking for.
Free Windows Admin Tool Kit Click here and download it now
August 21st, 2012 3:56am
I this this on ms answers :D Well this is more of a workaround, but you can create a separate task that that runs after the other is complete that kills that kills the process. Make a batch file and put this in it
taskkill /f /im msaccess.exe
then create another one that starts access again. Let me know if that helps, or if it's what your looking for.
August 21st, 2012 4:03am


