| Numéro d’ID de bogue |
BUG-000168565 |
| Envoi | June 24, 2024 |
| Dernière modification | October 22, 2024 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 2.9.5 |
| Système d’exploitation | N/A |
| Version du système d’exploitation | N/A |
| Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
When a dataset from any database is added to the map, the default layer name is determined by the Alias property of that dataset. Sometimes this property is not set, or exactly matches the dataset name, so the resulting layer name can include the dataset owner and other qualifications coming from enterprise databases.
If the layer name has the owner qualification or any kind of text before a period like user.Points, the first part only is used to determine the default output name, for brevity. The Geoprocessing framework assumes that the layer names in a map have meaning to the user so use the first part of the layer name to determine the default output name. For performance and ease of maintenance, there is no looking up if the first part of the layer name is a database owner or anything else, it just uses whatever is at the beginning.
When the dataset is browsed and used as input from an enterprise database, the qualifications are present and use only the name part to determine the default output dataset name.
Solution de contournement
Use the Browse option next to the Input Dataset parameter to select the table or feature class. Alternatively, change the layer name to not use the owner qualification. Alternatively, change the Alias of the dataset prior to adding the layer to the map.
Étapes pour reproduire