Hello everyone
Good morning
I have created package to do transfer files from folder to another folder in Unix .
The package trasnfer all files in folder A to folder B , and executed every 60 minues , some times some files caused an error when they try to overwrite in destination folder . I got the following error.
ODI-1519: Serial step "root_step (InternalID:6917)" failed because child step "Serial-Order (InternalID:6942)" is in error.
ODI-1519: Serial step "Serial-Order(InternalID:6942)" failed because child step "PACKAGE_TRANSFER (InternalID:6945)" is in error.
ODI-1217: Session PACKAGE_TRANSFER (5109914) fails with return code 7000.
ODI-1226: Step OdiFtpPut 1 fails after 1 attempt(s).
ODI-1241: Oracle Data Integrator tool execution fails.
Caused By: org.apache.commons.vfs2.FileSystemException: Could not copy "file:///Test/dw/P/dir/xxxx/FILE200.CSV" to "ftp://xxx.xx.xx.com/stream1/FILE200.CSV".
Best Regards,
Mohammed