|
POST
|
So troubleshooting the case with support, there is actually a 10MB limit when posting to Portal for ArcGIS with 'x-www-form-urlencoded' just like ArcGIS Server: https://developers.arcgis.com/rest/enterprise-administration/server/serverproperties/ Unfortunately, this parameter is not exposed on Portal for ArcGIS Admin API... Thus my case ended up with the following enhancement: ENH-000175387: Add support for changing the maximum size in bytes for POST requests sent to Portal for ArcGIS through the addition of a maxHttpPostSizeInBytes property in the ArcGIS Portal Administrator API. But to me ArcGIS Pro should be clever enough to switch by itself to 'multipart/form-data' to allow bigger webmap to be publish rather than modifying the maxHttpPostSizeInBytes configuration. As a consequence, I created the following idea: https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-should-allow-publishing-webmap-bigger/idi-p/1645135 Please vote 🙂
... View more
08-25-2025
03:13 AM
|
2
|
1
|
399
|
|
IDEA
|
As discussed in https://community.esri.com/t5/arcgis-enterprise-portal-questions/portal-for-arcgis-11-3-cannot-create-a-webmap/td-p/1641280, it is not possible to publish webmap bigger than 10MB on Portal for ArcGIS from ArcGIS Pro. It may seem a lot but it is actually quite easily achievable by publishing a webmap referencing FeatureService from a MapServer (eg: /services/foo/MapServer/X). As described in details in the Community post (with Python script attached), it is related to way ArcGIS Pro post data. It should be clever enough to switch to 'multipart/form-data' when webmap is bigger than 10MB. For ESRI people, related case 03981126. Thanks for listening ! Other related thread: https://community.esri.com/t5/arcgis-pro-questions/fail-to-save-web-map-in-arcgis-pro-to-update/m-p/1634286
... View more
08-25-2025
03:10 AM
|
4
|
1
|
595
|
|
POST
|
@RajkumarPadmanabhan, do you now understand the issue and the difference of behavior ? Any logical explanations to that ? We just have a fresh AGOL instance created in Europe for privacy reason and would like to start on a good foot with OIDC but we can't because of this. User will wonder why am I `alastname7823` ? So we are considering back SAML as idp which would be a step backward. On ArcGIS Enterprise, we do not have this issue of course. Any recommandations ? Should an Idea be created ? A support case ? Thanks
... View more
08-18-2025
07:17 AM
|
0
|
0
|
245
|
|
BLOG
|
Hi @CanserinaKurnia , I have today 2 signIng certificates and my system does not seem to like it: Is it expected ? Is is the rolling way ? Thanks
... View more
08-18-2025
02:48 AM
|
0
|
0
|
974
|
|
POST
|
Hello, I am facing an issue with publishing a webmap composed of 8 point layers with each one having a unique value renderer of 4 values: so nothing crazy... When publishing it, ArcGIS Pro says it fails and the following message is displayed: Status: Failed ErrorMessage: Failed to add web item Debugging the issue with Fiddler, it is failing on the following request: POST /portalwebadaptor/sharing/rest/content/users/foo/additem An error occurred while processing the request. If I remove a single layer, it works. So I thought the issue was specific to this one layer, but when I added it back and removed another one, it worked as well. I then thought about a size limitation thinking my CIMSymbols were too complicated and the JSON generated was too big but it is actually only 10MB and according to the documentation "Add Item" operation should be able to handle up to 5GB: https://developers.arcgis.com/rest/users-groups-and-items/considerations-and-limitations/ I debugged a little more and try to upload my webmap directly on the HTML Sharing API copy/pasting the parameters send by ArcGIS Pro captured from Fiddler ('title', 'type', 'typeKeywords', 'extent', and of course the 'text' one which contains the webmap) and surprise... it worked ! So what could be the difference ? The answer is the type of POST ! - ArcGIS Pro is sending the webmap using 'x-www-form-urlencoded' while - ArcGIS HTML Sharing API using 'multipart/form-data' I then wrote a simple Python script (attached) with 2 methods: - one POSTing the webmap using 'x-www-form-urlencoded': it fails - one POSTing the webmap using 'multipart/form-data': it works. And the webmap then is fully functionnal on the MapViewer. I then wonder whether it was an IIS WebAdaptor issue or a Portal for ArcGIS issue but it actually fails on both: - on IIS: the error is: An error occurred while processing the request. - on Portal for ArcGIS: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None) But I am now stuck and I can't upload a relatively simple webmap except manually on the Sharing API after having captured the webmap JSON generated by ArcGIS Pro with Fiddler which is really not scalable... Any experts around having an idea ? Thanks, Nicolas
... View more
08-12-2025
09:27 AM
|
0
|
3
|
505
|
|
POST
|
Hi there, Facing the same issue. Needed to add a deepLink in a popup in order to open a custom desktop application in my case. Found this interesting article about how to bypass the Maps SDK for javascript HTML sanitizer: https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/using-html-with-popups-in-the-arcgis-api-for-javascript Downside is that you need to code that instead of the no code configuration offered by ArcGIS Online's mapViewer but still a workaround is available. Thought it would an interesting reference for anyone stumbling on this issue.
... View more
07-17-2025
02:19 AM
|
0
|
0
|
232
|
|
POST
|
Thanks for your reply @RajkumarPadmanabhan . I would like the same user format. Not an issue about migrating from SAML to OIDC. Do you see what I mean ? Did I miss anything documentation wise ? Thanks
... View more
07-11-2025
08:38 AM
|
0
|
0
|
287
|
|
POST
|
Thanks for the detailed reply @YannCabon! Much appreciated
... View more
06-30-2025
12:10 PM
|
1
|
0
|
667
|
|
POST
|
Same issue on ArcGIS Pro 3.4.1. Did you find out what was the issue ? Thanks
... View more
06-27-2025
07:08 AM
|
0
|
0
|
481
|
|
POST
|
Chiming in... Facing the same limitation. As suggested in: https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/road-map-for-repeating-labels-for-polygons/m-p/1626169#M87277 I created an idea: https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/add-support-for-repeating-labels-for-polygons/idi-p/1627722/jump-to/first-unread-message Feel free to promote it with kudos !
... View more
06-27-2025
04:33 AM
|
2
|
0
|
442
|
|
POST
|
Thanks for your reply @Noah-Sager. Done in: https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/add-support-for-repeating-labels-for-polygons/idi-p/1627722/jump-to/first-unread-message
... View more
06-27-2025
04:31 AM
|
1
|
0
|
330
|
|
IDEA
|
I am just hitting the limitation of labeling polygons which cannot be repeated: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#re... I have very long and narrow polygons (tunnels) and for this use case, having a single label at the center of the polygon is really not convenient. This property for lines has been added at 4.22 so a while ago. It would be great if this support could be added. Thanks for listening as usual ! Best regards, Nicolas
... View more
06-27-2025
04:31 AM
|
4
|
5
|
637
|
|
POST
|
Hello, I am just hitting the limitation of labelling polygons which cannot be repeated: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#repeatLabel I have very long and narrow polygons (tunnels) and for this use case, having a single label at the center of the polygon is really not convenient. This property for lines has been added at 4.22 so a while ago. Is adding repeating labels for polygons in the roadmap ? I saw that 4.33 added labeling multipoints geometries: https://developers.arcgis.com/javascript/latest/release-notes/#labeling-multipoint-geometries Thanks for listening, Nicolas
... View more
06-24-2025
07:00 AM
|
1
|
2
|
401
|
|
POST
|
Support was able to reproduce on 11.5 (I am running 11.3) and could not understand why is the "expirationDate" missing. So they logged the following BUG: BUG-000177206: Unable to retrieve the 'expirationDate' token from the 'portal-self' endpoint in the OAuth2 token response. We identified that using an API token, it is displayed on AGOL but not using an OAuth2 token. But the documentation states: "This can be any type of token: User Token, App Token, or API Token"...
... View more
06-17-2025
12:09 AM
|
2
|
0
|
559
|
|
POST
|
Hello, I would like to be able to check the expiration date of an access token obtained with OAuth2 code flow. According to the documentation, I should be able to use the "self" resource and provide a "token about which you want to get information about. This can be any type of token: User Token, App Token, or API Token. The token can be active or expired.Information such as client_id for which the token was generated, developer credentials item id, token's expiration date. This information will be returned in the appInfo response object." https://developers.arcgis.com/rest/users-groups-and-items/portal-self/#appinfo-response-properties The problem is that when I browse: https://organization.example.com/<context>/sharing/rest/portals/self?f=pjson&token=foo&appInfoToken=bar, I get the following reply: As you can see, on my side, contrary to the example, I get everything but the "expirationDate": Any idea ? Thanks, Nicolas
... View more
06-10-2025
12:32 AM
|
1
|
3
|
660
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-05-2024 01:46 AM | |
| 2 | 08-25-2025 03:13 AM | |
| 1 | 3 weeks ago | |
| 1 | 07-10-2024 05:12 AM | |
| 1 | 01-07-2025 06:45 AM |