+jetfix

You may pass the +jetfix option to your database agents. This option facilitates translation of certain datatypes by the Microsoft Jet Engine. If you utilize MS applications, and you notice that money and other datatypes are mishandled, test with +jetfix. To proceed, take the following action:

1. Open your OpenLink Session Rules Book with a text editor.

2. Locate the [generic_xxx] section which corresponds to the database agent, which you use. For example:

[generic_inf73]
Description = Default settings for Informix 7.3 agent
Program    = inf73_mv
Environment = INFORMIX73
ReUse    = always
;CommandLine=


3. Remove the semicolon from CommandLine.

4. Pass +jetfix to the CommandLine. For example:

CommandLine= +jetfix


5. Restart your Request Broker and test.

Be advised. +jetfix is not supported by all database agents. Contact OpenLink Product Support for a list of agents which employ this option.

See Also: -j, Jet Engine Catalogs