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

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

Import Job Data

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

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

概要

Imports configuration and job information from a Workflow Manager repository to a destination repository. This tool is most useful for setting up a repository similar to an existing repository, disconnected repository replica creation, and changing synchronization.

使用法

  • The Repository Name parameter is the name of the Workflow Manager repository to which you will connect.

  • The Input JXL/Acknowledgement file is generated using the Export Job Data tool.

  • The Merge parameter allows you to append the contents of the input JXL file to the existing configuration in your database. If the Merge parameter is not checked, the existing contents of the specified repository will be deleted.

構文

ImportJobData(Input_File, Input_Merge, {Input_DatabasePath}, {Input_Repository_Name})
パラメーター説明データ タイプ
Input_File

The JXL file that contains the jobs and configuration elements generated using the Export Job Data tool.

File
Input_Merge

Specifies whether contents of the destination Workflow Manager repository should be combined rather than overwritten with the contents of the input configuration file.

  • COMBINE —Combines the contents of the destination Workflow Manager database with the contents of the input configuration file.
  • REPLACE —Replaces the entire contents of the destination Workflow Manager database with the contents of the input configuration file.
Boolean
Input_DatabasePath
(オプション)

The Workflow Manager connection file that contains the connection information to the destination repository. If no connection file is specified, the current default Workflow Manager database in the project will be used.

File
Input_Repository_Name
(オプション)

The name of the repository as specified in the Workflow Manager system settings. This name should be unique within all the repositories in your cluster. If the repository name is not specified, the current default Workflow Manager repository name will be used.

String

派生した出力

名前説明データ タイプ
Output_Status

The result of the import job data operation. Returns 0 on success.

Long

コードのサンプル

ImportJobData example 1 (stand-alone Python script)

Import the configuration, with job information, of a Workflow Manager repository, replacing the existing contents of the destination repository.

# Import arcpy module
import arcpy

# Check out any necessary licenses
arcpy.CheckOutExtension("JTX")

# Script arguments
Input_File = "C:\\Temp\\WMXRepository.jxl"
Input_Merge = "REPLACE"
Input_DatabasePath = "C:\\Program Files\\WMX\\Database\\wmx.jtc"
Input_Repository_Name = "WMXRepository"

# Process: Import Job Data
arcpy.ImportJobData_wmx(Input_File, Input_Merge, Input_DatabasePath, Input_Repository_Name)
ImportJobData example 2 (stand-alone Python script)

Import the configuration, with job information, of a Workflow Manager repository, merging the contents of the .jxl file with the existing contents of the destination repository.

# Import arcpy module
import arcpy

# Check out any necessary licenses
arcpy.CheckOutExtension("JTX")

# Script arguments
Input_File = "C:\\Temp\\WMXRepository.jxl"
Input_Merge = "COMBINE"
Input_DatabasePath = "C:\\Program Files\\WMX\\Database\\wmx.jtc"
Input_Repository_Name = "WMXRepository"

# Process: Import Job Data
arcpy.ImportJobData_wmx(Input_File, Input_Merge, Input_DatabasePath, Input_Repository_Name)

環境

このツールは、ジオプロセシング環境を使用しません。

ライセンス情報

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

関連トピック

  • An overview of the Workflow Manager toolbox
  • Export Job Data

ArcGIS Desktop

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

ArcGIS プラットフォーム

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

Esri について

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