Adding report IDs

A Content Manager OnDemand administrator wants to create a new ODF report ID.

The administrator created the rptIdAdd.xml file that contains the report ID information.

To complete this task, run this command:

arsxml add -h myod -u myoduser  -p myodpwd -v  -i /usr/lpp/ars/V10R5M0/bin/xml/samples/rptIdAdd.xml

The rptIdAdd.xml file might look like this:

<?xml version="1.0" encoding="UTF-8" ?>                                     
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                                                                      
   <odfReportId name="Daily sales invoices"                         
                reference="SALES SUMMARY - Daily of:" 
                applicationGroup="Daily sales invoices"             
                application="Daily sales invoices"                  
                status="Active" />                      
                                                                      
</onDemand>