Available with Workflow Manager license.
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:
- Export the dbtune file before making any modifications.
- Open ArcCatalog.
- Open ArcToolbox.
- Open the Geodatabase Administration toolset in the Data Management Tools toolbox.
- Open the Export Geodatabase Configuration Keywords tool.
- Browse to the database connection for Input Database Connection.
- Specify dbtune_exp.txtfor Output File.
- Click OK.
- Copy dbtune_exp.txt to dbtune_wmx.txt.
- 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
- Import the modified dbtune_wmx.txt file.
- Open ArcCatalog.
- Open ArcToolbox.
- Open the Geodatabase Administration toolset in the Data Management Tools toolbox.
- Open the Import Geodatabase Configuration Keywords tool.
- Browse to the database connection for Input Database Connection.
- Browse to dbtune_wmx.txtfor Input File.
- Click OK.