Jump to content

What Is 80020009 Win32 Error?


Joon
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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)
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...