Bug-ID-Nummer |
BUG-000163669 |
Eingereicht | December 12, 2023 |
Zuletzt geändert | May 5, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.2 |
Betriebssystem | Windows OS |
Betriebssystemversion | N/A |
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
This issue was addressed in ArcGIS Pro 3.3 with additional changes to the high precision date support.
Workaround
Use a file geodatabase instead of a memory workspace.
- Create a python script to create a memory workspace.
- Create a directory to a file geodatabase.
- Create Table and add date & time fields.
- Use the MigrateDateFieldToHighPrecision() tool.
- Run the python script
Schritte zur Reproduzierung