The Time Slicing job in Clarity is not completing, it is stuck in the Processing status / taking too long to process. Timeslices are not updated.
The Time Slicing job is in the indefinite status of "Processing".
The Administration > Data Administration > Time Slices page > "Last Run" column is not being updated for all time slice ids.
One or more of the following could introduce the issue:
Use the below query to check if the job is progressing. This applies to On Premise customers.
SaaS customers: Contact Broadcom Support if assistance is needed to confirm if the time slicing job is stuckselect '(1)assignment PRASSIGNMENT' slice_object, count(*), slice_status from
PRASSIGNMENT where slice_status in (1,2,3,4) group by SLICE_STATUS
union
select '(2)availability PRJ_RESOURCES' slice_object,count(*), slice_status from
PRJ_RESOURCES where slice_status in (1,2,3,4) group by SLICE_STATUS
union
select '(3)allocation PRTEAM' slice_object, count(*), slice_status from
PRTEAM where slice_status in (1,2,3,4) group by SLICE_STATUS
union
select '(4)timeentries PRTIMEENTRY' slice_object, count(*), slice_status from
PRTIMEENTRY WHERE SLICE_STATUS IN (1,2,3,4) group by SLICE_STATUS
It should be processing at a steady pace depending on the object being sliced. If there is no movement, perform the next set of steps.
Dedicate all system resources to allow the Time Slicing job to process and complete
Check the bg-ca.logs for any related errors that can help point to the root cause
Review the below KBs for tips that can help in future avoidance of issues with the time slicing job.
If the Time Slicing job is stuck in Waiting or Scheduled status, a restart of the BG service can help.
If a restart of BG services, does not help, proceed to engage the database team to work with the Support team to troubleshoot the issue further.