N
Neil Ginsberg
I am having trouble using Windows Scheduler with an A2K database that has a
password. The password is a db password, not a user-level security password.
I have a routine I am looking for Scheduler to run, and, when the password
is removed from the database, everything works fine. In that case, the
command line I am having Scheduler use is:
"C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE"
"C:\Mypath\MyDB.mdb" /x MacroThatRunsTheRoutine
However, when the db password is in place, I am not able to run the code.
The command line I use then is:
"C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE"
"C:\Mypath\Myfile.mdb" /x MacroThatRunsRoutine /pwd DBPassword
When the database password is in place, I am prompted by Scheduler for my
Windows login password. I entered the login password when I created the
scheduled event, so it shouldn't be prompting me. Furthermore, when it does
prompt me, entering my Windows login password doesn't work, nor does
entering the db password.
This appears to be some sort of glitch with Windows Scheduler and MS Access
passwords. Anyone have any ideas?
Thanks!
Neil
password. The password is a db password, not a user-level security password.
I have a routine I am looking for Scheduler to run, and, when the password
is removed from the database, everything works fine. In that case, the
command line I am having Scheduler use is:
"C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE"
"C:\Mypath\MyDB.mdb" /x MacroThatRunsTheRoutine
However, when the db password is in place, I am not able to run the code.
The command line I use then is:
"C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE"
"C:\Mypath\Myfile.mdb" /x MacroThatRunsRoutine /pwd DBPassword
When the database password is in place, I am prompted by Scheduler for my
Windows login password. I entered the login password when I created the
scheduled event, so it shouldn't be prompting me. Furthermore, when it does
prompt me, entering my Windows login password doesn't work, nor does
entering the db password.
This appears to be some sort of glitch with Windows Scheduler and MS Access
passwords. Anyone have any ideas?
Thanks!
Neil