I am very new to Informix and Gernero and I am trying to connect to my an Informix database server that I set up on my Virtual Box Linux environment. I am using Genero Studio to on my macos system to try and connect but can never seem to make a successful connection. I have searched all over but can't find any solid reasoning as to why I can't connect. If anyone has any experience with making a connection from Genero to an external Informix database, would you please be so kind as to giving some quick instructions as to how you managed to get a successful connection.
I already set up the following:
Sqlhosts file
Informix Server- INFORMIXSERVERNAME
Informix Dir - INFORMIXDIR
This is the error I get when trying to connect:
Connection to database failed:
SQL: CONNECT TO "acp@ol_informix1410_1+driver='dbmifx'" AS "fgldbsch" USER "staggers" USING "***"
| 4gl source : fgldbslib.4gl line=887
| loading driver : [/Applications/Genero Studio 3.20.07-167010.app/fgl/dbdrivers/dbmifx]
| Dynamic linker error: [dlopen(/Applications/Genero Studio 3.20.07-167010.app/fgl/dbdrivers/dbmifx.dylib, 1): Library not loaded: @rpath/isqls09b.dylib
Referenced from: /Applications/Genero Studio 3.20.07-167010.app/fgl/dbdrivers/dbmifx_9.dylib
Reason: image not found]...
Connection to database 'acp@ol_informix1410_1' failed.
-6366: Could not load database driver dbmifx. Set FGLSQLDEBUG to get more details.
Any help would be greatly appreciated. Thanks!!