Hello,
I'm currently in a position where I have to write a ZIP file to an SQL database table from Alteryx, but I'm running into some issues with larger files. The process currently look like this:
1.) Read ZIP file as blob with Blob Input
2.) Convert blob to HEX encoded binary
3.) Output binary to SQL varbinary(max) using ODBC connection in Output tool
The issue I'm facing however is the below conversion error from the output tool that I cannot make sense of. It seems to happen as soon as the ZIP file is larger than just a couple MB, and results in data being missing in the ZIP in the database.

The ZIP file I've read as a blob and converted is approx. 14,5MB in size and the limit of the varbinary(max) data type should be approx. 2GB, so I'm not sure what the 58835888 or 16777214 is actually referring to here?
Has anyone encountered this conversion error and can actually make sense of it?
Thanks in advance.