|
POST
|
Don't know about the graphics layer, but does you shield symbol have a custom Font in it? Pro 3.2.... has bug/issues with some custom fonts and will shift it 'up' from where it is actually placed. Any other ESRI software will draw it properly, and, even mapservices published from Pro 3.2.. with the shift do not show the shift in the map service. R_
... View more
03-25-2024
11:39 AM
|
0
|
6
|
2570
|
|
POST
|
shouldn't have an issue withe the download folder, suspect the issue is that your connect string says you have a FGDB stored inside a FGDB. myDescFunction("C:\\Users\\matth\\Downloads\\HBCentral.gdb\\HBCentral.gdb\\Address\\SiteAddressPoint")
... View more
03-25-2024
08:20 AM
|
0
|
0
|
1585
|
|
POST
|
The edit session is started the same way I do successfully on versioned data "Moving edits to base'. Is it erroring out trying to establish the cursor, or trying to stop/save the edit session? With the code supplied, not sure what else to check except maybe your where_clause. Have you printed it, or tried it in a makefeaturelayer to ensure it is filtering as suspected? Have you tried with a FGDB copy of the dataset? Might help figure out if it is something with the edit session, locks, corrupt data, etc. R_
... View more
03-25-2024
07:59 AM
|
0
|
1
|
1357
|
|
POST
|
Not sure what you mean by moving 'snapped' vertices together. You can hold the shift down and select (or drag to select) multiple vertices and they will all move together. R_
... View more
03-21-2024
02:36 PM
|
0
|
0
|
948
|
|
POST
|
That's too bad. Not sure if it is a setting on your Server, Domain or something else. The only 'servers' I have tested this on is Windows Server 2016 Datacenter, and Window Server 2019 Datacenter. Has been working on both for a couple years now. R_
... View more
03-20-2024
03:24 PM
|
0
|
0
|
4777
|
|
POST
|
Not sure in a popup, but in a label class, this works: NAME1.replace("&","&") In your example, is that just a typo, or are you missing the & in "&" ? R_
... View more
03-20-2024
02:17 PM
|
0
|
1
|
2100
|
|
POST
|
Does adding in the Fields list as a List of fields make a difference (replace parrens with backets)? with arcpy.da.UpdateCursor(sTable_path, ["RecordStatus", "Retired"], where_clause=sOldWhere) as oRows: R_
... View more
03-20-2024
01:48 PM
|
0
|
1
|
1389
|
|
POST
|
I don't 'log out', just close Pro. As long as the Sign in automatically was checked last login, and didn't log out, it works. Do you not see the Sign in automatically checkbox? R_
... View more
03-20-2024
01:25 PM
|
0
|
2
|
4782
|
|
POST
|
If you add the Excel table to the map, the Append GP tool will do that. R_
... View more
03-20-2024
01:23 PM
|
0
|
0
|
1758
|
|
POST
|
The spatial join tool has a merge rule that allows you to join all the values into a single field when the join count > 1. You can have it concatenate them with a delimiter, or, in your situation, there is a Mean option that will average them for you. R_
... View more
03-19-2024
04:57 PM
|
2
|
1
|
1238
|
|
POST
|
are you referencing mapped drives instead of UNC or local drives? Other than the local drives, mapped drives are on a per user basis. If you are not logged in when running the scheduled task, only the local drives or network drives using UNC path will be available. Not sure if this is it, but is a common occurrence when runs fine unless scheduled. R_
... View more
03-19-2024
02:02 PM
|
1
|
0
|
1066
|
|
POST
|
Have not used Excel files in AGOL, but ArcMap often had issues with this. Seems ArcMap would look at the first value in each field (first row of data) and determine the type from that. If there was anything but a number (even a blank) in the first row, it brings it in as text. So, I just added a dummy first line with an appropriate value for each field, then delete that line after import. Not sure if this would matter in AGOL, but could try. R_
... View more
03-19-2024
12:00 PM
|
1
|
0
|
1703
|
|
POST
|
So, are you trying to create new layers using the query_expression (as in makefeaturelayer) or are you trying to update the Definition Query on layers already loaded into the map? If the latter, see this help document. The last two examples deal specifically with Definition Queries and should give you an idea how to modify. R_
... View more
03-19-2024
10:55 AM
|
0
|
0
|
1308
|
|
POST
|
Update Cursor accepts a where clause itself so there really is no need to select by attributes first. just put the expression in the cursor itself. R_
... View more
03-19-2024
10:45 AM
|
1
|
0
|
3216
|
|
POST
|
Not sure in Pro, but with similar off the screen popups, I have resolved this by changing the resolution of the monitor. If I can set it to a larger resolution, then I can move the to the middle of the screen, and set the resolution back. If I am maxed (which I normally am), I set the resolution down a bit, and when it resizes the screen, ALL the windows, etc. are moved back onto the screen, Then just reset the resolution to what i want. This will, however, re-arrange all your desktop item. Hope this helps, R_
... View more
03-19-2024
10:33 AM
|
0
|
0
|
3217
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Monday
|