I have a problem with a service app which connects to axapta (DAX 4)
through
the business connector
I need to restart my service to resume operations
It does not happen every day but sometimes more than once on one day
Please have a look below for errors thrown
Any ideas?
Thanks/Peter
------------------------------------------------------
I get this message from the connector itself and is caught by my
service application:
"The server terminated the session." when calling the logon method
And the following errors are from Dynamics COM Business Connector 4.0
written to the application log
In the eventlog this error are thrown:
"Microsoft Dynamics Business Connector Session 71.
RPC error: RPC exception 1783 occurred in session 71"
Warnings:
"Microsoft Dynamics Business Connector Session 71.
Exception 0x6f7 occured in thread 0xec4 handling session 71."
Again an error
"Microsoft Dynamics Business Connector Session 71.
RPC error: RPC exception 3758096384 occurred in session 71"'
Warning:
"Attempt to clear pointerMap when it still contains objects"
More exception in thread and warnings and finnaly a stack dump
follows:
"System information dump:
--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
0 .V 04d5552e 04d9eeb7 0423e348 0423e304 DllUnregisterServer
+507764 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
1 .V 04d9eeb7 04d9d072 0423ec94 0423e304 DllUnregisterServer
+809213 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
2 .V 04d9d072 04d9d0db 0423eec8 0423e304 DllUnregisterServer
+801464 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
3 .V 04d9d0db 04f0262b 0423eef4 0423e304 DllUnregisterServer
+801569 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
4 .V 04f0262b 04d58ad6 0423f3ac 0423e304 DllUnregisterServer
+2265201
bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
5 .V 04d58ad6 04d58bac 0423f3c8 0423e304 DllUnregisterServer
+521500 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
6 .V 04d58bac 04d58d26 0423f414 0423e304 DllUnregisterServer
+521714 bytes
Decl: DllUnregisterServer
Mod: AxCom[AxCom.dll], base: 04bf0000h
----------------------
etc ....