Updating distributions
A Content Manager OnDemand administrator needs to update a distribution to change the way this distribution is delivered from email to print, in order to reduce the volume of data being sent across their network.
The administrator created the distribUpdate.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/distribUpdate.xml
The distribUpdate.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"
location="Print" />
</onDemand>