- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2019 12:16 PM
We renamed our instances. Let's say abctest was renamed xyztest. Now I need to change the URL on the mid servers to match our new urls.
I have searched the documentation and the community but am not finding clear instructions how to do this.
When I go to the mid server (now) xyztest instance and open the "URL" configuration parameter, it allows me to change abctest to xyztest in the field (it is not grayed out), but when I go to update it, it says " You are attempting to add or modify a read-only parameter -- not allowed" and "Invalid update".
I have determined this is due to Business Rule "Check for read only". I don't know if this is an OOB business rule and I shouldn't try to get around it for a good reason, or if this is a custom rule somebody put in place way back when to prevent someone from accidentally breaking it and it is okay to go around it and make the change here. It shows updated 2011-09-21 12:52:09 by tom.dilatush
If I do make the change here and restart the mid server, is that all I need to do?
Thanks!
Solved! Go to Solution.
- Labels:
-
MID Server

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2019 07:09 PM
- Login to mid server
- stop the mid server service
- go to installed directory like (c:/servicenow)
- you will find config xml file.
- right click on it and edit ( change url here)
- save the file
- start the mid server
That all

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2019 07:09 PM
- Login to mid server
- stop the mid server service
- go to installed directory like (c:/servicenow)
- you will find config xml file.
- right click on it and edit ( change url here)
- save the file
- start the mid server
That all