Hi!
I am trying to write to a AZURE SQL non-spatial database, but I received the below error for just one of my layers.
"Microsoft Azure
SQL Database Non-Spatial Writer: Failed to write a feature of type `dbo.door'
to the database. Provider error `(-2147217887) Invalid character value for cast
specification'. SQL Command `INSERT INTO dbo.[door] ([id], [category],
[restriction], [ordinal], [name], [alias],
[address_id]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'"
I've checked the datatypes to see if they match and they do along with the attributes. Could this be a geometry issue? I do not know what else to check for.
Thank you for any assistance!
David