- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 08:46 AM
Hey all,
We just changed our DEV instance URL name. Following the instructions on KB0550841, it states:
"When using MID server note that you will have to change the MID Server configuration to have the MID to point to the new Instance URL."
I am attempting to update the Value field under "MID Server Configuration Parameter" from within ServiceNow. When I I update the URL to reflect the new name and click save/update, I am getting an error:
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 10:57 PM
Hello,
Whenever it happened to me, I've always logged into the server to reconfigure the config.xml file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 10:57 PM
Hello,
Whenever it happened to me, I've always logged into the server to reconfigure the config.xml file.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 01:02 AM
got to config.xml
===========
for URL verify :
<parameter name="url" value=
check the username and password:
<parameter name="mid.instance.username" value="xyz"/>
<parameter name="mid.instance.password" secure="true" value="encrypted:test"/>
Check the sys_id also if it is changed to new value:
<parameter name="mid_sys_id" value=
Thanks,
Shekhar Deshingkar,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2019 07:41 AM
Thanks!
I changed the URL in the config file and it has not updated the midserver configuration parameters?? Any other suggestions on what I need to do?
Thanks,
Jonathan