|
POST
|
I also recommend that you visit this site: https://architecture.arcgis.com/en/
... View more
02-21-2025
03:39 AM
|
0
|
0
|
1590
|
|
POST
|
What specific product are you seeing the impact on? Can you provide the URL?
... View more
02-19-2025
08:22 AM
|
0
|
0
|
2586
|
|
POST
|
Nope, if the data is not versioned in the Enterprise geodatabase a compress will not do anything.
... View more
02-19-2025
08:21 AM
|
1
|
1
|
1064
|
|
POST
|
It looks like this would be supported as long as the version of PostgreSQL is supported: https://enterprise.arcgis.com/en/system-requirements/latest/windows/databases-in-the-cloud.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374 "Because you cannot load the ST_Geometry library to a database-as-a-service offering, only the PostGIS spatial types are supported when using Amazon Aurora (PostgreSQL-compatible edition), Amazon RDS for PostgreSQL, Google Cloud SQL for PostgreSQL, and Microsoft Azure Database for PostgreSQL (all options), and only the SDO_Geometry spatial type is supported when using Amazon RDS for Oracle or Autonomous Transaction Processing."
... View more
02-18-2025
03:43 AM
|
1
|
0
|
1030
|
|
POST
|
Review the last paragraph as to why the SDE user should not own the UN: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/geodatabase-administrator-sqlserver.htm#ESRI_SECTION1_D6188FDB856242CA852ED4AF4DC6F5AA "Esri recommends that the geodatabase administrator's schema be used to store the geodatabase system objects only. Create separate users with corresponding schemas to store datasets such as feature classes and tables. Following the practice of storing only system tables in the geodatabase administrator's storage space simplifies the management of the geodatabase and makes it easier for you to delete the geodatabase from the database if you ever decide to do so."
... View more
02-14-2025
04:46 AM
|
1
|
0
|
2656
|
|
POST
|
I am thinking that for your "LIVE" EGDB that is DBO schema when you are given SA permissions, you "assume" the identity of DBO and can therefore make the changes that you are attempting. With your "DEV" EGDB (SDE schema), only the table owner (GIS) will be able to make those changes, regardless of permissions. The data owner usually does not have the permissions to disconnect users, only SDE does: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm I am not 100% sure, but you could try adding the GIS user to the "processadmin fixed server role and granted the VIEW DEFINITION". This is NOT best practice as it may allow additional permissions to the GIS user. Just for clarification, are you making the schema changes in SSMS or in Pro during this process?
... View more
02-14-2025
04:44 AM
|
0
|
0
|
2387
|
|
POST
|
It is not best practice for SDE or an admin to own data in the Enterprise geodatabase. This is to prevent unneeded and elevated privileges.
... View more
02-13-2025
06:45 AM
|
1
|
0
|
2697
|
|
IDEA
|
Have you seen this blog?: https://www.esri.com/arcgis-blog/products/arcgis-online/administration/managing-arcgis-online-content-with-arcgis-dashboards-and-arcgis-notebooks/ It provides some of the functionality that you are requesting, and you could expand it to meet some more of your needs.
... View more
02-10-2025
11:17 AM
|
0
|
0
|
1789
|
|
POST
|
Here is another tool that can be used to collect some other information from Enterprise: https://support.esri.com/en-us/knowledge-base/configuration-reporter-000033086
... View more
02-07-2025
01:07 PM
|
1
|
0
|
924
|
|
POST
|
Looks like just open in new Dashboards and save. Here is some documentation and another Esri Community post about this: https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-dashboards-classic-000027289 https://community.esri.com/t5/arcgis-dashboards-questions/age-10-9-1-to-11-1-upgrade-upgrading-dashboards-in/m-p/1250801#M7228 Hope this helps!
... View more
02-07-2025
05:01 AM
|
1
|
0
|
836
|
|
POST
|
You may want to look at this tool to start with: https://community.esri.com/t5/implementing-arcgis-blog/introducing-the-gis-enterprise-reporter/ba-p/1161310 GitHub download (linked in blog above): https://github.com/dannykrouk/gisenterprisereporter You can run this against an Online org. It may take a while to complete, so be patient. Not sure it has everything that you need but is a good start.
... View more
02-06-2025
11:01 AM
|
0
|
1
|
1232
|
|
POST
|
Can you run this tool: https://pro.arcgis.com/en/pro-app/latest/get-started/pro-performance-tool-overview.htm Another doc to review: https://pro.arcgis.com/en/pro-app/latest/get-started/machine-performance-optimization.htm What are the specs of the computers, and the version of Pro installed? Is the local data in a file geodatabase or other?
... View more
02-06-2025
03:34 AM
|
1
|
0
|
1421
|
|
POST
|
Is the error with the "sample tile service" or are you using a different tile service to create what is needed? What tool are you using to "capture" the tiles from the service? Think we need some more information on the versions of software being used also.
... View more
02-05-2025
06:45 AM
|
0
|
0
|
990
|
|
POST
|
Are you using EZConnect or TNSNAMES in your connection properties? Can you provide a screenshot of the connection properties?
... View more
02-05-2025
03:51 AM
|
0
|
0
|
1022
|
|
POST
|
If you change the "geometrypoint" field to "shape" then try to register, does that work? ************************************************************************** Here is a query to take x/y in a table and create a shape field. alter table [data].[CADRecordsData_Schema2] add shape as geometry::STGeomFromText('POINT('+convert(varchar(20),xCoord)+' '+convert(varchar(20),yCoord)+')',4326) 4326 = SRID Added the spatial point shape column from the X/Y data in the table: https://gis.stackexchange.com/questions/21108/create-a-geography-geometry-column-from-x-and-y-fields-sql-server-2008
... View more
01-31-2025
09:16 AM
|
0
|
1
|
3374
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 06-12-2026 06:07 AM | |
| 1 | 06-02-2026 09:27 AM |
| Online Status |
Online
|
| Date Last Visited |
an hour ago
|