Question
When I execute a file transfer, it ended abnormally with the error code 0209-0251.
What does the error code mean and what should I do?
Answer
The error code 0209-0251 means data length of one record exceeds the maximum value on the sender.
In the case of a text transfer, the maximum value of one record until next line break is 32768 bytes.
This error occurs because the data length of one record exceeds 32768 bytes.
To solve the problem, please check the data length of one record in the sending file.
Comments
0 comments
Article is closed for comments.