Updating report IDs

A Content Manager OnDemand administrator needs to update a report ID to change its status to inactive, because the management team has decided not to distribute this particular report until some enhancements are made to the content.

The administrator created the rptIdUpdate.xml file that contains the information for the update.

To complete this task, run this command:

arsxml update -h myod -u myoduser  -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/rptIdUpdate.xml

The rptIdUpdate.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"                         
                status="Inactive" />    

</onDemand>