- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 12:21 AM
Hello Everyone,
Can anyone tell me, why we create a service account when installing a MID Server on any Host?
We create a "Service Account" on the host machine and assign it the "Log as an service" permission.
My question is: why exactly are we creating this service account?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 03:22 AM
@SatishChitti Here it's from the co-pilot
A Windows service is a special type of application that runs in the background of the Windows operating system—often without any user interface or interaction. Think of it as a silent worker that starts when your computer boots up and keeps running even if no one is logged in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 01:14 AM
Hi @SatishChitti
A MID Server is essentially a Java application that runs as a Windows service on the host machine. To function as a service, it requires a dedicated service account with the appropriate permissions.
Hope this helps.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 03:18 AM
Hey @J Siva , Thanks mate for the quick revert.
Can you tell me in some detail about what is "Windows Service" also.?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 03:22 AM
@SatishChitti Here it's from the co-pilot
A Windows service is a special type of application that runs in the background of the Windows operating system—often without any user interface or interaction. Think of it as a silent worker that starts when your computer boots up and keeps running even if no one is logged in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 03:27 AM
Got it!!, Thanks for the revert.
Appreciate it.
Thanks,
Satish