scheduled task log file does not update
Good Day!
I have a script that is scheduled to run every minute of every day on a dbserver, which runs windows server 2003
the it personal here at the clients company told me that they changed the configuration of the dbserver from a workstation to a domain controller
I noticed 2 things
1) Our script that exports certain data into text file does not seem to work any more, check with internal log that we made in the db. I had to create a new scheduled task for the script.
2) the log file of the scheduled task does not seem to update anymore hence i can not check if any errors occurred
Any help would be gladly appreciated.
Thanks
July 21st, 2010 8:52am
Check for permissions; you could be an administrator on the previous member server but may not be such on the DC. Likewise, check for the account used to run the script (assuming it is not your account) and verify if this account has the requisite rights
on the DC.
Regards,
Salvador Manaois III
C|EH MCSE MCSA MCTS MCITP(x4)
----------------------------------------------------------------------------
Bytes & Badz:
http://badzmanaois.blogspot.com
My Passion:
http://www.flickr.com/photos/badzmanaois
My Scripting Blog: http://sgwindowsgroup.org/blogs/badz
Free Windows Admin Tool Kit Click here and download it now
July 21st, 2010 10:15am


