The database connection (.sde file) to the enterprise geodatabase in which traditional versioning system table inconsistencies may exist.
The connection must be made as the geodatabase administrator.
Workspace
Diagnostic Version Metadata Log
The name and location of the output log file.
The log file is an ASCII file containing a list of the system tables in the specified version that contain inconsistent records, as well as the database connection file used.
The database connection (.sde file) to the enterprise geodatabase in which traditional versioning system table inconsistencies may exist.
The connection must be made as the geodatabase administrator.
Workspace
out_log
The name and location of the output log file.
The log file is an ASCII file containing a list of the system tables in the specified version that contain inconsistent records, as well as the database connection file used.
File
Derived output
Name
Explanation
Data type
out_workspace
The updated input workspace.
Workspace
Code sample
DiagnoseVersionMetadata sample 1 (Python window)
You can alter and run the following from a Python window to discover if inconsistencies exist in the versioning system tables and export those messages to a log file.
This example connects through the productiongdb.sde database connection file and exports a file named gdb_diagnose.log to the temp directory.