<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to mark an error without geometry in ArcGIS Data Reviewer Questions</title>
    <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384098#M584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone from esri team ???&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2019 09:44:19 GMT</pubDate>
    <dc:creator>M_DJohnson</dc:creator>
    <dc:date>2019-09-04T09:44:19Z</dc:date>
    <item>
      <title>Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384095#M581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple custom check If no features in the FeatureClass that need to mark an error without geometry&amp;nbsp;but when run this custom check it is throwing an error given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:&amp;nbsp;Unable to get row for OID 0 in Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;IPLTSError2 ipReviewerResult = new PLTSErrorClass() as IPLTSError2;&lt;BR /&gt;ipReviewerResult.ErrorKind = pltsValErrorKind.pltsValErrorKindWarning; &lt;BR /&gt;ipReviewerResult.LongDescription = "Dataset does not contain at least one feature";&lt;BR /&gt;ipRevResultCollection.AddError(ipReviewerResult);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 10:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384095#M581</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2019-05-23T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384096#M582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone here ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:56:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384096#M582</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2019-07-09T06:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384097#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible insert ReviewerResult without geometry ??&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 11:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384097#M583</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2019-08-01T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384098#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone from esri team ???&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 09:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384098#M584</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2019-09-04T09:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384099#M585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/10628"&gt;M D Johnson&lt;/A&gt;‌, A Reviewer result/error is typically created against a row/feature in source feature class. When a custom check creates a PLTSError, it will be able to define the row on which the error occurred. We do this by&amp;nbsp;identifying the&amp;nbsp;source feature. Typically this information is stored in the error as part of the ObjectID field. Also, &lt;STRONG&gt;where there is no geometry&lt;/STRONG&gt; (error geometry for an error) &lt;STRONG&gt;provided&lt;/STRONG&gt; for the IPLTSError (set using IPLTSError2 interface ), the system tries to use the original feature's geometry as the error geometry for the feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, you are looking for an ability to&amp;nbsp;create an error for the feature class and not pointing to any particular feature. This is &lt;STRONG&gt;currently not supported as part of Reviewer Custom Check.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is alternative, but this cannot be run as part of a batch job.&lt;STRONG&gt; &lt;/STRONG&gt;You will need to write a custom button/command/tool which can use &lt;A href="https://www.arcgis.com/home/item.html?id=06073a94a0f443179bf99bf8a3549286"&gt;&lt;STRONG&gt;Write To Reviewer Table sample&lt;/STRONG&gt;&lt;/A&gt; to write this as an error to Reviewer&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;table. This will create an error in the Reviewer errors that points to the feature class.&amp;nbsp; The sample link I referenced is an old version. But you will need to modify a couple of namespaces and code to be able to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="111" src="https://community.esri.com/legacyfs/online/458855_WriteToReviewerREference.png" width="414" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also there will be one more change from the sample code that you will need to make to get this working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="124" src="https://community.esri.com/legacyfs/online/458856_pastedImage_2.png" width="599" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 23:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384099#M585</guid>
      <dc:creator>ShankarChandrasekaran</dc:creator>
      <dc:date>2019-09-05T23:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to mark an error without geometry</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384100#M586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We felt that this information is stored in the unit table so it should have functionality to store information as a record. In the DR Flag Missing Feature is do the same thing what we are expecting. Could you please look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the suggested base command procedure also need to give geometry input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Johnson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 06:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/need-to-mark-an-error-without-geometry/m-p/384100#M586</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2019-09-30T06:29:12Z</dc:date>
    </item>
  </channel>
</rss>

