<?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: Trouble With Valency Check in ArcGIS Data Reviewer Questions</title>
    <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148685#M247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still not able to reproduce this issue. Can you please provide us a sample of your data to reproduce this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2011 23:13:53 GMT</pubDate>
    <dc:creator>KumarBhardwaj</dc:creator>
    <dc:date>2011-09-09T23:13:53Z</dc:date>
    <item>
      <title>Trouble With Valency Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148682#M244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to create a valency check using a customized table query. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many of the checks I've created are working just fine, like this one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
(ValencySum &amp;gt;= 1) AND (DATUM = DATUM_1) AND (Round((UPSTMINVERTELEV - UPSTMOFFSET),2) &amp;lt;&amp;gt; Round(INVERTELEVATION ,2))&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the ArcMap crashes every time I run this query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;(ValencySum &amp;gt;= 1) AND (Left (MAINID, 9) &amp;lt;&amp;gt; NODEID)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The valency check is creating an access db in my local temp directory.&amp;nbsp; In that db, the text fields (MAINID and NODEID) are stored in a currency field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running PLTS Service Pack 2 Patch 1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 18:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148682#M244</guid>
      <dc:creator>GregHorch</dc:creator>
      <dc:date>2011-09-06T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble With Valency Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148683#M245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added two text fields MAINID and NODEID in the sample data and then run the valency check using the same customized table query on a Production Mapping 10 SP2 Patch 1 machine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(ValencySum &amp;gt;= 1) AND (Left (MAINID, 9) &amp;lt;&amp;gt; NODEID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I am not able to reproduce this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please confirm &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What type of values are present in MAINID and NODEID fields?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. MAINID and NODEID fields exist in the same feature class or different feature classes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Are you running the individual check or a batch job? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. What is the extent you are running this check on? Selection set, Definition Query or Full Database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also would it be possible for you to share a sample of your data to reproduce this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 19:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148683#M245</guid>
      <dc:creator>KumarBhardwaj</dc:creator>
      <dc:date>2011-09-07T19:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble With Valency Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148684#M246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kumar,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) MainID = 0145T0012:0145T0013&amp;nbsp;&amp;nbsp;&amp;nbsp; NodeID = 0145T0012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) These fields are in different feature classes (MainID is a line and NodeID is a point)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) ArcMap crashes in both a batch job and an individual check&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Extent is a Selection Set&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 11:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148684#M246</guid>
      <dc:creator>GregHorch</dc:creator>
      <dc:date>2011-09-08T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble With Valency Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148685#M247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still not able to reproduce this issue. Can you please provide us a sample of your data to reproduce this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 23:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148685#M247</guid>
      <dc:creator>KumarBhardwaj</dc:creator>
      <dc:date>2011-09-09T23:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble With Valency Check</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148686#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check to see if there are any invalid geometries in your dataset.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 20:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/trouble-with-valency-check/m-p/148686#M248</guid>
      <dc:creator>MichelleJohnson</dc:creator>
      <dc:date>2011-09-13T20:21:20Z</dc:date>
    </item>
  </channel>
</rss>

