Hello!
I am trying to write from an Oracle database to an Informix (Version 12.10.FC10AEE) database. I was using an AIX server last week and I was able to write the database. My it group spun down that server and we are now using a linux server. I am able to connect but I am having trouble writing anything.
If I am using the built in writer (non-spatial) I get the following error: "
Error connecting to database
Database Generated Error Information:
Database Error Message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Database SQL Statement Text:
SQL State: IM002
Variable Information:
IBM Informix Non-Spatial Writer: Failed to connect to database"
If I am using JDBC (non-spatial) I get this error: "
JDBC Writer: Failed to create table 'GIS.B$PRI_COND_UG_N'. Error: Only a DBA can create, drop, grant, or revoke for another user.
JDBC Writer: Table 'GIS.B$PRI_COND_UG_N' does not exist
COM.safe.fme.TableDoesntExistException
at COM.safe.fme.JdbcWriter.checkTable(JdbcWriter.java:1767)
COM.safe.fme.TableDoesntExistException
at COM.safe.fme.JdbcWriter.prepareForWriting(JdbcWriter.java:490)
at COM.safe.fme.JdbcWriter.write(JdbcWriter.java:280) "
I eventually want to automate this process for about 700 tables (schema and data) on server but I want to first do a few spatial and non-spatial tables to test it out on desktop.
Has anyone had any similar trouble? I am not seeing anything about having different drivers from AIX to Linux, so I am not sure what else I need to configure...
Thank you!!