cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1628
Views
0
Helpful
1
Replies

Job group not loaded in Tidal

Viji
Level 1
Level 1

We have a job group with calendar daily not loaded one particular day last week,completed successfullyon previous days and after that;all other job groups were loaded except this one group I couldnt find any logs about someone removing that job group;Where can I find the information or logs to find why this job was not loaded ... Thanks

 

 

1 Reply 1

Derrick Au
Level 4
Level 4

Hi Viji,

 

From the webUI select Logs and filter on either the Current Day or Date Range

and Message Text should include the following (not case sensitive): your request to remove job

 

The same result can be found via SQL query:

select * from msglog where msglog_crtdt >= '1/2/2019 13:00' and msglog_crtdt < '1/2/2019 13:16'

and msglog_text like '%your request to remove job%'

order by msglog_crtdt

 

Best Regards,

Derrick