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.
Copy from ECC
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Copy from ECC
Task #10358 has been created to add a new node to the CopyFileFromECC and CopyFilesFromECC to have a new input: Delete: True/False. If true the file will be deleted after it has been copied.
word count: 35
-
- Posts: 576
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Copy from ECC
This feature has been added as of DesignTime Revision 2303, RunTime Revision 986, and ECC Revision 113.
word count: 17