Windows error 0x80131029, -2146234327

Detailed Error Information

HOST_E_EXITPROCESS_TIMEOUT[1]

Message"Process exited due to Timeout escalation."
Comment ExitProcess due to Timeout escalation

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4137 (0x1029)

Questions

1vote
1answer

Getting exit code 0x80131029, when running powershell through vmware API

I am getting exit code as 0x80131029 when running powershell through VMware API. enter image description here [https://i.stack.imgur.com/vlxbY.png] Is there anyway I can find out the reason for this exit code through windows log or any other method? Following cmdlets are being used: Get-WMIObject Get-ItemProperty Get-CimInstance read more
powershell
remote-access
vsphere
vmware-tools

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0