|
POST
|
Sure, just click on the List by Selection tab and you can toggle between selectable and not. R_
... View more
yesterday
|
0
|
0
|
19
|
|
POST
|
Looks like I should have read the original post more closely (about the link), not just skipping sign in. But, working with tech support, we found no way to skip sign in and see or search for any maps available on your portal, just AGOL. R_
... View more
Wednesday
|
0
|
0
|
147
|
|
POST
|
You say there was a change in the database that broke it. What was the change? R_
... View more
2 weeks ago
|
0
|
0
|
381
|
|
POST
|
If I understand correctly, in Pro, you can activate the table, hold CNTRL and roll the mouse wheel, it will change the font size of the table to get the font size you need. R_
... View more
4 weeks ago
|
0
|
0
|
126
|
|
POST
|
Sure you can. Just go to the Item Details page, Data tab and you can do it there. R_
... View more
4 weeks ago
|
0
|
1
|
250
|
|
POST
|
Sure, but I don't think I have that bug issue as I still only have one relationship class on each featureclass. Also, to clarify, I am running this on Enterprise 10.9.1 with registered feature services on SQL server database. The relationship classes were setup on the data, then published to Enterprise portal with ArcGIS Pro. Showing relationship class between Manholes FC and StormTrackingTable (Inspections table). Showing relationship class between Inlets FC and StormTrackingTable (Inspections table). Plus I have relationship classes set up on all the other FC's to be inspected, but these two should give the idea. Here are the relevant fields in the Inspections table: and a snippet of part of that table: So, a Manhole inspection puts the relative Manhole GlobalID into the ManholeGUID field, Inlets into the InletGUID field, etc. I also populate the RelGlolabID field with the same feature GlobalID, along with the SourceFC field of the FC being inspected. This makes it much easier in processing to be able to just query by SourceFC and GUID when needed. Then, in FMA, select Manhole with existing Inspection, select one of the inspections and : R_
... View more
04-02-2026
09:50 AM
|
1
|
1
|
420
|
|
POST
|
Do each of your storm assets have their own related table, or are you using one table for all of them? Not sure if it's related, but I had several issues going from my Sewer inspection app to my Storm inspection app because of the multiple asset types and using a single table for all of my storm inspections, even though the GUID is unique. Easiest fix was to have a separate storm inspection table for each of the storm assets. However, for local reasons, we wanted all the storm inspections in one table, regardless of asset type. Once I created a separate GUID field for each of the assets in the storm tracking table, then set up a relationship class on each asset pointing to its specific GUID field in the inspections table, all the weird relationship confusion went away. Just tested it and I do see and am able to copy previous inspections. Hope this helps, R_
... View more
04-01-2026
01:21 PM
|
1
|
4
|
467
|
|
POST
|
saw that, but response had no indication that it was tried.
... View more
03-30-2026
12:44 PM
|
0
|
0
|
384
|
|
POST
|
do you still get the error when you click the folder button and browse to the input surface, and NOT select it from the dropdown? R_
... View more
03-25-2026
04:05 PM
|
0
|
2
|
529
|
|
POST
|
Yes, that gets very annoying when you are panned to the area you want to make a point and it pans you back to your GPS position. That setting is controlled in Field Maps designer App Settings: R_
... View more
03-24-2026
03:48 PM
|
0
|
0
|
357
|
|
POST
|
I guess that is what I was refereeing to at the 'end of the script', would be the last entry in the try loop. try:
del closest_facility
del incidents_xy
del facilities_xy
del solve
del na_gdb
ToT(na_gdb_path)
except Exception as e:
print(e) But, that doesn't work either? R_
... View more
03-19-2026
01:25 PM
|
0
|
0
|
444
|
|
POST
|
Not sure if this is your issue, but, setting arcpy.env.workspace puts a lock on the FGDB. I found that setting arcpy.env.workspace = None, does not release it, but followed by arcpy.ClearWorkspaceCache_management() does. Also, doesn't appear to be any reason to delete the FGDB right before re-creating it. Have you tried deleting it at the very end of the script after you have deleted all the variables? Also, in my testing, even if there is a _gdb.sr.lock (did not test with other locks), this code will delete it anyway: def ToT(ds):
if arcpy.Exists(ds):
print(f"{ds} exists, deleting...", end="")
try:
arcpy.Delete_management(ds)
print("successful")
except Exception as e:
print(f"unable to delete, reason: {e}")
else:
print(f"{ds} doesn't exist, skipping...")
ToT(na_gdb_path) In case this helps, R_
... View more
03-18-2026
04:21 PM
|
5
|
4
|
497
|
|
POST
|
Are you able to even view any of the services? If I click your link, it opens the rest/services page, but if I try to open any of the feature services, it eventually times out. Not familiar with the trust.arcgis.com health dashboard, but it looks to be similar to this one. Past experience has shown that the Health dashboard just as well be a static image as it will normally show green, even when the servers are down completely. With luck, it will update a few days later and show the problems in the resolved in the last 30 days section. But, even then, not likely. I would suggest you log a tech support case on this so they can get the server working again. R_
... View more
03-17-2026
02:38 PM
|
0
|
0
|
321
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-02-2026 09:50 AM | |
| 1 | 04-01-2026 01:21 PM | |
| 1 | 10-08-2025 11:59 AM | |
| 1 | 09-05-2025 03:16 PM | |
| 5 | 03-18-2026 04:21 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|