COM Interop on E811 SP1

davidlek

Member
Hi,

Have anyone tried COM interop on E811 SP1. I am facing some problems trying to configure and run the sanple VB.net problem.

I haved debugged the sample program and have looked into the log files and this is what appears to in the log file:

Wed Jun 07 11:45:50 2006 1012 [JDECORE] Entering getSocketManager
Wed Jun 07 11:45:50 2006 1012 [JDECORE] Reading Ini: Section : DEBUG Entry: log
Wed Jun 07 11:45:50 2006 1012 [JDECORE] Reading Ini: Section : DEBUG Entry: netTraceLevel
Wed Jun 07 11:45:50 2006 1012 [JDECORE] Reading Ini: Section : JDENET Entry: maxPoolSize
Wed Jun 07 11:45:50 2006 1012 [JDECORE] Leaving getSocketManager
Wed Jun 07 11:45:51 2006 1012 [JDECORE] JDENet has failed to checkout a socket
Wed Jun 07 11:45:51 2006 1012 [JDECORE] Entering ~RemoteEnv
Wed Jun 07 11:45:51 2006 1012 [JDECORE] Leaving ~RemoteEnv
Wed Jun 07 11:45:51 2006 1012 [JDECORE] Entering ~RemoteEnv
Wed Jun 07 11:45:51 2006 1012 [JDECORE] Leaving ~RemoteEnv
Wed Jun 07 11:45:51 2006 1012 [JDECORE] CALLOBJECT ERROR: Failed to contact enterprise server.
Failed to execute GetEffectiveAddress business function. See log files fo details.

Apparently, the problem seem to lay on JDENET and socket creation. Have anyone encountered the same issues? Pls help?
 
COM interop is deprecated. You should look into XML if at all possible. Performance will be much improved based on my experience.
 
Back
Top