We are using wM 4.6 and windows 2000 server environment.
Flow service looks as below.
Connect to the VAN [ GXS VAN ] using VAN.VANConnectivity:FTPConnection
list all the files in the van mailbox using VAN.ftp:ls
tokenize the output and get the last token i.e, filename
[ if the status of the message is Y, don’t pull the data, if it is N, get the data using VAN.ftp:get ]
The problem here is even if the status the file is “N”, when using the get <remotefilename i.e, token 4], it’s quitting out with a message as
550-Requested action not taken
550 FTP code means:
“Requested action not taken. File unavailable (e.g., file not found, no access).”
So is it possible that you’re not passing in the correct filename to retrieve?
Try stepping through by hand and see what value for the filename you’re trying to run…
The toerh part of the message might indicate something wrong with the user/permission stuff:
“TIP error: GONEXT - invalid ‘*USER’.(0062)”
Does this stuff all work when you do it by hand with the same user credentials?