Skip to main content

When using IFS Cloud 22R2 and Generating a Supplier Payment with ISO20022 Payment Method application messages are dropping into the below status - 
 

ExecutionException from Sender thread 
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Error while sending data to file 
Caused by: jcifs.smb.SmbException: The filename, directory name, or volume label syntax is incorrect.

 

I have used %FILE_OUT%\ISO20022_CORE_transformed_%GUID%.xml as Routing address and Temp folder is also created in out-directory. Temp and root folder are set to different locations.

Suggestions?

Folders are usually created to the same level, so that may be the cause of the error.

Can you try to create folders like
root\out
root\temp
root\in
root\archive

Also, % may not be an allowed character. So in case the tags are not evaluated that could cause the failure. Try with a static filename without any % or other special characters and see if it works first. Then you can take it further.


Thanks Samil,

The problem was using % symbol in routing address. I removed %FILE_OUT%\ISO20022_CORE_transformed_%GUID%.xml and replaced with ISO20022_CORE_transformed.xml and it worked.

 

Regards,

Roshith Shetty


Reply