Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Output Data Error: WKB structure does not match expected size

Fairly
6 - Meteoroid

I'm running a workflow where I am sending data to a PostgreSQL database that has Postgis in it. However, when it tries to write the data to the database, I am getting an error saying:

 

Output Data (18) DataWrap2ODBC::SendBatch: ERROR: WKB structure does not match expected size!;¶Error while executing the query Insert into "table_name"("column_1","column_2","column_3","geom") Values (?,?,?,ST_GeomFromWKB(?,4326))

 

I thought it might be the Spatial Object Field Size but when I increased it, it didn't do anything. Does anybody know why I am getting this error and how to fix it?

0 REPLIES 0
Labels