|
POST
|
Hello, I am trying to configure ArcGIS Enteprise IDP with Python for Arcgis but I am facing an issue. The following code to create the Idp is failing: from arcgis.gis.admin import AGOLAdminManager #ent_gis being my ArcGIS Enterprise GIS instance of GIS class AGOLAdminManager(ent_gis).idp.configuration = { 'name': 'IDP Account', 'idpMetadataFile' : 'C:/Temp/federationmetadata.xml', 'entityId': "portal.company.com.geoportal", 'signUpMode': 'Automatic', 'encryptionSupported': False, 'supportSignedRequest': False, 'useSHA256': False, 'supportsLogoutRequest': False, 'updateProfileAtSignin': True, 'updateGroupsAtSignin': True } JSONDecodeError: Expecting value: line 1 column 1 (char 0) If I create IDP manually, the command works because then in that case it would update the properties. In the documentation it is stated for the configuration property of the identityprovidermanager class "Gets, updates, or Adds a SAML provider", so I believe it should also be able initialize it: arcgis.gis.admin module — arcgis 1.8.2 documentation I wonder if it could be related to the fact that when IDP is not configured on the portal, https://portal.company.com/geoportal/sharing/portals/self/idp?f=json returns 200 but no JSON. Just a guess. Any idea what I am doing wrong ? Thanks
... View more
10-31-2020
01:12 AM
|
0
|
0
|
1039
|
|
POST
|
I found some error in Event viewer related to the service account running ArcGIS Enterprise: "The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {0358B920-0AC7-461F-98F4-58E32CD89148} and APPID {3EB3C877-1F16-487C-9050-104DBCD66683} to the user MYCOMPANY\MYUSER SID (S-1-5-21-1526224874-1540688658-1361462980-7571414) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool." CLSID {0358B920-0AC7-461F-98F4-58E32CD89148} refers to Wininet Cache task object APPID {3EB3C877-1F16-487C-9050-104DBCD66683} refers to WinInetCacheServer Could it explain why memory cache component couldn't start up ? Cheers
... View more
10-28-2020
07:49 AM
|
0
|
0
|
6740
|
|
POST
|
In the folder you mentionned: <install directory>\framework\runtime\ds\usr\logs\MYVM01, there is only an 'elasticlog' folder which I believe is only about tileCache datastore.
... View more
10-28-2020
07:15 AM
|
0
|
0
|
6740
|
|
POST
|
Hi, You could try using arcgis-js-cli utility: GitHub - Esri/arcgis-js-cli: CLI to build a template application and widgets using the ArcGIS API for JavaScript It has a parameter to scaffold an experience builder widget: 'arcgis widget my-widget -t exb' And from there build you button and logic behind ! Hope that help
... View more
10-27-2020
03:36 AM
|
0
|
0
|
1398
|
|
POST
|
Thanks for the reply. Indeed, CDN looks fixed. But I still have the issue using arcgis-webpack-plugin. Thanks
... View more
10-26-2020
04:05 AM
|
0
|
0
|
2584
|
|
POST
|
I believe it is BUG-000134458: After rebooting the standby Portal in HA on Windows (OS), the portal Postgres database does not reboot properly to allow successful connections in portal/sharing/rest or portaladmin. As I had in portal folder loads of DBs !
... View more
10-22-2020
04:57 AM
|
0
|
3
|
8993
|
|
POST
|
Hello, After upgrading my application to 4.17, I just noticed an error after adding graphic to mapView: You can easily reproduce the issue using the following sample "Add graphics (SceneView)": ArcGIS API for JavaScript Sandbox and replace sceveView by mapView: CodePen Thanks for listening ! /cc Noah Sager
... View more
10-16-2020
10:33 PM
|
0
|
4
|
2675
|
|
POST
|
Thanks for your reply. That is not exactly what I am looking for. I am looking for X, Y, Z 3D coordinate (without ellipsoid definition). Then you can directly compute lat, lon, and H when an ellipsoid is defined and easily work with well-known geodesic datum. Maybe Melita Kennedy will have an idea ?
... View more
10-14-2020
10:33 PM
|
0
|
2
|
3737
|
|
POST
|
Hello, I just noticed an error with search widget 4.17 when 'locationEnabled' is set to false. When making a search, the following error is logged: this._suggestionListNode is not yet defined in locationEnabled is set to false. You can easily reproduce it with the following sample and by setting 'locationEnabled' to false: ArcGIS API for JavaScript Sandbox Thanks for listening ! /cc Noah Sager
... View more
10-13-2020
05:43 AM
|
0
|
3
|
5663
|
|
POST
|
Hello Geodesists, I am receiving data from custom 3D cartesian coordinate system I would like to define in ArcGIS Pro. I computed the seven parameters to a 3D national system and there are equations to go from 3D cartesian to geographic that I believe ArcGIS Pro knows ? It seems like I can define seven parameters method tranformation in ArcMap: Equation-based methods—ArcMap | Documentation But I can't find a way to define a coordinate system as 3D cartesian. Did I miss anything ? Thanks
... View more
10-13-2020
05:21 AM
|
0
|
5
|
3798
|
|
POST
|
Hello, Just noticed a small bug with JS API 4.17 (but also in previous version): when a direction is highlited after having clicked on it in the widget, it is not cleaned up after reseting the route or destroying the widget: You can easily reproduce it on this sample: ArcGIS API for JavaScript Sandbox Thanks for listening ! /cc Noah Sager
... View more
10-13-2020
02:27 AM
|
0
|
2
|
1469
|
|
POST
|
Hello, I am trying to promote my datastore standby machine to primary for the tileCache datastore but it fails with the following error: Server machine 'https://Machine1.domain.com:2443/arcgis/datastoreadmin/machines/Machine2.domain.com/makePrimary' returned an error. 'Attempt to make 'Machine2.domain.com' the primary data store machine with role 'PRIMARY' is not allowed.' When I try with the relational datastore, it works. Validating datastores on Admin REST API, returns both machines as healthy. Any idea ? Thanks, Best regards, Nicolas
... View more
09-30-2020
11:35 PM
|
0
|
3
|
2888
|
|
POST
|
Hi Stef Koroblitsas, Unfortunately not ! I have been struggling for weeks trying to identify a pattern but I can't figure out what is the issue. Please let me know if anything come out from your support case (I was about to open one as well as I am in a dead end...) ! Any idea Jonathan Quinn ? Seems like I am not the only one !
... View more
09-24-2020
01:42 AM
|
0
|
6
|
8993
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-26-2026 05:56 AM | |
| 2 | 06-17-2026 09:53 AM | |
| 4 | 06-04-2026 10:51 PM | |
| 1 | 05-30-2026 03:46 AM | |
| 2 | 05-30-2026 01:01 AM |