455 pts.
 What are the possible situations where DB2 server FORCES to close the applications connected to it?
Possibile situations where DB server forces to close the applications connected to it? Some of the situations can be : DB2 restart, DB2 stop, DB2 suspend. What else situations in DB2 server forces to close the applications connected to it? Your help is greatly appreciated !

Software/Hardware used:
ASKED: December 8, 2008  11:00 AM
UPDATED: June 29, 2011  3:53 PM

Answer Wiki:
If your refering to the IBM System i or AS400 server, closing Qbatch or the jobq that the application is running in will stop the application.
Last Wiki Answer Submitted:  December 23, 2008  5:58 pm  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

DB2 UDB for z/OS has a timeout – if your application (thread) is inactive for the specified time it will be terminated.

If I terminate the DB2/CICS connection, the CICS applications will be terminated. Same applies to DB2/IMS.

I can always cancel a given thread. That would certainly terminate the application.

 5,205 pts.