Hi,
I have problems upgrading a functionality to Cloud that worked in App8.
It is an On-Premise Cloud installation.
In App8 this value on the routing address:
%FILE_OUT%/%RECEIVER%/%MESSAGE_FUNCTION%_%GUID%.xml
had the desired effect of dynamically creating the directory named ’%RECEIVER%’ in ’%FILE_OUT%’ and the file was nicely put there.
But in Cloud, no matter how I try, I get this error message:
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 tried with slash, backslash,doubling it, did not help.
The value of RECEIVER is fine, if I use it like this:
%RECEIVER%_%MESSAGE_FUNCTION%_%GUID%.xml
I get a nice output file, so it is not about the op system user not having enough grants for the directory.
So the question is this:
Is it possible to have a routing address for File protocol which can route the file to a directory, based the substitution variables of the application message?
Using as many FILE_SENDERs as the different values of RECEIVER is not an option unfortunately.
I can comprise with not being able to create a new directory, only using it.
Thanks in advance.
Janos