|
POST
|
Thanks for that information. Is this something that just started to happen? Do you have a 10.8.2 client that you can test with? (It should be backwards compatible with 10.6.1 EGDB). I would just note that ArcMap 10.8.x will be retired in less than 1 year (March 1, 2026 - https://support.esri.com/en-us/products/arcmap/life-cycle). I would look at migrating to the latest version of ArcGIS Pro and Enterprise........
... View more
03-19-2025
07:07 AM
|
0
|
1
|
1851
|
|
POST
|
What are the versions of ArcMap, Enterprise Geodatabase, RDBMS and version, etc......? Does this behavior also happen in ArcGIS Pro?
... View more
03-19-2025
06:47 AM
|
0
|
1
|
1868
|
|
POST
|
You need to re-version the feature dataset: https://support.esri.com/en-us/knowledge-base/editing-a-feature-class-in-a-versioned-feature-dataset--000029232 This will NOT cause any issues on the feature classes that were already there.
... View more
03-17-2025
08:19 AM
|
0
|
0
|
607
|
|
POST
|
If you are using SQL Server, I have a SQL query that creates a temp table and list the # of rows in the delta tables. USE at your OWN RISK....... CREATE TABLE #RowCountsAndSizes (TableName NVARCHAR(128),rows CHAR(11),
reserved VARCHAR(18),data VARCHAR(18),index_size VARCHAR(18),
unused VARCHAR(18))
EXEC sp_MSForEachTable 'INSERT INTO #RowCountsAndSizes EXEC sp_spaceused ''?'' '
SELECT TableName,CONVERT(bigint,rows) AS NumberOfRows,
CONVERT(bigint,left(reserved,len(reserved)-3)) AS SizeinKB
FROM #RowCountsAndSizes where TableName like '[ad]%'
ORDER BY NumberOfRows DESC
DROP TABLE #RowCountsAndSizes This could allow you to help determine if there is some data stuck somewhere.
... View more
03-12-2025
11:57 AM
|
1
|
1
|
2030
|
|
POST
|
I would reach out to Esri Customer Service about this as a place to start: https://www.esri.com/en-us/contact#c=us&t=3&s=[object%20Object] If not them, then maybe Technical Support: https://www.esri.com/en-us/contact#c=us&t=5&s=[object%20Object] Hope this helps!
... View more
03-10-2025
09:46 AM
|
0
|
0
|
914
|
|
POST
|
The Advantage Program is an overall enablement program that helps enable your organization to become more efficient, tackle challenges, and be successful with Esri technology. There are multiple facets to the Advantage Program and would suggest that you contact your Esri Account Manager to discuss in more detail. As you mentioned, you get "credits" as part of the program that can be used for consulting services (1 credits = 2 hours of consulting), training, Esri conferences, and more (https://www.esri.com/en-us/c/services/advantage-program#consulting-services). You also get an Advisor who works with you along the way. This is different from technical support, think of them as a sherpa to help you on your journey. Hope this helps! P.S. - I am an Advisor and do this for multiple clients.
... View more
03-07-2025
08:33 AM
|
0
|
0
|
2234
|
|
POST
|
I usually call it "Advanced Geodatabase Functionality" for these type of items. See some of the terminology here: https://pro.arcgis.com/en/pro-app/3.3/help/data/geodatabases/overview/fundamentals-of-the-geodatabase.htm
... View more
03-05-2025
04:35 AM
|
3
|
1
|
1624
|
|
POST
|
is the source of the basemaps from Online directly or via your Enterprise? Can you provide a screenshot for the source of the layers?
... View more
03-04-2025
09:19 AM
|
1
|
1
|
2087
|
|
POST
|
Depending on where the "save" location is, you may be able to see if a backup of the folder location is available. If on your organizations network drives, this may be possible. You could then "restore" from a backup.
... View more
03-04-2025
09:17 AM
|
0
|
1
|
1176
|
|
POST
|
That is weird, but glad that you are able to now load data.
... View more
03-04-2025
03:41 AM
|
0
|
0
|
2033
|
|
POST
|
Ok, I wonder if there is an index / spatial extent issue. If you disconnect (close) Pro, then reopen is the feature showing on the map? Is the feature showing anywhere on the map? If you zoom to it, what happens? Try to rebuild the index, https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/modifying-a-spatial-index.htm. Is there data in the shape field? If you copy out the feature class into a temp file geodatabase, is the feature there? Can you provide any screenshots for reference?
... View more
02-28-2025
09:36 AM
|
0
|
1
|
2122
|
|
POST
|
When you are loading the data into the SQL Server Geodatabase, you say that you can see the data in the table but does not show on the map. Are you looking at the table in SQL Server or Pro?
... View more
02-28-2025
08:56 AM
|
0
|
3
|
2125
|
|
POST
|
Have you run this tool to see what it says?: https://pro.arcgis.com/en/pro-app/latest/get-started/pro-performance-tool-overview.htm This helps set some sort of baseline understanding. What are the specs of the machine that you are running Pro on? (This should be reported in the tool above). I can say that Pro does require more resources (CPU / RAM / GPU) than ArcMap ever did.........
... View more
02-27-2025
06:40 AM
|
1
|
5
|
8731
|
|
POST
|
You could create a python script to upload all the items using this GP tool: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/share-package.htm If you are using Pro, you could create a model with the iterator function to upload. That seems to be the easiest way I can think of.
... View more
02-27-2025
03:26 AM
|
1
|
0
|
1320
|
| 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 |
9m ago
|