Skip to content

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.
  • bowen Offline
  • Posts: 2
  • Joined: Thu Dec 05, 2019 5:44 am

Print component will not append a fille

Post by bowen »

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?


Image

Re: Print component will not append a fille

Post by Support_Daniel »

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.
  • bowen Offline
  • Posts: 2
  • Joined: Thu Dec 05, 2019 5:44 am

Re: Print component will not append a fille

Post by bowen »

That did it, Daniel. Thanks so much for the info.
Post Reply