Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors