Deleting report bundles

A Content Manager OnDemand administrator wants to delete a report bundle that will no longer be used.

The administrator created the rptBundleDelete.xml file, which contains the information required for the delete action.

Tip: The ARSXML command uses the update function rather than the delete function. The command updates the distribution by removing a bundle.

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/rptBundleDelete.xml

The rptBundleDelete.xml file might look like this:

<?xml version="1.0" encoding="UTF-8" ?>                                      
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">                                
                                                                   
     <odfDistribution name="Daily sales invoices"          
                      recipient="SALES-San Francisco" >   
         <odfReportBundle task="delete" 
                       sequence="20"      
                       reportId="DAILY SALES INVOICES" />      
     </odfDistribution>    
                   
</onDemand>