cancel
Showing results for 
Search instead for 
Did you mean: 

Error Agent Instance SAP PCo - COM exception [HRESULT = 0x8000401a].

sartojr
Explorer
0 Kudos
847

Hi,

Instance agents started ok, but after a few minutes they stop with the following error:

COM exception [HRESULT = 0x8000401a].Creating an instance of the COM component with CLSID {A05BB6D5-2F8A-11D1-9BB0-080009D01446} from the IClassFactory failed due to the following error: 8000401a The server process could not be started because the configured identity is incorrect. Check the username and password. (Exception from HRESULT: 0x8000401A).

Microsoft Windows Server 2019 Standard / .NET 4.7 / PCo - 15.5.3.0

I'am using PCo in the same server the RSLinx OPC Server.

Created source system with localhost opc server, browsing mode "relative path" and aliases with tags mapping.

Created agent instance to read tag values with type MII Query Server, aliases created and storage method "in memory only".

If need more details, please share me. Any solution for this?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

eli_dealmeida
Explorer

Hi Sarto,

Try to use this troubleshooting regards credentials:

https://imanami.microsoftcrmportals.com/knowledgebase/article/KA-01090/en-us

BR,

Eli Soares De Almeida

sartojr
Explorer
0 Kudos

Hi Eli!
I checked the PCo log for more details and saw that there is an error earlier than the one I mentioned above.The following is:


COM exception [HRESULT = 0x80080005].

Creating an instance of the COM component with CLSID {A05BB6D5-2F8A-11D1-9BB0-080009D01446} from the IClassFactory failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).

COMException: Creating an instance of the COM component with CLSID {A05BB6D5-2F8A-11D1-9BB0-080009D01446} from the IClassFactory failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).

at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)

at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)

at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)

at System.Activator.CreateInstance(Type type, Boolean nonPublic)

at System.Activator.CreateInstance(Type type)

at SAP.Manufacturing.Connectivity.OPC.Common.OpcServer.Connect(Guid opcServerClassId, String host)

at SAP.Manufacturing.Connectivity.Agents.Opc.Da.Wrappers.DaServerWrapper..ctor(OpcServerInfo serverInfo, DaSettings settings, BrowseModeEnum browseMode, ShutdownRequestEventHandler handler)

at SAP.Manufacturing.Connectivity.Agents.Opc.Da.OpcDaAgent.Connect()

at SAP.Manufacturing.Connectivity.Agents.Opc.Da.OpcDaAgent.EstablishConnection()