Problems execution a script on task scheduler...

  • Thread starter Thread starter Agustin
  • Start date Start date
A

Agustin

Hi guys,

I am trying to run a vbsscript with a non admin account with Task Scheduler.
Each time the scripts runs, I get a "error 0x8000ffff: "Catastrophic
failure"" when trying to connect to a DB with an ADODB.Connection. I even
get this error when I run the script with runas /user:account "script".

Still, if I login as the user, everything works....

Is this a permission problem? Maybe a policy problem?

Cheers!

A.
 
Depends on what the script is trying to do.
Anything that requires administrative privileges?
Break down the vbscript and run it one section at a time
to determine which command is failing.


Austin M. Horst
 
It breaks when I call a ADBO connection.... strange.. really strange.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top