Thursday, July 10, 2014

Object not found when running the command “set-spserviceapplicationpool” for web application



Object not found when running the command “set-spserviceapplicationpool” for web application

 

Issue: Object not found error when running the command set-spserviceapplicationpool for web application

Cause: using the Set-SPServiceApplicationPool command we cannot change the application pool identity of a web application. The command only works to change the application pool identity for the service application in SharePoint.

Resolution: Follow the below power shell to change the identity of the Web Application pool

$WebApplicaiton = Get-SPWebApplication https://webapp:port
$ManagedAccount = Get-SPManagedAccount -Identity "domain\username"
$WebApplication.ApplicationPool.ManagedAccount = $ManagedAccount
$WebApplicaiton.ApplicationPool.Update();
$WebApplication.Update() 
  

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

July 2014 CU for SharePoint 2010 has been released



July 2014 CU for SharePoint 2010 has been released

The product group released the July 2014 Cumulative Update for the SharePoint 2010 product family.
The KB articles for July CU will be available at the following locations in a couple of days:
  • KB 2883026 - SharePoint Foundation 2010
  • KB 2883005 - SharePoint Server 2010
  • Be aware that no project server related fixes were released in this CU
The Full Server Packages for July 2014 CU are available through the following links:
Note:
Be aware that the July Cumulative Update for SharePoint 2010 is a Post-SP2 hot fix. It is recommended to have SP2 installed before installing the July CU.

After installing the fixes you need to run the SharePoint 2010 Products Configuration Wizard on each machine in the farm.

Be aware that the SharePoint Server 2010 CU contains the SharePoint Foundation CU.
That means only one package has to be installed for the SharePoint 2010 product family

 

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

July 2014 CU for SharePoint 2013 has been released



July 2014 CU for SharePoint 2013 has been released

The product group released the July 2014 Cumulative Update for the SharePoint 2013 product family.

The KB articles for July CU are available at the following locations:
  • KB 2882999 - SharePoint Foundation 2013 July 2014 CU
  • KB 2882989 - SharePoint Server 2013 July 2014 CU
  • KB 2882990 - SharePoint Server 2013 with Project Server July 2014 CU
  • KB 2883003 - Office Web Apps Server 2013 July 2014 CU (KB delayed)
The Full Server Packages for July 2014 CU are available through the following links:
Note:
Be aware that all Update for SharePoint 2013 require SharePoint Server 2013 SP1 OR March 2013 PU for SharePoint 2013 to be installed first.
After installing the fixes you need to run the SharePoint 2013 Products Configuration Wizard on each machine in the farm.

Be aware the below:
SharePoint Server 2013 CU contains the SharePoint Foundation CU.
SharePoint Server 2013 with Project Server CU contains Project Server CU, SharePoint Server CU and SharePoint Foundation CU.

Configuration DB version :15.0.4631.1001

   

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

ShareThis

X