|
POST
|
Hi there, ArcGIS Enterprise can only use a single URL that must match between Primary and Standby environments. Often this is done with Hosts File Entries on the Standby Server(s) and the client PC that manages the standby deployment. This will let you use WebGISDR to restore from primary to standby as the standby can resolve the same URL to itself without having any conflicts. Then if you need to fail over you change your business DNS entry to point to the standby environment until the primary has been recovered. This is also a common way to upgrade. You can restore WebGISDR to standby, put primary into readonly mode so no new content is created, upgrade standby deployment then cutover. Standby then becomes the newly upgraded primary deployment. You can then upgrade the old primary to become a newly upgraded standby. Hope this helps. -Marc
... View more
01-27-2025
12:28 PM
|
0
|
0
|
1323
|
|
IDEA
|
At the moment if you list the drawing coordinate system it gives you a raw WKT string. It would be nice to give the user a more user friendly interface such as that in ArcGIS Pro: Thanks, Marc
... View more
12-19-2024
01:04 PM
|
1
|
1
|
684
|
|
IDEA
|
Hi @JeffSmith , Thanks for that additional insight. Perhaps in this documentation you could specifically call out that the server should not be federated with Portal. Thanks, Marc
... View more
12-05-2024
04:05 PM
|
0
|
0
|
3184
|
|
IDEA
|
Hi @KoryKramer , According to this bug: https://support.esri.com/en-us/bug/secured-open-geospatial-consortium-ogc-services-from-ar-bug-000095939 security for OGC services is available. The ability to secure OGC services is present within ArcGIS Enterprise. Refer to, https://enterprise.arcgis.com/en/server/latest/publish-services/windows/ogc-support-in-arcgis-server.htm#GUID-6F8F0594-02D0-4962-B8C3-945CE13635E7. However it appears to be limited and not include SAML/OpenID as per https://enterprise.arcgis.com/en/server/11.3/publish-services/windows/ogc-support-in-arcgis-server.htm#GUID-6F8F0594-02D0-4962-B8C3-945CE13635E7 : Services that are expected to be accessed through OGC interfaces should be secured using HTTP Basic, HTTP Digest, or Integrated Windows Authentication. Additionally, in a fresh 11.3 ArcGIS Enterprise deployment, signed in as the primary site administrator I get a 499 error on the Sample World Cities WMS and OGC Feature layers as described here: https://support.esri.com/en-us/knowledge-base/error-499-error-occurred-while-processing-request-000017300 This is resolved when sharing all the layers publicly. Can you please confirm the exact sharing/security settings that work with OGC layers. In addition please enhance the error reporting to explain if a layer needs to be shared in a specific way to work, so the user doesn't have to google html response codes. Thanks, Marc
... View more
11-25-2024
04:17 PM
|
0
|
0
|
3246
|
|
IDEA
|
Hi there, Some BIM/Revit files can get very large, and this creates lag when loading them into ArcGIS Pro. If you could add a setting to ArcGIS Pro that lets you select which disciplines (or exterior shell) are loaded by default and ignores the rest this could save time for users, as they would only load that which they are interested in. Thanks, Marc
... View more
11-25-2024
01:26 PM
|
0
|
2
|
962
|
|
POST
|
Hi, You already have the "Import Indoor Images" tool that requires e57 files. E57 is the standard for the majority of indoor scanners that you might use as a source for "Generate floor plans from point clouds" . So why introduce the additional step of converting to LAS? Your tools should be consistent. Or you could extend the lasd file format to support e57 files as well which would mean you could feed them into anything that support las datasets. Thanks, Marc
... View more
11-12-2024
11:31 PM
|
0
|
4
|
1538
|
|
POST
|
Hi there, we are seeing this error in our ArcGIS Server logs sometimes when publishing hosted feature services. Also post an upgrade, 10.9.1-11.3. Would love to know how to fix it.
... View more
11-12-2024
02:28 PM
|
0
|
0
|
2174
|
|
POST
|
Hi, we just upgraded from 10.9.1 to 11.3 and are also seeing our logs flooded with this error
... View more
11-11-2024
12:58 PM
|
0
|
0
|
4297
|
|
POST
|
Hi, Please consider adding this functionality to 11.3 via a patch. As 11.3 is a LTS release many organizations will be on it until 11.5 is released. Thanks, Marc
... View more
11-11-2024
12:47 PM
|
3
|
1
|
3575
|
|
IDEA
|
Hi @Jianxia Can you please provide an update to this question? This is a major regression from Web AppBuilder, and is hindering the successful migration to Experience Builder from Web App Builder in many cases. For example: https://community.esri.com/t5/arcgis-experience-builder-questions/url-parameter-token/td-p/1052306 Thanks, Marc
... View more
10-20-2024
02:23 PM
|
0
|
0
|
2293
|
|
IDEA
|
Hi ArcGIS online team, @pheede-esri , We just ran into a very frustrating issue with ArcGIS Online. Our users were attempting to apply edits via the editor widget in Web AppBuilder. They have to use this tool as they are splitting polylines, and it is the only one that functions in the way they need. Anyway, their edits were not applying, with no reason returned to the user. The users were getting very upset with the platform and losing confidence in ArcGIS Online products. It was also only happening to some features and not others. Using Chrome devtools I worked out that the issue was poorly formed data in a different field that was preventing the edits from being applied: Please please please provide some user feedback when things do not work!! Yes the data was bad, but having to dig into devtools to debug simple editing issues is beyond the capabilities of many users, and also not what we would expect of an "enterprise" product. Thanks, Marc
... View more
10-08-2024
04:09 PM
|
3
|
1
|
718
|
|
POST
|
Hi there,
Are there plans to support geotechnical objects in IFC files in the ArcGIS products?
https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcGeomodel.htm
Thanks,
Marc
... View more
10-07-2024
01:45 PM
|
1
|
1
|
856
|
|
POST
|
Hi @MartenHogeweg, @Marten, I am trying to integrate our fresh Geoportal deployment with our 10.9.1 ArcGIS Portal for authentication. I have deployed catalog to one server and harvester to another server. I have also followed along with the documentation for configuring ArcGIS authentication. Everything works up until the point geoportal server attempts to get a token from portal. Then I get a 401 Unauthorized error. Checking Chrome devtools I see that the client ID/appid that geoportal is passing to Portal is not the same as what I configured in authentication-arcgis.xml: From Portal: It is hardcoded to "geoportal-client": I did a quick search for this string in files in notepad++ and found it referenced in two files that are undocumented in the github installation instructions: AppClient.js: app-oauth.xml: Can you please confirm if the clientid needs to be updated in these files for authentication to succeed? Or if there are any other settings that need to be changed? Thanks in advance, Marc
... View more
10-06-2024
08:50 PM
|
0
|
2
|
1480
|
|
IDEA
|
Hi there, At the moment the list of groups seems arbitrary. Perhaps it is by last updated, or created, I'm not sure. It would be great if we could search, filter or change the order to alphabetical, last updated, latest content etc. Thanks, Marc
... View more
08-27-2024
05:00 PM
|
1
|
2
|
1109
|
|
IDEA
|
Hi there, Many connections can be added to favourites and automatically added to new projects, but not BIM Cloud connections. Please add to the right click context menu of a BIM cloud connection the ability to favourite and add to new projects. I even tried copying the connection file into the favourites folder in ArcGIS Pro, but it was ignored in a new project. For example I have crudely photoshopped it in here: Thanks, Marc
... View more
08-26-2024
05:35 PM
|
13
|
3
|
1419
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-19-2026 04:14 PM | |
| 1 | 09-25-2025 06:28 PM | |
| 1 | 11-17-2025 01:28 AM | |
| 2 | 01-20-2026 02:14 PM | |
| 1 | 01-20-2026 02:18 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|