Select to view content in your preferred language

AP_Configure_categories Domain code is invalid

1186
5
09-06-2023 06:04 AM
TobeyKane-Seitz
Occasional Contributor

Hi all, 

When running the Asset Package to Geodatabase tool (or apply asset package), I'm receiving an error that the  values 3, 4, 5, & 6 are invalid for the AP_Configure_Categories domain. This is a domain that comes with the Stormwater Utility Network Foundation solution and it has not been edited. 

TobeyKaneSeitz_0-1694005387320.png

I'm not using this domain for the D_Configurations table - is it safe to edit or delete this domain? Any ideas why it would be giving errors with seemingly valid domain code values? Thanks in advance! 

 

0 Kudos
5 Replies
MikeMillerGIS
Esri Frequent Contributor
Those were added in a newer version of the untools. Can you post what version of the untools you have

0 Kudos
TobeyKane-Seitz
Occasional Contributor

Hi Mike - 2.9.4

0 Kudos
TobeyKane-Seitz
Occasional Contributor

Updating to 2.9.7 worked - can you explain what the relationship is between the untools version and that domain? 

0 Kudos
MikeMillerGIS
Esri Frequent Contributor

Those new codes where added for additional functionality in the config table.  Only the new untools know how to use them.

The Configuration category uses a domain with the following values:

  • 0: Ignored—The item specified in the row will be ignored from the process to determine if it should be included or excluded. This value has no effect on the output.
  • 1: Evaluated—The item specified in the row will not be added or applied to the output when this category is unchecked. It will only be added or applied when the value is set to Evaluated in any category that is checked on.
  • 2: Exclusive—The item specified in the row will not be added or applied to the output if this category is not checked on, regardless of other categories that are checked on and the values they have set in this row.
  • 3: Remove when applied— Checking or applying a category with this value will remove the value in the target. If another category is checked on or applied and the row in that other category has a value of 6, 5, 2, 1 the value will not be removed from the target.
  • 4: Always remove when applied— Checking or applying a category with this value will remove the value in the target. If another category is checked on or applied and the row in that other category has a value of 6 or 2, the value will not be removed from the target.
  • 5: Keep when applied— Checking or applying a category with this value will apply the value to the target. If another category is checked on or applied and the row in that other category has a value of 4 the value will be removed from the target.
  • 6: Always keep when applied— Checking or applying a category with this value will apply the value to the target. No other value will override this value.

from https://solutions.arcgis.com/utilities/help/utility-network-automation/asset-package-reference/d-con...

TobeyKane-Seitz
Occasional Contributor

Thank you!

0 Kudos