<?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: Assigned required user type extensions: [Utility Network Service]. in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555683#M6260</link>
    <description>&lt;P&gt;&lt;SPAN&gt;1. Whats the ArcGIS Enterprise version you are working with?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Version 11.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Is the error coming from applyEdits call or addFeature call ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- It's coming from applyEdits call&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;Are you setting any license on ArcGISRuntimeEnvironment class (using string/portalInfo)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- No, i'm not setting&amp;nbsp;any license on ArcGISRuntimeEnvironment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4.&amp;nbsp;How is your feature table constructed, using an url or getting it from a featurelayer in a webmap?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- I get it from a featurelayer in a webmap from portal&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 02:05:27 GMT</pubDate>
    <dc:creator>SonMinh</dc:creator>
    <dc:date>2024-11-06T02:05:27Z</dc:date>
    <item>
      <title>Assigned required user type extensions: [Utility Network Service].</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555352#M6258</link>
      <description>&lt;P&gt;I use&amp;nbsp;&lt;SPAN&gt;ArcGIS Runtime SDK for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Android&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;version 100.15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have try add new feature to feature service have&amp;nbsp;&lt;SPAN&gt;utility network&amp;nbsp;in mobile but it's throw error&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;"Error: You cannot edit as you have not been assigned required user type extensions: [Utility Network Service]."&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Code below&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;        val featureTable = featureLayer.featureTable!! as ServiceFeatureTable
        featureTable.credential = UserCredential("xyz", "Abc_123456@")
        featureTable.loadAsync()
        featureTable.addDoneLoadingListener {
            val feature = featureTable.createFeature() as ArcGISFeature
            feature.loadAsync()
            feature.addDoneLoadingListener {
                if (feature.loadStatus == LoadStatus.FAILED_TO_LOAD) {
                    Toast.makeText(requireContext(), "Error", Toast.LENGTH_LONG)
                        .show()
                }
                attributes.forEach { (key, value) -&amp;gt;
                    feature.attributes[key] = value
                }
                feature.geometry = point
                featureTable.addFeatureAsync(feature)
                    .addDoneListener { applyEdits(featureTable) }
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;My license&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 869px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/118838iAD83243878F9A666/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:41:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555352#M6258</guid>
      <dc:creator>SonMinh</dc:creator>
      <dc:date>2024-11-05T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assigned required user type extensions: [Utility Network Service].</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555536#M6259</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Have few questions:&lt;BR /&gt;1. Whats the ArcGIS Enterprise version you are working with?&lt;BR /&gt;2. Is the error coming from applyEdits call or addFeature call ?&lt;BR /&gt;3. Are you setting any license on ArcGISRuntimeEnvironment class (using string/portalInfo)?&lt;BR /&gt;4. How is your feature table constructed, using an url or getting it from a featurelayer in a webmap?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rama&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 00:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555536#M6259</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2024-11-06T00:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assigned required user type extensions: [Utility Network Service].</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555683#M6260</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1. Whats the ArcGIS Enterprise version you are working with?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Version 11.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Is the error coming from applyEdits call or addFeature call ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- It's coming from applyEdits call&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;Are you setting any license on ArcGISRuntimeEnvironment class (using string/portalInfo)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- No, i'm not setting&amp;nbsp;any license on ArcGISRuntimeEnvironment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4.&amp;nbsp;How is your feature table constructed, using an url or getting it from a featurelayer in a webmap?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- I get it from a featurelayer in a webmap from portal&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 02:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1555683#M6260</guid>
      <dc:creator>SonMinh</dc:creator>
      <dc:date>2024-11-06T02:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Assigned required user type extensions: [Utility Network Service].</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1556053#M6261</link>
      <description>&lt;P&gt;Since the error is coming from applyEdits, it suggests the enterprise service is returning this message. Can you check if your Advanced Editing licenses assigned to the users or may be it requires the licenses to be reassigned as suggested in this &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/arcgis-advanced-editing-ute/#:~:text=To%20fix%20this%2C%20you%20must%20unassign%20the%20existing,Utility%20Network%20user%20type%20extension%20license%20in%20overdraft." target="_self"&gt;blog&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rama&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 22:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/assigned-required-user-type-extensions-utility/m-p/1556053#M6261</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2024-11-06T22:22:06Z</dc:date>
    </item>
  </channel>
</rss>

