|
POST
|
I would look at migrating to SQL Server 2022, for the longest possible supportability; https://enterprise.arcgis.com/en/system-requirements/10.9.1/windows/database-requirements-sqlserver.htm Here are some additional resources to help with this: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/data-management/arcgis-clients-and-dbms-upgrade-considerations/
... View more
10-28-2024
07:49 AM
|
2
|
3
|
3248
|
|
POST
|
If that Windows update causes an issue, I would log a support case and have the analyst investigate.
... View more
10-24-2024
09:04 AM
|
0
|
0
|
16116
|
|
POST
|
If users are editing in the DEFAULT version, you should not have to do a reconcile / post. All the edits would be in that version by default (maybe not in the base table). The compress "should" move the edits to the base table if there is not a blocking version (which there may be based on your information above). You would need to reconcile the other versions to get them at the same state before the compress. That should allow the edits to move to the base table. For that tool you mention above, look at the following option:
Reconcile blocking versions only—Versions that are blocking the target version from compressing will be reconciled. This option uses the recommended reconcile order.
... View more
10-24-2024
06:16 AM
|
0
|
0
|
1114
|
|
POST
|
Think that we need some more information....... Where is the data being stored? Did you make sure there are updated indexes on the new layer? I am guessing that the layer is polygons, correct?
... View more
10-23-2024
05:48 AM
|
1
|
1
|
4945
|
|
POST
|
I would recommend working with technical support on this issue. It is always possible that Chromium has release an update that could cause issues.
... View more
10-23-2024
03:37 AM
|
0
|
1
|
2086
|
|
POST
|
May want to log a support case to have them fix that.......
... View more
10-18-2024
11:42 AM
|
1
|
0
|
1283
|
|
POST
|
may be missing the trailing ")" in the statement...
... View more
10-18-2024
06:29 AM
|
1
|
0
|
1312
|
|
POST
|
I ran into something similar and it was related to some specific PostGIS extensions installed on the database. Run the following SQL on the postgresql db:
SELECT name, default_version,installed_version
FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%' or name LIKE 'poi%';
Do you have the any of the following installed: postgis_sfcgal fuzzystrmatch postgis_tiger_geocoder pointcloud_postgis pointcloud If so, do you need them for PostGIS functions that you are using?
- I have not found that ArcGIS needs them for any PostGIS storage items. My testing has NOT been exhaustive. TAKE A VERIFIED BACKUP before running the below SQL If not, you can run the following on that specific database:
DROP EXTENSION postgis_tiger_geocoder;
DROP EXTENSION fuzzystrmatch;
DROP EXTENSION postgis_sfcgal;
DROP EXTENSION pointcloud_postgis;
DROP EXTENSION pointcloud;
Then retest. If you need to install them again, here is the SQL:
CREATE EXTENSION postgis_sfcgal;
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;
CREATE EXTENSION pointcloud_postgis;
CREATE EXTENSION pointcloud;
... View more
10-17-2024
04:40 AM
|
0
|
0
|
1092
|
|
POST
|
You could start with this export tool: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/schema-report.htm
Then add additional information for your reference.
... View more
10-17-2024
04:17 AM
|
0
|
0
|
1018
|
|
POST
|
Can you provide some more details / information: What version of ArcGIS Pro?
What version of SQL Server? What version is the Enterprise Geodatabase at? Has this worked in the past? If so, when?
... View more
10-16-2024
06:29 AM
|
0
|
0
|
900
|
|
POST
|
Depending on where you get your licensing from, it may be best to contact Customer Service: https://www.esri.com/en-us/contact#c=us&t=3 They can help with creating the correct license based on what is available to you.
... View more
10-14-2024
07:02 AM
|
0
|
1
|
1128
|
|
POST
|
Can you confirm the license level of Pro you are using? What is the version of the Enterprise Geodatabase, query the sde.version table?
... View more
10-14-2024
04:13 AM
|
0
|
0
|
2502
|
|
POST
|
Thanks for that info. Is the issue only occurring with a "single" layer that you are exporting or any layer that is exporting? If you copy from the fGDB to Postgres, does that work? (I am just trying to see if it is data related).
... View more
10-11-2024
01:09 PM
|
0
|
2
|
2559
|
|
POST
|
Ah ok. Thanks for the clarification. Can you create a new feature class (empty one) in the PostgreSQL database, as a test? Can you export the same data from Pro into a local file geodatabase? What version of ArcGIS Pro (also license level) and version of PostgreSQL being used? What is the version of the geodatabase in PostgreSQL?
... View more
10-11-2024
11:00 AM
|
0
|
0
|
2603
|
|
POST
|
Where are you exporting to? The error message points me to the location of the export being the issue.
... View more
10-11-2024
10:43 AM
|
0
|
2
|
2610
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | 06-12-2026 06:07 AM | |
| 1 | 06-02-2026 09:27 AM |
| Online Status |
Online
|
| Date Last Visited |
3 hours ago
|