On Thu, 17 Dec 2009 23:16:45 +0530, stuber
<> wrote:
>
>I have vbs program that opens an excel spreadsheet and fills in fields
>for servers on the network. This is run 2 times a day and noone is
>logged in.
>
>I have been using this for 2 years on an XP machine. When I try to
>schedule it on a server 2008 it will run but only if I am logged in. I
>do have the box marked to run logged in or not.
>
>Any thoughts
Make surethe task is set to run under a domain account with
permissions to perform the tasks therein. LocalSystem won't cut it.
Oh, and make sure it doesn't refer to mapped drives - use UNC paths.
|