|
POST
|
I am sure I am misunderstanding how this all should be set up. We have configured Portal's identity user and group store to use LDAP. We are able to create groups and link those groups to existing enterprise / AD groups. We are able to create user accounts in bulk via the "Add members based on existing enterprise users" and adding members from an enterprise group (i.e. AD group). However, when a user logs into Portal (they log in via SAML not IWA or AD credentials), I was under the impression their account (since the SAML IDP is passing the correct username) would be added to any AD-linked Portal group of which the user should be a member. Currently that is not happening. And furthermore, I thought Portal would also automatically update those groups with the correct members every day at midnight, which is also not happening. Any ideas what could be going on here? Is there some disconnect with the SAML setup for login, and the user/group LDAP identity stores?
... View more
10-06-2022
07:13 AM
|
0
|
3
|
2856
|
|
POST
|
@ahargreaves_FW I think that is the idea - the user still has to login to AGOL when accessing the content from Portal. Even if your Portal and AGOL use the same login method (SAML), I don't think it's an SSO solution. That is, Portal doesn't pass the user's credentials to AGOL and allow for seamless access - they still need a separate login. It's separate user store. At least that is my understanding.
... View more
10-05-2022
10:51 AM
|
0
|
0
|
1242
|
|
POST
|
Are the public services located @ https://tasks.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer for general public consumption, and if so (or not) is there a license agreement somewhere documenting this. For example, could an app developer but otherwise non-ArcGIS user or account holder consume services @ https://tasks.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer and still be in compliance with Esri's terms of use. Related, is there a documented rate limit to those API endpoints.
... View more
10-04-2022
01:17 PM
|
0
|
0
|
817
|
|
POST
|
Couple other notes here: Issue seems to occur at JS 4.21 and up. Switching to 4.20 and the issue goes away. Also only occurs with hosted feature services in ArcGIS Enterprise 10.9, not feature service endpoints from ArcGIS Server MapServices or AGOL. Is there a known issue in Enterprise 10.9 with hosted feature services that may be causing this?
... View more
09-28-2022
07:24 AM
|
1
|
0
|
1628
|
|
POST
|
Even if users do use Maps for Power BI (with Creator license), they need to a) display some data (drag lat / long fields from power bi to get any map to show) b) still no way to pull in an arbitrary REST endpoint. It would need to be added as an item in Portal or Online for a PowerBI user to be able to see in it Maps for PowerBI.
... View more
09-22-2022
10:49 AM
|
0
|
0
|
2226
|
|
POST
|
In this case, I am trying to _not_ use ArcGIS for PowerBI, since I have users that are simply Viewers, and ArcGIS Maps for PowerBI strangely requires that users have the Creator role, even if all they want to do is view services. So I'm curious how / if it is possible to provide a user a REST endpoint for a point, polygon, or line feature service (e.g. https://mygis.domain.com/arcgis/rest/services/demopolygon/MapServer/0/query), and connect that to a PowerBI map (the bing map tool). I am completely new to PowerBI here so if there is any documentation or step-by-step this would be great. If this is not possible, then why does a user need a Creator role to be able to only view layers?!?!
... View more
09-22-2022
10:23 AM
|
0
|
3
|
2247
|
|
POST
|
Okay, seems like I need to ensure a LONG field was set as the unique identifier field (which I wasn't doing) and then my query layer worked. Another issue is the OID field needs to be indexed at the database level, so if you don't have control over the database, and there is no indexed LONG field available, then you're out of luck.
... View more
09-22-2022
08:20 AM
|
0
|
0
|
1182
|
|
POST
|
Trying to create a point query layer based off an Oracle 19c non-spatial table in Pro 3.0.1. My query is: select NAME ,LATITUDE_N, LONGITUDE_N, SDO_GEOMETRY(2001, 4326, SDO_POINT_TYPE(LONGITUDE_N,LATITUDE_N, NULL), NULL, NULL) from SCHEMA.TABLE WHERE STATE = 'GA' I see a point feature layer in my Pro contents, but no points on the map. When I try to open the attribute table, I get an error that says, "Failed to open table. Error: attribute column not found [ORA-00904]. "ESRI_OID": invalid identifier. I did not select that field in my query layer, and it doesn't seem to violate any rules, so I'm curious what is happening here. Any tips? I also don't know how an ESRI_OID column got inserted into a non-spatial Oracle database but that should be besides the point.
... View more
09-21-2022
11:19 AM
|
0
|
1
|
1209
|
|
POST
|
I followed instructions at https://enterprise.arcgis.com/en/server/10.9/manage-data/linux/configure-database-connection-for-arcgis-server.htm so I can register my Oracle 19C database (non-spatial) with ArcGIS Server and publish tables. However when I try to register the database from my .sde file using Manager, I get the following error: "Cannot connect to database because the database client software failed to load. Be sure the database client software is installed and configured correctly." My sde connection file works fine in Pro on my machine, but curious what I could be doing wrong on the Server side. What I did was: 1. Download Oracle Instant Client Downloads (v19.15.0.0.0) for Linux x86-64 (64-bit) from my.esri.com 2. Unzipped to /opt/arcgis/OracleDatabaseInstantClient19c/instantclient_19_15 on my Server Machine. 3. Edited /opt/arcgis/server/usr/init_user_param.sh to include line: export LD_LIBRARY_PATH=/opt/arcgis/OracleDatabaseInstantClient19c/instantclient_19_15:$LD_LIBRARY_PATH 4. Restarted ArcGIS Server service on machine. I did not uncomment any other lines in init_user_param.sh, make any changes to PATH variables, or .bashrc, I checked permissions on the contents of the folder and arcgis user is the owner on all of them. Is there something I'm doing incorrectly here?
... View more
09-20-2022
05:54 AM
|
0
|
2
|
2147
|
|
POST
|
Absolutely uninteresting, but when I upgraded Pro to 3.0.1, my issue went away.
... View more
09-19-2022
09:58 AM
|
0
|
0
|
3372
|
|
POST
|
To oracle? Or to Pro? I don't believe I have installed any Pro patches to address Oracle compatibility. I am on Pro 2.9.3. Where can I find more information about the patches? I know the DBA said Oracle is patched with latest - they do not have any spatial libraries loaded on their DB though - I am just trying to access plain tables in a standard Oracle DB.
... View more
09-14-2022
01:40 PM
|
0
|
0
|
3391
|
|
POST
|
I unfortunately do not know how to access the tables outside of Pro (not a DBA 🙂 Here is a screenshot from Pro though
... View more
09-14-2022
11:43 AM
|
0
|
0
|
3399
|
|
POST
|
This is happening for multiple tables in the DB (probably all but there are hundreds). One table that is it happening with just has BOOKMARK_ID_N and POSITION_VC as a Long and Text field respectively.
... View more
09-14-2022
10:19 AM
|
0
|
3
|
3428
|
|
POST
|
I was provided connection details to a non-spatial Oracle DB. I can create the connection (sde) file and see the list of tables, however if I right click on a table and choose Add To Current Map, I get the error: Failed to add data: C:\Users\...\dbconnection.sde\SCHEMA.NAME. DBMS table not found[ORA-00942: table or view does not exist]. Strangely, I am able to use Python search cursor to traverse the table programmatically, and arcpy.TableToTable_conversion will successfully export the data to a local geodatabase. But what I want to do is add the table to a map so I can publish it to my ArcGIS Enterprise environment. (next step will be to register database as a datastore on Enterprise but this is the first step of course) I have checked with the DBA, and seem to have the correct permissions (CREATE_SESSION and SELECT. Have also loaded the Oracle drivers (OracleDatabaseInstantClient19c) to my windows machine and added location to my path. Any ideas here what could be happening.
... View more
09-14-2022
10:10 AM
|
0
|
8
|
3433
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 02-23-2026 11:00 AM | |
| 1 | 07-08-2025 11:33 AM | |
| 1 | 11-07-2023 08:32 AM | |
| 2 | 10-01-2025 06:52 AM | |
| 5 | 09-08-2025 07:31 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|