|
IDEA
|
Hello, Currently, in ArcGIS Space Planner of ArcGIS Enterprise 11.5, for hotels, it is solely possible to configure the maximum duration per booking in days: We would like to be able to configure this duration in hours for some specific "hotels". So ideally being able to switch the time unit (not replace days by hours). The use case is to maximize occupancy by preventing user from booking a whole day if only few hours is required. If user needs a longer time, then they would need to make an additional booking. Thanks for listening.
... View more
04-13-2026
03:17 AM
|
0
|
0
|
360
|
|
POST
|
Hi @GlenterpriseUK , Thanks for your reply. OK, noted. As it was generated by Portal for ArcGIS for ArcGIS for Server, I would have expected that it could at least be introspected by Portal for ArcGIS. My main problem is then how can I introspect this token ? I didn't find any other REST end point for doing so in the documentation. Thanks, Best regards, Nicolas
... View more
04-13-2026
03:04 AM
|
0
|
1
|
573
|
|
POST
|
Hello, We are running ArcGIS Enterprise 11.5 on Windows server 2022 and are facing an issue with ArcGIS for server. When trying to switch a geoprocessing service running mode from synchronous to asynchronous, we noticed that it is then no longer returning the Z coordinates even if parameter "returnZ" is set to True. We were able to make a minimal toolbox to reproduce the behavior. You can find it attached as "TBAsnycSyncReturnZ.zip" toolbox. When publishing it, configure it on synchronous. Then go to the REST API and give the following point as input and configure "ReturnZ" as "True": ``` "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": "wkid": 102100, "features": [ "geometry": "x": 672099.930584808, "y": 5818689.708238841, "z": 350.30719999999565 ], "exceededTransferLimit": false ``` You should get a point with Z coordinate as output. Now, configure the toolbox to "asynchronous" and run once again the tool with the provided parameter and configure "ReturnZ" as "True": you should get a point with no Z coordinate. Do you manage to reproduce ? Thanks,
... View more
03-25-2026
04:09 AM
|
0
|
1
|
346
|
|
POST
|
Hello, Just tested @arcgis/create: thanks JS team, great initiative ! I was surprised though to find out that `package-lock.json` is in .gitignore by default. According to npm, this file is meant to be commited: https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json ``` This file is intended to be committed into source repositories, and serves various purposes ``` Obviously, you did it on purpose for a reason and I would curious to know why. Thanks
... View more
03-16-2026
05:50 AM
|
1
|
2
|
660
|
|
POST
|
It turned out to be data related. Once we identified the service, we recreated all the features classes that this service was consuming and afterward we no longer faced the issue.
... View more
02-24-2026
09:52 PM
|
0
|
0
|
737
|
|
POST
|
Did you configure include OBJECT STORE in webgisdr config file ?
... View more
02-13-2026
02:32 AM
|
1
|
1
|
2209
|
|
POST
|
Hello, I am trying to validate a token on the Portal for ArcGIS (11.5) Inspection end point (self) but I am noticing that when the token has been generated using "generateToken" endpoint to get a 'server-token' in exchange of a 'portal-token', then it does not work: {"error": { "code": 498, "message": "Invalid token.", "details": ["Error validating token: Server request cannot be verified for account: 0123456789ABCDEF ,Request url: https://myportal.company.com/geoportal/sharing/rest/portals/self Server Id : jT5yBX8d125abcKp , Serverkey recieved 'false'"] }} Is it expected ? Or does it look like a bug ? Thanks, Self documentation: https://developers.arcgis.com/rest/users-groups-and-items/portal-self/ GenerateToken: https://developers.arcgis.com/rest/users-groups-and-items/generate-token/
... View more
02-10-2026
07:14 AM
|
0
|
5
|
717
|
|
POST
|
Good to know. Thanks for your reply. Much appreciated.
... View more
02-10-2026
07:09 AM
|
0
|
0
|
1269
|
|
POST
|
Hello @Sarah_Hanson, Thanks for your reply. As you seem to be aware about response caching, I was wondering if you have any reply to this question: https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1634601#M903 Is CDN cache supported for non-hosted feature layers or in the pipeline ? Thanks
... View more
02-06-2026
07:05 AM
|
0
|
1
|
1280
|
|
POST
|
Hi @ChrisDunn1, Thanks for your quick reply: much appreciated. Support was easily able to reproduce and logged the following BUG: BUG-000182225 - Field Maps barcode scanning returns incorrect results for Code-39 on Androids. I already escaladated it as it's a big issue for us. Thanks
... View more
01-19-2026
05:07 AM
|
0
|
0
|
3625
|
|
POST
|
Hello @ChrisDunn1, Any update on this issue ? Our workers are losing a lot of time on the field because of this issue as they have to scan many times the same barcode to get the proper value. Another complain from them is that the scanning area (rectangle) is much smaller than it used to be making it even more difficult to scan not easily accessible bar code. To put it in a nutshell, Field maps > 25.2 generated a big decrease of productivity and dissatisfaction from our workers. I keep saying it will be fixed at some point but as they are using it on a daily basis, it generates a lot of frustration. What would you recommand ? Should an official BUG be logged ? Is it maybe already the case ? Thanks
... View more
01-14-2026
03:10 AM
|
0
|
0
|
503
|
|
IDEA
|
Would be great to improve the placement which currently is limited to "always-horizontal". I am really missing the "Straight in polygon" option from ArcGIS Pro... MapService: FeatureLayer:
... View more
01-13-2026
03:29 AM
|
0
|
0
|
443
|
|
POST
|
Hello , Thanks for your reply @ArchitSrivastava. this is expected behavior in a multi-machine ArcGIS Server site. > Don't you think it is a pitty ? Shouldn't there be something cleverer that prevent penalizing multi machines setups ? Should an idea be logged or do you think it is pointless ? To me, multi machines setup should be transparent client side specially when responses are identical ! Rather than relying on ETags, Esri recommends controlling client-side caching using thecacheControlMaxAgeproperty. > The problem is that I configured "cacheControlMaxAge" property on this service and for a reason unknown to me, it does not apply to request in the form of: https://gis.company.com/arcgis/rest/services/General/Data/MapServer/86?f=json&token=Foo It does work on 'query' request: returns: Good, this request will be cached for 30 minutes. But the request: https://gis.company.com/arcgis/rest/services/General/Data/MapServer/86?f=json&token=Foo even if "cacheControlMaxAge" is configured always returns "max-age=0" and as the 'etag' headers changes depending on machine replying, this is never cached nor getting a 302: Any reason why @ArchitSrivastava ? @JoshuaBixby I think it may depend on your service data source. On one service consumming data from SDE, I do have the same reply accross machines but for services referencing a file geodatabase data source, I am getting different Etag Header even if file geodatabase is identical. Might be interesting to know what is actually taken into account to generate this ETag header.
... View more
12-17-2025
11:04 PM
|
0
|
3
|
2457
|
|
POST
|
Hi, No, I am using webadaptor on each VM and there is a front load balancer. Don’t think the issue is related to WebAdaptor as you can replicate when by passing it it. Hope it is clearer
... View more
12-14-2025
12:45 PM
|
0
|
1
|
2558
|
|
POST
|
Hello, When refreshing my web application, I was surprised not to only hit '304 Not Modified' responses when querying my ArcGIS Server services for the layer properties with the following URL: https://gis.company.com/arcgis/rest/services/General/Data/MapServer/86?f=json&token=Foo What I noticed is that if you query your ArcGIS Server VM individually: https://gisVM01.company.com:6443/arcgis/rest/services/General/Data/MapServer/86?f=json&token=Foo https://gisVM02.company.com:6443/arcgis/rest/services/General/Data/MapServer/86?f=json&token=Foo and compare the responses, they are identical (to notepad at least) but they both have a different "Etag" header. As a consequence, cache cannot be leverage. It looks like ArcGIS Server machine is creating the Etag header by taking into account specific properties to the VM. As I am hitting my servers in a round robin way behind a load balancer, I always have 50% layers responses with 304 Not modified and 200. Do you observe the same phenomena ? Thanks
... View more
12-14-2025
07:12 AM
|
1
|
10
|
2824
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 3 weeks ago | |
| 4 | 06-04-2026 10:51 PM | |
| 1 | 05-30-2026 03:46 AM | |
| 2 | 05-30-2026 01:01 AM |