Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBA memory errors on server freeze Word; we need to terminate process #99

Open
mattretzer opened this issue Apr 19, 2017 · 3 comments
Open

Comments

@mattretzer
Copy link
Contributor

In cases where VBA memory errors are hanging Word for a given file, that spawned instance of Word remains frozen until a human clicks on a Window on the GUI on the server.
This is not preventing other Word files from being processed, but it does prevent the rest of the Validator from finishing for that file, which keeps alert emails from getting sent (to the PM and ourselves) until the GUI window is clicked.

I think if we track the PID of the Word process, we should be able to terminate the spawned MS Word process for that one file via the process watcher script.

@ericawarren
Copy link
Contributor

@mattretzer didn't you write a short powershell script for something similar at some point? I remember planning on creating a slack command for it (like /remote-deploy) but guess it fell off the radar, but that would probably be helpful, yes?

@mattretzer
Copy link
Contributor Author

mattretzer commented Apr 19, 2017 via email

@MacmillanWorkflows
Copy link
Member

➤ erica.warren commented:

Moving to less urgent because we may not need to run Word on the server anymore in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants