Subscription Settings Service Application stuck on starting in SharePoint Server 2019

I have deleted and then install again, and it is stuck again on "starting" status.

how to resolve this.

SharePoint Development

SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications. Development: The process of researching, productizing, and refining new or existing technologies.

2,894 questions Sign in to follow SharePoint Server Management

SharePoint Server: A family of Microsoft on-premises document management and storage systems. Management: The act or process of organizing, handling, directing or controlling something.

2,935 questions Sign in to follow 1 comment Hide comments for this question Report a concern I have the same question I have the same question 0 votes

Yi Lu_MSFT 17,481 Reputation points 2022-11-16T01:51:58.903+00:00

Thank you for your question.
We are currently looking into this issue and will give you an update as soon as possible.
Thank you for your understanding and support.

0 votes Report a concern Add comment Accepted answer

Yi Lu_MSFT 17,481 Reputation points 2022-11-18T02:13:45.477+00:00

Hi @Basim Alvi
I'm glad to hear you solve the problem, if you have any issue about SharePoint, you are welcome to raise a ticket in this forum. By the way, since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others.". and according to the scenario introduced here: Answering your own questions on Microsoft Q&A, I would make a brief summary of this thread: Issue Symptom:
Application management service was already installed with configuration wizard but when I try to install "Subscription Settings Service Application" it is stuck and showing "Starting" I have deleted and then install again, and it is stuck again on "starting" status. Current status:
Problem is resolved after installing service application through the powershell use below command these command will change the status of Service Application to Started. Start the Service Application service Get-SPServiceInstance | where-object (Write Service Application Name - copy from the "Service on Server" page) (Get-SPServiceInstance | where-object ).Provision() Get-SPServiceInstance | where-object You could click the "Accept Answer" button for this summary to close this thread, and this can make it easier for other community member's to see the useful information when reading this thread. Thanks for your understanding! If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.