| Número de ID del error |
BUG-000157875 |
| Enviado | April 27, 2023 |
| Última modificación | June 2, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.1.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
This is not reproducible in ArcGIS Pro 3.2. Please contact Esri Support if this still occurs.
Steps that are tested:
1. Copy the mobleGDB locally and add the lines layer to a map.
2. In the Catalog pane, right-click the mobleGDB > New > Click View.
3. In the Geoprocessing pane, name the view 'myView' and use the following query:
Select OBJECTID, case when type='NT' then 1 end as a flag from Lines.
4. Join both layers using the ObjectID field.
5. Examine the join layer and reorder the fields.
6. Remove the join, and note that the join name is correct. Select the join name and run.
Note: Everything is working.
If the steps are incorrect, please resend.
Solución alternativa
From the Joins menu, choose to remove all joins, or select the Main.viewname join in the Remove Join tool.
Pasos para reproducir