Setting up Sharepoint 2013 for apps

I may have screwed up the appropriate permissions for the service accounts/application pools necessary to get store apps to work. At this point I think I need to start over, but the rest of our Sharepoint install is working. Can I safely remove the App Management Service Application and Proxy plus the Subscription Settings Service Application and Proxy?

Our Sharepoint 2013 installation is pretty basic - just the Sharepoint application server and a 2012 database server.

July 19th, 2013 5:29pm

Hi,

I would suggest you to create a new service application and corresponding proxy, then associate it with your web application and remove the association from your old service application and proxy.

I hope this will help you out.

Free Windows Admin Tool Kit Click here and download it now
July 19th, 2013 5:41pm

Hi,

Any Service Application can be deleted and recreated again. Just make sure that your farm is not depended of the service application while you delete it. One way is to remove the association and see if your Web application work correctly! Make also sure if you need to keep the service application database or not! If you choose to delete the related data, SQL databases will be deleted too.

Note that Subscription Settings Service Application can't be created using the UI. You need Powershell, see below:

New-SPSubscriptionSettingsServiceApplication -ApplicationPool "SharePoint Web Services Default" -Name "Subscription Settings Service Application" -DatabaseName "SubscriptionSettingsDB" | New-SPSubscriptionSettingsServiceApplicationProxy 

July 19th, 2013 5:41pm

Yes, you should be able to remove them and recreate them without a major issue.  You'll need PowerShell to recreate at least the subscription settings service.  Here's an article on the whole process.

http://technet.microsoft.com/en-us/library/fp161236.aspx

Free Windows Admin Tool Kit Click here and download it now
July 19th, 2013 5:43pm

Hi

I have used  $account = Get-SPManagedAccount "domain\spadmin"
 $appPoolSubSvc = New-SPServiceApplicationPool -Name SettingsServiceAppPool -Account $account
 $appSubSvc = New-SPSubscriptionSettingsServiceApplication ApplicationPool $appPoolSubSvc Name "Subscription Settings Service Application"  DatabaseName "SP2013-SubscriptionSettingsDB
  $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy ServiceApplication $appSubSvc

I have run these commands in power shell, it shows in >> arrows at the last of the command Prompt when execute the last command "  $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy ServiceApplication $appSubSvc" and nothing happens , there is no prompt give back like[Y] or [No] and Subscription Settings Service Application is not created when I check in Service on server tab of sp2013

March 6th, 2014 6:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics