| Bug-ID-Nummer |
BUG-000158869 |
| Eingereicht | June 6, 2023 |
| Zuletzt geändert | May 1, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.1.2 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | Under Consideration
Das Problem wurde durch das Entwicklungsteam überprüft. Es wurde nicht in einem Release-Plan priorisiert, jedoch erfolgt eine Überwachung hinsichtlich der Gesamtauswirkungen. Faktoren, die einen Einfluss auf die Priorisierung haben, sind u. a. die Anzahl der betroffenen Benutzer bzw. die Anzahl der Funktionsanforderungen durch Benutzer, die geschäftlichen Auswirkungen und ein etwaiger Workaround. Sollte ein Bug zu geschäftlichen Beeinträchtigungen für Sie führen, finden Sie weitere Informationen unter "How To: Eskalieren eines Fehlers" (https://support.esri.com/en/technical-article/000024129).
|
Workaround
First workaround:
- Exit the tool by clicking the back arrow in the top left corner of the geoprocessing window to reset the parameters.
- Open the tool again and use the COA_FC_NoSpacesInAlias table as the Input Event table.
- Tool Parameters
- Input Event Table: COA_FC_NoSpacesInAlias
- Input Event Table Properties
- Route Identifier Field: route_id
- Event Type: LINE
- From-Measure Field: from_measure
- To-Measure Field: to_measure
- Overlay Event Table : city911_locatefeature
- Overlay Event Table Properties
- Route Identifier Field: RID
- Event Type: LINE
- From-Measure Field: FEMAS
- To-Measure Field: TEMAS
- Type of Overlay: Intersect
- Output Event Table: <a valid table name>
- Output Event Table Properties
- Route Identifier Field: route_id
- Event Type: LINE
- From-Measure Field: from_measure
- To-Measure Field: to_measure
- Check all boxes
- Click run
The tool now successfully completes.
Second workaround: Use the python window and use the python tool syntax to run the tool. This can be done with the table that has spaces in the field aliases.
Third workaround: Do not fill in the Output Event Table properties and running the tool with the table with spaces in the field aliases.
Schritte zur Reproduzierung