- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 12:42 PM
How to install and run mid server with other than the window admin means with different user??
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 01:04 PM
Hi Sapna,
1) MID Server - The Windows account used other than Local Admin account must be also part of Admin group and it has nothing to do with ServiceNow User profile.
2) The ServiceNow User profile is only used for MID Server installation and that one must have mid_server role associated to it.
3) For SCCM integration, you would need to mention MID Server, java program primarily for connectivity. SCCM Data Sources will need credentials for SCCM SQL Server along with Database details. If you wish to identify recorded created in SCCM staging tables with which ServiceNow User profile, do mention Run As in Scheduled Imports otherwise if left blank it will show system/guest.
Please let us know if you got any more queries or mark question answered correct for the benefit of others. Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 08:42 AM
So is it necessarily be admin user ??
When we import data from SCCM server which is on another server. Will this MID Server log into that server with this user???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 08:48 AM
Sapna,
Yes this was the same problem I had for SCCM, So the service Account you have for SCCM database should be part of your Local admin Group in the server where the mid server is placed, and after that the mid server needs to be ran with the credentials of this service account follow like Aditya Shrivastava said and then you would need to select the Use Integrated Authentication on each of your data source and run the SCCM import.
Thank you
Please mark correct/helpful if applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 08:52 AM
OK..Will try and update here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 09:44 AM
And ,
MID Server credential which is used to login in ServiceNow and user from which we start the Service shoulkd be same OR can be different????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 10:00 AM
Sapna, the service account you have which has access(read only account) to Sccm, use this credentials to run the mid server it has nothing to do with the user you created for mid server role. the service account need not have a user account in servicenow.
Because when you are connecting to SCCM you need access to SCCM which is why you have a service account created. Now as MID server runs as a service it also needs to have same access to SCCM and that is why you will run the mid server Like Aditya Shrivastava showed in earlier message with the service account credentials. And because any service that runs with credentials should have admin privileges it needs to be in the local admin Group.
Let me know if you have any questions
Thank you