This section describes a problem you may encounter when using DB2 database server on Windows when running InterChange Server (ICS) in a multi-threaded mode.
Problem |
---|
The DB2 database server instance on Windows crashes when running ICS in multi-threaded mode. |
Solution |
---|
Check the DB2 compiler options to ensure that they include the correct multi-threaded option: /MT. The multi-threaded option may have been incorrectly set to /mt for the database compiler. In this case, you may find a message that says that stored procedures have been created in non-fenced mode. Changing this option to /MT can correct this problem. |