Start a Reviewer Session Editing ==> by code

2576
3
07-30-2012 04:53 AM
BI_IRIE_FABRICEIRIE
New Contributor
Hi,

I want to start an editing session reviewer on my existing reviewer table programmatically. Is it possible ?

Fabrice
Tags (2)
0 Kudos
3 Replies
MichelleJohnson
Esri Contributor
May I ask what are you trying to accomplish?  There is no published API for Data Reviewer for Desktop.  But if I can understand your business case, maybe there's another workflow that may work for you.
0 Kudos
BI_IRIE_FABRICEIRIE
New Contributor
Thank meikojosan for your answer.
The purpose of my work is to use data Reviewer to create a tool for detection of Tuple in Geodatabase. I try to customize ArcMap by simplifying the use of Data Reviewer for non GIS specialist.

My current workflow is :
- Create predefined jobs (*.rbj)  associated with buttons. Generally duplicate detections.
- Execute jobs using the geoprocessing ==> ExecuteReviewerBatchJob_Reviewer
- View the results records in the Reviewer Table. It is for this that I would start a dataReviewer session .
- The user delete the records he doesn't want
- I deleted the remaining records in the Geodatabase depending on the content of the reviewer table

What is the best way to do this? We would also like to customize some parameters of job. For example tolerances for intersections.

Best Regards,
Fabrice
0 Kudos
MichelleJohnson
Esri Contributor
Have you considered using Workflow Manager?  At the release of version 10, Data Reviewer provides several custom steps that can help with a QC workflow.

The custom steps are:

Create Reviewer Session
Run Reviewer Batch Job
Start Reviewer Session

Since there is not a published API, there is no programmatic way that is supported to start an edit session on the Reviewer Table.

Don't know if this would help, you can delete sessions using the ReviewerConsole.exe.
0 Kudos