News
Abstract
If you use the DB2® Content Manager C++ API to call the executeWithCallback() method many times, you might want to turn off the timeout function in DB2 Content Manager.
Content
If you have an application that uses the DB2 Content Manager C++ API to continuously call the DKDatastoreICM.cpp executeWithCallback() method many times while not doing any other database related activities in the main thread, you might want to turn off the timeout function in DB2 Content Manager. Otherwise, you might experience a memory exception problem. On a DB2 database, you can use the following DB2 command to turn this function off:
db2 update ICMSTSYSCONTROL set SYSTIMEOUT=0
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.