Exporting distributions
A Content Manager OnDemand administrator wants to export the distribution and all its report bundles for the Daily sales invoices so that he can add them to a test system. The administrator created the distribExport.xml file that contains the information required for the export.
Tip: Exporting the distribution will export the distribution
itself and all of the report bundles that belong to the distribution.
To complete this task, run this command:
arsxml export -h myod -u myoduser -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/distribExport.xml
-o distribExportOut.xml
The distribExport.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" />
</onDemand>