ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Modifying configuration keywords for the NIS workspace

After creating the data files, modify the DBTUNE to include a new configuration keyword. Based on this new keyword, the data and database objects will be stored in the FileGroups location that was previously defined. The DBTUNE table is stored in the geodatabase in SQL Server. To modify the DBTUNE, it's necessary to export the DBTUNE into a text file and make modifications in the text file. After the updates to the text file are made, import the new DBTUNE from the text file.

Note:

Copying and pasting the examples may cause syntax errors.

  1. Export the dbtune file before making any modifications.
    1. Start ArcCatalog.

      Tip:

      You can also export using ArcMap.

    2. Click the ArcToolbox button ArcToolbox on the Standard toolbar.
    3. Expand Data Management Tools > Geodatabase Administration.
    4. Double-click Export Geodatabase Configuration Keywords.

      The Export Geodatabase Configuration Keywords dialog box appears.

    5. Click the browse folder for the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase you want to export.
    6. Click the browse folder for the Output File parameter and browse to the path where the file will be exported.
    7. Name the file dbtune_exp.txt and click Save.
    8. Click OK on the Export Geodatabase Configuration Keywords dialog box.
  2. Copy dbtune_exp.txt to dbtune_<Database Name>.txt.
  3. Using a file-based editor, modify the ##DEFAULTS configuration keywords to control in which FileGroup the tables and indexes will be created.
    Note:

    If your geodatabase only stores the NIS workspace, the dbtune_<Database Name>.txt file can be opened in a text editor where you can manually edit the ##DEFAULTS configuration keyword; otherwise, create a new configuration keyword using the following example.

    dbtune_nis.sde
    
    ##DATA_DICTIONARY
    B_CLUSTER_ROWID            0
    B_CLUSTER_USER             0
    B_INDEX_ROWID              "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX"
    B_INDEX_USER               "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    B_STORAGE                  "ON NIS_SDEDICT"
    I_STORAGE                  "ON NIS_SDEDICT"
    MVTABLES_MODIFIED_INDEX    "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    MVTABLES_MODIFIED_TABLE    "ON NIS_SDEDICT"
    STATE_LINEAGES_INDEX       "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    STATE_LINEAGES_TABLE       "ON NIS_SDEDICT"
    STATES_INDEX               "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    STATES_TABLE               "ON NIS_SDEDICT"
    VERSIONS_INDEX             "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    VERSIONS_TABLE             "ON NIS_SDEDICT"
    XML_INDEX_TAGS_INDEX       "WITH FILLFACTOR = 75 ON NIS_SDEDICTINDEX”
    XML_INDEX_TAGS_TABLE       "ON NIS_SDEDICT”
    END
    
    ##DEFAULTS
    A_INDEX_RASTER	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_INDEX_ROWID	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_INDEX_SHAPE	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_INDEX_STATEID	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_INDEX_USER	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_INDEX_XML	"WITH FILLFACTOR = 75 ON NIS_AINDEX"
    A_STORAGE	"ON NIS_ADATA"
    B_INDEX_RASTER	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_INDEX_ROWID	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_INDEX_SHAPE	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_INDEX_TO_DATE	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_INDEX_USER	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_INDEX_XML	"WITH FILLFACTOR = 75 ON NIS_BINDEX"
    B_STORAGE	"ON NIS_BDATA"
    D_INDEX_ALL	"WITH FILLFACTOR = 75 ON NIS_DINDEX"
    D_INDEX_DELETED_AT	"WITH FILLFACTOR = 75 ON NIS_DINDEX"
    D_STORAGE	"ON NIS_DDATA"
    GEOMETRY_STORAGE	"GEOMETRY"
    S_INDEX_ALL	"WITH FILLFACTOR = 75 ON NIS_SINDEX"
    S_INDEX_SP_FID	"WITH FILLFACTOR = 75 ON NIS_SINDEX"
    S_STORAGE	"ON NIS_SDATA"
    XML_DOC_INDEX              "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_DOC_STORAGE            "ON NIS_XMLDOC"
    XML_IDX_INDEX_DOUBLE       "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_IDX_INDEX_ID           "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_IDX_INDEX_PK           "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_IDX_INDEX_STRING       "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_IDX_INDEX_TAG          "WITH FILLFACTOR = 75 ON NIS_XMLINDEX"
    XML_IDX_STORAGE            "ON NIS_XMLINDEX"
    END
    
  4. Import the modified dbtune_<Database Name>.txt file using ArcCatalog or ArcMap.
    1. In the ArcToolbox window, expand Data Management Tools > Geodatabase Administration.
    2. Double-click the Import Geodatabase Configuration Keywords tool.

      The Import Geodatabase Configuration Keywords dialog box appears.

    3. Click the browse button next to the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase from which to import.
    4. Click the browse folder for the Input File parameter and browse to the path where the file will be imported.
    5. Name the file dbtune_<Database Name>.txt and click Open.
    6. Click OK on the Import Geodatabase Configuration Keywords dialog box.

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2020 Esri. | Privacy | Legal