Hi. Need some help on fixing our 2 workflows. Already search some solutions here but unchecking the AMP on the runtime tab and trying to check if the file is locked by manually renaming didn't work. The 2 workflows both have yxdb output. Thank you!
Solved! Go to Solution.
Hey @deendrjophmc ,
This usually happens when you are reading and writing at the same time. Are you able to provide more information about your workflows, please?
Best,
Fernando Vizcaino
hi @deendrjophmc Are the files being used in any of the processes coming from a shared drive? if so it may be that somebodyu else has opened the file or left it open. If this is the case try copying a local version to your machine or lock the file while using it.
Alternatively if this is occuring durint the writing of data try using a block umtil done tool to segment the data writing process.