- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2021 01:59 PM
I was recently trying to install midserver on my windows server installed on VMware workstation. For that I have downloaded midserver installation zip file from my PDI which is on rome relase. But, unfortunately that file is missing installer.bat file due to which I am having issues configuring mid server. Has anyone also came across such situation in Rome release? If yes and you got the solution to it please help me.
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2021 08:19 PM
Hi Amish,
Now you will be able install a MID in two ways,
one is via the MSI file as mentioned aboove by Dave and the other one is manual installation.
For the manual installation you dont need to create a Service account additionally.
With the new Zip archives, the installer.bat file is no longer available.
Just follow the steps below:
- Navigate to the service-now\<mid server name>\agent folder that was created when the file was extracted.
- To configure the MID Server manually, edit the config.xml file with a text editor such as WordPad:
- Find the element <parameter name="url" value="https://YOUR_INSTANCE.service-now.com" /> element and change the value to the URL of your instance.
- Enter the MID user credentials in the mid.instance.username and mid.instance.password parameters.
By default, the MID Server, uses basic authentication for SOAP messages. The password value is also encrypted authentication.
- (Optional) Find the <parameter name="name" value="YOUR_MIDSERVER_NAME_GOES_HERE" /> element and change the value for the MID Server name.
- (Optional) Enter connection information for the proxy server. Remove the appropriate comment tags from the proxy configuration information.
For example, you can configure these parameters:
- mid.proxy.use_proxy
- mid.proxy.host
- mid.proxy.port
- mid.proxy.username
- mid.proxy.password
- Run start.bat to start the MID Server.
- On the instance, in the Related Links, select Validate.
The MID Server Validated changes to Yes.
You can get more details in the below link:
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/mid-server/concept/mid-server-install-prereqs.html#mid-windows-manual-install
Hope this helps.
Thanks,
Bobin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2021 02:16 PM
Hi - from your PDI on Rome, when navigating to MID Server > Downloads you should see a Windows MSI to download (if your mid host is windows obviously...).
To launch the installer, run the MSI installer as administrator. I think the old school .bat file isn't used anymore.
1. After downloading .MSI installer file, open the command prompt as administrator
2. change directory to the downloads folder
3. launch the MSI file. tip: you don't have to type in entire long name... start typing first few characters then hit TAB key. the full name, if unique in the folder will be filled out.
4. Hit enter and start installing.
Hope this helps some??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2021 08:19 PM
Hi Amish,
Now you will be able install a MID in two ways,
one is via the MSI file as mentioned aboove by Dave and the other one is manual installation.
For the manual installation you dont need to create a Service account additionally.
With the new Zip archives, the installer.bat file is no longer available.
Just follow the steps below:
- Navigate to the service-now\<mid server name>\agent folder that was created when the file was extracted.
- To configure the MID Server manually, edit the config.xml file with a text editor such as WordPad:
- Find the element <parameter name="url" value="https://YOUR_INSTANCE.service-now.com" /> element and change the value to the URL of your instance.
- Enter the MID user credentials in the mid.instance.username and mid.instance.password parameters.
By default, the MID Server, uses basic authentication for SOAP messages. The password value is also encrypted authentication.
- (Optional) Find the <parameter name="name" value="YOUR_MIDSERVER_NAME_GOES_HERE" /> element and change the value for the MID Server name.
- (Optional) Enter connection information for the proxy server. Remove the appropriate comment tags from the proxy configuration information.
For example, you can configure these parameters:
- mid.proxy.use_proxy
- mid.proxy.host
- mid.proxy.port
- mid.proxy.username
- mid.proxy.password
- Run start.bat to start the MID Server.
- On the instance, in the Related Links, select Validate.
The MID Server Validated changes to Yes.
You can get more details in the below link:
https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/mid-server/concept/mid-server-install-prereqs.html#mid-windows-manual-install
Hope this helps.
Thanks,
Bobin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2021 08:41 AM
Amish,
The installer.bat is no longer present in the ZIP file for Rome, you can either follow the manual steps below or use the MSI installer. For reference you also need your windows server to be 2012 or greater.
Hope this helps,
Richard