Deleting distributions
A Content Manager OnDemand administrator wants to delete the distribution for the Daily sales invoices because management has decide to redefine the set of reports sent out monthly.
The administrator created the distribDelete.xml file,
which contains the information required for the delete.
Important: Deleting the distribution definition deletes all
of the report bundle definitions that belong to it, without having
to explicitly delete each report bundle.
To complete this task, run this command:
arsxml delete -h myod -u myoduser -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/distribDelete.xml
The distribDelete.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>