POST
|
Several months ago I put multiple days of intense work into migrating a large suite of ETL models/scripts, in preparation for a new project we have going on. At that time, I had all the models nicely modified and working for the new schema we need to match. Today I revisited that toolbox and found that roughly half of the models will not open at all: I can't find any way to walk-back my work and untangle this mess, so it would appear that this partially corrupted toolbox just needs to go in the trash while I start over from scratch. A quick search reveals that this issue has plagued model builder for quite a while, through many versions. I am using Pro 3.3.5 on a Windows 11 machine.
... View more
07-31-2025
06:18 AM
|
0
|
1
|
164
|
POST
|
Thanks for confirming. I ended up setting up a basic hosted table with edit-tracking fields, shared to the appropriate permissions group in ArcGIS Online, then using it in a super-simple Experience Builder app that includes an 'edit widget' in a collapsing panel. I wish it a was a little more configurable, but it sort-of does the job.
... View more
07-28-2025
05:10 AM
|
1
|
0
|
310
|
POST
|
Thanks for this response - I wasn't aware of the Discussion Boards functionality. Another potential reason to subscribe to Premium.
... View more
07-28-2025
05:05 AM
|
1
|
0
|
311
|
POST
|
I'm looking for ideas for how to approach this, simpler=better. We have a Hub site, restricted to our authorized personnel, that serves as a center of information sharing during emergency incidents. It houses all our resources for emergency response, web maps, etc. But a feature we would really like to add is some type of message 'feed' that any user can send an update to. I know that we can embed Twitter/Facebook feeds, but those have to be publicly-accessible feeds, which is not acceptable for our purposes. Ideally it would allow any users that has access to the Hub site to submit a text update for all others to see. Example messages: 6/22/2025 17:33 - Frank Turner Cross-functional response team EOC meeting moved to 18:00. 6/22/2025 16:23 - Jon Smith Road foreman has confirmed bridge out on highway 43. Setting up barricades now. 6/22/2025 16:01 - Frank Turner Latest PIO press release re: related public health hazards has been finalized. 6/22/2025 15:48 - Diane Cramer Mobile incident command post now being set up at Springdale Fire hall. Ideally it would include user & datetime stamps. Is there a native 'messaging' module in Hub? Can a specific Microsoft Teams chat be embedded somehow? Are there any other known solutions for this type of functionality? (Please don't tell me to create a Survey123 form for chats.) If not, should this post be moved to "Ideas"?
... View more
07-25-2025
09:51 AM
|
1
|
5
|
378
|
POST
|
I found this documented elsewhere, but essentially... change the .loz file extention to .zip unzip it find/edit the file you're looking to change zip up all the files again, making sure to use "Store" compression level for the .zip change the output .zip file extension back to .loz
... View more
07-15-2025
06:59 AM
|
0
|
0
|
448
|
POST
|
I edited the buildconfig.json in the .loz file (just deleted the PARCEL_JOIN_ID and FULL_STREET_NAME sections) and re-zipped the .loz. Now the script runs as expected as well as the gp tool.
... View more
07-15-2025
06:28 AM
|
0
|
2
|
455
|
POST
|
Genius, thanks @ShanaBritt! I think it was that parcel join that was fouling things up....I didn't set that up intentionally, it must have carried over from a join I had in the project the last time I re-created the locator. Anyway, my arcpy script to rebuild locators is working smoothly now. Thanks again!
... View more
07-14-2025
12:53 PM
|
0
|
4
|
470
|
POST
|
3.3.5 "mapping_schema":[
{
"role_field":"HOUSE_NUMBER",
"mapped_field":"ANUMBER",
"display_field":"Address Number"
},
{
"role_field":"STREET_PREFIX_DIR",
"mapped_field":"LST_PREDIR",
"display_field":"LST_PREDIR"
},
{
"role_field":"STREET_NAME",
"mapped_field":"LST_NAME",
"display_field":"LST_NAME"
},
{
"role_field":"STREET_SUFFIX_TYPE",
"mapped_field":"LST_POSTYP",
"display_field":"LST_POSTYP"
},
{
"role_field":"STREET_SUFFIX_DIR",
"mapped_field":"LST_POSDIR",
"display_field":"LST_POSDIR"
},
{
"role_field":"FULL_STREET_NAME",
"mapped_field":"LST_CONCAT",
"display_field":"LST_CONCAT"
},
{
"role_field":"SUB_ADDRESS_UNIT",
"mapped_field":"SUB_ID1",
"display_field":"Subaddress Identifier 1"
},
{
"role_field":"SUB_ADDRESS_UNIT_TYPE",
"mapped_field":"SUB_TYPE1",
"display_field":"Subaddress Type 1"
},
{
"role_field":"SUB_ADDRESS_BUILDING_UNIT",
"mapped_field":"ANUMBERSUF",
"display_field":"Address Number Suffix"
},
{
"role_field":"PARCEL_JOIN_ID",
"mapped_field":"PropertyID",
"display_field":"PropertyID"
},
{
"role_field":"CITY",
"mapped_field":"POSTCOMM",
"display_field":"Postal Community Name"
},
{
"role_field":"SUBREGION",
"mapped_field":"CO_NAME",
"display_field":"County Name"
},
{
"role_field":"REGION_ABBR",
"mapped_field":"STATE_CODE",
"display_field":"State Code"
},
{
"role_field":"POSTAL",
"mapped_field":"ZIP",
"display_field":"ZIP Code"
},
{
"role_field":"COUNTRY",
"mapped_field":"COUNTRY",
"display_field":"Country"
}
]
... View more
07-14-2025
08:01 AM
|
0
|
6
|
529
|
POST
|
I've periodically run into this issue, it seems hit-or-miss, but right now it's happening consistently with a particular address locator. ArcGIS Pro simply crashes ("Application has stopped working") no matter how I try to rebuild this locator. I have tried it using an arcpy script as well as using the geoprocessing tool "Rebuild Address Locator"). According to the gp tool, it seems to encounter its issue in the "Processing Point Address role" step: What's odd to me is that I have successfully rebuilt this address locator with the methods described above numerous times (I tend to run this every few weeks). It was last rebuilt about a month ago using the arcpy script. Also, in the exact same environment with the same methods, I can (today) successfully rebuild a sibling address locator based on the road centerlines. Both these locators 'live' in the same network share and have source data in the same enterprise db with the same permissions structures, etc. So why is this address point locator crashing every time?
... View more
07-14-2025
07:56 AM
|
0
|
10
|
614
|
POST
|
I think I'm bumping into the same issue. IDK, might be version issues between locators and db? The reference data is in an enterprise SDE db. I'm signed-in to our enterprise licensing through Portal. S
... View more
07-14-2025
06:40 AM
|
0
|
2
|
264
|
POST
|
Still don't have any idea what's going on. I tried a fresh/clean .aprx with just one single SDE data set in it. I ran this Select By Attributes looking at an integer field, [mar_id] and the application was basically incapacitated for over an hour (I quashed it to go home for the day). It did, after about 40 minutes, return the message stating "The SQL expression is valid, but no records were returned." But even after that message, I was stuck with limited functionality as the 'processing' cursor continued to spin. Even after closing the Select By Attributes dialog, the cursor remained and context menus were all grayed-out.
... View more
06-30-2025
12:56 PM
|
0
|
0
|
323
|
POST
|
As I dig in deeper, I'm starting to think I have a uniquely glitchy bug. Starting with a totally clean project/map, with only one single feature class I can get the query to work normally, especially when I intentionally put duplicate ID attributes for it to select. I can run the Select By Attributes and it will select them. However, when I run or validate the query while there are not any duplicates present for it to find, it behaves abnormally: When validating (clicking the green check mark) it returns a message that the query is valid, but it does not also give the usual message stating that no records were returned. When executing the query, it appears to do nothing and then when closing out of the Select By Attributes dialog, the cursor turns to the "processing" wheel indefinitely (or at least for more than 30 minutes, which is debilitating). So far the only field that seems to cause this issue is the ID field that I'm trying to check, which is a 36 character UUID (but not an Esri GlobalID and not managed by the database). I can perform the same test on, for example, the address number field, and it successfully selects the many duplicate address numbers.
... View more
06-25-2025
06:36 AM
|
0
|
0
|
425
|
POST
|
The feature class is not versioned. The project is pointing at the default.
... View more
06-24-2025
09:56 AM
|
0
|
1
|
484
|
POST
|
Good clarifying questions, @JoshuaBixby ... The enterprise geodatabase I'm querying is Microsoft SQL, a ArcGIS Pro 3.3.2 Enterprise geodatabase (upgraded from 10.7.1 in February). When I run this SQL query in ArcGIS Pro, I get the spinning cursor (processing) and it never resolves. I have to use Windows Task Manager to "End task" and restart the software. The query does run as expected when it's executed in SSMS on the exact same data table (query syntax has to be slightly modified for that use).
... View more
06-24-2025
09:25 AM
|
0
|
3
|
491
|
POST
|
Hi, I'm using ArcGIS Pro 3.3.5 and trying to query a feature class in an Enterprise SQL db to select records with duplicate ID's. The query below used to work for me, regularly. I used to run it at the end of each day without an issue, but it recently stopped working: [ADD_ID] IN
(SELECT [ADD_ID] FROM [sde].[stlouis].[ADDRPLCS_MARADDRESS]
GROUP BY [ADD_ID] HAVING COUNT(*) > 1) I suspect it was never supported or supposed to work and probably a recent SQL server upgrade ended it. My sense is that this is a known limitation, an unsupported operation, based on the Esri documentation prescribing methods to find duplicates (https://support.esri.com/en-us/knowledge-base/how-to-identify-duplicate-or-unique-values-in-arcgis-pr-000023355). The problem is that all of the supported methods seem to require population of a new attribute field, or outputting a new feature class. Isn't there a way to just select them? This seems like such a foundational SQL function, it's surprising that it isn't supported through the Pro interface. Does anyone know more precisely why my SQL query above would have stopped working, or any other work-around methods for making this selection work? A SQL select via the python window, perhaps? Thanks, -Matt
... View more
06-24-2025
07:06 AM
|
0
|
7
|
553
|
Title | Kudos | Posted |
---|---|---|
1 | 05-20-2024 06:15 AM | |
1 | 07-28-2025 05:05 AM | |
1 | 07-28-2025 05:10 AM | |
1 | 07-25-2025 09:51 AM | |
1 | 07-17-2024 11:20 AM |
Online Status |
Offline
|
Date Last Visited |
08-20-2025
10:36 AM
|