Hi Guys,
Since we migrated our old Natural and EntireX Broker to another machine running Natural 9.2.1 and Entirex Broker 10.9.0.0 we started to observe an strange behavior when we call an subroutine from a DCOM Wrapper EOL object.
The scenario is:
ASP Classic Web Application
|
DCOM Wrapper (EntireX Object Library)
LOGON User: DET99998
|
EntireX Broker
|
natural batchmode
|
XYZ Subroutine
*USER: DET16009 (Different from logon user: DET99998)
Bellow I’ve attached an log snippet from a conversation were before the “REPLY” it has another line with a different user from LOGON.
******** *USER: RPCLINUX *LIBRARY-ID: DETRAN
B * Return from listen at 2023-09-04 09:17:13
FUNCTION: L RC: 0 SERVER: PRPORTAL
00000000 Successful response
CID : 0000000000391914 CUID: **DET99998**
REC-LEN : 5150 BUFF-LEN: 30720
M * Logon execute to library DETRAN for user **DET99998**
M * Logon executed to library DETRAN for user **DET99998**
M * Convert to intern
M * Execute callnat... S65IT008 at 09:17:13
M * Back from execute callnat S65IT008 at 09:17:13
M * Convert to extern
^LM * Ready for reply to S65IT008 at 09:17:13
******** *USER: **DET16009** *LIBRARY-ID: DETRAN
B * Reply sent for S65IT008 at 09:17:13
FUNCTION: R RC: 0 SERVER: PRPORTAL
00000000 Successful response
CID : 0000000000391914 CUID: DET99998
SEND-LEN: 5150
We’ve exhausted different ways to analyse what is happening.
Anyone can help us on finding what is causing this issue?
Thanks in advance.