Jump to content

Recommended Posts

Posted

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.

Posted (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 by c0deWorm

My UDFs: ExitCodes

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...