Reporting in batch.....

A lot of scripts ans example to extract information from Control-M tools.
Post Reply
User avatar
chris62
Nouveau
Nouveau
Posts: 3
Joined: 28 Nov 2007 12:00

Reporting in batch.....

Post by chris62 » 18 Feb 2009 8:05

Hi everybody,

I want to use the Reporting Facility in batch, but (again) I can't find too much explanation on how to use XML file parameter. Nothing about .DTD file either...

Does someone explain to me how it work or just send me an exemple of an example of XML file.

Thanks in advance

Chris

User avatar
SACTOWN
Nouveau
Nouveau
Posts: 1
Joined: 13 Nov 2008 12:00
Location: Sacramento, CA

Post by SACTOWN » 19 Mar 2009 10:57

First create and save a template within the Reporting Facility that will generate your report.
Second create a XML file. I should look like this:

<DOCTYPE>
<ReportDefinitions>
<ReportDefinition>
<SourceFile>
<OutputFile>
</ReportDefinition>
</ReportDefinitions>

Third create a job type command to execute the emreportcli utility using the XML file.

Post Reply