Hello,
I have two workflows in separate tool containers and I run them individually by only activating one container at a time. I am experiencing the following issues when outputting to the same file in both workflows:
1) My workflows are extremely slow, I am wondering if this is because the output file is large 110 MB
2) After running the first workflow in the tool container, running the second workflow gives me one of the errors below:
"Error: Output Data (11): Unable to create backup of ...... Access is denied. (5)
"Error: Output Data (6): Can't open file .......The process cannot access the file because it is being used by another process. (32)"
The output file is not open so I am guessing this may have something to do with the .bak files that are being created. I am assuming this is the reason why the file is "being used by another process"
Is there a way to disable the creation of the .bak files?
Thanks