|
POST
|
Glad this corrected the behavior that you saw. For the disconnect, you can use the SDE user. Be sure that the SDE user has the correct permissions / roles to do this: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm#ESRI_SECTION1_48345263705D453984B45C73811C1C56
... View more
06-02-2025
05:11 AM
|
0
|
0
|
2983
|
|
POST
|
Ah, ok. Remove the SYSADMIN and the other permissions that you checked "on" in the DB from the GIS user. That should hopefully get you back to the place you need to be. You should never have to assign a user SYSADMIN for geodatabase functions, unless DBO schema and not the DB owner. Regardless if you create a new user and grant them SYSADMIN it will not work as expected. Hope this helps!
... View more
05-29-2025
01:31 PM
|
1
|
0
|
3108
|
|
POST
|
Ok...... so the data is "owned" by the "GIS" user. Using SYSADMIN will not allow you to take over the data, like an owner. You will need to login to the EGDB as the GIS user in order to fix this issue. I would back out all the permissions that you set based on the document provided to you. It is possible that the workflow worked in the past, but not now.
... View more
05-29-2025
11:03 AM
|
0
|
2
|
3139
|
|
POST
|
Questions: Did you select all the permissions in the screenshot manually? I would uncheck the db_owner permission on that DB. Since you are SYSADMIN, you should have the correct permissions as you "mimic" the DBO user. Just verifying that you have a DBO schema enterprise geodatabase? i.e., all data is owned by DBO user. A guess is that your UN / schema do not match and the mixed permissions are causing an issue.
... View more
05-29-2025
10:29 AM
|
0
|
4
|
3159
|
|
POST
|
I just saw the technical article about the update service and posted it.
... View more
05-27-2025
03:23 AM
|
1
|
0
|
4064
|
|
POST
|
Here is an explanation as to why: https://support.esri.com/en-us/knowledge-base/calculate-field-does-not-honor-selection-or-layer-filt... Related to an issue found with Pro 3.5 and using SQL in Field Calculator: "This issue will be addressed in 3.5 Patch 1 (3.5.1), planned to be available the first week of June 2025. Until a patch is available, the software update service will be disabled in ArcGIS Pro. Customers who understand this issue and the workaround can download ArcGIS Pro 3.5 from My Esri."
... View more
05-22-2025
12:59 PM
|
9
|
0
|
5890
|
|
POST
|
Here is an explanation as to why: https://support.esri.com/en-us/knowledge-base/calculate-field-does-not-honor-selection-or-layer-filte-000036268 Related to an issue found with Pro 3.5 and using SQL in Field Calculator: "This issue will be addressed in 3.5 Patch 1 (3.5.1), planned to be available the first week of June 2025. Until a patch is available, the software update service will be disabled in ArcGIS Pro. Customers who understand this issue and the workaround can download ArcGIS Pro 3.5 from My Esri."
... View more
05-22-2025
12:58 PM
|
5
|
1
|
4308
|
|
POST
|
Here a blog that was just released related to this: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/enhancing-accuracy-together-the-new-and-improved-esri-basemap-feedback-service
... View more
05-21-2025
09:19 AM
|
1
|
0
|
3712
|
|
POST
|
If the feature class is being used in a service, I would stop that service and try to delete. Is the data versioned? If not, you could try to copy out all the good records, then truncate the table (should drop all records). Make sure you have a backup of the data before truncate. This would be the last option I would use.
... View more
05-20-2025
03:29 AM
|
1
|
1
|
1923
|
|
POST
|
You can copy in a layer from a file geodatabase that has some spatial information. It will create it in SQL Server which you can then bring into Pro and publish.
... View more
05-16-2025
03:25 AM
|
0
|
0
|
2547
|
|
POST
|
I have not tested with just a table; I usually have a spatial layer. You could try to create a spatial layer in the same database with 1 record, turn it off when publishing. Here is some more information on publishing from a database: https://enterprise.arcgis.com/en/server/latest/publish-services/linux/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F What version of Enterprise are you publishing the table to?
... View more
05-15-2025
02:35 PM
|
0
|
2
|
2573
|
|
POST
|
If you are connecting to the PostgreSQL instance in Azure from your local machine you may experience some latency with the data. We highly recommend that you have the Pro client in the same VNet as the PostgreSQL instance for best performance. Is the PostgreSQL an enterprise geodatabase or just a PostgreSQL database? From the video it looks like you are experiencing the issue when connecting to a service that is published to Enterprise, correct? Can you also provide the versions of Enterprise / Pro installed? Are they fully patched?
... View more
05-02-2025
03:40 AM
|
1
|
0
|
1373
|
|
POST
|
I would recommend using AD groups. Add them to the SQL instance, map them to GDB A & B (connect only), then in Pro assign the editing permissions to the groups (this must be done as the feature class owner). That should allow them to just edit data in the allowed feature classes (or related objects). Here is some doc to help with the process: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/user-accounts-groups.htm#ESRI_SECTION1_97D393C792C641F8B21706C3ECDCDED6 https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/add-users-sqlserver.htm#ESRI_SECTION1_1EF70F32F80041FB9666781BD3D78754 https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserver.htm
... View more
05-01-2025
03:51 AM
|
0
|
0
|
2416
|
|
BLOG
|
I love to see that number growing year after year. Congratulations to all the people who have earned a certification so far, and to the ones in the future! 🎉
... View more
04-30-2025
03:42 AM
|
5
|
0
|
991
|
|
POST
|
How are you adding the new account: Pro tool / via SSMS? Can you also expand on what "with sde schema to a geodatabase" means? From the error message, it seems that permissions on the sde schema are not public or were changed.
... View more
04-28-2025
03:32 AM
|
0
|
1
|
2494
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | a month ago | |
| 2 | 07-01-2026 04:09 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|