Updating report bundles
A Content Manager OnDemand administrator needs to update a report bundle so that the entire report is selected, instead of a subset that had been defined by an SQL query previously.
The administrator created the rptBundleUpdate.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/rptBundleUpdate.xml
The rptBundleUpdate.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="update"
sequence="20"
reportId="DAILY SALES INVOICES"
reportBuild="Full" />
</odfDistribution>
</onDemand>