Right now, I can see scheduled jobs that are running by looking directly at the CMS with an SQL query, but I am not sure how the ondemand is denoted in the CMS if at all. That is my question. How do I see the ondemand. I am looking for the Webi's that refresh on open.
This will give me the object id and owner which is sufficient since we are already unraveling the CMS blobs into sql tables using MetaMiner from Infolytks.
Select
*
from boecms.cms_infoobjects6
where schedulestatus = 0
Any ideas on how to identify the ondemand?
Thank you.
This will give me the object id and owner which is sufficient since we are already unraveling the CMS blobs into sql tables using MetaMiner from Infolytks.
Select
*
from boecms.cms_infoobjects6
where schedulestatus = 0
Any ideas on how to identify the ondemand?
Thank you.