Hi, all.
I have a project in which I need to log PGP decryption errors to a log file. I am using the Print component to write to a file on the SFTP resource. I have append enabled, but the log will not amend. I will only get one error which is the last one generated. Does anyone know how to append to a file?
Print component will not append a fille
Post any question you may have in regards to GoAnywhere Services and let our talented support staff and other users assist you.
- Support_Daniel Offline
- Posts: 2
- Joined: Wed May 01, 2019 10:56 am
Re: Print component will not append a fille
Ben,
Using the print task you will not be able to append the file when it is written directly to an SFTP resource. You can sucessfully append a file printed locally for example to a workspace created as part of your project then move the file to SFTP using an SFTP put or append task.
Using the print task you will not be able to append the file when it is written directly to an SFTP resource. You can sucessfully append a file printed locally for example to a workspace created as part of your project then move the file to SFTP using an SFTP put or append task.
Re: Print component will not append a fille
That did it, Daniel. Thanks so much for the info.