Hello,
I’m trying to migrate data from a SQL Server 2016 spatial to a ArcSDE on SQL Server 2022. Using ArcGIS Pro 3.2 on same machine. I am using FeatureReader with schema and featureWriter with dynamic writer.
I don’t get any errors but I get thousands of this warning:
GEODATABASE_SDE Writer: Renamed user attribute 'attribute{109}.name' to 'attribute_109__name' based on format constraints for invalid characters, length, and case
If this waring occure the feature with this schema will not be written to the database, so it should yield an error not warning.
yield waring on FME version 2023.2
yields none-traceable error in version 2024.1
Anyway I can’t figure out what it means.
Any clues?