|
POST
|
I don't have experience with publishing layers or AGOL. But with query layers and database views, 9 times out of 10, my problem is that the values in the unique ID field aren't actually unique (unbeknownst to me) or the unique ID field has nulls. ArcGIS seems to automatically exclude rows in those cases. I talked about it recently here: https://community.esri.com/t5/arcgis-pro-questions/edit-query-layer-sql-select-statement-question/m-p/1410729/highlight/true#M81931 Also, query layers seem to automatically exclude rows where the SHAPE is null or the geometry is empty: Query Layers — Include features with null shape in attribute table Maybe you could check for scenarios like those and omit problem rows from your query via SQL or editing the data. Registering a database view with the geodatabase often solves issues with record counts, selections, etc. Register a table or view with the geodatabase My environment is Oracle 18c, not SQL Server. Does SQL Server have some sort of ROWNUM column that you could use as a unique ID field? If it were Oracle, I'd do it like this, using Oracle's ROWNUM pseudocolumn functionality: SELECT CAST(ROWNUM AS INT) AS UNIQUE_ID,
... View more
04-18-2024
10:20 AM
|
0
|
0
|
908
|
|
POST
|
Related: Pull data from sewer line feature to manhole point feature
... View more
04-18-2024
10:06 AM
|
0
|
0
|
2415
|
|
POST
|
Related: Adding data from two different layers into another layer, stormwater pipes feature IDs
... View more
04-18-2024
10:06 AM
|
0
|
0
|
2957
|
|
IDEA
|
@SSWoodward Thanks for providing this info: The specific issue you've brought up was introduced in Pro 2.9.6 and 3.1 and has been addressed in the coming release of ArcGIS Pro 3.3 That certainly helps. We will try upgrading to 2.9.5 instead of 2.9.12. I like @RTPL_AU's comment: ...if you already have internal testing processes that detect regressions, these regressions should be public and part of the release notes... @SSWoodward, if I were to create a new post as described below, would you close it? Idea: Documentation — Provide GP tool execution time benchmarks, including comparison against previous Pro versions Label: Documentation & Help I'm open to input on the title/content of such an idea.
... View more
04-18-2024
09:40 AM
|
0
|
0
|
3414
|
|
IDEA
|
Related: When releasing a new version of Pro, benchmark GP tool execution times against previous version
... View more
04-18-2024
09:22 AM
|
0
|
0
|
3879
|
|
POST
|
I think this would be better as an idea, not a question: https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas You can either create a new idea. Or ask a moderator to convert this question to an idea: Bud_0-1713455881854.png Bud_1-1713455899779.png
... View more
04-18-2024
08:58 AM
|
0
|
0
|
6366
|
|
POST
|
@SSWoodward In a separate post, you mentioned, "The specific issue you've brought up was introduced in Pro 2.9.6 and 3.1 and has been addressed in the coming release of ArcGIS Pro 3.3". Do you happen to know what the bug number was for that issue?
... View more
04-18-2024
06:43 AM
|
0
|
0
|
1959
|
|
POST
|
Idea: Attribute Table — Show annotation SHAPE as Annotation, not Polygon
... View more
04-17-2024
12:55 PM
|
0
|
0
|
1612
|
|
IDEA
|
Thanks @marksm_macomb and @CharlesGrant. @dolson_farmington and @MErikReedAugusta might find this interesting.
... View more
04-17-2024
12:44 PM
|
0
|
0
|
3960
|
|
POST
|
When releasing a new version of Pro, benchmark GP tool execution times against previous version "The specific issue you've brought up was introduced in Pro 2.9.6 and 3.1 and has been addressed in the coming release of ArcGIS Pro 3.3"
... View more
04-17-2024
12:21 PM
|
0
|
1
|
1965
|
|
IDEA
|
Edited. I came across an issue in ArcGIS Pro 2.9.12 where the Make Route Event Layer geoprocessing tool was much slower than previous versions (2.6.8). Route Event Layers — Slow performance in ArcGIS Pro 2.9.12, but not in 2.6.8 That performance issue is a significant problem for my unit. We can't upgrade from 2.6.8 to 2.9.12 (or 3.2) because route event layers are unuseable in 2.9.12. (My organization will upgrade to 3.x eventually; that's beyond my control.) I'm wondering if that kind of performance issue could have been caught by benchmarking GP tool execution times against previous versions of Pro. Could that be incorporated into existing automated Esri testing mechanisms? And could the results be released to paying customers as some sort of new documentation product? Bud_0-1714837980710.png For example, if that had been done, then it would have been clear that the Make Route Event Layer tool is significantly slower in 2.9.12 compared to previous versions. That would have raised a red flag [for Esri and for users planning to upgrade].
... View more
04-17-2024
10:14 AM
|
0
|
9
|
3586
|
|
IDEA
|
ArcGIS Pro 2.9.12; Oracle 18c 10.7.1 EGDB; SDE.ST_GEOMETRY: I sometimes have issues where I can't copy/paste a FC via Catalog. I get this error: Bud_0-1713373044016.png Copy Failed Message [Error]: ERROR 000260: Shape integrity error Failed to execute (CopyMultiple). After some troubleshooting, I realized that the shape integrity error is actually an error in a related annotation FC, not the FC I right-clicked and copied in Catalog. (The annotation FC is being copied because there is a relationship class.) It would have saved me a lot of time if the error message told me the issue was specifically with the annotation FC. Could that error messaging be improved to show the name of the FC the error came from? Related: Find & repair problem ST_GEOMETRY rows — "Shape integrity error" What is CopyMultiple? (Catalog copy/paste shape integrity error) Esri Case #03605230 - What is CopyMultiple? (Catalog copy/paste shape integrity error)
... View more
04-17-2024
10:03 AM
|
0
|
0
|
465
|
|
IDEA
|
@JesseWickizer In your screenshot, if the annotation FC is feature-linked, then why is the Related feature class name field blank? Bud_0-1713372448485.png
... View more
04-17-2024
09:48 AM
|
0
|
0
|
1082
|
|
IDEA
|
Thanks @JesseWickizer. I don't see the Annotation section in the Properties > Source of an annotation feature class in 2.9.12: Bud_0-1713372098761.png So maybe that's new functionality that's been added in a later version.
... View more
04-17-2024
09:38 AM
|
0
|
0
|
1084
|
|
IDEA
|
Another idea could be to grey-out the non-editable area (the area that's outside of the projection).
... View more
04-17-2024
08:59 AM
|
0
|
0
|
1463
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 07-08-2026 01:29 PM |