Making configuration keywords available in ArcGIS

You can specify configuration keywords when you create datasets in ArcGIS Desktop or when using ArcObjects. To make configuration keywords accessible to ArcGIS Desktop and ArcObjects users, you must have a user interface (UI) storage parameter in the configuration keyword's parameter group. Any configuration keywords that do not have a UI storage parameter will not be available to the ArcGIS users.

The UI storage parameters are

UI_TEXT—General user interface storage parameter; to be used with any keyword, other than network or topology keywords, you want to make available to users

UI_NETWORK_TEXT—User interface storage parameter for a parent network keyword

UI_TOPOLOGY_TEXT—User interface storage parameter for a parent topology keyword

UI_TERRAIN_TEXT—User interface storage parameter for a parent terrain keyword

These parameters are present in most of the keyword parameter lists of the default dbtune.sde file. However, if you create your own keywords that you want to be available to ArcGIS users, you should add the appropriate UI storage parameter to the keyword's parameter list.

NoteNote:

A UI storage parameter is not needed and should not be added to the DATA_DICTIONARY configuration keyword parameter list. The DATA_DICTIONARY configuration keyword is used to specify storage of the ArcSDE geodatabase system tables and cannot be used for datasets.

Some rules about adding user interface storage parameters

To add a UI configuration parameter to the DBTUNE table, do the following:

Steps:
  1. Export the DBTUNE table to the dbtune.sde file using the sdedbtune –o export command.
  2. Open the dbtune.sde file in a text editor.
  3. Locate or create the configuration keyword that you want to make available in the ArcGIS user interface.
  4. If the keyword is used to build tables, feature classes, and indexes, add the UI_TEXT storage parameter to the parameter list. If the keyword is a parent network keyword, add the UI_NETWORK_TEXT storage parameter. If the keyword is a parent topology keyword, add the UI_TOPOLOGY_TEXT storage parameter.
  5. Overwrite the DBTUNE table with the new information by importing the altered dbtune.sde file using the sdedbtune –o import command.

8/19/2013