- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:22 PM
We have a Windows Server 2022 that I’m trying to setup as a MID Server for ServiceNow.
The server is joined to our domain and in an OU that has a GPO which defines the ‘Log on as a service’ users.
I created an account on our AD and added this account to the GPO.
When going through the mid server installer on the server - I don’t see how I can select this domain account to be the service account.
I created a local account on the server but I cannot add this to the log on as a service policy due to the group policy restricting local changes.
Any ideas on what to do here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 11:20 PM - edited 10-19-2024 11:22 PM
Hello @JLizard1,
Please refer to the below steps:
- Download the installation files from the ServiceNow instance to the MID Server host computer
- Extract the download and create a new folder at the root level of the C drive
- Copy the agent folder into the new folder
- Enter the MID Server user name and password in the config file
- Establish the MID Server name
- Modify the Java Service Wrapper (JSW) to give the MID Server service a unique name
- Navigate to Computer Management > Services and Applications > Service
- Right-click ServiceNow MID Server, then click Properties
- Click the Log On tab
- Click the radio button next to This account
- Enter the username and password for the account that should run the service
- Click OK
- In the Services window, right-click ServiceNow MID Server, then click Restart
mid.windows_host.file_permissions.allow_list
in the MID Server host's config.xml file. Use the SID to specify domain accounts and not the <domain>\<username>
or user@domain format.If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 11:20 PM - edited 10-19-2024 11:22 PM
Hello @JLizard1,
Please refer to the below steps:
- Download the installation files from the ServiceNow instance to the MID Server host computer
- Extract the download and create a new folder at the root level of the C drive
- Copy the agent folder into the new folder
- Enter the MID Server user name and password in the config file
- Establish the MID Server name
- Modify the Java Service Wrapper (JSW) to give the MID Server service a unique name
- Navigate to Computer Management > Services and Applications > Service
- Right-click ServiceNow MID Server, then click Properties
- Click the Log On tab
- Click the radio button next to This account
- Enter the username and password for the account that should run the service
- Click OK
- In the Services window, right-click ServiceNow MID Server, then click Restart
mid.windows_host.file_permissions.allow_list
in the MID Server host's config.xml file. Use the SID to specify domain accounts and not the <domain>\<username>
or user@domain format.If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.