Friday, July 11, 2014

Unable to see the slide, report, asset libraries under the library in SharePoint site.




Unable to see the slide, report, asset libraries under the library in SharePoint site.

                        

Issue: when we try to create a Library, we cannot see the mentioned libraries.

Resolution: Follow the below steps to resolve the issue.  

1.     Open the SharePoint site
2.     Site Actions
3.     Site Settings
4.     Site Collection Administration
5.     Site Collection Features
6.     Activate feature"SharePoint Server Publishing Infrastructure"
7.     Once the feature will be activate then simply go to the "View All Site Content" page -> Create -> Library -> You will see the asset library listed there!

  

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.

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.

ShareThis

X