cancel
Showing results for 
Search instead for 
Did you mean: 

BW/4HANA Cockpit - process-chain-monitor no longer shows the current runs after login

nachtaktiv
Participant
305

Hello BW-Experts,

the process chain monitoring in the BW4 cockpit no longer shows the current runs after login.
We have to refresh this view manually every time.
I have discovered that the job ODQ_TQ_JOB should actually be running in the background to periodically
start tasks such as RSPC_RECENT_RUN_CACHE.
This job is no longer running in our system (maybe someone deleted it) and I can't schedule it because it is
supposedly started via the "ODP-framework".

How can I fix/schedule this missing job or repair the non-refreshing monitoring ?

Many thanks in advance!

 

View Entire Topic
Savio_Dmello
Active Participant
0 Kudos

The ODQ_TQ_JOB is managed by the ODP (Operational Data Provisioning) framework. It should be scheduled automatically by the system under normal circumstances.

Run ODQMON and go to Settings > ODP Framework Jobs.
See if the ODQ_TQ_JOB is listed there. If it's missing, you can try to reactivate it by going to ODQ Settings.

OR Schedule the job manually in sm36 if the ODP framework fails to do so. use Program: ODQ_TQ_JOB_START

Use transaction SM37 to review the background job logs to confirm whether ODQ_TQ_JOB is being scheduled and running successfully.

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos

ODQ_TQ_JOB has no direct relation to ODP. It is the worker job of the ODQ Task Framework (Daemon CL_ODQ_QUEUED_TASK_DAEMON). The ODP framework uses this framework to trigger various things like the ODQ_CLEANUP and the ODQ_DAEMON jobs. ODQ Task Framework and ODP are not the same.