I have a buch of reports which access both Informix SE7 (running on NT)and Informix SE4 (running on UNIX). The reports are fine but I have a problem getting my application to log in using CRPEngine::LogOnServer(). it's ok when I connect to SE7, but SE4 running on UNIX just fails to log in.
When I connect to the NT database, I use pdsifmx.dll which seems to work fine but it fails when I try to connect to the UNIX database. It's worth mentioning that I'm using SCO SQL Retriever to get at the UNIX database, so this may be causing the problem.
The trouble is CRPEngine::LogOnServer only returns TRUE or FALSE, there's no information about why the login fails and I'm sure the information I'm passing to this function is correct (servername, database name, user, password).
Anyone have any ideas?
Thanks in advance
CMR
When I connect to the NT database, I use pdsifmx.dll which seems to work fine but it fails when I try to connect to the UNIX database. It's worth mentioning that I'm using SCO SQL Retriever to get at the UNIX database, so this may be causing the problem.
The trouble is CRPEngine::LogOnServer only returns TRUE or FALSE, there's no information about why the login fails and I'm sure the information I'm passing to this function is correct (servername, database name, user, password).
Anyone have any ideas?
Thanks in advance
CMR