Schedule definition request form URL and scripts
This table shows how to write a link to the Schedule Definition Request form. See the script values and options table for information about writing a valid link.
Description | For use with | Format and example |
---|---|---|
Shows the current list of Scheduled Reports on a URL for a user
or all users (if you are a Reporting Services
administrator). Shows the Schedule Definition Request form on a URL. The Schedule Definition Request form enables the user to specify information regarding when and how the report will run. Reporting Services launches this URL when the user clicks My Reports Schedule menu option. |
URL | http://<servername:port>/ers/ersJobs.jsp?CMD=SCHEDULE&Stylesheet=ScheduleUI.xsl&name=<schedule
name>&URL=<executing url> |
Example
http://vmbluebird.lawson.com:9080/ers/ersJob.jsp?CMD=SCHEDULE&Stylesheet=ScheduleUI.xsl&name=Inventory%20List&user=lawson&=-EFSSESSIONKEY=1O-gV31HWYVNMaqFDvS_=R&url=http%3A//vmbluebird.lawson.com%3A9080/ers/ersCrystalRequest.jsp
%3FDocID%3D3%26Destination%3DDisk%26OUTPUTTYPE%3Drpt%26Refresh
%3Dtrue%26SelFormula%3D%26Service%3DScheduler%26user%3Dlawson
%26DBUSER%3D%26DBPASSWORD%3D
Script values and options
This table shows how to write a valid Schedule Definition Request form link:
Script | Description | Required | Value |
---|---|---|---|
CMD | This script is the request to run what follows it. | Yes | SCHEDULE Requests a schedule form. |
EFSSESSIONKEY | This script is a valid session key for a given URL. It identifies the user accessing the URL. | Yes | Supplied if running inside of Framework Services by Login prompt. This value is not required if you are using Reporting Services with Framework Services FSREMOTE. |
NAME | This script identifies the name of the job report. | Yes | This value must be a text name that is less than 80 characters. |
Stylesheet | This script identifies the stylesheet name or an XSL that you want to use to transform the XML request result. | No | The default is SchedulesUI.xsl. The default shows the Standard Scheduled Request form. |
URL | This script is the URL that Reporting Services runs when the report's schedule time is triggered. | Yes |
ishtpp://<servername>/ers/ersDocRequest.jsp<parameters>
This URL should be encoded so that the complete URL can be properly referenced when running this schedule. |