Nagalakshmi S 12.Mar.04 02:53 AM a Web browser Lotus ConnectorsLotus Connectors - All ReleasesSolaris/SPARC
Hi Folks,
(1) We are trying to connect to Oracle from a Domino on Solaris.
(2)Generally the noracle8.lcx comes with Domino Designer and the following agent is able to connect to Oracle from a Windows NT machine which has the above mentioned file in the Lotus\Notes folder.
(3)<<Dim ses As New NotesSession
Set src = New LCConnection ("oracle8"). >>
(4) Inspite of placing the noracle8.lcx file in the domino directory on Solaris, the above code registers an error "Error creating product object" in the log file.
(5)We feel that there are some other files that Lotus expects from the domino to connect to Oracle using Lotus Connectors.
(6)From the forum we have found a few files are needed to establish the connection:
liblcapi.a
liblchtapi.a
liblsxlc.a
oracle8.lcx
(7) How does/from where do we get these files?
(8) Why does these files always comes with a designer client? Any logic behind?
(9)Will the above code work if these files are placed on the Domino directory or is it that the Lotus Connectors would never work on Solaris?