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 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

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Adding a configuration keyword to the geodatabase table in SQL Server for the Workflow Manager (Classic) workspace

Available with Workflow Manager license.

  • Adding a configuration keyword to the DBTUNE (Modifying DBTUNE)
Complexity:
Beginner
Data Requirement:
ArcGIS Tutorial Data for Desktop

Adding a configuration keyword to the DBTUNE (Modifying DBTUNE)

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 under the geodatabase in SQL Server. To modify the DBTUNE, you need to export the DBTUNE into a text file and then make modifications in the text file. After the updates to the text file are made, import the new DBTUNE from the text file.

To create a new DBTUNE keyword, complete the following steps:

Note:

Copying and pasting the examples may cause syntax errors.

  1. Export the dbtune file before making any modifications.
    1. Open ArcCatalog.
    2. Open ArcToolbox.
    3. Open the Geodatabase Administration toolset in the Data Management Tools toolbox.
    4. Open the Export Geodatabase Configuration Keywords tool.
    5. Browse to the database connection for Input Database Connection.
    6. Specify dbtune_exp.txtfor Output File.
    7. Click OK.
  2. Copy dbtune_exp.txt to dbtune_wmx.txt.
  3. Using a file-based editor, modify the ##DEFAULTS configuration keywords to specify the FileGroup where the tables and indexes will be created.

    If your database only stores the Workflow Manager (Classic) repository, the dbtune_wmx.txt file can be opened in a text editor where you can manually edit the ##DEFAULTS configuration keyword; otherwise, create a configuration keyword using the following example:

    dbtune_wmx.txt
    
    ##DEFAULTS
    A_INDEX_RASTER             "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_INDEX_ROWID              "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_INDEX_SHAPE              "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_INDEX_STATEID            "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_INDEX_USER               "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_INDEX_XML                "WITH FILLFACTOR = 75 ON WMX_AINDEX"
    A_STORAGE                  "ON WMX_ADATA"
    B_INDEX_RASTER             "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_INDEX_ROWID              "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_INDEX_SHAPE              "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_INDEX_TO_DATE            "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_INDEX_USER               "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_INDEX_XML                "WITH FILLFACTOR = 75 ON WMX_BINDEX"
    B_STORAGE                  "ON WMX_BDATA"
    D_INDEX_ALL                "WITH FILLFACTOR = 75 ON WMX_DINDEX"
    D_INDEX_DELETED_AT         "WITH FILLFACTOR = 75 ON WMX_DINDEX"
    D_STORAGE                  "ON WMX_DDATA"
    F_INDEX_AREA               "WITH FILLFACTOR = 75 ON WMX_FINDEX"
    F_INDEX_FID                "WITH FILLFACTOR = 75 ON WMX_FINDEX"
    F_INDEX_LEN                "WITH FILLFACTOR = 75 ON WMX_FINDEX"
    F_STORAGE                  "ON WMX_FDATA"
    GEOMETRY_STORAGE           "GEOMETRY"
    GEOMTAB_PK                 "WITH FILLFACTOR = 75 ON WMX_FINDEX"
    GEOMTAB_STORAGE            "ON WMX_FDATA"
    I_STORAGE                  "ON WMX_FDATA"
    S_INDEX_ALL                "WITH FILLFACTOR = 75 ON WMX_SINDEX"
    S_INDEX_SP_FID             "WITH FILLFACTOR = 75 ON WMX_SINDEX"
    S_STORAGE                  "ON WMX_SDATA"
    END
    

  4. Import the modified dbtune_wmx.txt file.
    1. Open ArcCatalog.
    2. Open ArcToolbox.
    3. Open the Geodatabase Administration toolset in the Data Management Tools toolbox.
    4. Open the Import Geodatabase Configuration Keywords tool.
    5. Browse to the database connection for Input Database Connection.
    6. Browse to dbtune_wmx.txtfor Input File.
    7. Click OK.

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

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