Mid Server Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 05:07 AM
Hi,
When I am trying to restart the GCP mid server then it will throw 2 errors in ServiceNow.
1. MID Server failed to upgrade
2. Reinstall Service verification was failed during MID Server upgrade. It is possible that a required service re-installation was skipped. Make sure that the Service is installed with the same version as MID Server after upgrade.
Thanks in Advance
Nikita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 06:51 AM
Hi,
Thankyou for your response.
Please let me know how I can upgrade the version of the service.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 06:16 AM
Hi @Niks3562
What @Sandeep132 is correct, but doesn't always work.
If that is the case, download the MID server installation from your upgraded instance, and follow this article, to replace the old Mid by the new one
Kind Regards,
Peter Bodelier
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 07:50 AM
You can go to Mid Server and search in Related Link. It will give you an option to fix the issues or validate.
Try fixing it from there.
If it doesnt fix check the config.xml file check the value passed there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 03:27 PM
Hi,
Old thread but got the same error and was able to resolve the issue without a reinstall.
Got the message "Reinstall Service verification was failed during MID Server upgrade. It is possible that a required service re-installation was skipped. Make sure that the Service is installed with the same version as MID Server after upgrade." this morning.
When I checked, there was an attempt to update MID Server and it failed after that. Tried to manually start the MID Server but after few seconds, it would stop again.
What I did was to look at the log file in agent/logs directory. I found the following message in my log.
Persistence directory already locked by another process: /servicenow/<xxx>/agent/work/cache
This lead me to the following knowledge.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1122605
After I deleted the .lock file, everything went back to normal.
The lesson here is to always check the log file first to find the cause of the error instead of just relying on the message that appears.