IBM Informix Non-Spatial (JDBC) Writer Parameters

About Database Connections

Database formats include a Database Connection parameter that defines and stores authentication information. For general information about sharing database connections, please see Using Database Connections. Using Database Connections.

Note that Database Connection parameters differ slightly, depending on context and/or database format.

Connection

From the Connection parameter in a database format, you can do one of the following:

    Select an existing, previously defined connection. See the section Reusing a Database Connection in Using Database Connections

    Select Add Database Connection to define a new connection. See database-specific parameters below, as well as the section Adding a Database Connection in a Workspace in Using Database Connections The new connection can be made visible only to the current user, or can be shared among multiple users.

Database Connection

Select an existing IBM Informix database connection, or Add Database Connection...

Add IBM Informix Database Connection

To define a new connection from the Connection parameter in an IBM Informix format, see the topic IBM Informix Non-Spatial (JDBC): Add Database Connection

Advanced

Max. Reconnect Attempts

This parameter defines how many times in succession will FME attempt to recover from a dropped connection.

  • 0 (default) – If a connection is dropped, the writer will fail the translation.
  • 1 or more – If a connection is dropped, the writer will make n attempts to reconnect. The writer will also keep a cache of features that have not yet been committed. After recovering from a dropped connection, the writer will continue writing from its cache, so that no features are dropped along with the connection. Due to the extra step in writing to the cache, overall writing speeds may be slower in this mode.

The counter for reconnection attempts is reset when a connection is successfully recovered.