|
IDEA
|
Hello, Following the success of my question (ArcGIS Enterprise SAML: Can the group claim be edited ?), I am asking for the group claim membership to be configurable. Indeed, our SAML identity provider provides groups membership in a claim with a different name that the one listed in the documentation (Create groups—Portal for ArcGIS | Documentation for ArcGIS Enterprise) : "The supported (case-insensitive) names for the attribute defining a user's group membership are Group, Groups, Roles, MemberOf, member-of, http://schemas.xmlsoap.org/claims/Group, http://schemas.microsoft.com/ws/2008/06/identity/claims/groups, urn:oid:1.3.6.1.4.1.5923.1.5.1.1, and urn:oid:2.16.840.1.113719.1.1.4.1.25." IT service states that it "should" be configurable. Thanks for listening !
... View more
11-10-2020
07:13 AM
|
1
|
0
|
652
|
|
IDEA
|
Hello, In my organisation puppet is used to configure our infrastructure. It would be nice if, in addition to Powershell DSC and Chef cookbook, an ESRI puppet module could be provided ! Thanks for listening !
... View more
11-10-2020
07:01 AM
|
3
|
1
|
1333
|
|
POST
|
Thanks for your reply. I am not sure to understand: can it be somehow extended using Esri projection engine ? Thanks !
... View more
11-05-2020
10:22 AM
|
0
|
0
|
3600
|
|
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
|
1006
|
|
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
|
6589
|
|
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
|
6589
|
|
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
|
1354
|
|
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
|
2506
|
|
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
|
8828
|
|
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
|
2597
|
|
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
|
3600
|
|
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
|
5531
|
|
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
|
3661
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 2 | 2 weeks ago | |
| 4 | 3 weeks ago | |
| 1 | a month ago | |
| 2 | a month ago |