Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Error - ToolId 9: Error transferring data

Prad
5 - Atom

Hi All;

 

I am having error transferrd data from 

Error - ToolId 9: Error transferring data from a multi text file saying Failure when receiving data from the peer

 

Please if anyone know what does this mean and how i solve it 

 

Many thanks

Prad

2 REPLIES 2
monica46cole
5 - Atom

Hi Prad,

It sounds like you're encountering a common issue where data transfer fails due to a problem with the connection or data reception. Here are a few steps you can try to resolve this:

Check Network Connection: Ensure that both your application and the server you're connecting to have stable internet access.

Verify Firewall/Proxy Settings: Sometimes, firewalls or proxies can block data transfer. Make sure they are configured to allow the connection.

Inspect Data Encoding: Ensure that both your application and the server are using the same data encoding format (e.g., UTF-8).

Add Error Detection: Implement error detection techniques like checksums or cyclic redundancy checks (CRC) to ensure data integrity during transmission.

Use a Different Protocol: If the issue persists, consider using a different data transfer protocol, such as FTP or HTTP.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @Prad ,

We would help you faster if you provide more information such as

the workflow, error log, sample data and your expected output data etc.

as much as you can share with us.