Hi there,
I'm writing some scripts relating to the process of upgrading the geodatabase, testing if Default is Protected, if Network Topology is enabled then disable, etc.
The part I'm working on now is to see if the UNM requires an upgrade. I know in my particular case it does but would like to know if it's possible to determine if it can be? I know there is an attribute 'isCurrent' when you use arcpy.Describe on a sde connection to see if the geodatabase can be upgraded so I was wondering is there anything similar or 2 methods to call (eg. what version am i and what version does the system provide) for the UNM.
Thanks