Windows error 0x800700A4, -2147024732

Detailed Error Information

MAX_THRDS_REACHED[1]

MessageNo more threads can be created in the system.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code164 (0x00a4)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000000a4.

Questions

4votes
1answer

Matlab - Catia connection error

I need to set up live connection between Catia and Matlab so I can send parameters values to my parametric design in Catia and read some other parameters and measures. This is my sollution: First I create: VB NET (*.dll) Public Class CatiaLinkLibrary Dim CATIA As Object Dim rootproduct Sub [...] read more
vb.net
matlab
catia
3votes
1answer

.Net: I got the following exception InteropServices.COMException: "No more threads can be created in the system."

I have .Net application which communicates with some COM object, and I got the following exception in the COM: System.Runtime.InteropServices.COMException (0x800700A4): No more threads can be created in the system. (Exception from HRESULT: 0x800700A4) Does it means that the COM object created too many threads (as far as I know [...] read more
.net
com
2votes
1answer

Why is E_OUTOFMEMORY followed by "no more threads can be created"?

I have effectively this code (it looks insane with all those try-catches but I really need them to illustrate the problem): Exception doStuffException = null; try { someComObject.DoStuff(); } catch( Exception e ) { doStuffException = e; throw; } finally { try { someComObject.Cleanup(); } catch( Exception e ) { [...] read more
.net
com
windows-server-2008-r2
azure-web-roles
0votes
0answers

No more threads can be created in the system

I am seeing a lot of error in the event viewer, Could anyone help me out "Retrieving the COM class factory for component with CLSID {9926D1CF- F158-418F-A9A2-B653B497D982} failed due to the following error: 800700a4 No more threads can be created in the system. (Exception from HRESULT: 0x800700A4)." read more
windows-server-2008

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0