Joon Posted March 30, 2006 Posted March 30, 2006 I'm getting two 80020009 Win32 error(below) on one PC. The script works find on other PCs. We intercepted a COM Error ! Number is: 80020009 Linenbr is: 47 Description is: The stub received bad data. Windescription is: The stub received bad data. We intercepted a COM Error ! Number is: 80020009 Linenbr is: 47 Description is: Not enough storage is available to complete this operation. Windescription is: Not enough storage is available to complete this operation.
Gigglestick Posted March 30, 2006 Posted March 30, 2006 (edited) My guess would be either the disk is full, whatever COM you're using thinks it's full, or access is denied while trying to do whatever you're trying to do, causing it to think it's full.You should search the MSKB.What COM object you trying to use? Edited March 30, 2006 by c0deWorm My UDFs: ExitCodes
Joon Posted March 30, 2006 Author Posted March 30, 2006 My guess would be either the disk is full, whatever COM you're using thinks it's full, or access is denied while trying to do whatever you're trying to do, causing it to think it's full. You should search the MSKB. What COM object you trying to use? Line 47: $objWMIService = $objWbemLocator.ConnectServer ($server, "root\cimv2", $username, $password)
Bert Posted March 31, 2006 Posted March 31, 2006 several questions:Are all the PC's the same model?If 1 is yes, have you tried taking the HDD out of the PC in question and putting it in a known good PC to see if it is a hardware issue? I know the HDD is the same, but it would help narrow it down a bit. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now