C
callmeroot
I created a .cmd file that does the following:
cd \
"C:\Program Files\Microsoft Office\OFFICE\msaccess.exe"
"c:\billingdb\lvg database_be.mdb" /nostartup /x Master
I scheduled the task to run daily.
Problem:
It says "running" and never truly finishes.
*This task/file runs on a server.
*The server runs 247 but I'm logged off (Didn't think that would be the
reason why).
*When I log in, Access isn't started up when I log in.
*Some of the tables are linked (ODBC) and require a password- Still
trying to figure out how to save the password.
*When I manually start it, Access opens up and asks for the password.
After it runs, the Access window doesn't go away and the task still
says "running." When I manually close the window- only then does it say
it has been finished.
Is the problem with the password for the linked tables? Or a
combination or problems?
Thanks for your help in advance!
cd \
"C:\Program Files\Microsoft Office\OFFICE\msaccess.exe"
"c:\billingdb\lvg database_be.mdb" /nostartup /x Master
I scheduled the task to run daily.
Problem:
It says "running" and never truly finishes.
*This task/file runs on a server.
*The server runs 247 but I'm logged off (Didn't think that would be the
reason why).
*When I log in, Access isn't started up when I log in.
*Some of the tables are linked (ODBC) and require a password- Still
trying to figure out how to save the password.
*When I manually start it, Access opens up and asks for the password.
After it runs, the Access window doesn't go away and the task still
says "running." When I manually close the window- only then does it say
it has been finished.
Is the problem with the password for the linked tables? Or a
combination or problems?
Thanks for your help in advance!