|
IDEA
|
Has anyone gotten this to work for "All Users"? We tried the "Survey123ConnectInstallFile.exe --silent" and "Survey123ConnectInstallFile.exe --script silent-install-controller.qs" with the noted file path modifications. Survey123 Connect does install to the specified path but the application does not show in the users Windows Start Menu as an available application. This has become more problematic as we have had to lock down user rights to install applications. For a user to install Survey123 Connect we have to do the following: We uninstall Survey123 Connect - if already installed for the user. Run the Survey123 Connect installer and making sure to use "Run as Administrator". Had the user post their username and password when prompted for the Admin credentials. Completed the installation as normal and accepted the defaults. We have the user accept the default install path C:\Users\<username>\Applications\ArcGIS\Survey123Connect as we have issues with the app crashing if anything else is utilized - Survey123 Connect will start with a white screen and just disappear after a few seconds.
... View more
2 weeks ago
|
0
|
0
|
84
|
|
POST
|
I think we may have got it to work. We uninstalled Survey123 Connect. Ran the installer again but selected "Run as Administrator". Had the user post their username and password when prompted for the Admin credentuals. Completed the installation as normal and accepted the defaults The app is now opening for the user and they do not need to select "Run as Administrator" each time.
... View more
2 weeks ago
|
2
|
0
|
147
|
|
POST
|
We have several users reporting issues with Survey123 Connect v3.25.27.0 briefly displaying a white screen when opening and then crashing with no error reported on screen. We are finding the following in the Windows Event Log: Faulting application name: Survey123Connect.exe, version: 3.25.27.0, time stamp: 0x69b95edd Faulting module name: Qt5Qml.dll, version: 5.15.6.0, time stamp: 0x6124a525 Exception code: 0xc0000005 Fault offset: 0x000000000000fc82 Faulting process id: 0x52BC Faulting application start time: 0x1DCE3CD237D39CF Faulting application path: C:\Users\agregory\Applications\ArcGIS\Survey123Connect\Survey123Connect.exe Faulting module path: C:\Users\agregory\Applications\ArcGIS\Survey123Connect\Qt5Qml.dll Report Id: e5cd99e5-763f-4f3a-8f80-c485d5e38c67 Faulting package full name: Faulting package-relative application ID: We have tried uninstalling the applications, making sure the folder C:\Users\<username>\Applications\ArcGIS\Survey123Connect is deleted and reinstalling Survey123Connect. Same issue. We did find if the user runs Survey123 Connect using "Run as Administrator" the app will load but they must post their username and password each time. Any suggestions?
... View more
2 weeks ago
|
0
|
1
|
176
|
|
POST
|
Update: The ArcGIS Server security patch installed in about 10 minutes on our GIS Servers. The Portal security patch took about 2 to 2-1/2 hours. Just let it set and it eventually it completed. Our GIS Manager reached out to ESRI support and the unaccounted OAuth 2.0 Developer Credentials we noted are for "Esri_Apps" created by ESRI. Support was able to generate a json file listing all of the OAuth 2.0 Developer Credentials for our Enterprise deployment. However, I am awaiting details on how this was performed as I was not part of the call. Support also noted this part of a known bug and referenced BUG-000184362. This must be fairly new as it is not listed yet on the ESRI Bug Report Site. Notes from ESRI below regarding the extra accounts noted. Confirmed that this behavior is related to a known issue (BUG 000184362), which is currently closed and therefore cannot be attached to the case at this time. Once the bug is made publicly available, it can be referenced using its public URL. • The issue is planned to be resolved in Portal for ArcGIS version 12.1. • As confirmed by the Product Engineering team, this occurs because the query used by the Home app to count OAuth 2.0 credentials includes built in (default) credentials that are automatically created during installation. • The query logic will be updated so that the OAuth 2.0 credentials owned by esri_apps are excluded from the count, ensuring consistency between the credentials shown under Settings and those visible under My Content. • Confirmed that this behavior has no functional or security impact and does not require any action at this time.
... View more
a month ago
|
0
|
0
|
521
|
|
POST
|
We are applying the patch on Monday. Did anyone notice a discrepancy between the number of OAuth 2.0 Developer Credentials listed in Organization > Settings > Security > Developer Credentials and the actual number of credentials you can find in use? We have a count of nine (9) listed in Settings but can only find four (4) in use. Is there a means to generate a list of OAuth 2.0 Developer Credentials.
... View more
04-24-2026
11:13 AM
|
0
|
1
|
703
|
|
POST
|
@AlinaTaus, This was resolved either when we upgraded to ArcGIS Pro 3.4 and/or Enterprise 11.4. I recall testing this with each new version/patch for quite some time. I do not have access to my testing notes but I believe it was Pro 3.4 that finally addressed the issue in our scripts. I also believe we changed the function we used as new options were available. I will try and remember to look through my notes tomorrow and look at the script update logs.
... View more
06-11-2025
03:32 PM
|
1
|
0
|
1371
|
|
POST
|
@SanneMikkelsen, Yes, the BUG was reported and currently flagged as “Under Consideration”. BUG-000164046
... View more
06-11-2025
03:17 PM
|
0
|
0
|
1835
|
|
POST
|
@JeffreyThompson2 , Thanks for the quick reply and that does look promising for dynamically populating a list of maps from a group. Still working on where the loaded map would be changed and how to refresh. We can generate a URL with the application and webmap IDs and use it as a link in the Item Selector cards, but I really would like to do that within the widget to hide the ID information. The URLs are not pretty: https://my.gis.com/portal/apps/experiencebuilder/experience/? id=fc4f1eb6a36342c9b0264a02109024a7& webmap=1cf42d227f4d34a08cacfed55918f966 The first part of the URL can be cleaned up using a proxy but the rest would need to added in the request header by the widget.
... View more
03-21-2025
10:37 AM
|
0
|
0
|
1713
|
|
POST
|
I am looking for some direction on creating a custom widget in Experience Builder. I have worked with Application Builder for years but never ventured into the ExB arena. About 6-7 years ago I created a Load Map widget based on the City of Garland, Texas ChangeWebMap Widget. I have kept the widget updated; however, now must move on to ExB to continue its use. I believe I can start with: ESRI List or Fixed Panel widget Add code to query the enterprise portal for a list of Maps, map IDs, name, etc. from a particular group Use the data to dynamically populate the list or add cards to the fixed panel Add code to change the application/Map webmap ID and refresh on click of a list item or card I am able to accomplish this using the application ID and webmap ID as URL parameters but I am struggling find how to programmatically achieve this in ExB. Can anyone point me to where in ExB and/or examples to: query a portal for the maps in a designated group dynamical add items to a list or fixed panel change or set the wedmap ID on on the app and refresh If we only had a few maps they could just be added to the app map references and toggle them from the application using available widgets. However, we currently have 10-15 maps we want to have available and this number is going increase. We also have periodic maps that need to be quickly added and removed. Any help would be appreciated. I feel as though I am facing a vertical learning curve at the moment as ExB custom widgets are a totally different beast.
... View more
03-21-2025
08:43 AM
|
0
|
5
|
1736
|
|
POST
|
@PaulCone2 Is this what you are looking for? https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/create-a-md-from-multiple-dates.htm
... View more
02-26-2025
05:38 PM
|
0
|
1
|
3192
|
|
POST
|
@SamComo, Looks like ESRI broke a few thing on their website. The Bug is still listed as Confirmed/In Review" as of the moment in my ESRI. Even that site is having issues. I will check the link again on Monday to see if it is back up or if it needs updated.
... View more
08-09-2024
11:59 AM
|
1
|
0
|
2276
|
|
POST
|
@dgregory_coconino, The database version can be found in ArcGIS Pro by right clicking on the SDE connection in Catalog and selecting Properties then General > Geodatabase Version. I would reach out to ESRI support. They are great to work with and often call within minutes of posting a support ticket. Old Question: https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-2-drawing-alerts-returning-state-id/m-p/1349945 New Question: https://community.esri.com/t5/arcgis-pro-questions/re-arcgis-pro-3-2-drawing-alerts-returning-state/m-p/1515226#M86477 Sorry, I can pull out part of a question to a new one but not create a new title.
... View more
08-06-2024
10:06 AM
|
0
|
0
|
1511
|
|
POST
|
@dgregory_coconino, I moved your reply to a new question as I believe this is a different issue and the original question was closed. 1) Have you tried updating your Microsoft ODBC Driver 17 for SQL Server to the newest version compatible with the SQL and ArcGIS version you are utilizing in your environment. ArcGIS 11.3 and ArcGIS Pro 3.3 requirements for Microsoft SQL Server 2) You may want to try using Microsoft ODBC Driver version 18. You do need to address the encryption settings on your database to do so. Encrypted connections to SQL Server databases 3) You noted you are running MS SQL 2017 and 3.3.1, what version is the database? Client and geodatabase compatibility 4) Are you having any network issues or limited resources on your SQL server
... View more
08-05-2024
09:06 PM
|
1
|
2
|
1615
|
|
POST
|
@JackHardwick4, Unfortunately, this was determined to be a "Known Limit". The details and noted solution of using annotations in ArcGIS Pro 2.x or moving to ArcGIS Enterprise 11 is listed in BUG-000151842 resolution. We have subsequently moved to ArcGIS Pro 3.3.1 and ArcGIS Enterprise 11.3.
... View more
07-24-2024
12:28 PM
|
0
|
0
|
2339
|
|
POST
|
After working with ESRI support for the past two months they have been able to replicate this issue on some feature services and have assigned a BUG-000169129. Once a public link is available I will include a hyperlink to the bug report. BUG Link: https://support.esri.com/en-us/bug/querying-an-arcgis-enterprise-hosted-feature-service-us-bug-000169129
... View more
07-15-2024
06:55 PM
|
0
|
4
|
2370
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 09-16-2019 05:49 PM | |
| 1 | 06-11-2025 03:32 PM | |
| 1 | 12-26-2023 09:15 AM | |
| 1 | 12-29-2023 10:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|