I'm trying to troubleshoot a vbs script that runs fine on some Win2000
servers but not others. If I manually run the script it runs fine, but if I
let a tool called Big Brother run it, it doesn't return any data. The Big
Brother tool should be running it using the system account. It previously
returned data until I put a MonthName() requirement in.
All servers are Win2000 SP4 and patched up to Aug patches. I've looked at
wmimgmt.msc and tried to compare settings. I think I see some security
differences there but don't know if I'm even touching this. In comparing a
system that works to one that doesn't they are both using wsh 5.6. They may
be at different mdac levels if that matters.
The script reads a registry setting, separates out the date and compares it
to todays date. It then sends updates based on the results to the Big
Brother tool.
I'm looking for some help in troubleshooting why it will run under my
account and not the system and why it runs fine on 5 out of 8 systems.