Vikas K Sinha 9.Nov.08 11:57 PM a Web browser Oracle Applications ConnectorOracle Applications Connector - All ReleasesLinux
Hi All,
Articeture of the System
Oracle Server 10g installed on Linux- RedHat - (Machine No 1)
Oracle Client and Domino Server8 on Linux - (Machine No2)
------------------------
Now I wrote an agent which get activated from web browser which connect with oracle server to get data from it.
my code throw error at
dim con as new LCConnection("Oracle")
ERROR: Communication with CSM failed in IPCClient
Have anybody idea about this please help.
One more thing if i try to get the list of connector with method
lcsession.ListConnectors(LCLIST_FIRST,listofconn)
it return me
notes,db2,oledb
but not returning "oracle".
Is that returning error due to this reason.
if yes please help me how to load oracle connector on desire machine.