MQFTE v7.5: I have a problem with the MQ explorer and the option Pending Transfers.
This option hangs returning not even the Pending transfer screen.
FteListScheduledTransfers as command line on the ...
I found the solution. Maybe this helps if you are facing similar problems.
Dont use a wildcard like this: /target/dir/*,
but use /target/dir/${FileName} instead and don't batch trigger files in you ...
It is a requirement of the user that the text is not converted.
Being an international company we have to deal with several languages
from all over the world.
Sending file "filename.txt" from Windows to Linux.
Can't use the text transfer option because contents may not be converted.
But file must be converted with dos2unix to handle CR/LF.
So ...
We have implemented MQ managed file transfer v7.5. The user has a requirement to send a file to multiple destinations.
The article in the developers work is for an earlier release and we are not able ...