|
POST
|
@JeroenBloemscheer2 - so here is a workflow I used to download/import Fullerton data into ArcGIS Pro and eventually create a *.slpk file. I'm using ArcGIS Pro 3.6.x as well. 1. Go to the 3D Download Center | Fullerton, CA and download 1 or more areas in the Google Earth format (*.kmz) 2. Start ArcGIS Pro, add a new local scene and add the *.kmz to your local scene. You'll see the KML layers listed in the Content Pane. Expand it to see the Tour and Model subfolders. 3. Run the KML to Layer GP tool to get a new geodatabase that contains the multipatch feature class dataset. 4. Add a new local scene to your project and add the newly created multpatch feature class derived from Step 3 to your new local scene. Turn off the Buildings/Trees/Places and Labels layers in the 3D Layers group to see your multipatch buildings. 5. Run the Create 3D Object Scene Layer Content GP tool to create a *.slpk for sharing or use in web scenes. I've tested this workflow in my ArcGIS Pro and it seems to work. Let me know if you have any questions!
... View more
02-03-2026
08:35 AM
|
0
|
0
|
672
|
|
POST
|
Agree that a call to Esri Support Services is likely the best use of time to learn what the screen grabs mean. found a few items from the web but no central repository of what the output information means. The Main CIM worker thread in ArcGIS Pro is a specialized thread used to access the geodatabase. It is part of the application's multithreaded architecture, allowing for the separation of the user interface from the worker threads. This means that while the user can interact with the application, tasks that require database access can run on the Main CIM worker thread. This thread is essential for maintaining the CIM state and ensuring that changes to the application state are synchronized across all CIM threads. The Aux CIM worker thread refers to one of the four CIM threads in ArcGIS Pro, specifically designed for drawing and performing background operations. These threads are part of the Cartographic Information Model (CIM), which manages the configuration state of the currently loaded project. The auxiliary threads help accelerate map rendering and handle tasks that do not depend on the CIM state, allowing for efficient operation within the application. The CSharedQueue Stall Timeout issue in ArcGIS Pro often indicates performance bottlenecks or timeouts during operations, particularly when working with large datasets, cloud storage, or virtual environments. This can result in delays, unresponsiveness, or failed tasks. CIM Resources · Esri/arcgis-pro-sdk Wiki · GitHub
... View more
02-02-2026
02:10 PM
|
0
|
1
|
795
|
|
POST
|
What release of ArcGIS Pro are you using? There are several bugs I see from Esri Support Services that could explain why you're seeing this item: BUG-000178942 -In ArcGIS Pro, if the attribute table data in a file geodatabase is opened through the Catalog pane and then closed, any attempt to rename the file geodatabase that the data was stored in returns the error message "Rename Failed" during the current ArcGIS Pro session." Workaround is to close the table/feature class attribute table to release the locks. Currently in the Product Plan to fix. BUG-000169229 - "In ArcGIS Pro 3.3.1, the error message, "Rename Failed" returns when the file geodatabase name is renamed multiple times in the Catalog pane." Reproduced at 3.3.1 but not 3.4. BUG-000178940 - "Renaming a file geodatabase in ArcGIS Pro that contains data with an open attribute table or in an open map returns the error message "Rename failed" instead of a detailed explanation of why the renaming failed." Currently in review.
... View more
02-02-2026
01:42 PM
|
0
|
2
|
436
|
|
POST
|
I wonder if this question is more applicable to ArcGIS Online Questions - Esri Community than ArcGIS Pro questions. Thoughts?
... View more
02-02-2026
01:34 PM
|
1
|
0
|
320
|
|
POST
|
Thank you for the information. So in studying this item, I did see one Esri Support case where the error code was misleading. It had nothing to do with the field lengths at all and was a projection issue with the data. You may want to verify/check the projections and transformations being used for the input feature classes and see if that is the issue. Maybe (or maybe not) related - there is BUG-000172797 - "When using the Summarize Within tool in Modelbuilder or from geoprocessing tools, the process fails and returns the error, ERROR 100014: Summarize Within failed. Failed to execute (Summarize Within)" This was logged at 3.4 and is under consideration.
... View more
02-02-2026
01:22 PM
|
1
|
2
|
599
|
|
POST
|
Thank you for the response. You mentioned one dataset was clipped - is this the result of a Clip GP tool or something else? What was your workflow to manually rename the attribute columns? Was this for the CSV file or the GDB feature class?
... View more
01-30-2026
08:09 AM
|
1
|
4
|
620
|
|
POST
|
Typically the ERROR2717: Invalid Arcade expression means an invalid syntax error as referenced here - 002717: Invalid Arcade expression—ArcGIS Pro | Documentation - can you provide the Arcade expression you're using?
... View more
01-29-2026
02:50 PM
|
0
|
1
|
278
|
|
POST
|
Are there any JOINs on your dataset? If so, field length on the JOIN table could also be the issue. Export the JOIN to a new feature class and attempt the workflow again.
... View more
01-29-2026
02:32 PM
|
0
|
6
|
639
|
|
POST
|
To add to Dan's answer (correct), ENH-000105809 was implemented in ArcGIS Pro 2.4 (circa 2019).
... View more
01-29-2026
10:59 AM
|
0
|
0
|
354
|
|
POST
|
I'm not aware of any specific country limitations for ArcGIS for Personal Use. On Esri's website, it states that "...ArcGIS for Personal Use is limited to personal, noncommercial use by an individual customer and excludes use for the benefit of any third party, including commercial, educational, governmental, or nonprofit entities."
... View more
01-29-2026
10:55 AM
|
0
|
0
|
403
|
|
POST
|
I did find BUG-000152058 where a similar behavior shows when enabled labels are defined by an expression. Do you have any Arcade, Python, VBScript and/or JScript expressions defined? If so, remove those and apply your workflow again. What is the result?
... View more
01-29-2026
10:27 AM
|
0
|
0
|
155
|
|
POST
|
Question for you - are you seeing this behavior in an existing ArcGIS Pro project? If so, create a new ArcGIS Pro project and add the georeferenced PDF. Does it still not appear correctly?
... View more
01-29-2026
09:01 AM
|
0
|
1
|
409
|
|
POST
|
Hi Holly - I don't have much experience with LandXML files either but willing to give it a shot. One thought is since the GP tool does not create an TINs, it's possible the *.xml file doesn't have any TIN information to bring in. If you could re-export the file to an XML again to see if the 2nd file then works, it's worth a shot. If you can, please share the file to me as well - my email is rleclair at esri dot com - thx!
... View more
01-23-2026
06:17 PM
|
0
|
0
|
232
|
|
POST
|
There's a related post here - errors 001156 & 000595 when using Calculate field ... - Page 2 - Esri Community that may assist. And the error code page here - 001156: Failed on input OID <value>; could not write value '<value>' to output field <value>.—ArcGIS Pro | Documentation What release of ArcGIS Pro are you using?
... View more
01-15-2026
12:29 PM
|
0
|
0
|
390
|
|
POST
|
May (or may not) be related, but I've seen a few Support cases where the "CSharedQueue Stall timeout" message appears when opening up attribute tables with relationship classes built. Do any of the File Geodatabase layers have a relationship class?
... View more
01-12-2026
04:51 PM
|
0
|
1
|
592
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 3 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|