|
POST
|
Hmmmm...that's very strange. I mimiced the workflow that you had in your video with zero errors. Sometimes when I see strange behavior like this, I rename the Esri folder in two locations to ESRI__OLD. Those locations are: C:/users/<user_profile>/appdata/local C:/users/<user_profile>/appdata/roaming Does the issue persist?
... View more
02-14-2024
10:54 AM
|
0
|
0
|
821
|
|
POST
|
Likely you've seen and/or are using the Raster to other format GP tool and then seeing what the export size is. There are 3rd party companies out that like LizardTech that export to a highly compressed format (MrSID) but that requires purchasing of those softwares.
... View more
02-14-2024
09:49 AM
|
0
|
0
|
1193
|
|
POST
|
Hi Vanessa - I'm seeing similar Esri Support Services that were resolved by creating a new ArcGIS Server connection via the workflow here and then they were able to successfully connect and overwrite services. Create a new connection and repeat the workflow again. What is the result? Same or different result?
... View more
02-14-2024
09:41 AM
|
0
|
1
|
1809
|
|
POST
|
Hi Bud - if I'm reading the help documentation correctly, the properties table is the lower half of the Attributes Pane. Or at least that is what it reads to me. See image below. PropertiesTable.JPG
... View more
02-14-2024
09:37 AM
|
1
|
0
|
846
|
|
POST
|
Hey anonymous_geographer! Yes, I'm just the messenger from Esri Training Services and, unfortunately, do not work for the ArcGIS Pro Development Team. I wonder if @KoryKramer has any insight of the Arcade vs. VBScript vs. Python messages?
... View more
02-14-2024
09:31 AM
|
0
|
0
|
7276
|
|
POST
|
There is a related BUG-000162878 - "Export Features in ArcGIS Pro does not support editing field properties when exporting from ArcGIS Online hosted feature service" that I wonder is also an issue in this workflow too. It shows it is fixed for the ArcGIS Pro 3.3 upcoming release. If you're able to uninstall the 3.2.2 update (workflow is Windows Start Button, go to Control Panel->Programs->Programs and features, then top right click "View installed updates" and then uninstall ArcGIS Pro 3.2 Patch 2 (3.2.2). Does the error persist?
... View more
02-14-2024
09:28 AM
|
2
|
0
|
7642
|
|
POST
|
Hi Jonathan - so I'm using ArcGIS Pro 3.2.2. To create my workflow, I first deleted all raster pyramids for a Raster Dataset. Then went to Project->Options->Raster and Imager->Raster Dataset->Build Pyramid Settings and set my Resampling to Bilinear. Then I added a Raster Dataset with no pyramids and it prompted me if I wanted to build Pyramids. In the Builder Pyramids window, I expanded Options and the Resampling Method was honoring the Options setting of using Bilinear. I clicked yes. Then I went into the Raster Pyramid properties for the Raster Dataset in the Map View and for Raster Information it was set to Bilinear. So maybe what's happening is that somewhere in AGP 3.1.x there's a bug that was fixed in AGP 3.2.x. Is it possible to upgrade to ArcGIS Pro 3.2.2? Project->Options Query to build pyramids RD properties
... View more
02-09-2024
12:28 PM
|
0
|
2
|
2951
|
|
POST
|
I'm glad you were able to apply the workaround to export out to a shapefile. With regard to 64-bit architecture, this link for the Migrate ObjectID to 64 bit (Data Management) says that GDB tables and features classes are create in ArcGIS with 32-bit ObjectID's by default. So no change in workflows to my knowledge. So I wonder if your ObjectID's were upgraded to 32-bit by accident? There's more about ArcGIS Pro 3.2 GDB news here.
... View more
02-09-2024
09:20 AM
|
0
|
1
|
13657
|
|
POST
|
A couple things to consider: 1. Do you have any Joins with the feature class? Remove those and - " try to export again. 2. Is this an Enterprise GDB? There is a BUG-000164103 - "In ArcGIS Pro 3.2, the error message, “ERROR 002809: Field OID in <path> is of an unsupported type for the output workspace." is returned when using the Export Table geoprocessing tool to export as a file geodatabase from a non-enterprise geodatabase." Explanation: A non-geodatabase database table is used in ArcGIS Pro as a query layer. If that table does not have an ObjectID field (the code sample for creating the table in the database did not specify an ObjectID), the system automatically adds one for use in ArcGIS Pro. This ObjectID field is 64-bit by default. Tables with a 64-bit ObjectID field cannot be exported to legacy formats like dBASE database files, which do not support 64-bit Object IDs or Big Integer fields. The workaround provided using the option to ensure compatible field types are used allows the table to be added into ArcGIS Pro using a 32-bit ObjectID field, so this table view can then be used as input to export to an output dBASE table. May be related to this Error message you're seeing. 3. Starting at ArcGIS Pro 3.2, there are 64-bit field types. These are not compatibable with legacy formats (i.e. shapefiles) that are 32-bit field types.
... View more
02-09-2024
08:39 AM
|
0
|
3
|
13672
|
|
POST
|
BUG-000163247 was fixed in the latest ArcGIS Pro 3.2.2 release today - BUG-000163247 for ArcGIS Pro (esri.com)
... View more
02-08-2024
03:21 PM
|
2
|
0
|
1656
|
|
POST
|
This bug was fixed with the latest ArcGIS Pro update 3.2.2 - BUG-000153273 for ArcGIS Pro (esri.com)
... View more
02-08-2024
03:18 PM
|
1
|
0
|
3458
|
|
POST
|
Thank you for the details of what you're looking to do. I did some research and found there was an enhancement request (ENH-000113280 - Request to adding the functionality to insert object linked from Microsoft Office applications in ArcGIS Pro). Currently, there are no plans to support OLE (objects linked to MS applications) in ArcGIS Pro. ArcGIS Idea - Insert of Office Objects (word-documents, pdf, ...... - Esri Community Workaround: 1. Save the word document as a JPG and insert that in your layout as a picture. 2. Not a viable solution but there is an improved table element and copy/paste from MS Word to the table element.
... View more
02-08-2024
08:54 AM
|
1
|
0
|
2104
|
|
POST
|
Strange! One solution I saw in the internals was to disable hardware acceleration through the Registry Editor. You can try that workflow via this link.
... View more
02-02-2024
01:03 PM
|
1
|
3
|
2361
|
|
POST
|
You may want to examine the Import Symbology from another layer workflow documented here. What you could do is have your source layer with the symbology range you prefer, then add the new yearly layers and apply the symbology ramp to each new layer.
... View more
02-02-2024
07:45 AM
|
0
|
1
|
1245
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 04-06-2021 12:48 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|