Unable to open file to write with Block until done and ParallelBlock
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I have been trying to execute the following workflow for a long time but I am not able to execute it because of the process cannot access the file because it is being used by another process. I have tried using block function but it's not helping me either. Can you please let me know how I can resolve this. I understand that Block until done does not work if you use Filter module, so I tried parallel block as well but it failed as well.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Ankit_9811
It looks to me like your problem is that you have two output tools immediately connected to your input tools. THey need to be behind a block until done tool as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Ankit_9811
You have 5 outputs but only 3 of them are connected to block until done tools. Add the block until done before the other outputs that you have directly connected to the inputs on the left side of your workflow and you should have no more errors.
Pedro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks you both, this worked like charm
