Add field to AG via ARSXML

Previous topic - Next topic

jsquizz

Greetings all,

I am trying to add some a new field to an Application Group via ARSXML. A field that has a database value / displayed value (Trying to add a dropdown to a folder, without having to use the admin client..)

Is this possible to do? I've tried several scenarios and cannot get it to work.

Thanks in advance
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Nolan

You tried the escape charaters?  & # 47 ;  - remove the spaces.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

jsquizz

Quote from: Nolan on March 13, 2017, 07:21:24 PM
You tried the escape charaters?  & # 47 ;  - remove the spaces.

Thanks for the quick response. A bit confused at what you're asking. Can you possibly clarify a bit?

thanks.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Nolan

If I understand correctly you want to put the character '/' in a field name.   Replace the / with &# 47; (again remove the space).  That should work.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

jsquizz

Here is what I am trying to do, again sorry for any confusion.

I have an application group with a field defined. Under mapping I have four "dropdowns.." setup (4 displayed values each with their database values..)

I want to add additional displayed values / db values to this field.

Is this possible with ARSXML?
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Nolan

Sorry, haven't tried that but it should be available.   What I recommend is create a test AG with two or three of the values that you want in the dropbox using the admin GUI, then use ARSXML to unload/extract that AG.  I would then either mock up the extract file to match your requirements or use it as a guide to see how to define the fields.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

jsquizz

Thanks Nolan.

I was able to accomplish this. What I did was quite simple and has a great amount of portability. I dissected the ondemand.xsd file, and played with it a few times until I got the results that I wanted.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING