URL Properties for Running, Scheduling, and Viewing Reports via URL
This topic describes the basic URL properties you should consider when running and scheduling reports, viewing report results, and adding and deleting users/roles/groups.
You need to specify the properties for each report format when you run or schedule reports via URL. For more information, see the Logi Report Javadoc.
This topic contains the following sections:
- General URL Properties for Running and Scheduling Reports
- URL Properties for Scheduling Reports
- URL Properties for Viewing Report Results
- URL Properties for Adding and Deleting Users/Roles/Groups
General URL Properties for Running and Scheduling Reports
Property | Description |
---|---|
jrs.path | Specify a path or a resource name with full path.
Example: /SampleReports, or /SampleReports/Payroll Report.cls |
jrs.catalog | Specify the catalog name with full path.
Example: /SampleReports/SampleReports.cat, or %2fSampleReports%2fSampleReports.cat |
jrs.report | Specify the report name with full path.
Example: /SampleReports/Employee Information List.cls, or %2fSampleReports%2fEmployee Information List.cls |
When specifying the full path of a resource in the preceding three properties:
|
|
jrs.result_type | Specify the format in which you want to run a report.
Possible values:
|
jrs.param$+PARAMETER_NAME | Specify the parameter values for running a report.
Use jrs.param$NAME=VALUE to set parameter values of the report, where NAME is the parameter name and VALUE is the URL-encoded parameter value. For example, When specifying values for a multi-valued parameter, you need to add |
jrs.param_values | Specify the parameter values for running a report. This is the escaped string of the parameter values of the report. Format: PARAMETER_NAME=VALUE,PARAMETER_NAME=VALUE,... Examples:
|
jrs.param_page | Specify whether to show the parameter dialog box for specifying parameter values that you did not provide by jrs.param$ in the URL. Such parameter dialog boxes include the one Server displays during report running and those brought by actions that lead to the change of parameters after the report renders in Page Report Studio, for example, the actions such as inserting a formula with a new parameter and running a master/detail report. However, this property does not affect the dialog box displayed via Menu > Report > Change Parameters, because the dialog box is to display all the parameters of the report.
The default value of the property is true. When you provide the value of a middle level cascading parameter (including old style cascading parameter) in the URL, the parameter dialog box only shows the lower-level parameters. When you set the property value to false, Server will not display the parameter dialog box during the whole report running. Server uses the parameter values you provided and the default values of the other parameters to run the report. |
jrs.rpt_language | Specify the language in which you want to generate the report. The value should be consistent with the language and country code part of the language property file name. For example, if the language property file name is ReportName_de_DE.properties, you should set this property as jrs.rpt_language=de_DE. You can also use jrs.rpt_language=de&jrs.rpt_country=DE to achieve the same goal. If you only want to use jrs.rpt_language=de, you will have to rename the language property file to ReportName_de.properties.
Examples:
|
jrs.rpt_encoding | Specify the encoding in which you want to generate the output. |
jrs.has_style | Specify whether to enable the style group that you have set for the report. |
jrs.style_group | Specify the style group which could be StyleName<CSS> or StyleName.css. StyleName<CSS> is a CSS Style Sheet whose name is StyleName in the Logi Report resources system. It might come from a .css file on drive or be created from the CSS editor. StyleName.css is a *.css file on drive which may not follow the CSS style rule and therefore not work. You should use jrs.style_group=StyleName<CSS> in case StyleName.css fails, though both can work most of the time. |
jrs.db_user |
Specify the new database user ID if you do not want to use the default DB user ID in the catalog. |
jrs.db_pswd | Specify the new database password if you do not want to use the default DB password in the catalog. |
jrs.jdbc_url | Specify the new JDBC URL in the catalog to run a report. |
jrs.jdbc_driver | Specify the new JDBC driver in the catalog to run a report. |
jrs.wp | Specify the WHERE portion. For example, a report has the field Customer Region, and you want to restrict the field to CA in the URL. You can then set a new WHERE portion like "...jrs.result_type=1&jrs.wp=Customers.Region='CA'...". |
jrs.named_wp | Specify the named WHERE portion that exists in the catalog. |
jrs.jdbc_connection_object | Specify a java.sql.Connection object to run a report dynamically. You can use this parameter in the three methods of jet.server.api.RptServer: runReport(), runReportNotWaitResult(), and submitScheduledTask(). Example: Running a report with your JDBC connection object using the Logi Report Server API.
|
jrs.security_file_name | Specify a security file. The security definitions in the security file will replace that in the specified catalog. |
jrs.applet_type | Specify the Java runtime environment to run applets.
Possible values:
|
jrs.web_browser | Specify the web browser for which the HTML result adapts.
Possible values:
|
jrs.timeout_send_email | Specify whether to notify someone of the task status via email if the task has not finished running when the task duration is up. Possible values: true/false. The task duration uses the time specified by jrs.report_timeout in the URL. If there is not jrs.report_timeout, Server uses the time specified by the web.timeouts.report_wait property in the server.properties file in <install_root>\bin . |
jrs.report_timeout | Specify a time duration in seconds for a scheduled report running task. |
jrs.mailto | Specify the address you want to send the email to. |
jrs.mailsubject | Specify the subject of the email. |
jrs.mailcomments | Specify the comments to the email contents. |
jrs.mailfrom | Specify the email address of the sender. |
jrs.timeout_sendmail_message | Specify the content of the email. |
CustomOffset |
Add the property CustomOffset=true in the URL if you want the date and time values in your report to use the time zone that you have set on the values in the XML data source, instead of using the time zone of your server runtime environment. In the case you do not add the property in the URL, which means that CustomOffset=false, if you do not provide a specific time zone in the URL or session, the server runtime time zone is the time zone setting you defined on the Server Console > My Profile.
|
Text format properties | |
jrs.delimiter | Specify a delimiter other than comma, for example,
|
jrs.is_text_delimiter=jrs.is_csv | To use the CSV format, set these properties: jrs.result_type=3&jrs.is_text_delimiter=jrs.is_csv&jrs.is_norm_txt=false. |
jrs.is_quotemark=true | Specify whether to use quote marks in the text output. Possible values: true/false. |
jrs.udchar_width | Specify an integer value for each unit of the horizontal density between columns. The resulting density is a direct ratio of the value you specify. That is, the greater the value, the smaller the width between columns. By default, Logi Report defines the density. |
jrs.udchar_height | Specify an integer value for each unit of the vertical density between columns. The resulting density is a direct ratio of the value you specify. That is, the greater the value, the smaller the height between columns. By default, Logi Report defines the density. |
jrs.txt_compress | Specify whether to generate the output in Text in a compressed size. Possible values: true/false. If true, there will be no clearance between the columns. |
jrs.hasHeadFoot | Set this property to true if you want the Text file to contain all headers and footers in the report, including Report Header/Footer, Page Header/Footer, and Group Header/Footer. Otherwise, set it to false, and the Text file will only contain the data in the Detail panel. |
jrs.txt_windows |
Set this property to true if you want to use Windows end-of-line characters to indicate the start of a new line. Logi Report will use two characters <cr> and <lf> at the end of the line. Or, set it to false if you want to use UNIX End-of-line characters to indicate the start of a new line. Logi Report will only use the UNIX End-of-line character <lf>. |
jrs.result_file_name | Set the output file name, for instance, jrs.result_file_name=test.txt . |
URL Properties for Scheduling Reports
Property | Description |
---|---|
General properties | |
jrs.task_class | Specify the class name of the task.
Possible values:
|
jrs.has_task_listener | Specify whether to implement TaskListener. |
jrs.task_listener_class | Specify a Java class name which implements the TaskListener (jrs.task_listener_class). |
jrs.task_id | Specify the task ID of a scheduled task. This property is unnecessary if you are submitting a new schedule. |
jrs.mail_to_referuser | Specify whether to send email to each user who can view a report with cached report bursting. |
jrs.is_bursting_task | Indicate that you are scheduling a bursting report task. |
jrs.bursting_schema$Schema_Name | Specify the names of the schemes you want to schedule. |
Publishing to the versioning system properties | |
jrs.to_version | Specify whether to publish the output to the versioning system. |
jrs.to_version_rst | Specify whether to publish a page report to a Logi Report result file (RST file) or publish a web report to a static web report result file (WST file). You can further specify the result properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_rsd | Specify whether to publish the output to a page report result file (RSD file). You can further specify the result properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_html | Specify whether to publish the output to the versioning system in HTML. You can further specify the HTML properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_pdf | Specify whether to publish the output to the versioning system in PDF. You can further specify the PDF properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_excel | Specify whether to publish the output to the versioning system in Excel. You can further specify the Excel properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_txt | Specify whether to publish the output to the versioning system in Text. You can further specify the Text properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_rtf | Specify whether to publish the output to the versioning system in RTF. You can further specify the RTF properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_xml | Specify whether to publish the output to the versioning system in XML. You can further specify the XML properties. For more information, see the Logi Report Javadoc. |
jrs.to_version_ps | Specify whether to publish the output to the versioning system in PostScript. You can further specify the PostScript properties. For more information, see the Logi Report Javadoc. |
jrs.archive_location | Specify the location for the saved report result version.
Possible values:
|
jrs.enable_archive_policy | Specify whether to apply an archive policy to the report result version. |
jrs.archive_new_version | Specify how to archive the new version.
Possible values:
|
jrs.need_expire | Specify whether you want the report result to expire. |
jrs.auto_delete_method | Specify when you want the report result to expire and delete it. Set the result to be automatically deleted within one hundred years. If the time you specify exceeds one hundred years, Logi Report Server will keep the report result forever.
Possible values:
|
jrs.expire_days | Specify the number of days Server keeps a result version until it expires. The default value is 30. |
Publishing to the file system properties | |
jrs.to_disk | Specify whether you want to publish the report to disk. |
jrs.to_rst | Specify whether to publish a page report to a Logi Report result file (RST file) or publish a web report to a static web report result file (WST file). You can further specify the result properties. For more information, see the Logi Report Javadoc. |
jrs.to_rsd | Specify whether to publish the output to page report result file (RSD file). You can further specify the result properties. For more information, see the Logi Report Javadoc. |
jrs.to_html | Specify whether to publish the output to the file system in HTML. You can further specify the HTML properties. For more information, see the Logi Report Javadoc. |
jrs.to_pdf | Specify whether to publish the output to the file system in PDF. You can further specify the PDF properties. For more information, see the Logi Report Javadoc. |
jrs.to_excel | Specify whether to publish the output to the file system in Excel. You can further specify the Excel properties. For more information, see the Logi Report Javadoc. |
jrs.to_text | Specify whether to publish the output to the file system in Text. You can further specify the Text properties. For more information, see the Logi Report Javadoc. |
jrs.to_rtf | Specify whether to publish the output to the file system in RTF. You can further specify the RTF properties. For more information, see the Logi Report Javadoc. |
jrs.to_xml | Specify whether to publish the output to the file system in XML. You can further specify the XML properties. For more information, see the Logi Report Javadoc. |
jrs.to_ps | Specify whether to publish the output to the file system in PostScript. You can further specify the PostScript properties. For more information, see the Logi Report Javadoc. |
jrs.to_disk_xxx_path_type | Specify where to publish the output in the xxx format: to the server resource tree or to the server disk path.
Possible values:
|
jrs.xxx_dir | Specify the path for the xxx format output. |
jrs.xxx | Specify the file name for the xxx format output. |
Publishing to email properties | |
jrs.jrmail + NUMBER | Contain specifications (Logi Report email properties) of one email task for a report. |
jrs.csmail + NUMBER | Contain specifications (Logi Report email properties) of one email task for sending an email with or without an attachment. You can use this property via URL or via invoking the Server API. |
jrs.mailto | Specify the email address you want to send the email to. |
jrs.mailcc | Specify the email address you want to send a copy of the email to. |
jrs.mailbcc | Specify the email address you want to secretly send a copy of the email to. |
jrs.mailsubject | Specify the subject of the email. |
jrs.mailcomments | Specify the comments of the email. |
jrs.mailformat | Specify the email format.
Possible values:
When sending the report result as an attachment file, you need to specify a file name using jrs.mailattach + NUMBER. You can further specify format properties for the attachment file. For more information, see the Logi Report Javadoc. |
jrs.mailcompress | Specify whether to enable Java archive compress. |
jrs.mailattach + NUMBER | Specify the attached file for the email. You can attach multiple files to one email.
Possible values: The attached file name. |
jrs.mailencoding | Specify the encoding of the email.
Possible values: such as UTF-8, UTF-16, and ISO8859-1. You can use jrs.mailencoding to specify the email encoding in the URL. When sending emails by RMI API, sometimes, Server might return wrong characters in the email. To avoid such problems, specify the same correct value of -Djreport.url.encoding on both the server and RMI client side. For example, your web application calls Logi Report Server (standalone) via the RMI function from WebSphere, and you want to use UTF-8 (rather than UTF8) as the email encoding, do as follows:
|
Publishing to a printer properties | |
jrs.if_print | Specify whether to print the output. |
jrs.printer | Specify the printer with which you want to print the output. |
jrs.print_copies | Specify the number of copies you want to print the output. |
jrs.print_mediatray | Specify the custom tray you want to put the printing paper. |
jrs.has_margins | Specify whether you want the printed output to have margins. |
When jrs.has_margins=true, you must set the following properties: | |
jrs.margins_left | Specify the length of the left margin in the printed output. |
jrs.margins_right | Specify the length of the right margin in the printed output. |
jrs.margins_top | Specify the length of the top margin in the printed output. |
jrs.margins_bottom | Specify the length of the bottom margin in the printed output. |
jrs.margins_unit | Specify the margin unit. Possible values:
|
Publishing to fax properties | |
jrs.to_fax | Specify whether to publish the output to fax. |
jrs.to_fax_quality | Specify the fax quality. Possible values:
|
jrs.to_fax_is_inclue_cover | Specify whether to send a cover sheet with the fax. |
jrs.to_fax_date | Specify the date on which you want to send the fax. |
jrs.to_fax_to | Specify the fax recipient. |
jrs.to_fax_to_fax_num | Specify the fax number of the recipient. |
jrs.to_fax_from | Specify the fax sender. |
jrs.to_fax_from_company_name | Specify the sender's company. |
jrs.to_fax_from_phone | Specify the sender's phone number. |
jrs.to_fax_subject | Specify the subject of the fax. |
jrs.to_fax_comments | Specify the comments of the fax. |
jrs.to_fax_urgent | Specify whether the fax is urgent. |
jrs.to_fax_for_review | Specify whether the fax is for review. |
jrs.to_fax_please_comment | Specify whether you want the recipient to comment on the content of the fax. |
jrs.to_fax_please_reply | Specify whether you want a reply for the fax. |
Publishing to FTP properties | |
jrs.to_FTP | Specify whether to publish the output to FTP. |
jrs.ftp | Specify an FTP site by holding the FTP setting properties. To configure multiple FTP sites, use jrs.ftp0 to specify the first site and jrs.ftp1 to specify the second, and so on. Separate multiple sites by &.
Example: |
jrs.ftpLbl | Specify the label of the FTP server. |
jrs.ftpHost | Specify the host of the FTP server. |
jrs.ftpPort | Specify the port of the FTP server. |
jrs.ftpUn | Specify the username for signing in to the FTP server. |
jrs.ftpPsd | Specify the password for signing in to the FTP server. |
jrs.ftpAcct | Specify the account for signing in to the FTP server. |
jrs.ftpLoc | Specify the remote directory on the FTP server to which you want to publish the files. |
jrs.ftpHdlCls | Specify the FTP client-end handler class for communicating with the FTP server.
Possible values: FTPHandler class name or null which is the default value. |
jrs.ftpProt | Specify the protocol for communicating with the FTP server.
Possible values:
|
jrs.ftpsConType | Specify the connection type of FTPS.
Possible values:
|
jrs.ftpsEnNoSec | Specify whether to enable falling back to the no-security FTP connection if the explicit FTPS connection is not available. |
jrs.ftpsKSType | Specify the keystore type of FTPS. |
jrs.ftpsKSFile | Specify the keystore file of FTPS. |
jrs.ftpsKSPsd | Specify the keystore password of FTPS. |
jrs.ftpsKMAlg | Specify the keymanager algorithm of FTPS. |
jrs.ftpsSecProt | Specify the security protocol of FTPS. |
jrs.ftpsTMAlg | Specify the trustmanager algorithm of FTPS. |
jrs.ftpsTransMode | Specify the transfer mode of FTPS. |
jrs.ftpsTSType | Specify the truststore type of FTPS. |
jrs.ftpsTSFile | Specify the truststore file name of FTPS. |
jrs.ftpsTSPsd | Specify the truststore password of FTPS. |
jrs.sftpC2SCmpA | Specify the C2S compression algorithms of SFTP/SCP. |
jrs.sftpC2SCphA | Specify the C2S cipher algorithms of SFTP/SCP. |
jrs.sftpC2SLang | Specify the C2S language of SFTP/SCP. |
jrs.sftpC2SMA | Specify the C2S MAC algorithms of SFTP/SCP. |
jrs.sftpHKAlgs | Specify the host key algorithms of SFTP/SCP. |
jrs.sftpKexAlgs | Specify the kex algorithms of SFTP/SCP. |
jrs.sftpKH | Specify the knownhosts file of SFTP/SCP. |
jrs.sftpS2CCmpA | Specify the s2c compression algorithms of SFTP/SCP. |
jrs.sftpS2CCphA | Specify the S2C cipher algorithms of SFTP/SCP. |
jrs.sftpS2CLang | Specify the S2C language of SFTP/SCP. |
jrs.sftpS2CMA | Specify the S2C MAC algorithms of SFTP/SCP. |
jrs.sftpSHKC | Specify whether to check the strict host key.
Possible values: {yes, no} |
jrs.ftp_param_validation | Specify the command of checking the validation of FTP connection properties.
Possible values:
|
jrs.ftpIsDht | Specify whether to export TOC in the HTML output. |
You can use the following properties to specify the formats in which you want to send the output to the FTP site. For each output file you can further specify its format properties. | |
jrs.ftpRst | Specify whether to send the output in a Logi Report Result file (for page report) or in a Web Report Result file (for web report) to the FTP site. |
jrs.ftpRstFn | Specify the file name of the Logi Report Result file (for page report) or of the Web Report Result file (for web report). |
jrs.ftpHtml | Specify whether to send the output in an HTML file to the FTP site. |
jrs.ftpHtmlFn | Specify the file name of the HTML file. |
jrs.ftpPdf | Specify whether to send the output in a PDF file to the FTP site. |
jrs.ftpPdfFn | Specify the file name of the PDF file. |
jrs.ftpExl | Specify whether to send the output in an Excel file to the FTP site. |
jrs.ftpExlFn | Specify the file name of the Excel file. |
jrs.ftpTxt | Specify whether to send the output in a Text file to the FTP site. |
jrs.ftpTxtFn | Specify the file name of the Text file. |
jrs.ftpRtf | Specify whether to send the output in an RTF file to the FTP site. |
jrs.ftpRtfFn | Specify the file name of the RTF file. |
jrs.ftpXml | Specify whether to send the output in an XML file to the FTP site. |
jrs.ftpXmlFn | Specify the file name of the XML file. |
jrs.ftpPs | Specify whether to send the output in a PostScript file to the FTP site. |
jrs.ftpPsFn | Specify the file name of the PostScript file. |
Notification properties | |
jrs.notification_emails | Specify the email notification list for successful/failed scheduled tasks. |
jrs.success_notify | Specify to send email notification for successful reports. |
jrs.fail_notify | Specify to send email notification for failed reports. |
Time condition properties | |
jrs.timezone | Specify the time zone.
Possible values: time zone ID strings of Java. The default is current locale. |
jrs.launch_type | Specify to run a report immediately, at a specific time, or periodically.
Possible values:
|
Properties for a specific date and time (jrs.launch_type=1) | |
jrs.exe_date | Specify a date. |
jrs.exe_year | Specify the year. Four digits. |
jrs.exe_month | Specify the month.
Possible values: 0 to 11. 0 is January, 1 is February, ..., and 11 is December. |
jrs.exe_day | Specify a day number. |
jrs.exe_hour | Specify an hour number (when jrs.is_hourly is false). |
jrs.exe_min | Specify a minute number (when jrs.is_hourly is false). |
jrs.exe_sec | Specify a second number (when jrs.is_hourly is false). |
Properties for periodical time (jrs.launch_type=8) | |
jrs.is_after | Specify whether to run the report after the specified date and time. If the value is true, use the properties for a specific time to define the start time of the whole periodical time. |
jrs.is_before | Specify whether to run the report before the specified date and time. If the value is true, specify the specified time using the jrs.cease_* properties. |
jrs.cease_year | Specify the year. Four digits. |
jrs.cease_month | Specify the month.
Possible values: 0 to 11. 0 is January, 1 is February, ..., and 11 is December. |
jrs.cease_day | Specify a day number. |
jrs.cease_hour | Specify an hour number (when jrs.is_hourly is false). |
jrs.cease_min | Specify a minute number (when jrs.is_hourly is false). |
jrs.cease_sec | Specify a second number (when jrs.is_hourly is false). |
jrs.days_id | Specify whether you want to run the report daily, weekly, or monthly.
Possible values: |
Properties for daily (jrs.days_id=0) | |
jrs.is_weekday | Specify whether to run the report on each weekday (Monday to Friday). |
jrs.day | Specify to run the report per a specified number of days (when jrs.is_weekday is false). For example, if you set the value to 1, the report will run once every day. If you set it to 2, the report will run once every 2 days.
Possible values: 1 to 999 days |
Properties for weekly (jrs.days_id=1) | |
jrs.week | Specify to run the report per a specified number of weeks.
Possible values: 1 to 99 weeks |
jrs.weekdays | Specify to run the report on the specified days of the week. Possible values: A digit string. {0, 1, 2, 3, 4, 5, 6}. 0 is Sunday, 1 is Monday, ..., and 6 is Saturday. Example: jrs.weekdays=05 means running on Sunday and Friday. |
Properties for monthly (jrs.days_id=2) | |
jrs.is_day | Specify whether to run the report on the xth day of the month. |
jrs.day | Specify to run the report on the xth day of the month (when jrs.is_day is true).
Possible values: 1 to 31 |
jrs.week | Specify to run the report on the xth week of the month (when jrs.is_day is false). Possible values:
|
jrs.weekday | Specify to run the report on the specified day of the week (jrs.is_day is false).
Possible values: 1 to 7. 1 is Sunday, 2 is Monday, ..., and 7 is Saturday. |
jrs.month | Specify to run the report per a specified number of months. Possible values: 1 to 6 months. |
Properties for a specific time | |
jrs.hour | Specify to run the report at a specific hour of the day. |
jrs.min | Specify to run the report at a specific minute of the hour. |
jrs.is_pm | Specify whether the time is PM or AM of the day. |
Properties for hourly | |
jrs.is_hourly | Specify whether to run the report hourly. |
jrs.hours | Specify to run the report per a specified number of hours. Possible values: 1 to 99 hours |
jrs.at_min | Specify to run the report at a specific minute of the hour. |
jrs.is_between | Specify whether to run the report between a period. When the value is true, use Properties for when jrs.is_between=true to define a the period. |
Properties for minutely | |
jrs.is_minutely | Specify whether to run the report minutely.
The property jrs.is_hourly has the higher priority. If you set both jrs.is_hourly and jrs.is_minutely to true, the report will run hourly. |
jrs.minutes | Specify to run the report per a specified number of minutes. |
jrs.is_between | Specify whether to run the report between a period. When the value is true, use Properties for when jrs.is_between=true to define a time duration. |
Properties for when jrs.is_between=true | |
jrs.hour | Specify the start hour of a period. |
jrs.min | Specify the start minute of a period. |
jrs.is_pm | Specify whether the start time is PM or AM. |
jrs.hour2 | Specify the end hour of a period. |
jrs.min2 | Specify the end minute of a period. |
jrs.is_pm2 | Specify whether the end time is PM or AM. |
URL Properties for Viewing Report Results
Property | Description |
---|---|
jrd_filters | Specify the values of on-screen filters. |
jrs.datasources |
Specify the data source. It is a JSON string, with the format: jrs.datasources= URL Example: http://localhost:8888/jinfonet/tryView.jsp?…&jrs.datasources={jrs.datasources:[{"jrs.data_source_name":"xxx","jrs.connections":[{"jrs.connection_name":"xxx","jrs._ds_driver":"xxx","jrs._ds_url":"xxx","jrs.ds_user":"xxx","jrs.ds_pswd":"xxx","jrs.databases":[{"jrs.dbs_catalog-database-name":"xxx","jrs.dbs_database-name":"xx","jrs.dbs_collections":[{"jrs.dbs_catalog-collection-name":"xxx","jrs.dbs_collection-name":"xxx"}]}]}]}]}… |
jrs.file | Specify the file name of the result. |
jrs.hist_file | Specify the file name of the result with its real path in the <install_root>\history folder, for example, 1%2fadmin567625353%2f2109098280.pdf. |
jrs.resource_path | Specify the path of the resource in the server resource tree, for example, /SampleReports. |
jrs.result | Specify the name of the result with its path in the server resource tree, for example, /SampleReports/Payroll Report. |
jrs.rst_version | Specify the version number of the result. |
jrs.ver_suff | Specify the suffix of the result file.
Possible values:
|
jrs.version_number | Specify the version number of the resource, for example, 1. |
type | Specify the type of the result.
Possible values:
|
jrs.is_pls_result=true | Apply cached report bursting to view the result. |
URL Properties for Adding and Deleting Users/Roles/Groups
Property | Description |
---|---|
currentEditRealm | Specify the security realm in which the user/role/group is. |
user | Specify the name of the user. |
fullName | Specify the full name of the user. |
description | Specify the description for the user/role/group. |
Specify the email address of the user. | |
password | Specify the password of the user. |
confirmPassword | Specify the password of the user again to confirm it. |
accountDisabled=ON | Disable the user account for the time being. |
passwordLife | Specify the validity period of the user password.
Possible values:
|
expireTime | Specify the number of days during which the user password is valid. |
enableBlank | Specify the length of the user password.
Possible values:
|
minLength | Specify the minimum number of characters in the user password.
Possible values: 1 to 20 |
jrs.privilege_publish_report | Specify whether to grant the user/role/group the ability to publish resources to Logi Report Server. |
jrs.privilege_access_advanced_properties | Specify whether to grant the user/role/group the ability to view advanced version properties information, such as catalog connections and report related resources. |
roleName | Specify the name of the role. |
parentRoles | Specify the parent role for the role.
Possible values: An existing role name or "NoneParent" if the role does not have a parent role. |
groupName | Specify the name of the group. |
parentGroups | Specify the parent group for the group.
Possible values: An existing group name or "NoneParent" if the group does not have a parent group. |