ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Upgrade Workflow Database

Workflow Manager のライセンスで利用可能。

  • サマリー
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

サマリー

The Upgrade Workflow Database tool upgrades an existing Workflow Manager database with the latest schema and configuration. The Workflow Manager database is used to store the job and configuration information for your work management system and one feature class that is used to store the geometries for the Location of Interest (LOI) for your jobs.

In Workflow Manager databases created with an earlier version than 10.3, a group named Administrator is created with the AdministratorAccess privilege. The user running the tool is added to the Administrator group, which grants the user administrator access. For more information about Privileges, see Privileges. Administrator access means the current user can connect to the selected database through the Workflow Manager Administrator to make edits to components of your system. The existing Workflow Manager system settings are preserved during the upgrade.

注意:

The Workflow Manager system tables are geodatabase tables and are registered with your enterprise geodatabase. Thus, it is strongly advised that you not delete or modify these tables using your RDBMS tools.

注意:

If upgrading a 10.0 Workflow Manager database, see Upgrading an existing Workflow Manager system for additional instructions.

使用法

  • When upgrading a Workflow Manager database, an owner user account with privileges—including Update, Insert, Select, and Delete—is required, and a direct connection file (.sde) to the enterprise database must be used.

    注意:

    The Update, Insert, Select, and Delete privileges are equivalent to those granted to the data creator user. These database-level permissions should be assigned by your database administrator for the Workflow Manager database.

  • The Upgrade Workflow Database tool updates system tables, adding new fields and tables that are part of the new schema. The following configuration elements are also updated.

    • Privileges
    • Groups
    • Status Types
    • Activity Types
    • Notification Types
    • Settings
    • Priorities
    • Holds
  • The User Storeparameter defines from which user store the user and role information is imported. You have two options to obtain the information: Portal and Traditional. When Portal is selected, the users are retrieved from an existing portal and added to the Workflow Manager repository. When Traditional is selected, the users and group roles are defined by the Administrator in the Workflow Manager Administrator. These roles may be imported from an Active Directory or created manually.

    注意:

    To import the user store information from a Portal, you must be logged in to the portal.

構文

UpgradeWorkflowDatabase_wmx (Input_Database_Connection, {User_Store})
パラメーター説明データ タイプ
Input_Database_Connection

The location of the enterprise geodatabase connection file to the Workflow Manager database, which contains Workflow Manager system tables. The connection file must connect directly to the database and the connection should be made as a database owner.

Workspace
User_Store
(オプション)

The user store from which to retrieve the users and roles. The users can be imported from a portal and are assigned to roles created in the Workflow Manager repository. The portal user profile information cannot be edited using Workflow Manager Administrator. The users and roles can be created in the Workflow Manager repository using the Traditional option. When using the Traditional option, the users and roles may be imported from the Active Directory in Workflow Manager Administrator.

If no option is selected, Traditional is used by default.

  • PORTAL —The users will be imported from the portal you are currently signed in to.
  • TRADITIONAL —The users and roles will be created in the Workflow Manager repository using Workflow Manager Administrator. Users and roles can be imported from the Active Directory when this option is used.
String

派生した出力

名前説明データ タイプ
Output_DatabasePath

The output database file (.jtc) with Workflow Manager schema. The .jtc file is stored in the Project folder.

コードのサンプル

UpgradeWorkflowDatabase example 1 (stand-alone script)

This script upgrades an existing Workflow Manager database to the latest schema, and the user store is set up in the Workflow Manager Administrator. Since no database configuration keyword is specified, DEFAULTS will be used by the tool.

# Import arcpy module
import arcpy

# Local variables:
Input_Database_Connection = r'C:\wmxrepository.sde'
User_Store = 'TRADITIONAL'

# Process: Upgrade Workflow Database
arcpy.UpgradeWorkflowDatabase_wmx(Input_Database_Connection, "", User_Store)
UpgradeWorkflowDatabase example 2 (stand-alone script)

This script upgrades an existing Workflow Manager database to ArcGIS Pro schema, and the user store is imported from a portal you are currently signed in to. The database configuration keyword WMX is utilized.

# Import arcpy module
import arcpy

# Local variables:
Input_Database_Connection = r'C:\wmxrepository.sde'
Config_keyword = 'WMX'
User_Store = 'PORTAL'

# Process: Upgrade Workflow Database
arcpy.UpgradeWorkflowDatabase_wmx(Input_Database_Connection, Config_keyword, User_Store)

環境

  • 出力データのコンフィグレーション キーワード

ライセンス情報

  • ArcGIS Desktop Basic: いいえ
  • ArcGIS Desktop Standard: 次のものが必要 Workflow Manager
  • ArcGIS Desktop Advanced: 次のものが必要 Workflow Manager

関連トピック

  • An overview of the Workflow Manager toolbox
  • Create Workflow Database

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS プラットフォーム

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2019 Esri. | プライバシー | リーガル