ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

Help

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Plus...

Create Reviewer Session

Disponible avec une licence Data Reviewer.

  • Résumé
  • Utilisation
  • Syntaxe
  • Exemple de code
  • Environnements
  • Informations de licence

Résumé

Creates a new Reviewer session in the specified workspace.

Utilisation

  • If the specified workspace is not a Reviewer workspace, the tool returns error 090034: Selected workspace is not a Reviewer Workspace. The workspace does not have all required reviewer tables. Use the Create Reviewer Session geoprocessing tool or the Reviewer Session Manager to create a Reviewer workspace.

  • If the specified workspace contains an older version of the Reviewer schema, the tool returns error 090036: This is an older version of Reviewer workspace. You can use the Reviewer Session Manager to upgrade the workspace.

  • When creating a session in an ArcSDE geodatabase, the new session's version is the version associated with the connection properties of the Reviewer Workspace database connection.

  • The Session Template parameter allows you to copy settings from an existing Reviewer session into the new session created by this tool. Settings include the following:

    • Continue batch processing if check fails
    • Continue batch processing if default checks return error
    • Do not store geometry for faster processing
    • Reviewer Table Writer Options (Check for duplicates)
    • Reviewer Table Properties
    • Default checks
    • How to Write Results
    You can access these settings on the Reviewer Session Manager dialog box by clicking the Advanced button.

Syntaxe

CreateReviewerSession_Reviewer (reviewer_workspace, session_name, {session_template})
ParamètreExplicationType de données
reviewer_workspace

The workspace in which a new Reviewer session is going to be created.

Workspace
session_name

The name of the session that is going to be created in the Reviewer workspace.

String
session_template
(Facultatif)

An existing Reviewer session whose properties will be copied to the new session.

String

Exemple de code

CreateReviewerSession example (stand-alone Python script)

This stand-alone Python script creates a new session in the Reviewer workspace stored in an ArcSDE geodatabase. The session is called QC Pass 1.

# Name: CreateReviewerSession.py
# Description: Creates a reviewer session in a geodatabase
# Author: Esri
# Date: December 2011

# Import arcpy module
import arcpy

# check out a data reviewer extension license
arcpy.CheckOutExtension("datareviewer")

# path to a workspace
reviewer_gdb = "C:/SampleData/Reviewer.sde"

# Execute the Create Reviewer Session tool
arcpy.CreateReviewerSession_Reviewer(reviewer_gdb, "Session 1 : QC Pass 1")

# check in the data reviewer extension
arcpy.CheckInExtension("datareviewer")

Environnements

Cet outil n'utilise aucun environnement de géotraitement

Informations de licence

  • ArcGIS Desktop Basic: Requiert Data Reviewer
  • ArcGIS Desktop Standard: Requiert Data Reviewer
  • ArcGIS Desktop Advanced: Requiert Data Reviewer

Rubriques connexes

  • An overview of the Data Reviewer toolbox

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

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

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2019 Esri. | Confidentialité | Légal