Login | |
|
 |
RE: Problem based on Script - 2/21/2007 2:11:05 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1157
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
I see nothing that would change credentials. However, is it possible that the script just went into an infinite loop via your DO...LOOP?
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Problem based on Script - 2/21/2007 2:37:05 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1157
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
Personally, I think that it has less to do with that script, per se, and more to do with the possibility of a flaky WMI on that server. Or, and this has beenknown to happen, something else messed things up at about the same time as that script ran.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Problem based on Script - 2/21/2007 3:34:57 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1157
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
The fact remains, you do not reference anything IN your script that could change any of the credentials on your machine.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Problem based on Script - 2/21/2007 9:41:55 AM
|
|
 |
|
| |
Parabellum
Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
|
what he's saying is there's nothing to do with the wmi credentials in the original code that would cause this error. the link you posted is relating to scripts not having access or correct credentials to connect toremote machines, nothing to do with machines not communicating after running the script. Im inclined to agree with dm_4ever and DiGiTAL.SkReAM it's more likely to be your loop crashing something or problem with the WMI on server. you could check the processor and memory usage when you run the script, and see if anything peaks...(for wscript.exe) also take dm's advice and put a sleep command in the loop so that it runs every 5 sec... (or more!!)
|
|
| |
|
|
|
 |
RE: Problem based on Script - 2/22/2007 4:11:08 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1157
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
Well, at least you KNOW for a fact that it had nothing to do with the script that you ran.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
|
|