POST
|
@RexRobichaux Thank you for your excellent post. I appreciate the level of detail you've used to describe this issue. I am experiencing everything you've mentioned and would also love to see API access. This is maybe the 3rd or 4th major site change since 2018 that negatively impacts performance in one way or another. While I appreciate frequent updates to the Hub framework it gets frustrating to update maintenance scripts once a year. Stability on this platform would be a pleasant surprise. API documentation would go a long way to help users navigate framework updates. Keeping AGOL Items and the Open Data page in sync shouldn't be this difficult/prone to issues.
... View more
a week ago
|
0
|
0
|
39
|
POST
|
This has since broken at AGS 10.7.1 in a shared site configuration. Using API 1.8.1 AttributeError: 'Server' object has no attribute 'services'
... View more
12-09-2020
04:43 PM
|
0
|
0
|
74
|
POST
|
I am also seeing this at 1.8.1 We recently upgraded our servers to 10.7.1 from arcgis.gis import server
url = r"https://<root>.<host>.org:<port>/arcgis/admin/"
site = server.Server(url,username=<user>,password=<pw>)
site.services
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
In [99]:
Line 1: admin = site.services
File C:\<...>\arcgispro-py3-clone\Lib\site-packages\arcgis\gis\server\_common\_base.py, in __getattr__:
Line 86: raise AttributeError("'%s' object has no attribute '%s'" % (type(self).__name__, name))
AttributeError: 'Server' object has no attribute 'services'
... View more
12-08-2020
03:56 PM
|
0
|
0
|
143
|
POST
|
ArcGIS Monitor requests have an empty value in IIS logs for cs(User-Agent). It would be helpful if this was used.
... View more
11-04-2020
10:14 AM
|
0
|
3
|
197
|
POST
|
Hi David, Thank you for your reply. I suppose if a fix doesn't come by next release I could give your suggestion a try.
... View more
10-05-2020
03:43 PM
|
1
|
2
|
123
|
POST
|
Thanks for your reply. I can confirm that the token is updated after login. The user prop is not.
... View more
10-05-2020
03:42 PM
|
0
|
0
|
29
|
POST
|
Hi David, Thanks for your reply. I gave getAppStore a try but encountered the same problem as when I tried to retrieve props as shown in the earlier comment. Here is a way you can validate my workflow: Add a secured map to your editor sample. In widget.tsx add this function, and call that function in return() checkUserStatus ( ) { let test = getAppStore().getState().user console.log(test) } return ( {this.checkUserStatus()} ) 3. On the initial load of the app a user will be prompted to log in. After the map loads click on the widget, open up Dev Tools: Console will show null. 4. Load app again. Credentials are grabbed from the cache and both methods successfully return the user details. My wild hypothesis is that the framework is not updating props after credentials are verified. Really struggling to find a way to make this work for secured content.
... View more
09-30-2020
02:02 PM
|
0
|
6
|
123
|
Online Status |
Offline
|
Date Last Visited |
yesterday
|