Hi,
Pls explain me what is the Difference between schedule and view on demand?
i read some docs but i am not clear…pls help me.
Thanks,
Rami
ramireddy.g (BOB member since 2005-03-24)
Hi,
Pls explain me what is the Difference between schedule and view on demand?
i read some docs but i am not clear…pls help me.
Thanks,
Rami
ramireddy.g (BOB member since 2005-03-24)
schedule allows you to view and schedule document
view o ndemand to view and schedule document PLUS refresh the document’s data
Hi Sebastien,
When we try to schedule a report and if we give ‘Run Now’, the report will access database to get the data. Is this not refresh?
Considering this case, please let us know the exact difference between schedule and view on demand.
Thanks,
Solomon
putlasolomon (BOB member since 2009-10-28)
If a user has granted a “View on Demand” rights on an report, then you will see the report title is changed to a hyperlink in Infoview. Clicking on the report name (or report title) is “View on Demand”. This runs the report instantaneously and you don’t care whether the report is saved as an instance or not. New pages are generated for viewing only, each click will hit the database at that particular time, remember it does not generate a historical instance in Infoview.
BO Enterprise has different server stacks and every server (or service) has a powerful feature attached to it… View on Demand servers are provided to quickly respond to user ad hoc requests and the pages created won’t be cached or saved.
In an environment very few users will be given View on Demand rights. All others will have Scheduled rights… to direct traffic to different services.
Scheduled Traffic:
Scheduled reports are processed by these services (mostly used over night ) :
Scheduled - Crystal Report - Crystal Reports Job Server
Scheduled - WebI Report - Web Intelligence Job Server
Scheduled - DeskI Report - DeskI Job Server
View on Demand Traffic:
View on Demand reports are processed by these servers (mostly used during the day and disabled during the night):
View on Demand - Crystal Report - Crystal Reports Page Server
View on Demand - WebI Report - Web Intelligence Report Server
View on Demand - DeskI Report - Desktop Intelligence Report Server
Depending on the report viewer Report Application Server also comes into picture some times.
Hope that helps.
BO_Chief (BOB member since 2004-06-06)