ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • 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

Help

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Daten verwalten
  • Werkzeuge
  • Mehr ...

Upgrade Production Database

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

Zusammenfassung

Aktualisiert das Schema einer Produktionsdatenbank. In einer Produktionsdatenbank werden Tabellen gespeichert, die von Esri Mapping and Charting Solutions verwendet werden. In Esri Production Mapping, Esri Defense Mapping und ArcGIS for Aviation: Charting sind unterschiedliche Datenmodelle in den jeweiligen Produktionsdatenbanken gespeichert. Diese Datenmodelle enthalten eine Beschreibung von in Papierform vorliegenden Karten oder Diagrammen, die auf Produktspezifikationen basieren.

Verwendung

  • Der Workspace für die Produktdatenbank muss eine Geodatabase sein, die eine Produktionsdatenbank enthält. Durch dieses Werkzeug wird die Produktionsdatenbank auf die neueste Version aktualisiert.

  • Use a path to a connection file if Workspace for Product Database references an enterprise geodatabase. The user credentials in the connection file must have permission to create data in the workspace.

  • You can use a configuration keyword for file and enterprise geodatabases. Each geodatabase type and configuration supports different configuration keywords; however, personal geodatabases do not support keywords.

Syntax

UpgradeProductionDatabase(production_database_workspace, {database_config_keyword})
ParameterErläuterungDatentyp
production_database_workspace

The workspace that will store the production database.

Workspace
database_config_keyword
(optional)

Database storage or configuration keyword. The default is Defaults.

String

Codebeispiel

UpgradeProductionDatabase – Beispiel (eigenständiges Skript)

Das folgende eigenständige Skript veranschaulicht, wie Sie das Werkzeug "UpgradeProductionDatabase" verwenden. Dieses Skript aktualisiert eine Produktionsdatenbank mit einem Schema aus einer früheren Version.

# Name: UpgradeProductionDatabase_Example.py
# Description: Upgrades a production database in an existing file geodatababase to the current schema
# Requirements: Production Mapping extension

# import arcpy and checkout a Production Mapping license
import arcpy
arcpy.CheckOutExtension("foundation")

#Set local variables
productiondatabase_workspace = "C:\\Data\\ProductionDatabase.gdb"
database_config_keyword = "DEFAULTS"

# upgrades a production database
arcpy.UpgradeProductionDatabase_production(productiondatabase_workspace, database_config_keyword)

print "Script completed successfully."

# Check in the extension
arcpy.CheckInExtension("foundation")

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • ArcGIS Desktop Basic: Nein
  • ArcGIS Desktop Standard: Erfordert Production Mapping
  • ArcGIS Desktop Advanced: Erfordert Production Mapping

Verwandte Themen

  • Create Production Database
  • Create Product Library
  • What is the product library?
  • Was sind Konfigurationsschlüsselwörter?
  • An overview of the Product Library toolset

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
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2019 Esri. | Datenschutz | Rechtliches