Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, May 27, 2010 7:42 AM
After failing to create a Service Application and at second attempt, I found out that the application pool name used previously appears in the drop down list, however, there is no such application pool found in IIS Admin module, is this a bug somewhere in Sharepoint 2010? I think the Application pool does not really exist.
All replies (7)
Thursday, May 27, 2010 10:31 AM
In my installation I create the Service Application Pool using PowerShell
New-SPServiceApplicationPool `
-Name "Service Application Pool" `
-Account "DOMAIN\User"
But the Actual IIS Application Pool is named by the GUID of the above. So the application pools is created but hard to recognize.
So check IIS for Application with GUID names.
MCPD, MCITP, MCTS, MCSD.NET, MCDBA
Thursday, May 27, 2010 1:33 PM
Thanks for the reply, but I think the app pool is really not there, all the visible ones can be identified through advanced details, and there are so few of them.
Monday, April 9, 2012 5:23 AM
It is not visible to me as well....why?
I created them using new-SPServiceApplicationPool but could not see them in IIS. NOr the name or guid is present in IIS?
Please help,,,,why?
manoj.verma
Tuesday, September 10, 2013 6:33 PM
Start the service on the server through Central Administration
Tuesday, September 10, 2013 9:20 PM
As John says, if the service in question is not started on the server then the application pool will not have been installed. For example on a Web front end server you may not have the Search Application running, in which case the application pool for that service may not be installed on that server.
Is this a multiserver installation?
Tuesday, September 10, 2013 9:37 PM
Are you saying there is a disconnect between the SharePoint application pools and the application pools running inside IIS? I think this is possible, and if you want you can delete the SP application pool
See here for how to delete it
Please mark my response as an answer if appropriate.
Learn.SharePoint.com
Wednesday, September 11, 2013 12:08 AM
Service application pools appear in IIS as long random strings of characters. The name you give it in SharePoint is not reflected in IIS Manager.
Jason Warren