| Bug-ID-Nummer |
BUG-000167087 |
| Eingereicht | April 29, 2024 |
| Zuletzt geändert | October 12, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 2.9.12 |
| Betriebssystem | Windows Server |
| Betriebssystemversion | 2019 64 Bit |
| Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
The config_string value has a practical limit of 2048 characters. A geodatabase on Oracle allows to store more characters, but there may be unexpected results in various tools due to the potentially unlimited size of the CLOB string. For table creation requiring a config_string this long, create the table using SQL and register the table with the geodatabase.
Workaround
Create the table using SQL and register with the geodatabase.
Schritte zur Reproduzierung