<?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: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service in ArcGIS Parcel Fabric Questions</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189163#M724</link>
    <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you for your response. Unfortunately, that does not help. If you noticed from earlier posts, My workflow requires that we are able to run the rule manually. From my understanding, the only way to accomplish this is to have the batch enabled, and run the evaluate rules gp tool. I have not been able to run the evaluate rule gp tool because of the previously mentioned error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I too have proven that the rule works when creating the rule as an immediate rule type. That being said, that does not work for my workflow. I need to be able to run the rule manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Regarding your sequence point. I have verified the sequence name, by going into Sql Server Management studio, and finding the sequence in the database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your attempt at helping, but I'm still desparate because we have yet to find a solution. We now have a go-live date for the end of July. Therefore I need to find a solution fast. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2022 12:40:26 GMT</pubDate>
    <dc:creator>JoeGuziStarkCountyOH</dc:creator>
    <dc:date>2022-07-04T12:40:26Z</dc:date>
    <item>
      <title>Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186023#M703</link>
      <description>&lt;P&gt;Greetings Esri Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I hope this post finds you well and that everything is awesome. I'm desperate. I am trying to write a rule that will generate a parcel number and calculate the Name field of the parcel parcel type in the fabric. I created a geodatabase sequence, written the calculation rule as a batch calculation rule, so I can run it manually at the appropriate time via the evaluate rules gp tool, and I get the dreaded 999999 error. This rule works in a file geodatabase, and in a feature service with the just the parcel fc and the validation fcs in the service. Therefore I am confident that expression works. I get the error when I run the evaluate gp tool on the parcel fabric service. Here are the details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;System&lt;UL&gt;&lt;LI&gt;ArcGIS Pro 2.9.3, also tried 3.0&lt;/LI&gt;&lt;LI&gt;ArcGIS Enterprise 10.9.1&lt;/LI&gt;&lt;LI&gt;Windows Server 2019&lt;/LI&gt;&lt;LI&gt;SQL Server 2019&lt;/LI&gt;&lt;LI&gt;GDB Version 10.9.1.2.9&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Attribute Rule on the Parcel FC in the fabric&lt;UL&gt;&lt;LI&gt;Calculation Rule&lt;/LI&gt;&lt;LI&gt;Execution: Exclude from application evaluation, Batch&lt;/LI&gt;&lt;LI&gt;It should be noted that when I initially created the rule, I did not check the Exclude from application evaluation box, but it would not allow me to save the rule unless I checked it...&lt;UL&gt;&lt;LI&gt;Error:&amp;nbsp; Error 002920: Exclude from Application Evaluation Must be enabled [ while using sequences. (RuleName: name of the rule)]. Error 002556: Attribute rule not found.&lt;/LI&gt;&lt;LI&gt;When I check the&amp;nbsp;Exclude from application evaluation box, that error goes away and I can save the rule.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Expression:&amp;nbsp;return nextsequencevalue("ParcelNumberAssignmentSequence");&lt;/LI&gt;&lt;LI&gt;Field: Name&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Sequence:&lt;UL&gt;&lt;LI&gt;sequence name: ParcelNumberAssignmentSequence&lt;/LI&gt;&lt;LI&gt;Start with: 10015314&lt;/LI&gt;&lt;LI&gt;Sequence increment value: 1&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Implementation:&lt;UL&gt;&lt;LI&gt;The Parcel fabric was already published as a service.&lt;/LI&gt;&lt;LI&gt;after I implemented the rule I overwrote the service&lt;/LI&gt;&lt;LI&gt;added the service to a new map&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Parcel Fabric Service Settings&lt;UL&gt;&lt;LI&gt;Service was published using the owner connetion&lt;/LI&gt;&lt;LI&gt;The owner connection is set to be Branch Versioned&lt;/LI&gt;&lt;LI&gt;all of the data in the service is Branch Versioned&lt;/LI&gt;&lt;LI&gt;The Parcel Fabric Service is a Feature Service&lt;/LI&gt;&lt;LI&gt;The Validation capability is checked&lt;/LI&gt;&lt;LI&gt;The Version Management capability is checked&lt;/LI&gt;&lt;LI&gt;The Parcel Fabric Capability is checked&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I have been able to edit the fabric through this service... everything about the service seems to be working fine&lt;/LI&gt;&lt;LI&gt;I just can't successfully run the Evaluate Rules GP Tool&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;testing workflow&lt;UL&gt;&lt;LI&gt;selected a parcel&lt;/LI&gt;&lt;LI&gt;ran the&amp;nbsp;Evaluate Rules GP Tool&lt;UL&gt;&lt;LI&gt;Input workspace: my parcel fabric feature service url&lt;/LI&gt;&lt;LI&gt;Evaluation Type: Calculation Rules&lt;/LI&gt;&lt;LI&gt;Extent Default&lt;/LI&gt;&lt;LI&gt;Async Checked&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Error:&amp;nbsp;ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (&lt;A href="http://esriurl.com/support" target="_blank" rel="noopener"&gt;http://esriurl.com/support&lt;/A&gt;) to Report a Bug, and refer to the error help for potential solutions or workarounds. Unidentified Error Failed to execute (EvaluateRules)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Troubleshooting:&lt;UL&gt;&lt;LI&gt;I am able to run this tool with the same rule set up on a file gdb&lt;/LI&gt;&lt;LI&gt;I also published the parcel layer and the validation layers in a service by themselves, from the same fabric, and the tool ran successfully&lt;/LI&gt;&lt;LI&gt;Therefore, I am reasonably confident that the rule and expression are fine, the problem seems to be with the parcel fabric service and it's execution of the rule.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;When troubleshooting the parcel fabric service&lt;UL&gt;&lt;LI&gt;I also tested on the default version, and a created version.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I have tried specifying the parcel layer with in the feature server url&lt;/LI&gt;&lt;LI&gt;I have gotten the same error every way I have tried it&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ok I think that is everything. Thank you in advanced for any help you can provide. We're hoping to implement the pro parcel fabric in the upcoming weeks, and assigning parcel numbers is very important to our workflow. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 17:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186023#M703</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-30T17:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186143#M704</link>
      <description>&lt;P&gt;Hello, Joe!&lt;/P&gt;&lt;P&gt;I haven't worked with database sequences extensively, but&amp;nbsp; would these potentially cause problems if a new feature was deleted? The sequence continues to increment, and you could end up with skipped numbers, I think.&lt;/P&gt;&lt;P&gt;We have a few workflows with other departments in which a new ID needs to be identified in a sequence. Part of the ID is text, however, and the numeric portion resets every calendar year, so we had to figure out an Arcade-based way of deriving the next ID. We have had good success using the&amp;nbsp;&lt;STRONG&gt;Max&lt;/STRONG&gt; function against the whole layer, then incrementing 1 on that.&lt;/P&gt;&lt;P&gt;It could still be prone to errors, but it's an idea.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 16:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186143#M704</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-06-24T16:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186154#M705</link>
      <description>&lt;P&gt;Have you tried&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;using the qualified sequence name?&lt;BR /&gt;NextSequenceValue("SCAOPFOwnerTest.&lt;SPAN&gt;ParcelNumberAssignmentSequence")&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;creating the sequence with the ArcGIS tool (&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/create-database-sequence.htm" target="_blank" rel="noopener"&gt;Create Database Sequence (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;)?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Jun 2022 17:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186154#M705</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-06-24T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186166#M706</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response. I like your train of thought. I did just try your suggestion and it failed with the same error. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 17:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186166#M706</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-24T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186176#M707</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That's an interesting thought. In the past, we have had luck with the arcmap equivalent of sequences, but you gave me something new to stew on. I might try something along those lines just to see if I can get something to work. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 17:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186176#M707</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-24T17:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186281#M708</link>
      <description>&lt;P&gt;Quick update... I just upgraded to ArcGIS Pro 3.0. Ran into the same error.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 20:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1186281#M708</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-24T20:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187544#M711</link>
      <description>&lt;P&gt;I've run my nextsequencevalue rules as "immediate" rule type instead of batch. Does that make a difference?&lt;/P&gt;&lt;P&gt;Also have you checked the log files in ArcGIS server? Sometimes they record more details about the error than the edit window warning shows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 21:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187544#M711</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2022-06-28T21:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187635#M712</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1327"&gt;@DrewDowling&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your response. I honestly cannot say that I have attempted to run the rule as the immediate rule type. In our workflow, we would ideally run the rule manually, and from what I have read, the rule would have to be the batch rule type in order to run the rule manually. If I have time in the coming days I will give that a shot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The server logs aren't too helpful. I get a&amp;nbsp;DeserializeEvaluateParams failure error in the server logs. I'm not really sure what that means, and I haven't found anything on Google about it. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 03:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187635#M712</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-29T03:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187791#M713</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1327"&gt;@DrewDowling&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I did just test creating the rule as an 'immediate' rule type and it worked... So that further proves that the expression is fine, but unfortunately that doesn't help me too much because I a need to run the rule manually. That being said, I like where your head was at. If we can figure out a way to adjust our workflow, this might be a good back up plan. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 14:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1187791#M713</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-29T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188015#M714</link>
      <description>&lt;P&gt;OK, time to check your service.&lt;/P&gt;&lt;P&gt;Take a look at these articles:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/help/data/geodatabases/overview/calculation-attribute-rules.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/2.8/help/data/geodatabases/overview/calculation-attribute-rules.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/help/data/geodatabases/overview/share-datasets-with-attribute-rules.htm#ESRI_SECTION1_350657B6EC564DF3ACAF62A10C60C5FB" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/2.8/help/data/geodatabases/overview/share-datasets-with-attribute-rules.htm#ESRI_SECTION1_350657B6EC564DF3ACAF62A10C60C5FB&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Your service has to have the "Validation" option checked.&lt;/LI&gt;&lt;LI&gt;It has to be a feature service.&lt;/LI&gt;&lt;LI&gt;All data has to be branch versioned.&lt;/LI&gt;&lt;LI&gt;The connected geodatabase has to be in branch versioned mode (gdb connection properties)&lt;/LI&gt;&lt;LI&gt;The connected gdb user has to be the data owner.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Jun 2022 19:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188015#M714</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-06-29T19:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188019#M715</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response. I have already read both of those and I can confirm that I have all of those settings appropriately set. I'll include those in my original post. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 20:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188019#M715</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-06-29T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188569#M720</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/106436"&gt;@JoeGuziStarkCountyOH&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It seems everybody already gave you the correct tips!&lt;/P&gt;&lt;P&gt;My only tip: don't get desperate - we'll figure it out.&lt;/P&gt;&lt;P&gt;Attribute Rules are stored in the geodatabase as part of the schema and are also executed in the geodatabase. This is why they use the table name and not the layer name.&lt;/P&gt;&lt;P&gt;If you are certain you used the 'fully qualified' table name in your expression and it still refuses to work, please contact technical support.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/346994"&gt;@HusseinNasser2&lt;/a&gt;&amp;nbsp;- FYI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;return nextsequencevalue("XXX.XXX.ParcelNumberAssignmentSequence");&lt;/LI-CODE&gt;&lt;P&gt;All&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188569#M720</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2022-07-01T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188660#M721</link>
      <description>&lt;P&gt;Greetings &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your response. I am definitely desperate. I have been beating my head on this for weeks. I talk to any gis professional who will listen to me about it, I have a case open (Esri Case #03082690), and I have tried everything I can think of to resolve this issue. On the Esri support case front, the assigned analyst is leaving his support role, so I haven't heard anything in a few days. I appreciate your reassurance that we will get this resolved, but it hasn't been going very well. The only thing that is making this somewhat ok, is that our Go-Live date keeps getting pushed back for other reasons. So we have time, but I would still feel a whole lot better if I could get some help on this problem. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 12:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188660#M721</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-07-01T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188704#M722</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I double checked that I was referencing the&amp;nbsp;'fully qualified' table name in the rule. When it was suggested earlier, I referenced the&amp;nbsp;'fully qualified' table name in the rule, tested it, and it still didn't work. Then I put the rule back to just reference the table name.... Since you suggested the&amp;nbsp;'fully qualified' table name in the rule again, I stopped the service, made the change to the rule, republished the service, and tested again. I am still getting the same results. The moral of the story is, I have tried it both ways and neither works. Thank you again for your suggestion, I just wanted to provide an update with my results from that troubleshooting. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1188704#M722</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-07-01T13:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189127#M723</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/106436"&gt;@JoeGuziStarkCountyOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using ArcGIS Pro 3.0 against a 10.9.1 Enterprise and the rule works for me. The only difference might be that I did not check the 'Batch' option since I want the name field to be calculated as the feature is created. You you mark the batch option it means you can defer when the rule is being executed and need to use the error inspector or the Evaluate Rules geoprocessing tool.&lt;/P&gt;&lt;P&gt;The one 'gotcha' I've noticed is that after creating the sequence in the geodatbase I could not find it and had to use the geoprocessing history to make sure I have the correct sequence name.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_0-1656924009195.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45129iBF4775A0F0661AFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="AmirBarMaor_0-1656924009195.png" alt="AmirBarMaor_0-1656924009195.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_1-1656924309313.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45130i1C41E43B1F00F1F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_1-1656924309313.png" alt="AmirBarMaor_1-1656924309313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_2-1656924435293.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45131i204AFB4EA75F5305/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_2-1656924435293.png" alt="AmirBarMaor_2-1656924435293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 08:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189127#M723</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2022-07-04T08:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189163#M724</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thank you for your response. Unfortunately, that does not help. If you noticed from earlier posts, My workflow requires that we are able to run the rule manually. From my understanding, the only way to accomplish this is to have the batch enabled, and run the evaluate rules gp tool. I have not been able to run the evaluate rule gp tool because of the previously mentioned error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I too have proven that the rule works when creating the rule as an immediate rule type. That being said, that does not work for my workflow. I need to be able to run the rule manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Regarding your sequence point. I have verified the sequence name, by going into Sql Server Management studio, and finding the sequence in the database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your attempt at helping, but I'm still desparate because we have yet to find a solution. We now have a go-live date for the end of July. Therefore I need to find a solution fast. Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 12:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189163#M724</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-07-04T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189210#M725</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/106436"&gt;@JoeGuziStarkCountyOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've created a new batch rule and it is working.&lt;/P&gt;&lt;P&gt;I think the reason it is failing is because you might not have the error layers in your map.&lt;/P&gt;&lt;P&gt;Here are a few steps:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Before publishing the map make sure to add the error layer to it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_0-1656968596167.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45145i0B1A67D955A07073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_0-1656968596167.png" alt="AmirBarMaor_0-1656968596167.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Once you have published your map and added the parcel fabric to a new map, right click on the parcel layer and add the error layers to the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_1-1656968643988.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45146i1A269329A4807F8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_1-1656968643988.png" alt="AmirBarMaor_1-1656968643988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Open Error Inspector and switch from the parcel fabric controlled topology to the Attribute Rules&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_2-1656968686688.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45147i700A719D8BABB469/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_2-1656968686688.png" alt="AmirBarMaor_2-1656968686688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. You can check the Batch Calculation and evaluate the rules. It worked for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_3-1656968733119.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45148i073D06CC663504BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_3-1656968733119.png" alt="AmirBarMaor_3-1656968733119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this works for you too&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 21:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189210#M725</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2022-07-04T21:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189257#M726</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your response. I had to clean up my services. I had a bunch of service I published for troubleshooting, so I pretty much started over. Here were my steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a new Map&lt;/LI&gt;&lt;LI&gt;Added the Fabric&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Added the Validation Layers&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I published the service&amp;nbsp;&lt;UL&gt;&lt;LI&gt;using all of the appropriate settings, see original post for details&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I added the fabric service to a map.&lt;/LI&gt;&lt;LI&gt;Then I followed your workflow.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So it worked, but it assigned parcel numbers for the visible extent, which isn't my goal either. I really only want to assign Parcel numbers for the selected parcels. I tried your method twice and it assigned parcel numbers to the visible extent both times, and ignored my selection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since your method ignored my selection, I'm not convinced your method is the correct solution either. I need to be able to select the parcel, and manually run the rule on that parcel. I apologize if I haven't done a good job articulating my goal. I'm pretty sure I have said this already. To my understanding the Evaluate Rules GP tool will accomplish my goal, but I am still getting the attached error. Can you tell me why the Evaluate Rule GP tool is giving me this error when I run it on the Parcel Fabric Service? I have gotten this tool to run successfully in a file geodatabase, and the results were exactly what I was after. Would you be open to a meeting to discuss this issue further?&lt;/P&gt;&lt;P&gt;Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189257#M726</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-07-05T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189293#M727</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/106436"&gt;@JoeGuziStarkCountyOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you checked the Validation capability when you published, you should be able to see the validation REST API exposed on your server:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_5-1657004068177.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45180i084AEBEB0A97231D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_5-1657004068177.png" alt="AmirBarMaor_5-1657004068177.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first thing I did was to verify that the &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/evaluate.htm" target="_self"&gt;Evaluation service REST API&lt;/A&gt; supports a selection set.&lt;/P&gt;&lt;P&gt;It does &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_0-1657003500777.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45174iC11F799A3C9EF794/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmirBarMaor_0-1657003500777.png" alt="AmirBarMaor_0-1657003500777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use the geoprocessing tool Evaluate Rules you will need to supply the 'Feature Server' URL of your published map. It will end with '...FeatureServer' and will look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_1-1657003627089.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45175i03462F9005932057/image-size/large?v=v2&amp;amp;px=999" role="button" title="AmirBarMaor_1-1657003627089.png" alt="AmirBarMaor_1-1657003627089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also notice it is set to Calculation rules.&lt;/P&gt;&lt;P&gt;Now you can run it on a selection for the 'default extent' (all of the data).&lt;/P&gt;&lt;P&gt;To see the update (another 'gotcha'), you will have to select the version in the contents pane \ data source tab and then hit refresh. I have verified that only the selected features are updated.&lt;/P&gt;&lt;P&gt;However, getting a 999999 error is always a BUG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmirBarMaor_4-1657003830028.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45178i08D4555ECFB393FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="AmirBarMaor_4-1657003830028.png" alt="AmirBarMaor_4-1657003830028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 06:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189293#M727</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2022-07-05T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Attribute rules to assign parcel number in the Parcel Fabric Service</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189442#M728</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your response, and for finally trying the actual workflow I originally posted about. You assume correctly. Please see the original post, the validation capability is checked. In fact, you have to have the Validation Capability Checked when you publish a parcel fabric service. It will not let you publish if that capability is not checked. You can also find from earlier posts and screenshots that I have had the Evaluate Rules GP tool set exactly how you have it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I tested again following your screenshots. The 'Gotcha' you mentioned, was interesting. I made sure to do that this time. I ran the Evaluate Rules GP tool and got the same error. I have included a new screenshot showing the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for everything and have a delightful day.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Joe Guzi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/issues-with-using-attribute-rules-to-assign-parcel/m-p/1189442#M728</guid>
      <dc:creator>JoeGuziStarkCountyOH</dc:creator>
      <dc:date>2022-07-05T14:45:43Z</dc:date>
    </item>
  </channel>
</rss>

