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 |
-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 |
-Ddebug | Enable/Disable the debug options | -Ddebug=true/false |
-Ddebug.maxpages | Maximum number of report pages | -Ddebug.maxpages=100 |
-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 |
i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to clearreports@inetsoftware.de.