| 不具合 ID 番号 |
BUG-000168565 |
| 送信されました | June 24, 2024 |
| 最終更新日 | October 22, 2024 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.9.5 |
| オペレーティング システム | N/A |
| オペレーティング システムのバージョン | N/A |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
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.
対処法
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.
再現の手順