Hello experts,
we have the folowwing scenario:
ERP - PI ( Calling Web-Service and creating PDF-file) - ERP (file saved in unix dir)
From the ERP system there are two seperate calls via proxy object made to te PI. The first is creating a pdf label and then saves it to unix dir on the ERP-system. The second call then creates a datasheet pdf and also saves it to the same directory. The calls are made with a delay of a few seconds and the scenario is async.
When the second file is created it overwrites also the first file although this file is from a different request and has a different file name that it gets saved with. We don't have a clue why this is happening.
regards
Christian