Forum Discussion
automatic recreation of service applications after deletion
I identified some interesting behavior in SharePoint 2016 (16.0.4456.1000). We are running 8-server farm following MinRole concept. We had trouble with Managed Metadata service application and deleted service application. We figured out that MMS service application get’s created automatically after ~5-10 minutes by using previous settings like database name. Same for subscription setting service. Auto Provisioning enabled, but https://technet.microsoft.com/en-us/library/mt743705(v=office.16).aspx just mentions that related services will be started automatically. Has someone else experienced such kind of automatic recreation of service applications after deletion?
2 Replies
Service applications will never be created automatically. What you are referring to are the service instances, which - in the MinRole concept - can be made to start automatically on specific servers where in the past you had to start them by yourselves on the servers you wanted. If you delete a service application, you will always need to recreate it manually.
Service applications are logical containers which primarily hold configuration and security information. For most service applications you still need some physical components to be activated in order to do the actual work - those are the service instances. They can be started on one or more servers, and in the case of MinRole, can be started automatically for you if they are stopped.
- Deleted
thomasvochten Thank you for response. I need to check what causes our crazy behaviour.