OnDemand User Group

Support Forums => Windows Client => Topic started by: maw on August 21, 2020, 08:48:28 AM

Title: automated object compare
Post by: maw on August 21, 2020, 08:48:28 AM
within the admin client you can compare two objects for differences. For example compare folder XXX in DEV versus folder XXX in production. We have the requirement to do this weekly against all objects. The help shows this

Comparing objects command
About this task
Use the Compare objects command to compare two applications, two application groups, or two folders. The comparison information is written to a file and displayed in a browser

Are they referring to just the admin client functionality, or is there a command we can execute within a script? They say command, so I am hoping it is externalized from the client, and usable outside of it.
Title: Re: automated object compare
Post by: jsquizz on August 24, 2020, 06:40:24 AM
I would-

Export everything to an xml file, via arsxml
Do some scripting of that output file, to peform your comparison.