Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2638

Re: Large Number of failed Jobs in BO CMC

$
0
0

Search for the Recurring schedules from the Instance Manager to see which schedules are triggering these failures (you have to go to each schedule manually and check the history).

 

Also try to query the CMS DB directly  to see the failure count in the DB:

 

Select count(ObjectID) from CMS_Infoobjects7 where ScheduleStatus=3;

 

Above query will give you the exact count present in the DB.

 

Also run the following query in Query builder (http://<appservername>:<port>/AdminTools):

 

Select TOP 100 * from CI_INFOOBJECTS where SI_SCHEDULE_STATUS=3;

 

In the output list search for the SI_NAME, SI_PARENTID to see if it is same.

 

Thanks,

Mayur


Viewing all articles
Browse latest Browse all 2638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>