Running the EmReportConvcli.exe utility

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:

  1. From the Installation DVD, navigate to the Setup_files\TOOLS\Reporting\ReportConversionCLI directory, and copy the ReportConversionCLI folder to the old reporting facility client machine.
  2. Open a command prompt window as administrator, navigate to the ReportConversionCLI folder and type the following command and press enter:

    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"

  3. Import the converted reports into Control-M Reports, as described in Importing converted reports into Control-M Reports.

Parent Topic

Reporting Facility reports conversion