|
POST
|
@Mikhail, Without seeing your data and how you are running the tool, it is difficult to know why the error is occurring. The input for the tool needs to be a feature layer Check the geometry on the input feature make sure the common attribute is actually the same select a small number of features you know would be dissolved and test just those look through the geoprocessing result and see if there are any addition errors do you have write assess to the ourput location
... View more
06-10-2023
04:33 PM
|
1
|
0
|
8247
|
|
POST
|
@DominicRobergeIADOT, Oh the fun of coordinate systems and transformations. WGS 1984 Web Mercator (auxiliary sphere) would be a good choice for a multi state area that you described. That being said, you must be cognitive of what coordinate system your existing data and imagery are projected and even more importantly what transformations are being applied. When you see a discrepancy, as you have noted, typically you are working with different coordinate systems between your map and the data. Most commonly an incorrect or no transformation has been applied. Transformations are selected in the next section of the map properties of ArcGIS Pro. Please also make sure you have downloaded and installed the ArcGIS Coordinate System Data from my.esri.com appropriate for your ArcGIS version.
... View more
06-10-2023
05:27 AM
|
0
|
4
|
9436
|
|
POST
|
@LukasStadelmann, Yes, you can edit existing widgets. This does require the use of Developer Edition of ArcGIS Experience Builder and you need to host these widgets. The original files for the table widget can be found in the ArcGISExperianceBuilder installation folder: ..\ArcGISExperienceBuilder\client\dist\widgets\common\table\src. It is best to load the entire ..\ArcGISExperienceBuilder\client folder into your code editor, such as VSCode. Below are several links for videos on customizing widgets. They do focus on starting from a sample widget but provide some insight into how the widgets are assembled. ArcGIS Experience Builder: Customizing and Extending Developing with ArcGIS Experience Builder ArcGIS Experience Builder: Building Web Solutions, Advanced Topics Customize Widgets in ArcGIS Experience Builder with ReactJS & ArcGIS API for JS (part 1) Customize Widgets in ArcGIS Experience Builder with ReactJS & ArcGIS API for JS (part 2) Customize Widgets in ArcGIS Experience Builder with ReactJS & ArcGIS API for JS (part 3) How to deploy Customized Widgets of ArcGIS Experience Builder on ArcGIS Portal
... View more
06-07-2023
03:56 AM
|
2
|
0
|
1893
|
|
POST
|
@LondonWalker , In your browser utilize the developer tools (F12) to identify which class is assigned the gray color. You will then need to override that class in your widget CSS. You can also temporarily override the color in your browser to experiment with the desired effect. Do note, overriding ESRI CSS may impact other experience builder components. You can add an additional class to your widget to apply this exclusively. You may need to utilize the CSS !important Property to force your CSS preference. For example in the image below, I have temporarily set the backgound-color for .jimu-widget.esri-layer-list.esri-widget.esri-widget--panel to green.
... View more
06-07-2023
03:02 AM
|
0
|
1
|
2320
|
|
POST
|
We are using WAB 2.26 Developer Edition to publish our GIS website. One widget we utilize is the Basemap Gallery to display a selection of base maps available to our users including our imagery. However, we have run into an issue when attempting to add maps that filter imagery based on the year. We have published a single imagery service that contains about 30 years of aerial imagery. We can generate multiple maps in AGOL that filter the imagery service by year and have added these to our Basemap Gallery. However, when the basemap is loaded from the widget, the year filter is not applied, and only the topmost dataset is displayed. Is there a way to customize the widget to apply the map image filter or add a filter to the URL when adding the imagery to the widget? AGOL Map with imagery filter applied for 2021. The same map when loaded using the Basemap Gallery, displays the topmost raster set, does not use the applied filter. Because our imagery is continually growing, we are trying to limit the number of published image services. We would like to publish a single service with all the years overlaid and filtered by year. Everything is working except when attempting to load the map as a basemap on our website. The map when loaded into AGOL, Desktop, and Pro applies the appropriate filter.
... View more
06-06-2023
06:39 AM
|
0
|
1
|
1047
|
|
POST
|
Yes, Still showing on our accounts. As @Scott_Tansley noted, reach out to customer support or your account manager.
... View more
06-01-2023
06:34 AM
|
0
|
0
|
929
|
|
IDEA
|
@Jen_Zumbado-Hannibal, We are trying to do the opposite and access our portal data via AGOL. One of the main reasons is our imagery is in the terabyte range and would be prohibitive to host on AGOL. The second is we need near real-time data updates for our spatial data. We did attempt to utilize a distributed collaboration by reference but still ran into the issue of not being able to store user credentials while utilizing web-tier authentication. We did find a resolution by utilizing SAML authentication on our portal while still being able to access the data via a built-in user account.
... View more
05-31-2023
06:13 PM
|
0
|
0
|
1827
|
|
POST
|
Thanks to a comment by @BillFox posted on the idea referenced above, we were able to get SSO working with SAML on our internal network while still allowing AGOL to access using ArcGIS built-in account. We are using Windows ADFS as our SAML Identity Provider. It turns out that not all browsers are initially configured as WIA Supported User Agents by ADFS. By running the following command in PowerShell we added the missing browsers utilized by our users. Set-ADFSProperties -WIASupportedUserAgents @("MSAuthHost/1.0/In-Domain", "MSIE 6.0", "MSIE 7.0", "MSIE 8.0", "MSIE 9.0", "MSIE 10.0", "Trident/7.0", "MSIPC", "Windows Rights Management Client", "Firefox/25.0", "Firefox/47.0", "Mozilla/4.0", "Mozilla/5.0", "Chrome", "Edg/", "Edge/") Configure browsers to use Windows Integrated Authentication (WIA) with AD FS Note that Firefox also requires some client-side configuration. Type in about:config and add the address of your ADFS server (e.g. fs.domain.com) to network.automatic-ntlm-auth.trusted-uris. This can be completed via GPO.
... View more
05-31-2023
05:20 PM
|
0
|
0
|
4063
|
|
IDEA
|
Yes, IWA or SAML and built-in users work fine when configured for portal-tier authentication. However, SSO does not work in this configuration and authenticated users are prompted to login to access secure services. This is by design and documented in the links above. When using portal-tier authentication one can access secure services using stored credentials on AGOL and make them public using a built-in account. If the enterprise deployment is changed to web-tier authentication, the SSO works great but you can no longer store credentials on AGOL to access the secure services from the portal. You are not even offered the option to toggle this function. It is my understanding that AGOL can only work with token based authentication and does not support web based authentication which is required. There is a question posted at Allow AGOL access to a secured enterprise portal if you have some additional info you are willing to share.
... View more
05-26-2023
01:45 PM
|
0
|
0
|
1900
|
|
POST
|
Well, after working with ESRI Support and trying multiple possible workarounds we have not found a solution to allow public access to secure portal services that are using web-tier authentication. AGOL is only able to store token based authentication such as when using portal-tier or named user authentication. ESRI support is still looking into a possible workaround but it does not look good. https://support.esri.com/en-us/knowledge-base/faq-what-is-the-difference-between-webtier-vs-gistier-000011833 https://support.esri.com/en-us/knowledge-base/problem-the-option-to-store-credentials-is-not-availabl-000012369 https://support.esri.com/en-us/knowledge-base/problem-the-option-to-store-credentials-is-not-visible-000015387 I did create an idea to include this functionality on AGOL. https://community.esri.com/t5/arcgis-online-ideas/allow-storage-of-web-tier-credentials-to-access/idi-p/1293469
... View more
05-26-2023
07:39 AM
|
0
|
0
|
4124
|
|
IDEA
|
We have always utilized a hybrid ArcGIS deployment - with our own ArcGIS servers and portal for internal use using secured services and referencing the services we would like to make public on AGOL. Up until deploying ArcGIS Enterprise 11.1 we had always utilized portal-tier authentication which allowed us to store credentials on services shared on AGOL as a token. Storing the token allows public users to view selected secure services on our internal ArcGIS Enterprise deployment without having to enter any credentials. Access to these services are typically limited via AGOL to only be accessible through specific published applications or URLs. With the deployment of ArcGIS Enterprise 11.1 we elected to federate our ArcGIS servers and integrate user credentials with IWA and later SAML. This allows internal users to experience a single sign on (SSO) when on the internal domains. However, AGOL does not have the ability to store a users credential when utilizing web-tier authentication. AGOL can only store token based credentials when using portal-tier authentication. Therefore, we cannot allow limited public access on AGOL to a selection of our internal secure services. Please develop a means to access secure portal services via a specified stored username/password from AGOL that could be authenticated using web-tier authentication. This would be appreciated on the service level and the app level. https://support.esri.com/en-us/knowledge-base/faq-what-is-the-difference-between-webtier-vs-gistier-000011833 https://support.esri.com/en-us/knowledge-base/problem-the-option-to-store-credentials-is-not-availabl-000012369 https://support.esri.com/en-us/knowledge-base/problem-the-option-to-store-credentials-is-not-visible-000015387
... View more
05-26-2023
07:13 AM
|
5
|
4
|
1969
|
|
POST
|
@Todd_Metzler, You note that with SAML authentication should help resolve the issue we are experiencing. Can you please elaborate on that a little further? We went ahead a configured our SAML identification provider with ArcGIS Enterprise and AGOL. However, we still are not able to store a credential on AGOL to access secured services on our Enterprise deployment. I believe SAML also does not use token based authentication to allow this to occur unless I missed something in configuring the authentication.
... View more
05-25-2023
06:45 AM
|
0
|
0
|
4135
|
|
POST
|
@RyanUthoff, Thanks for the quick reply. I to have not been able to find anything in the ESRI documentation. It does state that when using portal-tier authentication that SSO will not function. However, why can not you use a domain\user to access portal items from AGOL and why do they disable the save credentials when using web-tier authentication. I also tried making services from a AGOL-Portal collaboration public but have the same results.
... View more
05-19-2023
10:40 AM
|
0
|
1
|
4247
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 03-02-2023 05:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|