Skip to main content

Hello,

I’ve had a workbench running on FME Server and FME Desktop 2022.2 perfectly fine through the last 2 years. Suddenly, it’s throwing an error HTTP Transfer error: Transferred a partial file. 

I tested it with FME Server and FME Desktop 2022.2 and get the same error. When I access the url through a browser, it perfectly downloads the zip file. But the HTTPCaller fails. 

Request Url: https://static.aer.ca/prd/data/wells/PLA_RTF_SHP.zip

Any insights would be greatly appreciated.

Thank you.

 

Sample below for testing purposes, attempting to download the file in my local.

HTTPCaller settings: 

 

Error:

 

The download works for me in 2022.2, with the same default settings on a HTTP Caller.

Debugging an error happening in an HTTPCaller can often be made clearer by temporarily changing the logging settings. Option → Translation → Log Message Filter → Debug, to see the full details on what it’s doing.


It’s a 33 Mb file, which downloaded in a few seconds for me, so I doubt it’s a timeout error. Can you try another url (like e.g. www.google.com) and see if the same happens? If you’re on a corporate network or VPN it may be that http access is only granted for browsers, not other applications.


Reply