The following system properties are available to control the behavior of i-net Clear Reports and i-net Designer:
Parameter Name | Description | Sample |
---|---|---|
-Dclearreports.config |
Location of the configuration to use | -Dclearreports.config=USER/myconfig |
or -Dclearreports.config=SYSTEM/mysystemconfig |
||
-Dclearreports.configfile |
Location of a crystalclear.properties file that will be imported into temporary configuration | -Dclearreports.configfile=crystalclear.properties |
-DCC:xxxx=yyyy |
Command line arguments to set property values of the Report Server | -DCC:listener.port=9001 |
-DCC:log.engine=true |
||
-Ddebug |
Enable/Disable the debug options | -Ddebug=true/false |
-Duser.country |
Country of the used locale | -Duser.country=us |
-Duser.language |
Language of the used locale | -Duser.language=en |
–open <report> |
open a report files at the start of i-net Designer | java -jar Designer.jar –<reportfile> |
With the following command line parameters you can use the Configuration Manager without GUI to import an i-net Clear Reports configuration or a Data Source configuration.
Parameter Name | Description | Sample |
---|---|---|
-listconfigurations |
Lists the existing configurations | java -jar core/ClearReports.jar -listconfigurations |
-importConfig <name> <file> |
Imports properties file if specified configuration does not exist | java -jar core/ClearReports.jar -importConfig System/Default crystalclear.properties |
-forceImportConfig <name> <file> |
Imports properties file and replace existing configuration | java -jar core/ClearReports.jar -forceImportConfig User/MyConfig C:\crystalclear.properties |
-exportConfig <name> <file> |
Exports the specified configuration in a properties files | java -jar core/ClearReports.jar -exportconfig User/Default default-configuration.properties |
-importDatasource <scope> <file> |
Imports data source from XML as exported by the data source manager. If a data source under the same name already exists, an additional one will be created with a unique name. | java -jar core/ClearReports.jar -importDatasource System mydatasource.xml |
-forceImportDatasource <scope> <file> |
Imports data source from XML as exported by the data source manager. If a data source under the same name already exists, it will be replaced. | java -jar core/ClearReports.jar -forceImportDatasource User mydatasource.xml |
With the following command line parameter you can set the active configuration for "Standalone Configuration & Recovery" mode.
Parameter Name | Description | Sample |
---|---|---|
-clearreports.preferredconfig |
Select the active configuration | java -cp core/ClearReports.jar com.inet.report.StandaloneConfiguration -clearreports.preferredconfig User/Default |
-client.ip |
The ip address (IPv4 or IPv6) of the client that will be able to connect to the standalone configuration. This is useful for headless server. The default is 127.0.0.1. | java -cp core/ClearReports.jar com.inet.report.StandaloneConfiguration -clearreports.preferredconfig User/Default -client.ip <ip-address of the client> |