|
POST
|
I was referencing the license manager in 11.4 (the separate product). Did the link above help?
... View more
08-20-2025
07:12 AM
|
0
|
1
|
5678
|
|
POST
|
I would also recommend reviewing this doc: https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-arcgis-pro-licenses.htm There have been changes in the need for a separate license manager starting at 11.4 (I think).
... View more
08-20-2025
04:20 AM
|
0
|
3
|
5699
|
|
POST
|
Can you provide some more details, like: What is the ArcMap geodatabase: file / enterprise / other What is the RDBMS to be used in the Enterprise database? This will be an Enterprise Geodatabase (EGDB), correct? What is the version of ArcMap and Pro being used? Are you just copying the lines with true curves into the new EGDB?
... View more
08-18-2025
08:52 AM
|
0
|
3
|
1138
|
|
POST
|
Once you upgrade annotation to ArcGIS Pro, it cannot be edited in ArcMap (it is available for read-only): https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/upgrade-dataset.htm More information on the upgrade and potential implications: https://pro.arcgis.com/en/pro-app/latest/help/data/annotation/managing-annotation-feature-classes.htm#GUID-9035B765-7E33-47A7-854D-40E434FEB6BE Based on ArcMap's retirement in early 2026, I would recommend moving to Pro soon.
... View more
08-18-2025
07:24 AM
|
0
|
0
|
587
|
|
POST
|
Correct, you can have both Traditional and Branch versioned data in the same EGDB. Once you version (either way) a dataset, you cannot make it the other one. It is the connection files (.sde) that allows you to be Branch or Traditional for editing.
... View more
08-14-2025
07:36 AM
|
0
|
0
|
3665
|
|
POST
|
This is a tool that will report lots of information on your Enterprise Geodatabase: https://arcgismonitor.maps.arcgis.com/home/item.html?id=f343f6b2bbcf434386f6dde1e468e7ab Use the SQL below at your own risk............................... Here is some SQL that will provide size on disk. DECLARE @TblNames Table
(
COUNTER INT IDENTITY(1,1),
tbl_name nvarchar(100) NULL
)
DECLARE @TableSizes AS TABLE
(
[TblName] VARCHAR(255), [NumRows] INT,
[Reserved_Size] VARCHAR(10), [Data_Size] VARCHAR(10), [Index_Size] VARCHAR(10), [Used] VARCHAR(10)
)
DECLARE @ROWCOUNT INT
DECLARE @I INT
DECLARE @str nvarchar(100)
SET @I = 1
INSERT INTO @TblNames(tbl_name) SELECT s.NAME +'.'+t.name FROM sys.Tables t
JOIN sys.Schemas s ON s.SCHEMA_ID = t.schema_id
SET @ROWCOUNT = @@ROWCOUNT
WHILE @I <= @ROWCOUNT
BEGIN
SELECT @str = tbl_name FROM @TblNames WHERE COUNTER = @I
INSERT INTO @TableSizes
EXEC sp_spaceused @str
SET @I = @I +1
END
SELECT * FROM @TableSizes
ORDER BY numrows DESC Here is some SQL with more data than above: SELECT
t.NAME AS TableName,
s.Name AS SchemaName,
p.rows AS RowCounts,
SUM(a.total_pages) * 8 AS TotalSpaceKB,
CAST(ROUND(((SUM(a.total_pages) * 8) / 1024.00), 2) AS NUMERIC(36, 2)) AS TotalSpaceMB,
SUM(a.used_pages) * 8 AS UsedSpaceKB,
CAST(ROUND(((SUM(a.used_pages) * 8) / 1024.00), 2) AS NUMERIC(36, 2)) AS UsedSpaceMB,
(SUM(a.total_pages) - SUM(a.used_pages)) * 8 AS UnusedSpaceKB,
CAST(ROUND(((SUM(a.total_pages) - SUM(a.used_pages)) * 8) / 1024.00, 2) AS NUMERIC(36, 2)) AS UnusedSpaceMB
FROM
sys.tables t
INNER JOIN
sys.indexes i ON t.OBJECT_ID = i.object_id
INNER JOIN
sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id
INNER JOIN
sys.allocation_units a ON p.partition_id = a.container_id
LEFT OUTER JOIN
sys.schemas s ON t.schema_id = s.schema_id
WHERE
t.NAME NOT LIKE 'dt%'
AND t.is_ms_shipped = 0
AND i.OBJECT_ID > 255
GROUP BY
t.Name, s.Name, p.Rows
ORDER BY
t.Name
... View more
08-14-2025
04:20 AM
|
4
|
0
|
1510
|
|
POST
|
Looks like you can do this with either of these tools: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-raster.htm https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-raster-dataset.htm Look at the options for each tool.
... View more
08-05-2025
03:41 AM
|
1
|
0
|
536
|
|
POST
|
Is this machine the same one that you posted about the tile package crashing? https://community.esri.com/t5/arcgis-enterprise-portal-questions/portal-suddenly-down-in-the-middle-of-publishing/m-p/1638720
... View more
08-04-2025
03:49 AM
|
0
|
0
|
1507
|
|
POST
|
It looks like those tables / files are used by users on the Enterprise Geodatabase. I am not sure I would truncate those table, unless all connections are not active and closed.
... View more
08-04-2025
03:48 AM
|
1
|
0
|
768
|
|
POST
|
So are portal and hosting server on the same machine? What is the CPU / RAM of the machine look like during this issue?
... View more
08-04-2025
03:45 AM
|
0
|
1
|
1395
|
|
POST
|
You may want to reach out to technical support about this and work with a geodata analyst.
... View more
07-29-2025
09:23 AM
|
0
|
0
|
2748
|
|
POST
|
Usually not directly. You have "publish" something from the PostgreSQL database that is accessible to Online, like a map / feature service. This can be done with ArcGIS Server or ArcGIS Enterprise. Is the "goal" to connect your local PostgreSQL DB to Online? I looked at Data Pipelines and Velocity (both hosted in ArcGIS Online), but direct connection to PostgreSQL is not supported: Velocity: https://doc.arcgis.com/en/velocity/ingest/what-is-a-data-source-.htm Pipe Lines: https://doc.arcgis.com/en/data-pipelines/latest/connect/connect-to-your-data.htm
... View more
07-22-2025
03:36 AM
|
0
|
0
|
594
|
|
POST
|
Here is a good blog from @MarceloMarques : https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-upgrade-the-postgresql-and-postgis-version/ba-p/1307075
... View more
07-21-2025
12:50 PM
|
1
|
0
|
4618
|
|
POST
|
Most people using Oracle create the database in Oracle, then you can run either tool (Create / Enable - if you have the SDE user already). Here is the doc on this: https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/setup-geodatabase-oracle.htm
... View more
07-17-2025
06:08 AM
|
1
|
1
|
1683
|
|
POST
|
Have you tried a different browser or cleared the cache from your current browser? I would think if you can see them in Pro, that the data is still there but something in the UI.
... View more
07-10-2025
03:40 AM
|
0
|
0
|
1283
|
| 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
|