This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Script execution was stopped due to a timeout

Hi everyone,

I've custom VB script that iterates over number of documents and changes some metadata, the script works fine as expected in hundreds of documents; but when number of files becomes thousands it gives timeout exception.

I there anyway to increase the execution timeout, or the only option is to split the files and run the script on chunks?

Looking forward,

Parents
  • You can increase the timeout via Advanced Vault Settings > Scripting with system administrator rights, but it might be worth thinking if your solution could be refactored somehow to avoid running into timeout issues. At least if you need to run this script often.

Reply
  • You can increase the timeout via Advanced Vault Settings > Scripting with system administrator rights, but it might be worth thinking if your solution could be refactored somehow to avoid running into timeout issues. At least if you need to run this script often.

Children