I was under the assumpition that the deployment would unlock all associated files, does anyone know that to be the case or must I do something special to force this to occur?
no a properly written workflow will do that, and a poor one will not.
There is no automatic unlocking of files in workflows. You have to explicitly include a task to unlock those files. Haven't you included Submit task in your workflow?
I am using templates to maintain several files that change frequently. The problem I am having is that when a users modifies say the index.shtml file, this in turn opens the associated datacapture.cfg file for that page and a lock is placed on the .shtml and the associated templatedata (DCR) file.The problem is that once the user regenerates the new index.shtml file and deploys it to production, the DCR retains the lock by that user so future users cannot access or modify the index.shtml unless an administrator manually unlocks the file.I was under the assumpition that the deployment would unlock all associated files, does anyone know that to be the case or must I do something special to force this to occur?Thanks, Silvano