home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT09468 Status: Closed

ATS CAN MISS SOME TASKS IF TASK IS NOT COMMITTED BEFORE SCHEDULER WAKES UP

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
The administrative task scheduler (ATS) can miss some tasks in 
the rare condition where the last schedule time occurred between 
the job was submitted (update_time) and the time it was 
committed. 
 
For Example: 
 
  - User calls DBMS_JOB.SUBMIT(task)  UPDATE_TIME is set in the 
TASKLIST table. 
  - Scheduler scans TASKLIST but ONLY for committed rows, so the 
task is not selected. 
  - User commits the call to DBMS_JOB.SUBMIT(task). 
 
The reason is that on the next run of the scheduler only tasks 
with UPDATE_TIME > LAST_SCHEDULE_TIME will be selected and in 
this case the specific 'task' will NEVER be selected unless the 
DB2 engine is recycled/restarted.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.5, Fix pack 7                      * 
****************************************************************
Local Fix:
The DBMS_JOB.RUN(task) command can be used to execute a task 
that was missed.  This also needs to be committed as well before 
the scheduler wakes up.
Solution
First fixed in DB2 Version 10.5, Fix pack 7
Workaround
see Local Fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
15.06.2015
29.01.2016
29.01.2016
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.7 FixList