<?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 Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence in Attribute Rules Questions</title>
    <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1017090#M73</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/433334"&gt;@GretaParis&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For future references, it is important to check at what version a functionality was released. If you look at the NextSequenceValue:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#nextsequencevalue" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#nextsequencevalue&lt;/A&gt;&amp;nbsp;you will see that it was released in version 1.4 of Arcade. In the version matrix:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/guide/version-matrix/" target="_blank"&gt;https://developers.arcgis.com/arcade/guide/version-matrix/&lt;/A&gt;&amp;nbsp;you can see that it became available in the next version of Enterprise (10.7 with Arcade version 1.5).&lt;/P&gt;&lt;P&gt;It often happens that ArcGIS Pro is updated earlier and easier than ArcGIS Enterprise and that both components are no longer "in sync". This does not have to be a problem but it takes some more time to validate that things configured in Pro will work with once published in Enterprise.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 22:18:12 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2021-01-14T22:18:12Z</dc:date>
    <item>
      <title>Trouble Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1015722#M61</link>
      <description>&lt;P&gt;Hello! I am using ArcGIS Pro 2.6.2 and a single server enterprise database to preface this. I have created incremental attribute tables for the features in my project using a combination of database sequences (using the create database sequence geoprocessing tool) and attribute rules (calculation rules). The issue that I am experiencing is occurring when I attempt to publish as a feature layer to our ArcGIS Portal. The errors that I have received are:&amp;nbsp;&lt;SPAN&gt;001487 &amp;amp; 001369 that state that the service could not be created. I have tried to troubleshoot this issue in a few ways, but have not been successful. The data has Global IDs, it is registered as versioned, and I am publishing with "reference registered data" selected. If anyone has experienced this issue and has any insight on how to solve it, it would be much appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: I am successful in publishing once removing the sequences and attribute rules.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1015722#M61</guid>
      <dc:creator>GretaParis</dc:creator>
      <dc:date>2021-01-11T20:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016189#M63</link>
      <description>&lt;P&gt;Hey Greta,&lt;/P&gt;&lt;P&gt;From your description, it seems like there are errors publishing a service to your Portal when the data has attribute rules using the NextSequenceValue arcade function. Is that right?&lt;/P&gt;&lt;P&gt;What is the version of your ArcGIS Enterprise (Portal/Server)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried creating a very simple calculation rule on the data and publishing that? For example, could you add a calculation rule that sets a field to a static value and publish that successfully?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 23:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016189#M63</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-12T23:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016360#M64</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response! I am using version 10.6 of Enterprise. Yes, I am using the NextSequenceValue arcade function along with a database sequence to create incrementing attributes!&lt;/P&gt;&lt;P&gt;Yes, I tried to create a simple calculation rule without deleting the database sequence, and was not able to publish. I tried it again after deleting the database sequence and that did not publish either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greta&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 15:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016360#M64</guid>
      <dc:creator>GretaParis</dc:creator>
      <dc:date>2021-01-13T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016616#M69</link>
      <description>&lt;P&gt;This issue has been resolved, the issue is due to my Enterprise version!!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 21:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1016616#M69</guid>
      <dc:creator>GretaParis</dc:creator>
      <dc:date>2021-01-13T21:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Publishing a Feature Layer Containing Attribute Rules and Enterprise Database Sequence</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1017090#M73</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/433334"&gt;@GretaParis&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For future references, it is important to check at what version a functionality was released. If you look at the NextSequenceValue:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#nextsequencevalue" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#nextsequencevalue&lt;/A&gt;&amp;nbsp;you will see that it was released in version 1.4 of Arcade. In the version matrix:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/guide/version-matrix/" target="_blank"&gt;https://developers.arcgis.com/arcade/guide/version-matrix/&lt;/A&gt;&amp;nbsp;you can see that it became available in the next version of Enterprise (10.7 with Arcade version 1.5).&lt;/P&gt;&lt;P&gt;It often happens that ArcGIS Pro is updated earlier and easier than ArcGIS Enterprise and that both components are no longer "in sync". This does not have to be a problem but it takes some more time to validate that things configured in Pro will work with once published in Enterprise.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 22:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/trouble-publishing-a-feature-layer-containing/m-p/1017090#M73</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-01-14T22:18:12Z</dc:date>
    </item>
  </channel>
</rss>

