Hello,
my scenario is simple.
I pick a file and save it somewhere else using file receiver channel.
Additionally I want to log that this file has been transferred in a log file in append mode, so whenever we check this file we can see when a specific file has been transferred.
I have two interfaces for same receiver and they are processed in sequence.
First the file is transferred and second a record is to be appended to log file to show transferred file.
For the record I created a simple mapping where I just add a timestamp and enter the filename of transferred file (sender used ASMA)
I use integrated configuration and have in place PI7.31 SP13 running on Linux.
Everything works well if the log file is stored on PI system.
However, I would like to save the file in a folder of a mounted windows share (cifs)
As soon as I refer to such a file always only the first record is updated/overwritten.
I checked permissions on the windows share and our user has full access, so it does not seem to be related to permissions.
Does somebody have an idea what the issue could be?
Thanks and best regards
Robert