ArcGIS Desktop

  • Dokumentation
  • Support

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Import Job Data

Mit der Workflow Manager-Lizenz verfügbar.

  • Zusammenfassung
  • Verwendung
  • Syntax
  • Codebeispiel
  • Umgebungen
  • Lizenzinformationen

Zusammenfassung

This tool allows you to import Workflow Manager configuration and job information found in a repository into a destination repository. This tool is most useful for setting up a repository similar to an existing repository, disconnected repository replica creation, and change synchronization.

Verwendung

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

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

  • By checking the Merge option you are appending the contents of the input JXL file to the existing configuration in your database. If the Merge option is not checked, the existing contents of the specified repository will be wiped out.

Syntax

ImportJobData_wmx (Input_File, Input_Merge, {Input_DatabasePath}, {Input_Repository_Name})
ParameterErläuterungDatentyp
Input_File

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

File
Input_Merge

Choose whether contents of the destination workflow manager repository should be combined instead of being overwritten with the contents of the input configuration file.

  • COMBINE —Combine the contents of the destination Workflow Manager database with the contents of the input configuration file.
  • REPLACE —Replace the entire contents of the destination Workflow Manager database with the contents of the input configuration file.
Boolean
Input_DatabasePath
(optional)

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 is used.

File
Input_Repository_Name
(optional)

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

String

Codebeispiel

ImportJobData example 1 (stand-alone Python script)

Import the configuration, with job information, of a workflow manager repository, replacing the existing contents of the 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 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)

Umgebungen

Dieses Werkzeug verwendet keine Geoverarbeitungsumgebungen.

Lizenzinformationen

  • ArcGIS Desktop Basic: Nein
  • ArcGIS Desktop Standard: Erfordert Workflow Manager
  • ArcGIS Desktop Advanced: Erfordert Workflow Manager

Verwandte Themen

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

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS Plattform

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

Über Esri

  • Über uns
  • Karriere
  • Insider-Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2018 Esri. | Datenschutz | Rechtliches