Exporting recipients
A Content Manager OnDemand administrator wants to export Andy's department members' recipient definitions so that he can add them to a test system.
The administrator created the recipientExport.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/recipientExport.xml -o
recipientExportOut.xml
The recipientExport.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfRecipient name="ASMITH" />
<odfRecipient name="TRUIZ" />
<odfRecipient name="NALEKSAN" />
<odfRecipient name="SKAPOOR" />
<odfRecipient name="LMTHOMAS" />
<odfRecipient name="ELLENWU" />
</onDemand>