POST
|
After creating an Experience Builder Application to replace our Web AppBuilder Application, I was stuck for a very long time trying to get a URL Parameter string to select a parcel and zoom to it, I was finally able to get in touch with someone at ESRI that could help me to figure it out. It only took about 5 minutes and my problem was solved. In order to help you to avoid this lengthy frustration over creating a query with URL Parameters, I decided to create a video to share this trick.
... View more
2 weeks ago
|
5
|
0
|
159
|
POST
|
Thanks for the code. It did not all work, but it got me on the right track and I was able to complete the task. Here is the code as I modified it: import arcpy with arcpy.da.SearchCursor("GEO.Section_Control_Points", ["Picture", "GLOBALID@"]) as cursor: for row in cursor: raster_object = row[0] global_id = row[1] output_image = arcpy.os.path.join(r"C:\\tempoutput\\", f"raster_{global_id}.tif") if raster_object is not None: raster_object.save(output_image) arcpy.AddMessage(f"Exported raster from GLOBALID {global_id} to {output_image}") else: arcpy.AddMessage(f"No raster found for GLOBALID {global_id}") The code allowed me to create a folder with all the attachments, but I could not get the code to add the rasters as attachments to work, but I was able to manually use the geoprocessing tool "Generate Attachment Table" like this: and then the "Add Attachments" tool, like this: It all worked! Thanks.
... View more
07-31-2025
08:01 AM
|
0
|
0
|
658
|
POST
|
I have a geodatabase feauture class that we have been using for years. We used to collect an image into a raster field for each feature in the Enterprise Geodatabase (SQL Server). With our new field maps collecton process I cannot figure out how to collect into the raster field, so we have enabled attachments. I would like to now move any existing pictures from the raster field into an attachment. Here is an example: I need guidance/advice! Matt Syvertson
... View more
07-25-2025
09:32 AM
|
0
|
3
|
720
|
POST
|
When I click on your link I do not see a bug, so it must not be publicly viewable. In your screen shot it shows "in review" even though the bug is from February. Also, I notice that the "alternate solution" is listed. Did that alternate work for your situation, because it did not make any difference in my situation.
... View more
05-12-2025
07:12 AM
|
0
|
0
|
379
|
POST
|
I am not finding any references to this bug. Could you please include a link to this bug, so I can see if it is relevant or any workarounds?
... View more
05-07-2025
07:50 AM
|
0
|
0
|
478
|
POST
|
Can you include a hyperlink to this bug? I can't seem to find it. I would like to see if it describes what is going on and any workarounds?
... View more
05-07-2025
07:36 AM
|
0
|
1
|
485
|
POST
|
Hello everyone. I am attempting to create a buffer widget. It seems fairly easy in the online demos that I have seen, but I am running into a problem getting it to work with my parcel layer. I have attached a video where I create two widgets in an identical fashion, one to query for address points within a one mile buffer and the other to query for parcels within 1 mile. The address point query works and the parcel query does not. Please watch the short video and let me know what could be the issue. Environment: ArcGIS Enterprise 11.4
... View more
05-07-2025
06:57 AM
|
0
|
6
|
512
|
POST
|
I would like to have a query widget zoom to a parcel on selection, but to use a zoom level that is defined in an attribute table. The reason is so that very small parcels in the city do not have the same zoom level as a quarter of land in the rural areas. We had this set up in the past, but trying to rebuild things in experience builder is very challenging.
... View more
04-15-2025
03:03 PM
|
0
|
2
|
304
|
IDEA
|
If you click on the first icon below the direction box (the one without red dots on the line) it will create a polyline instead of a two point line.
... View more
09-19-2024
06:02 AM
|
0
|
0
|
710
|
IDEA
|
Yes. Yes. YES! This is definitely a needed enhancement. I hope this is adopted very soon!
... View more
08-28-2024
12:48 PM
|
0
|
0
|
1367
|
POST
|
I created a completely new enterprise geodatabase and then followed your steps and it worked just fine. There had to have been something in the other database preventing the copy. Thanks. I will mark your solution as the answer.
... View more
08-23-2024
02:11 PM
|
1
|
1
|
1577
|
POST
|
HI. Yah. The steps he outlined are exactly what I did. So, I will end up having to open up a technical support case. But, being Friday, I will not be doing that till next week. I hate opening up cases on anything related to parcel fabric because the first level techs will never just forward to a person who knows how the fabric works. They always go through so many inconsequential steps because they have no clue about the fabric... Just makes me dread this....
... View more
08-23-2024
01:09 PM
|
0
|
0
|
1578
|
POST
|
I am not sure what you mean by "Assuming you do not have open version"? Does that mean that all versions are reconsiled and posted? If that is not the case then it should still publish but only the default version, I would think. Or do you mean that there cannot be open connections to the database being copied?
... View more
08-23-2024
08:49 AM
|
1
|
2
|
1606
|
POST
|
Turns out the copy parcels should be the solution but it fails, and the error message says "operation attempted on an empty geometry. The fabric was a completely functional fabric.
... View more
08-23-2024
07:53 AM
|
1
|
0
|
1630
|
Title | Kudos | Posted |
---|---|---|
5 | 2 weeks ago | |
1 | 12-09-2021 06:38 AM | |
1 | 08-23-2024 02:11 PM | |
1 | 08-23-2024 07:53 AM | |
1 | 08-23-2024 06:32 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|