When I am trying to install the App this error encountered.
"Error occurred in deployment step 'Install App for SharePoint' Failed to install App for SharePoint"
Solution:
Please make sure the App Management Service and Subscription Service are running. To fix it, [You should need FARM administrator access]
From browser:
Go to Central Administration -> Services on Server and start both.
Through Powershell:
"Error occurred in deployment step 'Install App for SharePoint' Failed to install App for SharePoint"
Solution:
Please make sure the App Management Service and Subscription Service are running. To fix it, [You should need FARM administrator access]
From browser:
Go to Central Administration -> Services on Server and start both.
Through Powershell:
Get-SPServiceInstance | where{$_.GetType().Name -eq "AppManagementServiceInstance" -or $_.GetType().Name -eq "SPSubscriptionSettingsServiceInstance"} | Start-SPServiceInstance
No comments:
Post a Comment