This procedure describes how to run the EMReportConvcli.exe utility, which converts Reporting Facility reports (*rpt) to Control-M Report format (*.JSON).
To run the EmReportConvCli.exe utility:
EmReportConvCli.exe -s <RPT Source files folder> -d <JSON file destination folder>
The reports have been converted into the destination folder.
When running the utility, you can provide your own source and destination directories, by using the following:
Information about the EmReportConvCLI parameters is available by typing:
EmReportConvCli -h
EXAMPLE: c:\ReportConversionCLI\EmReportConvCli.exe -s
"C:\Reporting Facility Reports" -d "c:\Control-M Reports"
Parent Topic |