Adding report bundles
When you create an ODF report bundle, the optional values for the report bundle fields can be inherited from the distribution to which this report bundle is associated.
To make the report bundle inherit values from a distribution, when you create the report bundle, leave those fields blank. For example, if you want the report bundle to inherit the Destination value from the distribution, when you create the report bundle, leave the Destination field blank. If you do not want the report bundle to inherit values from the distribution, then specify values for the report bundle fields when you create the report bundle. The values that you enter in the report bundle fields override the values from the distribution.
- Leave them blank. During processing, ODF inherits the values that you specified for these parameters when you created the distribution. If a value is changed in the distribution, the value in the report bundle does not need to be changed.
- Specify values for them. ODF uses the values that you specify for these parameters and overrides the values from the distribution.
A Content Manager OnDemand administrator wants to create a new ODF report bundle. The administrator created the rptBundleAdd.xml file that contains the report bundle information.
To complete this task, run this command:
arsxml update -h myod -u myoduser -p myodpwd -v -i /usr/lpp/ars/V10R5M0/bin/xml/samples/rptBundleAdd.xml
The rptBundleAdd.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="add"
sequence="20"
reportId="DAILY SALES INVOICES"
reportBuild="Full"
status="Active"
waitIndicator="Wait"
location="E-mail"
transform="None"
destination="PRINTER6"
writer="WRITER6"
forms="FORM6"
formDef="FORMDEF6"
pageDef="PAGEDEF6"
job="XMLF0006"
class="A"
FCB="FCB6"
UCS="UCS6"
burst="Yes"
flash="FLASH6"
copies="1"
COPYM="COPYM6"
outputLimit="Unlimited" />
</odfDistribution>
</onDemand>