Updating recipients

A new sales representative named Linn Thomas has recently joined the team and the Content Manager OnDemand administrator wants to correct the spelling of Linn's name and update the department number for all of Andy's department's recipient definitions.

The administrator created the recipientUpdate.xml file that contains the updated information.

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/recipientUpdate.xml

The recipientUpdate.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="LTHOMAS"                            
                 newName="LMTHOMAS"                        
                 dept="Dept. 777" />                   
                                                       
   <odfRecipient name="TRUIZ"  dept="Dept. 777" />    
   <odfRecipient name="NALEKSAN"  dept="Dept. 777" />    
   <odfRecipient name="SKAPOOR" dept="Dept. 777" />    
   <odfRecipient name="ELLENWU"   dept="Dept. 777" />    
                                                       
</onDemand>