Home

 

Ensuring Informix databases are created correctly

 

Every Informix database that is to be coordinated by a WebSphere MQ queue manager must be created specifying the log parameter. For example:

create database mydbname with log;
WebSphere MQ queue managers are unable to coordinate Informix databases that do not have the log parameter specified on creation. If a queue manager attempts to coordinate an Informix database that does not have the log parameter specified on creation, the xa_open call to Informix will fail, and a number of FFST™ errors will be generated.

 

Parent topic:

Informix configuration


fa13680_


 

Home