Copy from ECC
Posted: April 15th, 2022, 4:57 pm
I was working in a project where I have a file in an SFTP that I need to move to my application server. To do this, I need to use SFTP services and select to use them through ECC.
Doing this saves them to the ECC server. Then I use the CopyFilesFromECC service to move them to the app server
Just as a best practice, this does need to be removed from the ECC server. The way ECC works is by saving it to the server so it pulls back the data a little at a time, so it does need to be saved there. I just found out this that it wasn't possible to not save it to the ECC server so now I realized the design I had is missing the cleanup step of deleting the file.
Doing this saves them to the ECC server. Then I use the CopyFilesFromECC service to move them to the app server
Just as a best practice, this does need to be removed from the ECC server. The way ECC works is by saving it to the server so it pulls back the data a little at a time, so it does need to be saved there. I just found out this that it wasn't possible to not save it to the ECC server so now I realized the design I had is missing the cleanup step of deleting the file.