Has anyone ever used ArcPy to Enable Data Reviewer? By this I mean add the necessary feature dataset and tables to an existing geodatabase in order for it to be considered a Reviewer workspace and store Data Reviewer results. The Sytax Provided by ESRI is such:
EnableDataReviewer_Reviewer (workspace, {spatial_reference}, {register_as_versioned}, {config_keyword})
I got the code from this location:
https://desktop.arcgis.com/en/desktop/latest/tools/data-reviewer-toolbox/enable-data-reviewer.htm
When I use it however, I am getting this error:
AttributeError: ‘module’ object has no attribute ‘EnableDataReviewer_Reviewer’
I am using Arc 10.2.2, not sure if that has something to do with it. Please let me know if you have any thoughts