Why am I not able to add a domain to a long integer field of a feature class in a SQL SDE database? In ArcCatalog I click on a long integer field and I do not have the option to set a domain. I can add a domain with this same feature class that has been copied to a file geodatabase.
Anyone have any suggestions or pointers what I may be doing wrong?
Solved! Go to Solution.
Do you actually have a domain created in your geodatabase that is for a Long Integer field type? I was able to replicate this issue from a quick test on a file geodatabase. Once I created a domain with a Long Int field type, I was able to assign it to the Long Int field.
Hi Michael,
What version is your SQL Server (i.e. 2012) instance, and what version is your geodatabase (i.e. 10.3)?
SQl is 2012 and enterprise GDB is 10.2.2
Do you actually have a domain created in your geodatabase that is for a Long Integer field type? I was able to replicate this issue from a quick test on a file geodatabase. Once I created a domain with a Long Int field type, I was able to assign it to the Long Int field.
Blake,
You nailed it! It works now.
Thanks a ton!