Logi JReport Designer Launch Files
You can find a set of utilities in the directory <install_root>\bin
. All of these batch files (Windows)/script files (Unix) can be edited to suit different circumstances. However, you need to make sure of their functions before doing this. In addition, the information in this topic is current at the time of release, however, due to changes that take place during the release cycle it may no longer be valid. The most current information can be found in the Readme.html file with each version in the path <install_root>
.
The following table lists the Logi JReport Designer launch files.
File | Description | Usage | Options |
---|---|---|---|
CatDr.bat CatDr.sh | This tool is for starting the Catalog Doctor in order to make changes to the catalog. | java <-Dreporthome=reporthome> jet.builder.Logi JReport [-options] [reportfile] |
|
DLogi JReport.bat DLogi JReport.sh | This tool is for starting Logi JReport Designer in logging mode. In case of problems, you are requested to launch Logi JReport Designer with this batch file/script file in order to track detailed log information. Running this batch file/script file generates log files in the <install_root>\logs directory. | java <-Dreporthome=reporthome> com.jinfonet.designer.Logi JReport [-options][reportfile] |
|
EConvert.bat EConvert.sh | This tool is for removing the evaluation mark from reports. If you have purchased the Logi JReport product and are successful in running Logi JReport Designer with the new key, but the evaluation watermarks are still visible, you will need to run this batch file to remove the evaluation watermarks. Run the batch file with the report names to be converted with the full path as parameter. | java -Dreporthome=<drive>:<path> jet.report.EvlConverter[[drive:][path][filename] +][drive:][path][filename]Econvert.bat [ReportName.cls]
Example: Econvert.bat C:\Logi JReport\Designer\Demo\Reports\TutorialReports\*.cls | - |
jrenv.bat jrenv.sh | This tool is for generating the report environment file report.env in the current directory. This file can help the Jinfonet support staff assist you when you run into problems. | - | - |
Logi JReport.bat Logi JReport.sh | This tool is for starting Logi JReport Designer. | java <-Dreporthome=reporthome> com.jinfonet.designer.Logi JReport [-options][reportfile] |
Note: You may need to set an appropriate -Dfile.encoding option in the file to start Logi JReport Designer in order to view characters correctly. |
JRTutorial.bat JRTutorial.sh | This tool is for running this batch file to display the tutorial help. | - | - |
ModelWizard.bat ModelWizard.sh | This tool is for creating and importing ObjectDataSource. These can be used to create data sources for text files and Excel files. | java com.jinfonet.jdbc.model.wizard.ModelWizard [-options] |
|
NLogi JReport.bat NLogi JReport.sh | This tool is for starting Logi JReport Designer without the command window. | java <-Dreporthome=reporthome> com.jinfonet.designer.Logi JReport [-options][reportfile] |
Note: You may need to set an appropriate -Dfile.encoding option in the file to start Logi JReport Designer in order to view characters correctly. |
PropConvert.bat PropConvert.sh | This tool is for converting property values. Running this batch file will display a window from which you can modify many properties of a selected report file. This is most useful when you want to modify several properties using the same value at the same time. For example, if a Label and several DBFields share the same background of blue, and now you want to change them all to transparent, you can simply use this tool. | - | - |
rp.bat rp.sh | This tool is for replacing user ID and license key. | rp UID Key | - |
rptconv.bat rptconv.sh | This tool is for converting an old report schema to the current version. | rptconv "-source=source_path" ["-target=destination_path"] [-r] [-s] |
|
setenv.bat setenv.sh | This tool is for generating the report environment variables before starting Logi JReport Designer. | - | - |
Examples of running rptconv.bat/rptconv.sh to convert reports
To convert a single report:
rptconv "-source=C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls" "–target=C:\temp"
This will convert C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls to C:\temp\InvoiceReport.cls.
rptconv "-source=C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls" "–target=C:\temp\1.cls.xml"
This will convert C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls, save the converted report to
C:\temp
, and name it as "1.cls.xml" (if license allows).rptconv "-source=C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls"
This will convert C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls, save the converted report in the same directory, and name it as "converted_InvoiceReport.cls".
rptconv "-source=C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls" -r
This will overwrite C:\Logi JReport\Designer\demo\reports\SampleReports\InvoiceReport.cls.
To convert all reports (*.cls, *.rpt, *.clx, *.cls.xml) in a directory:
rptconv "-source=C:\Logi JReport\Designer\demo\reports" "–target=C:\temp"
This will convert all the reports in
C:\Logi JReport\Designer\demo\reports
and save the converted reports toC:\temp
. The converted reports use the same file names as source reports.rptconv "-source=C:\Logi JReport\Designer\demo\reports" "–target=C:\temp" -s
This will convert all the reports in
C:\Logi JReport\Designer\demo\reports
and in the subdirectories and save the converted reports toC:\temp
. The converted reports take the same file names and directory structure as source reports.rptconv "-source=C:\Logi JReport\Designer\demo\reports" "–target=C:\temp\*.cls" -s
This will convert all the reports in
C:\Logi JReport\Designer\demo\reports
and in the subdirectories and save the converted reports toC:\temp
. The converted reports take the same directory structure as source reports and the suffixes of their file names are all changed to ".cls".rptconv "-source=C:\Logi JReport\Designer\demo\reports" -r -s
This will convert all the reports in
C:\Logi JReport\Designer\demo\reports
and in the subdirectories. The converted reports overwrite the source reports.rptconv "-source=C:\Logi JReport\Designer\demo\reports"
This will convert all the reports in
C:\Logi JReport\Designer\demo\reports
. All the converted reports are saved in the same directory and named as "converted_SourceReportName".- To convert a group of reports with the same suffixes in a directory:
The usage is similar to converting a directory. You can specify the wildcard to filter reports, for example:
rptconv "-source=C:\Logi JReport\Designer\demo\reports\SampleReports\*.cls" "–target=C:\temp"
This will convert all the reports with the suffix ".cls" in
C:\Logi JReport\Designer\demo\reports\SampleReports
and save the converted reports toC:\temp
.
Notes:
- There must be one and only one catalog file in the directory where the reports to be converted reside.
- If the reports to be converted contain UDO or UDF, make sure the corresponding classes or jars are included in the class path of rptconv.bat/rptconv.sh.