Exporting recipient lists
A Content Manager OnDemand administrator wants to export the recipient list for Andy's department so that he can add it to a test system.
The administrator created the recipListExport.xml file that contains the information required for the export.
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/recipListExport.xml
-o recipListExportOut.xml
The recipListExport.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfRecipientList name="SALES-San Francisco" />
</onDemand>