We have installed Lotus 6 on Linux Suse 7.3 and we tried to connect with database informix on other server through jdbc. Our problem is when executed java agent in Lotus Notes. When we executed de java program from server(Linux) we don´t have problem and obtained the connection with informix.
The log.nsf says:
Agent error: java.sql.SQLException: com.informix.asf.IfxASFException: Intento fallido de conectarse al servidor de base de datos (ol_platino).
Agent error: at com.informix.jdbc.IfxSqliConnect.(IfxSqliConnect.java:572)
Agent error: at java.lang.reflect.Constructor.newInstance(Native Method)
Agent error: at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:195)
Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:543)
Agent error: at java.sql.DriverManager.getConnection(DriverManager.java:194)
Agent error: at JavaAgent.NotesMain(JavaAgent.java:50)
Agent error: at lotus.domino.AgentBase.runNotes(Unknown Source)
Agent error: at lotus.domino.NotesThread.run(NotesThread.java:208)
Somebody konows why i have this problem? Thanks for your help.