Hi,
I’ve an orchestration whith a dynamic port and a FTP adapter.
The destination is construct in my orchestration
guid = System.Guid.NewGuid();
DynamicJobProcessPort(Microsoft.XLANGs.BaseTypes.Address) = \”ftp://myserver/\”+Repertoire+\”/\”+Message_Received.JobID+\”_\”+guid.ToString()+\”.jdf\”;
and the value of \”Repertoire\” is calculated into the orchestration.
All is OK if the corresponding name folder exists on the FTP server!
If this folder does not exist, is it possible to catch the exception in a scope?
What is the name of the exception I’ve to intoduce in the field \”Exception object type\”?
Thanks!
Raoul