Pages Side

Tuesday, December 13, 2022

SharePoint : Configure and enable Subscription Settings Service for App Catalog

 

The Subscription Settings Service needs to be running on your farm

To check if the Subscription Settings Service is already running in your farm, navigate to "Central Admin" > "Application Management" > "Manage Service Applications" (under Service Applications) and check if the "Subscriptions Settings Service Application" is listed and in the running status (see screenshot below):



  • If the "Subscription Settings Service Application" and respective proxy are listed with the status of "Started", then you do not need to proceed with the rest of the instructions in this section.

  • to configure the Subscription Settings Service navigate to "Central Administration" > "System Settings" > "Manage services in this farm"

Click on "Enable Auto Provision" for Microsoft SharePoint Foundation Subscription Settings Service




Next we need to create the Subscription Settings Service using PowerShell. 

  • Open the SharePoint Management Shell as administrator


  • Run the following 2 commands in PowerShell:

Add-PSSnapin "Microsoft.SharePoint.PowerShell"
$sa = New-SPSubscriptionSettingsServiceApplication -ApplicationPool 'SharePoint Web Services System' -DatabaseName 'Subscription'
New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $sa





  • To check that the service was created successfully navigate to "Central Admin" > "Application Management" > "Manage Service Applications" (under Service Applications) and check if the "Subscriptions Settings Service Application" is listed and in the running status (see screenshot below)



Related Articles


No comments:

Post a Comment