POST
|
Just a note that the slash issue ended up being a red herring, because the fundamental problem was that the Identity Manager in Experience Builder was intermittently invalidating the tokens it would successfully generate to access secured services. I found that by commenting out/removing the line "this.onSessionChanged($S.ArcGISJSSync)" in jimu-core/index.js, the tokens would no longer get invalidated when the Javascript API tries to procure a token (not sure offhand why this happens). It's a workaround solution if anyone encounters this in the future, though if there's a more elegant solution than a code change let me know.
... View more
05-22-2024
06:43 AM
|
0
|
0
|
593
|
POST
|
Hey everyone, hope things are well. I had a quick question for anyone who might have run into this issue, or a similar one. We have a Federated 10.9.1 ArcGIS Enterprise system with a standalone deployment of Experience Builder running on port :3000 on a different domain. Occasionally, when we include Enterprise-hosted services in our ExB apps, we'll see the app receiving a 302 Found for a service call to these services, with the Response Headers containing the typical "Location" header to send the app off to authenticate against a URL similar to: "https://<PortalURL>/hosting/login?returnUrl=<ServiceUrl>. The app will then follow the redirect URL. The issue is that the URL is actually incorrect; When the browser follows that redirect, they'll get another 302 Found with a Location header directing them to https://<PortalURL>/hosting/login/?returnUrl=<ServiceUrl>, coming from the Web Adapter. Note the trailing slash after "/login". Because the URL doesn't take the client to ArcGIS Server, just to the Web Adapter which provides the next redirect, ArcGIS Server isn't providing the typical auto-CORS header which tells the browser that the requesting domain is friendly, so the CORS request refuses to follow the 302 and fails. The issue is that, because the /login URL isn't real, Chrome will spring a CORS error and refuse to follow the second 302 redirect to the provided Location. My question is; Is the /login URL configurable in the Enterprise config store, so I can add the appropriate slash? Has anyone else run into this issue, or have a way to tell the Web Adapter to allow CORS requests against the "fake" /hosting/login URL so that browsers will follow the redirect to the "correct" /hosting/login/ URL? Any thoughts folks could provide would be appreciated, many thanks.
... View more
05-13-2024
08:42 AM
|
1
|
1
|
695
|
POST
|
Thanks Dan. I believe even ListTransformations isn't available in the pre-3.0 version of the ArcPy library. It just seemed surprising to me that prior to 3.0, there was no option to read/write Map Transformation information, when that has been available on the DataFrame class in ArcMap for a long time. Regarding updateTransformations, does this actually set a transformation on the Map, or just limit the dropdown list somehow that you'd still need to pick from manually, do you know? Also, will Pro automatically use the first transformation available in the list if none is explicitly specified, or simply not use one at all if a transformation is required?
... View more
04-17-2024
05:02 AM
|
0
|
0
|
385
|
POST
|
If I'm understanding the page below correctly, the old DataFrame class in ArcPy for ArcMap supported setting a Transformations on the DataFrame. DataFrame—ArcMap | Documentation (arcgis.com) The Map Class in the ArcPy library for ArcGIS Pro ( < 3.0) doesn't seem to have an equivalent for setting the Transformations for a map, as you can do manually under the Properties menu of the Map within an ArcPro session. Does anyone know if I'm missing something, or can this not be set through ArcPy in Pro? Map—ArcGIS Pro | Documentation In 3.0+ versions of Pro, there seems to be an updateTransformations function on the Map Class. Would this be the equivalent to the old DataFrame Transformations property, and it's just not available in pre-3.0 versions of the ArcPy library? Any info the community could provide would be appreciated, many thanks. Map—ArcGIS Pro | Documentation
... View more
04-16-2024
01:40 PM
|
0
|
2
|
471
|
POST
|
I've verified that the .p12 file is valid as well. If Esri is able to access more detailed logs regarding the failure on the Cloud Make end, that would be helpful, many thanks.
... View more
02-08-2024
10:27 AM
|
0
|
0
|
475
|
POST
|
Hey Jason, I was seeing errors related to oAuth when I tried standing up the 1.13 version of Developer Edition and pointed it towards our 10.8.1 Enterprise. Did you find everything 'just worked' with your environment?
... View more
02-07-2024
08:35 AM
|
1
|
1
|
2829
|
POST
|
That was exactly it! Thanks so much. Do you have a link handy to that 1.13 bug?
... View more
02-07-2024
08:30 AM
|
0
|
1
|
2835
|
POST
|
Thats encouraging to hear, thanks Jeffrey; Maybe I'm just going through the installation steps incorrectly. Did you go through the ClientID steps to register the Experience Builder in your Enterprise, according to the steps here? ArcGIS Experience Builder install | ArcGIS Experience Builder | ArcGIS Developers
... View more
02-07-2024
07:51 AM
|
1
|
5
|
2857
|
POST
|
Hey all, hope things are well. I was hoping a knowledgeable person could help me understand the table in the link below. Does each version of the Experience Builder (Developer Edition) version require a specific version of Enterprise to work properly, or is it agnostic? IE, Can I stand up a 1.13 version of the Experience Builder, and following the steps on this page, wire it up to a v 10.9.1 version of Enterprise? Or is 1.7 the highest version of Experience Builder that a 10.9.1 Enterprise can support? Any information you can provide would be appreciated, many thanks. About release versions | ArcGIS Experience Builder | ArcGIS Developers
... View more
02-07-2024
07:27 AM
|
0
|
10
|
3217
|
POST
|
It appears to be this issue; I've checked the expiration date on my mobile provisioning file, but it looks to be good until late March. App Studio(Configure survey123) ,Ios cloud build g... - Esri Community
... View more
02-06-2024
05:58 PM
|
0
|
0
|
490
|
POST
|
I'm trying to run a Make for iOS, and I'm running into the very odd error message below after it begins. Has anyone seen this one before? AppStudio 5.5.180. I've built this app multiple times in the past, and haven't encountered this particular issue before. No /Users/appfactory/buildslaves/appfactory-slave-ios-1/current-ios/build/145507/output/Intermediate/iOS/buildLog.txt present
... View more
02-06-2024
09:15 AM
|
0
|
2
|
513
|
POST
|
Taking another look at my code, this may be because of some very inefficient looping. Feel free to remove this post.
... View more
07-26-2023
03:00 PM
|
0
|
0
|
447
|
POST
|
Has anyone else encountered poor performance when performing a simple attribute query against a FeatureLayer object with client-side features? You'd think that these queries would return results immediately because all the features are already in memory, but I'm finding that a loop which performs an attribute query against a client-side FeatureLayer about 800 times is taking minutes to complete. I'll try to put together a codepen to illustrate this, but just knowing that I'm not alone in seeing this would be great.
... View more
07-26-2023
01:07 PM
|
1
|
2
|
475
|
POST
|
In our latest AppStudio build for Android (built via Appstudio v.5.4.142), when we try to open a local .HTML file within a WebView, the app presents us with an ERR_ACCESS_DENIED error, which I believe is related to the Qt issue below. This functionality worked without issue in previous releases (Though I think the last successful build was via a 4.x. AppStudio release). [QTBUG-97487] [Android] WebView cannot open local file (net::ERR_ACCESS_DENIED) - Qt Bug Tracker I was curious if this issue was on the AppStudio team's radar for an upcoming release, many thanks,
... View more
11-23-2022
09:02 AM
|
0
|
1
|
1835
|
POST
|
Hey all, hope things are well. I've been working on a widget to allow for editing tables in the Web App Builder via the Attribute Table widget, and I've got a promising prototype working in the repo below. I hope to continue improving this tool in the future, but it's a good start so far. Testing on versions above 2.5 would be appreciated. GitHub - cmndrbensisko/EditTable: The EditTable Widget for ArcGIS Web AppBuilder allows for editing Table layers in a Fe… Note that this widget requires the use of the LocalLayer widget to add Table sublayers in FeatureServices to your map as Feature Layers. More information about this widget below. https://community.esri.com/thread/119548-locallayerwidget-and-accessifizrwidget Look forward to your feedback!
... View more
06-22-2018
01:41 PM
|
1
|
14
|
7859
|
Title | Kudos | Posted |
---|---|---|
1 | 05-13-2024 08:42 AM | |
1 | 02-07-2024 07:51 AM | |
1 | 02-07-2024 08:35 AM | |
1 | 07-26-2023 01:07 PM | |
1 | 08-10-2017 03:33 PM |
Online Status |
Offline
|
Date Last Visited |
05-22-2024
09:28 AM
|