This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hey Everyone,
I have a workflow on the gallery that started throwing an error with the 2019.3 upgrade we just did 3 days ago. The workflow uses a gallery data connection that is defined as this:
odbc:DRIVER={ODBC Driver 13 for SQL Server};DATABASE=;SERVER=myServer;Trusted_Connection=yes
to pull back spatial data from SQL server. Prior to our upgrade 3 days ago, there were no issues with this. Now, I cannot pull back the geography data type in SQL server with this connection. Again, this is only after upgrading the server and designer to the latest version of Alteryx (2019.3) three days ago.
Can anyone assist?
When you say you can't pull back geography data type what do you actually mean? No data is returned in the geography column? Or the data is corrupted?
Are you able to query the SQL server via SQL studio and see the correct result?
The data is not in the geography format. I don't know if I can say it is corrupted, but it isn't geography / spatial data anymore. And yes, the data on the server is fine...can be queried, used elsewhere, etc.
Have you been able to query the data within the SQL Server? Do you get a different result?
SQL server works fine - there's no issue with the data itself.