I have been running an automation that creates and edits word documents to send out to certain email addresses. We switched VM’s from our production server but have the same (latest) Version of Word with 32 bits on both machines. It has been running perfectly fine for about six months on the last machine but once we moved it we have had time out issues and now we got this alert like midway through the process while it was editing the document. Any ideas what this could mean or how we can mitigate this issue moving forward?
Try following this solution. Though it’s for Excel but it should work for word as well
Hie @juanr this might be your file size is big and bot is working on that and after processing it goes in the next phase while you file is still on working mode. so make sure it close before going to next phase . save your Document before moving it to next and Add a kill process for make sure file is not running in the process memory .
cheers