I've tried unregistering (sdelayer -o delete) and re-registering (sdelayer -o register) some feature classes with exactly the same entity mask, config keyword, etc. they had before and as a result their layer_mask value has changed from 128 to 192. For most other feature classes the unregistration/reregistration process leaves the value invariant. Just wondering if this is indicating that I'm missing something in doing the reregistration
Since this is a Geodatabase system table I would assume that the value is only relevant to that specific layer. Here is what the help days about that column:
Stores additional internal properties about the layer
System tables of a geodatabase in SQL Server—Help | ArcGIS Desktop look at the table for SDE_layers
Thanks - I saw that explanation but was wondering what specifically "additional internal properties" means.
That information would more than likely not be public information, even within support.
What is the version of the enterprise geodatabase which you are manipulating? What is the release of the admin binaries?
I haven't needed to use sdelayer -o delete in over a decade, possibly two, so I can't help but wonder why you need to use this (and fear for the integrity of your geodatabase).
- V
Thanks Vince, our geodatabase is at 10.2. We use the sdelayer -o register, etc. commands to register feature classes with SDE, rather than registering with the geodatabase. We do this since at version 10.2 you cannot register views with the geodatabase. Next year we will be upgrading to 10.5 so at that time we will be able to finally abandon the sde binary commands.