POST
|
Hey, I encountered the same behavior after publishing an SDE file as a “Data Store” item in the portal. The problem occurs when I assign the item to a new owner after publishing. The URL of the error message in the browser network tab then continues to reference the item with the old owner, which most likely causes the error. If I assign the item back to the original owner, the error no longer occurs. I am using an ArcGIS Enterprise Portal version 11.3. EDIT: After I reassigned the item to the initial owner I have noticed that the error always occurs when I access the item with a different user than the owner. The current user and not the owner of the item is always used for internal access. Kind regards, Hannes
... View more
4 weeks ago
|
0
|
0
|
51
|
POST
|
Hey all, we have also seen this error too with an ArcGIS Enterprise 11.3 and ArcGIS PRO 3.3.4 Environment. Either when publishing referenced Map Services or Geoprocessing Services (with copied data) from ArcGIS PRO. In the ArcGIS Server debug logs we could find following error: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.ServletException: com.esri.arcgis.discovery.admin.rest.ResourceNotFoundException: Could not find resource or operation 'SERVICE_NAME.MapServer' on the system. Creating an SD file in ArcGIS PRO was always possible. When publishing the SD file via ArcGIS Server Manager, we expected strange behavior as the UI displayed the service information entry dialog blank, skipping the SD selection dialog. When we pressed the back button, we were able to select the SD file and proceed with publishing, resulting in another notification that the System/PublishingTools would not run, even though we had just restarted them. After another restart of the System/PublishingTools service, everything worked as expected again and we can now publish any service from ArcGIS PRO again. Kind regards, Hannes
... View more
05-06-2025
02:11 AM
|
1
|
0
|
130
|
POST
|
Hey all, I ran into the same problem using ArcGIS PRO 3.3.5 (arcgis 2.3.0.4) and this two import variants: import arcgis.layers
from arcgis import layers It seems that the arcgis.layers module is simply not part of this arcgis version? It's just not mentioned in the documentation [1], which is a bit problematic. In the OGC examples [2], a different approach is mentioned, but this does not work with this version either. from arcgis.mapping.layers import WMTSLayer, WMSLayer [1] https://developers.arcgis.com/python/latest/api-reference/arcgis.layers.toc.html [2] https://developers.arcgis.com/python/latest/samples/publish-ogc-services/#connect-to-your-gis regards, Hannes
... View more
04-23-2025
03:02 AM
|
0
|
0
|
241
|
POST
|
Hi, i encountered a similar problem and looked a bit more into the default widgets from ESRI shiped with the Experience Builder. Both of the following Widgets define a "getFeatureLayer" function using multiple methods of retrieving a FeatureLayer object from a FeatureLayerDataSource. ...\ArcGISExperienceBuilder\client\dist\widgets\common\edit\src\runtime\widget.tsx ...\ArcGISExperienceBuilder\client\dist\widgets\common\table\src\runtime\widget.tsx As of exbVersion 1.14.0 the "getFeatureLayer" functions are not completely identical, as the one from the "table" widget also uses the createJSAPILayerByDataSource function which i found very helpful. You may want to take a look at the various approaches and comments in ESRI's code. Greetings Hannes
... View more
02-13-2025
08:12 AM
|
0
|
0
|
323
|
POST
|
Hello everyone, when publishing routing services from a network dataset, it is possible to define advanced properties using the publishroutingservices.json file. This procedure is available both when publishing via the command line utility and the portal web interface (since AGE 11). The example file from the ArcGIS Server installation directory contains a large number of serviceProperties, whereas the documentation states that only "certain" properties can be customized. Which properties are these exactly? For example, we were not able to customize the serviceName of the services. If the property is set in a customized version of the publishroutingservices.json file and passed when publishing, the property is ignored. https://enterprise.arcgis.com/en/server/latest/publish-services/windows/publish-routing-services.htm https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-routing-services.htm#ESRI_SECTION1_21A40CADA9D94FC18A2F3A07B46F26F5 https://enterprise.arcgis.com/en/server/latest/develop/windows/publishing-routing-services.htm#GUID-88DCE05A-B40B-4A63-93CD-EC4740AB7FF1 Kind regards, Hannes
... View more
02-15-2024
12:54 AM
|
1
|
0
|
449
|
POST
|
One of our customers is expecting similar issues in the "ArcGIS Field Maps" App (Version 23.2.3, iOS) when their users change their password in the connected Active Directory. The specific issue here is that the users will no longer see content in the app after changing their password. There is no information within the app about the password change or an invalid session/token. In most cases a re-logging into the app solves the problem, but at first this is very misleading. We are using ArcGIS Enterprise 11.1 with IWA.
... View more
10-27-2023
12:10 AM
|
0
|
0
|
748
|
IDEA
|
In an ArcGIS Enterprise 11.1 environment with IWA using an Active Directory when users change their password in the connected Active Directory there is no information within the "ArcGIS Field Maps" app about the password change or an possible invalid session/token. The specific issue here is that some users will no longer see content in the app after changing their password. In most cases a re-logging into the app solves the problem, but at first this is very misleading. It would be a huge improvement if there was any feedback within the app about the password change or if users were automatically logged out of the app.
... View more
10-27-2023
12:09 AM
|
2
|
0
|
552
|
POST
|
This issue seems to be related to a an upgrade of the underlying openssl version. "ESRI has moved ArcGIS Pro 3.0.2+ to OpenSSL version 3.x and cryptography version 37.0.2" https://community.esri.com/t5/arcgis-api-for-python-questions/fs-overwrite-script-stopped-working-after-updating/m-p/1240320/thread-id/8146
... View more
07-05-2023
05:34 AM
|
0
|
0
|
2036
|
POST
|
Hi Michael, I can confirm this behaviour. We recently upgraded the ArcGIS PRO installation on a Windows terminal server from version 2.9.6 to 3.1.1 and all our python tasks using arcgis.gis.GIS to connect to our portals stopped working with the named error. It seems like the option "verify_cert" is being ignored, as we have set this to false. The connection is established like this. from arcgis.gis import GIS
GIS(url="[PORTAL_DNS]:7443/arcgis", username=adminUser, password=adminPass, key_file=None, cert_file=None, verify_cert=False) There is no difference when connecting to the portal using the webadaptor or not (port 7443 or 443). Error (verify_cert=False) Setting `verify_cert` to False is a security risk, use at your own risk.
Error: Could not initialize PortalManager. Please set verify_cert=False due to encountered SSL error: HTTPSConnectionPool(host='[PORTAL_DNS]', port=7443): Max retries exceeded with url: /arcgis/sharing/rest/info?f=json (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)'))) Error (verify_cert=True) Error: Could not initialize PortalManager. Please set verify_cert=False due to encountered SSL error: HTTPSConnectionPool(host='[PORTAL_DNS]', port=7443): Max retries exceeded with url: /arcgis/sharing/rest/info?f=json (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)'))) Error (verify_cert=True, using webadaptor URL) Error: Could not initialize PortalManager. Please set verify_cert=False due to encountered SSL error: HTTPSConnectionPool(host='[PORTAL_DNS]', port=443): Max retries exceeded with url: /arcgis/sharing/rest/info?f=json (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)'))) ("PortalManager" is our internal python class used to establish the connection) Funny thing is, that this error occures only with our staging portal, not with our production portal. Both portals are on enterprise version 11.1 and (should) be configured 100% identically with IWA activated. The python skript version and windows task user used for both portals are the same. And both are run with the same python environment from the updated ArcGIS PRO installation. kind regards, Hannes Grothkopf
... View more
07-05-2023
04:50 AM
|
0
|
0
|
2039
|
IDEA
|
Hey Scott, thank you for your comment. Sadly security.manager (both "Enterprise" and "NEXT" edition) does not support hosted Feature Layers. https://docs.conterra.de/en/securitymanager-enterprise/latest/userguide/appendix/functional-matrix-interceptors.html https://docs.conterra.de/en/securitymanager-next/latest/index.html
... View more
06-20-2023
05:32 AM
|
0
|
0
|
681
|
POST
|
More information on the "geoprocessing options" metioned by @DanPatterson can be found here in the "Logging" section: https://pro.arcgis.com/en/pro-app/2.9/help/analysis/geoprocessing/basics/geoprocessing-options.htm There is also a new tool since version 2.9 called "Diagnostic Monitor" which can be started directly out of ArcGIS PRO (Ctrl+Alt+M) and also has a section "Log". https://pro.arcgis.com/en/pro-app/2.9/get-started/arcgis-diagnostic-monitor.htm
... View more
05-25-2023
12:07 AM
|
0
|
0
|
7912
|
POST
|
Hey, I also observe the same problem when I change settings (e.g. disable/enable editing) on certain hosted feature layers via the portal website or when I want to change field information with the update_definition function (FeatureLayerManager) from the "ArcGIS API for Python". Even after overwriting the hosted feature layer with ArcGIS PRO ("Overwrite Web Layer"), the error remains. If I repeat the overwriting, the error sometimes disappears. I also think that the problem was originally caused by performing the "Overwrite Web Layer" function. The original data source of the web layer is a feature class in an Oracle database (without SDE extension), which is added to ArcGIS PRO and published as a web layer. Our environment is: ArcGIS Enterprise 10.9.1 ArcGIS PRO 3.0.3 Oracle Database 19.18.0.0.0
... View more
05-23-2023
04:43 AM
|
0
|
0
|
628
|
IDEA
|
Provide the option to not show the "Forgot Password" link on the ArcGIS Enterprise login interface. If ArcGIS Enterprise is configurated with a 3rd party identity store (e.g. ldap) users cannot use the link to reset their passwords and therefore it is misleading.
... View more
03-22-2023
12:05 AM
|
2
|
2
|
916
|
IDEA
|
IDEA: There should be the ability to make filtering of hosted feature layer views more dynamic using ArcGIS Arcade. Currently the filter settings of a view create a static definitionQuery in the associated service of the hosting ArcGIS Server. For dashboards there is also the possibility to create a data expression which allows such a dynamic filtering with ArcGIS Arcade. This feature would be desirable directly when creating a hosted feature layer view. USE CASE: One possible use case is that the hosted feature layer view could be filtered by ArcGIS Arcade based on the currently logged in user.
... View more
01-30-2023
02:09 AM
|
6
|
3
|
810
|
IDEA
|
Would love to see this for uploaded files like images as well. And please don't forget ArcGIS Enterprise.
... View more
04-26-2022
12:01 AM
|
0
|
0
|
1340
|
Title | Kudos | Posted |
---|---|---|
1 | 05-06-2025 02:11 AM | |
1 | 02-15-2024 12:54 AM | |
2 | 10-27-2023 12:09 AM | |
6 | 01-30-2023 02:09 AM | |
2 | 03-22-2023 12:05 AM |
Online Status |
Offline
|
Date Last Visited |
10 hours ago
|