Does FME support version 7.3 of Informix? If not, can I write some python code to bring the data in through a script? What versions of it does it support from?
Cheers
Does FME support version 7.3 of Informix? If not, can I write some python code to bring the data in through a script? What versions of it does it support from?
Cheers
Best answer by paulhallett
@NatalieAtSafe - OK, we've got in to the Informix 7.3 by using the ODBC reader. It allows us in after installing the correct (32bit) IBM drivers on the server/client machine. One issue that you do have to contend with is setting the DB_LOCALE and CLIENT_LOCALE settings to align with your data. It had defaulted at first to US and I started getting an Architecture mismatch error (Database Error Message: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application) which was resolved by editing the DSN information and running it again.
Seems to be running ok, although we're testing it as we think using ODBC is a bit of a risk, albeit necessary one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.