Configuring the NIS geodatabase (Maritime Charting)

If you will be working with an enterprise production environment, you can implement any central database or load the Nautical Information System (NIS) XML workspace available with ArcGIS for Maritime: Charting and use this implementation in an enterprise geodatabase in SQL Server.

Configuring log file tables

Многопользовательские базы геоданных используют таблицы файлов журнала для обслуживания списков выбранных записей. Записи регистрируются в таблицах файлов журнала для последующего использования приложением при выборе определенного размера, проверке или публикации версионной базы данных, а также при выполнении автономного редактирования извлеченных данных в клиентском приложении. Таблицы файлов журнала хранят идентификаторы ObjectID выбранных объектов, что позволяет повторно отображать эти объекты. Это позволяет быстрее анализировать и обрабатывать информацию.

В ArcGIS по умолчанию таблицы файлов журнала используются, если набор выборки содержит 100 или более записей. Это пороговое значение выборки, равное 100 объектам, задается в реестре. Оно может быть изменено, однако Esri не рекомендует этого делать. Нет подтвержденных причин, таких как увеличение производительности, для замены этого значения, поэтому изменение этого значения может привести к возникновению проблем с производительностью.

Опции файлов журнала задаются с помощью особых параметров в таблицах SDE_server_config и SDE_dbtune.

Параметры в данных таблицах изменяются с использованием команд sdeconfig и sdedbtune соответственно. Данные команды, а также другие инструменты администрирования командной строки ArcSDE должны быть загружены с портала поддержки клиентов Esri при помощи сервера приложений ArcSDrE. Синтаксис команд и примеры использования команд приведены в руководстве по командам администрирования, которое предоставляется вместе с установкой сервера приложений ArcSDE.

Для SQL Server стандартной конфигурацией файлов журнала являются сеансовые файлы журнала, создаваемые во временной базе данных (tempdb).

При стандартной настройке в tempdb создается одна таблица в формате ##SDE_SESSION<SDE_ID>_<DBID>. <SDE_ID> – это уникальный идентификатор сеанса из таблицы SDE_process_information. <dbid> – идентификатор базы данных из SQL Server. Эта таблица усекается при удалении подключенным приложением файлов журнала и удаляется в конце сеанса. При использовании настроек SQL Server, рекомендованных для локальных баз данных, пользователям требуется только подключение к базе данных, и не требуются права доступа CREATE TABLE.

В большинстве случаев конфигурация файла журнала ArcSDE по умолчанию для вашей системы управления базами данных (DBMS) должна быть достаточной и является рекомендованной настройкой.

Информацию о таблицах файлов журнала см. в Опции настройки таблиц файлов журнала для баз геоданных в SQL Server..

Importing the NIS schema workspace

The NIS XML workspace includes one Nautical feature dataset, three delete feature classes that store the deleted features, one ClosingLinesL feature class that can be used to generate depth areas, collections and FREL tables that store spatial relationship information, and other tables.

Шаги:
  1. Start ArcMap.
  2. In the Catalog window, expand Database Connections.
  3. Double-click the NIS owner connection geodatabase to connect to it.
  4. Right-click the geodatabase you just connected to and click Import > XML Workspace Document.
  5. Click the Data option if it is not already selected.
  6. Browse to one of the following locations to open the XML file:
    • For 32-bit Windows operating systems—<Install directory>\Program Files\ArcGIS\MaritimeCharting\Desktop10.2.2\Nis\Schemas\Workspace
    • For 64-bit Windows operating systems—<Install directory>\Program Files (x86)\ArcGIS\MaritimeCharting\Desktop10.2.2\Nis\Schemas\Workspace
  7. Select NAUTICAL_NIS_TEMPLATE_GX.XML.
  8. Нажмите кнопку Открыть (Open).
  9. Щелкните Далее (Next).
  10. Щелкните Готово (Finish).

Versioning and archiving on the NIS database

Register the following objects as versioned and enable archiving.

Object type

Name

Dataset

Nautical feature dataset

Feature classes

  • ClosingLinesL
  • PLTS_NAUTICAL_DELETES_A
  • PLTS_NAUTICAL_DELETES_L
  • PLTS_NAUTICAL_DELETES_P

Tables

  • PLTS_COLLECTIONS
  • PLTS_FREL
  • PLTS_PRODUCT
  • PLTS_SREL

Шаги:
  1. In the Catalog window, click the Toggle Contents Panel button Включить панель содержания at the top.

    The Toggle Contents Panel dialog box appears.

  2. Select the Nautical feature dataset, right-click, then click Manage > Register As Versioned.

    Do not check the Register the selected objects with the option to move edits to base check box.

  3. Нажмите ОК.
  4. Select the Nautical feature dataset, right-click, then click Manage > Enable Archiving.
  5. Select the feature classes listed above, right-click the selection, and click Manage > Register As Versioned.

    Do not check the Register the selected objects with the option to move edits to base check box.

  6. Нажмите ОК.
  7. Right-click the selected feature classes and click Manage > Enable Archiving.
  8. Select the tables listed above, right-click the selection, and click Manage > Register As Versioned.

    Do not check the Register the selected objects with the option to move edits to base check box.

  9. Нажмите ОК.
  10. Right-click the selected tables and click Manage > Enable Archiving.

Defining the NIS database as the production workspace

When creating products using the product library, the production workspace should be pointing to your NIS database so the different processes in the product library can access the central database (NIS) to extract data and create the replica connections from the NIS database to the production database.

Шаги:
  1. If necessary, open the Product Library window by clicking Customize > Production > Product Library on the main menu.

    A tree view of the product library appears.

  2. Right-click Product Library and click Select Product Library.

    The Choose Product Library Workspace dialog box appears.

  3. Navigate to the product library database (product library owner connection file).
  4. Нажмите кнопку Открыть (Open).
  5. Click the Add Data button Добавить данные on the Standard toolbar and add any table or feature class from your NIS database.
    ПодсказкаПодсказка:

    Alternatively, you can drag and drop a table or feature class in the Catalog window from your NIS database into the Table Of Contents window.

  6. In the Product Library tree view, right-click the NIS database and click Create Production Database.
    Product Library tree view for NIS

    The Select Extensions dialog box appears.

  7. Click the Nautical extension and click OK.
  8. Click the drop-down arrow in the Select Configuration Keyword area and choose an option.

    Options may vary based on whether the database is a personal, file, or ArcSDE geodatabase. For an ArcSDE geodatabase, you can choose DEFAULTS unless you have configured a different ArcSDE configuration keyword.

    • DEFAULTS—Stores data up to 1 TB in size; text is stored in UTF8 format.
    • TEXT_UTF16—Stores data up to 1 TB in size; text is stored in UTF16 format.
    • MAX_FILE_SIZE_4GB—Limits data size to 4 GB; text is stored in UTF8 format.
    • MAX_FILE_SIZE_256TB—Stores data up to 256 TB in size; text is stored in UTF8 format.
  9. Click OK.

    The Creating Production Database Workspace dialog box appears with the progress.

  10. Click OK when the process completes.
  11. On the main menu, click Customize > Production > Production Properties.

    The Production Properties dialog box appears.

  12. Click Nautical Properties.
  13. In the Nautical Information System (NIS) section, click the Click to edit property cell next to Workspace and click the ellipsis (...) that appears.
  14. Browse to the location of your NIS database (NIS owner connection file).
  15. Click Open.

    The NIS workspace location is added to the property.

  16. Click OK to close the Production Properties dialog box.
  17. Right-click Product Library and click Configure > Set NIS Owner Workspace.

    A message appears asking if you want to set the NIS Owner Workspace.

  18. Click Yes.

    A message appears saying the NIS Owner Workspace was set successfully.

  19. Нажмите ОК.

Associating the NIS data model version

The NIS data model version in the product library represents the schema of the database and the product class version that will contain the configuration files. To ensure that the correct schema and configuration files are used when editing a production database, you need to associate the NIS data model version in the product library to the NIS database.

Шаги:
  1. Right-click the NIS database and click Choose Data Model Versions.

    The Choose Data Model Versions dialog box appears.

  2. Check the check box next to the NIS data model you want to associate with this NIS database.
  3. Нажмите ОК.
  4. If there is only one data model version, this will be set as the active one; if there is more than one data model version, follow the rest of the steps to set the current one.

  5. If necessary, expand the NIS database and Data Models.
  6. Right-click the data model version and click Set As Active.

    The data model version font changes to bold to indicate that it is the current data model version for the production database.

Granting privileges to the database role

You need to assign privileges to the components in the enterprise geodatabase in SQL Server.

Grant the following privileges to the CDR_EDITOR and CDR_VIEWER database roles for the Nautical feature dataset, all feature classes, and all tables (including the CDR and Prod tables).

Role

Privileges

CDR_EDITOR

Select, Insert, Update, Delete

CDR_VIEWER

Select

Шаги:
  1. In the Catalog window, click the Toggle Contents Panel button Включить панель содержания at the top.

    The Toggle Contents Panel dialog box appears.

  2. Select the Nautical feature dataset, right-click, then click Manage > Privileges.

    The Privileges dialog box appears.

  3. Щелкните Добавить (Add).
  4. Type CDR_EDITOR in the User/Role text box.
  5. Нажмите ОК.
  6. Щелкните Добавить (Add).
  7. Type CDR_VIEWER in the User/Role text box.
  8. Нажмите ОК.
  9. Check the Select, Insert, Update, and Delete check boxes for CDR_EDITOR.
  10. Check the Select check box for CDR_VIEWER.

    The privileges should look something like the following.

    Privileges for NIS editors and viewers
  11. Нажмите ОК.
  12. Select every table stored in the NIS with the exception of the following:
    • Nautical feature dataset
    • ClosingLinesL
    • PLTS_NAUTICAL_DELETES_A
    • PLTS_NAUTICAL_DELETES_L
    • PLTS_NAUTICAL_DELETES_P
  13. Right-click the selected tables and click Manage > Privileges.

    The Change Privileges dialog box appears.

  14. Type CDR_EDITOR in the User text box.
  15. Click the View (Select) (optional) drop-down arrow and choose GRANT.
  16. Click the Edit (Update/Insert/Delete) (optional) drop-down arrow and choose GRANT.
  17. Нажмите ОК.
  18. Right-click the selected tables and click Manage > Privileges.

    The Change Privileges dialog box appears.

  19. Type CDR_VIEWER in the User text box.
  20. Click the View (Select) (optional) drop-down arrow and choose GRANT.
  21. Нажмите ОК.
  22. Select the following feature classes stored in the NIS:
    • ClosingLinesL
    • PLTS_NAUTICAL_DELETES_A
    • PLTS_NAUTICAL_DELETES_L
    • PLTS_NAUTICAL_DELETES_P
  23. Right-click the selected feature classes and click Manage > Privileges.

    The Change Privileges dialog box appears.

  24. Type CDR_EDITOR in the User text box.
  25. Click the View (Select) (optional) drop-down arrow and choose GRANT.
  26. Click the Edit (Update/Insert/Delete) (optional) drop-down arrow and choose GRANT.
  27. Нажмите ОК.
  28. Right-click the selected feature classes and click Manage > Privileges.

    The Change Privileges dialog box appears.

  29. Type CDR_VIEWER in the User text box.
  30. Click the View (Select) (optional) drop-down arrow and choose GRANT.
  31. Нажмите ОК.
  32. Close ArcMap.
4/27/2014