<?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: Help Needed with ArcArcade Attribute Rule in Enterprise Environment in Attribute Rules Questions</title>
    <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298564#M967</link>
    <description>&lt;P&gt;This was already updated automatically, so the behaviour arised with the complete name.&lt;BR /&gt;&lt;BR /&gt;Greets,&lt;BR /&gt;Stefan&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 14:27:18 GMT</pubDate>
    <dc:creator>StefanAngerer</dc:creator>
    <dc:date>2023-06-13T14:27:18Z</dc:date>
    <item>
      <title>Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295706#M941</link>
      <description>&lt;P&gt;Hey folks!&lt;/P&gt;&lt;P&gt;I'm facing a problem with an ArcArcade attribute rule in an enterprise environment and could use your expertise. I have a point feature class where the rule should automatically add another point feature when I place a new one. It works like a charm in a local fgdb, but when I try to use it in an enterprise environment, I keep getting this vague error (attached screenshot). The log files are empty too. Any ideas on how I can get this rule to work?&lt;/P&gt;&lt;P&gt;Thanks a ton for your help!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;This is my Code:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    // Create right geometry for transition pipeline cp
    var tpGeo = Point({
        x: Geometry($feature).x,
        y: Geometry($feature).y,
        z: -0.90,
        spatialReference: Geometry($feature).spatialReference
        })

    return {  
        'edit': [{
            'className': 'PipelineJunction',
            'adds': [
                {'attributes': {'ASSETGROUP': 50, 'ASSETTYPE': 902}, 'geometry': tpGeo, 'associationType': 'content'}
            ]
        }], 
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error i recieve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StefanAngerer_1-1685953301238.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72324iD2081706BB9B94B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StefanAngerer_1-1685953301238.png" alt="StefanAngerer_1-1685953301238.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 08:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295706#M941</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-05T08:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295736#M942</link>
      <description>&lt;P&gt;Morning &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/606029"&gt;@StefanAngerer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to confirm, do you know if when the feature was created z -values were enabled? If so you might want to see if the service is z aware.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you are trying to edit a feature service consisting of point features which are z-aware will result in the error 'Unable to complete operation' when trying to perform the edit operation on that feature service.&amp;nbsp;If the feature service is published without applying the z-value which is based on point feature data and the data is z-aware.&amp;nbsp;Solution to the issue&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/editing-features-with-z-values-in-feature-services.htm" target="_self"&gt;Configure default z-values for editable feature services&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets start there se were it takes us.&lt;/P&gt;&lt;P&gt;~Jake&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295736#M942</guid>
      <dc:creator>Jake_S</dc:creator>
      <dc:date>2023-06-05T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295747#M943</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454087"&gt;@Jake_S&lt;/a&gt;&amp;nbsp; and thanks for the quick reply!&lt;/P&gt;&lt;P&gt;The service is in fact z-aware, i also have other rules up and running that place different features at different height values, so i dont think the problems comes from this. Any other ideas from where the problem could come?&lt;BR /&gt;&lt;BR /&gt;Greets!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 12:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295747#M943</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-05T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295886#M944</link>
      <description>&lt;P&gt;Are those other features in the same database and service? Are there different permissions on those features then this one?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 17:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1295886#M944</guid>
      <dc:creator>Jake_S</dc:creator>
      <dc:date>2023-06-05T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297528#M950</link>
      <description>&lt;P&gt;I wonder if you need to pass in the M value too.&amp;nbsp; The point you constructed does not have a M, but the target is probably M aware.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 11:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297528#M950</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-06-09T11:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297947#M955</link>
      <description>&lt;P&gt;Hi again,&lt;BR /&gt;&lt;BR /&gt;yes those features are in the same database and service, also I cannot find any different permissions, so I assume no problem there. What could other possible errors be?&lt;BR /&gt;&lt;BR /&gt;Greets Stefan &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 09:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297947#M955</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-12T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297949#M956</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/188597"&gt;@MikeMillerGIS&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I thought about that as well, however i found out that the option "Allow geometry updates without M-value" in the server manager is set on true, so this should be no problem i assume. Or am I missing something. Any other Ideas from what this could come?&lt;BR /&gt;&lt;BR /&gt;Greets,&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 09:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297949#M956</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-12T09:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297956#M957</link>
      <description>&lt;P&gt;Maybe use the complete name in line 11? Database.DataOwner.PipelineJunction&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 10:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1297956#M957</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-06-12T10:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298216#M958</link>
      <description>I would not trust that setting here. If you set the log files on debug, do they have anything?</description>
      <pubDate>Mon, 12 Jun 2023 17:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298216#M958</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-06-12T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298564#M967</link>
      <description>&lt;P&gt;This was already updated automatically, so the behaviour arised with the complete name.&lt;BR /&gt;&lt;BR /&gt;Greets,&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298564#M967</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-13T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298566#M968</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/188597"&gt;@MikeMillerGIS&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I found somthing interesting. In the debugging window of the diagnostic monitor, I found out that not one rule, that uses the edits keyword is triggered, the only rules that are triggered have the a field selected and dont use any appy edits operation. Is this a hint towards what the problem could be?&lt;BR /&gt;&lt;BR /&gt;Greets,&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1298566#M968</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-13T14:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with ArcArcade Attribute Rule in Enterprise Environment</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1299060#M971</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I managed to solve the problem myself. I had some contingent values on the feature class and because i didn't include the correct attribute combinations with the edits, the new feature couldn't be created. i've now added the correct combinations and it's working again. thanks for the help anyway, i've definitely moved on in the exclusion process!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 09:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/help-needed-with-arcarcade-attribute-rule-in/m-p/1299060#M971</guid>
      <dc:creator>StefanAngerer</dc:creator>
      <dc:date>2023-06-14T09:19:59Z</dc:date>
    </item>
  </channel>
</rss>

