I'm having an issue with the download tool. I have this tool in a workflow to help me download a file from azure datalake. I'm using the file url and token and configure the download tool to download a temp file. And it works fine.
However, my client is using a most recent version of alteryx that requires AMP Engine option to be activated (because of the ADLS tool, that requires this option). And once I activate it within my workflow, the download tool won't work anymore. It presents the following error message "Error transferring data; Func 'curl_easy_perform' failed, ret = 23, desc = Failed writing received data to disk/application". Has anyone ever run into this issue?
Are they using ADLS tool vs Download tool? That would be a second variable here. I would recommend that you also connect via the ADLS tool (or they also connect via the Download tool) ---> or even better Azure CLI. (note -> I do not use Azure by choice and try to avoid knowing anything about Azure -> but assuming at least in this Azure is the same as AWS/GCP/OCI ---> I would expect what you are trying to do can be done via CLI if needed).
sorry -> also reading -> the ADLS tool may be secondary to this. Can you double check if the download tool runs property in a chunked/smaller version of the workflow for them? I wouldn't be surprised if there are different Curl versions in 2024 vs 2022 but TBH-> that shouldn't effect this.