how to update application group name using arsxml

Previous topic - Next topic

jw

Does anyone know how to update an application group name (just the name) using arsxml?

Thanks.

jeffs42885

How many?

if its only like 50, you can probably bang that out in 15 minutes with a good keyboard..

jw

Jeff,

Just want to know how.  As the IBM manual says it is an updateable field.  I tried

<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/ondemand.xsd">

   <applicationGroup name="ag" name="ag_new" />

</onDemand>


then, i got an error message:

A parsing error occurred in file upd_ag.in.xml, Line 4, Column 61:
The attribute 'name' is already used in element 'applicationGroup'

Thanks.
-jw

Greg Ira

jw,
Try <applicationGroup name="ag" newName="ag_new" />

jw

Greg,

Thanks very much for the information.  It works.

How come this attribute is not in 8.5+ manual? 

Thanks again.

-jw