- I would like to poll a file from a directory structure -/tmp/SAPI093 within a secured FTP location.,
- Upon successful polling I would like to archive the same on different directory path -/tmp/SAPI093/archive
ISSUE : After successful creation of jca adapter for Secured FTP ,I am able to get the polled file deleted from source directory but, failed in archiving of polled file in archive directory in the Source FTP location .
Solution: To fix the same you will need to add the binding property “UseRemoteArchive” to true.
Design view – composite.xml |
Source view – composite.xml |
In the composite, logical properties are specified in the inbound
JCA
file and their logical-physical mapping is resolved by using binding properties.You specify the logical parameters once at design time, and you can later modify the physical directory name as needed.
In the design view of composite, you can select the exposed FTP Service and add the properties to specify the actual path for Logical directory paths.
Design view – composite.xml |
Source view – composite.xml |
That's Interesting !!
ReplyDelete