Thursday, December 12, 2013

Unable to create the new search service application in SharePoint 2013

  Error creating new search service application in SharePoint 2013

 Sorry something went wrong, unable to create the new search service application.         
                                                
        
   Issue Details:
·        An unhandled exception occurred in the user interface.Exception Information: An object of the type Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool named "Search Service Application 1" already exists under the parent Microsoft.SharePoint.Administration.SPIisWebServiceSettings named "SharePoint Web Services".  Rename your object or delete the existing object.

                      Technical Details
                      Troubleshoot issues with Microsoft SharePoint Foundation.
                       Correlation ID: 0b7e5f9c-a8bc-c066-02a7-4f9923b0ae03
 Cause:
·        If you fill in the same application pool name for both the Search Admin Web Service and the Search Query and Site Settings Web Service and this application pool doesn't already exist yet, you will see this error, because it tries to create the application pool with that name twice while provisioning the service app 

    Solution:
·       Use different application pools for the Search Admin Web Service, Search Query and Site Settings Web Service

            



Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Internet Explorer cannot be display the web page or A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down

   Internet Explorer cannot be display the web page

  Issue: shows the error “Internet Explorer cannot be display the web page” After Creating web site in SharePoint 2010,2013.

   Event Error in System Log:

·       Log Name:      System
·       Source:        Microsoft-Windows-WAS
·       Date:          12/12/2013 12:13:47 PM
·       Event ID:      5013
·       Task Category: None
·       Level:         Warning
·       Keywords:      Classic
·       User:          N/A
·       Computer:     
·       Description:
·       A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down. The process id was '8776'.

   Cause: As more and more web applications are created, the time in which it takes to create a web application increases. As part of the creation process, IIS is reset and by default, the application pool allows 90 seconds for the connections to close off before forcibly shutting down. When the number of web applications grows above 10, 90 seconds is not enough time for the provisioning to finish.

   Resolution: please follow the below steps to increase the time limit.

1.    Go to run->type Inetmgr->Application pools            
2.    Select Central administration Application pool
3.    Rt click on Apppool->go to Advanced settings    
4.    Check for the Shut down time limit under process model.
5.    set the Shutdown Time Limit to a greater value. As an example, 300.                        



6.    Restart IIS.



Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Tuesday, December 10, 2013

Could not load user profile in SharePoint 2013

   Could not load user profile in SharePoint 2013                                                          


  Explanation: After we create MY site, when user try to browse the site. Get the Error” Could not load user profile”

   Cause: When an end user tries to access their personal My Site, he might encounter this error message. This error occurs when the SP admin does not connect a User Profile service application with the Web application that hosts My Sites, or disconnects a User Profile service application from the Web application that hosts My Sites

   Solution: Follow the below steps to resolve the issue.

·       In Central Administration-Click Application Management.

·       In the Web Applications section, click Manage web applications.

·       On the Web Application Management page, click the Web Application that hosts My Sites, and then, in the Manage section of the ribbon, click Service Connections.
                 

·       In the Configure Service Connections Associations dialog box, ensure that a User Profile service application is selected and set as the default
                                                             


Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Monday, December 9, 2013

Sign In As a differant user in SharePoint 2013

Sign In As a different user in SharePoint 2013:
                 


 Description: As many of the people observe that the Sign in As Different user option Disable in the SharePoint 2013.Its there in SharePoint 2010.

why to Sign in as a Different User: Developers/ IT administrators, often have to log in with a different user account to test their solutions or customizations, or get a higher-level permissions in a SharePoint site. Even though the menu option is missing, there are several workarounds that can be used to log in as a different user in SharePoint 2013.Check the below Methods to get the sign in as different user.

 Work Around 1:
·       Change the siteurl with yours(URL of you want to sign in) and it will ask you for the new username and password
                         http://siteurl/_layouts/closeConnection.aspx?loginasanotheruser=true

    Work Around 2:

·       Open internet explorer by  using "run as different user" option  (Shift+ right click) by entering the username and password that you like

 Work Around 3:Follow the below to get done. This is the most Useful and easy to get the option in All the sites.

·       Go to the below path
C:\Program Files\Common Files\Microsoft Shared\Web Server extensions\15\TEMPLATE\CONTROLTEMPLATES\

             

·       Look for the welcome.ascx
·       Edit the page with notepad. Go to bottom of page. Follow screen shot
·       Put this code in welcome.ascx page and save.
<SharePoint:MenuItemTemplate runat="server" ID="ID_LoginAsDifferentUser"
Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"  
Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"  
MenuGroupId="100"   Sequence="100"   UseShortId="true"   />
        
                    


                              
                          

·       Now look for the Option. This time it would show in all the web sites.
              

 Note: Take a backup of welcome.ascx page before modification.

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Friday, December 6, 2013

Sorry, something went wrong

  Sorry, something went wrong
                                 

 Error Details: An error has occurred on the server. while opening "office documents with respect to office web apps"

     Technical Details:
         · Troubleshoot issues with Microsoft SharePoint Foundation.
         ·  Correlation ID: a85Kdd9g- jht 1- 50e6- 6gdd- 164d14296a0t

I have looked out for the solution and found this article which reflects the exact resolution

      MS Article: http://support.microsoft.com/kb/2761265

             Thanks to Microsoft once again!

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Thursday, December 5, 2013

A connection could be established to the application database server but mixed mode authentication isn’t enabled

A connection could be established to the application database server but Mixed mode authentication isn’t enabled.
  Back Ground: When I am trying to configure the Access services in SharePoint 2013 got the error.

 Cause: 

1.     For Configuration of access services in SharePoint 2013 it has to be SQL Server 2012,  It won’t work on SQL server 2008 or R2.  

2.     We need to provide the Application database server as SQL server 2012 only.                   


          3.     Note that you must have a SQL Server 2012 server to host these Access app databases. These databases don’t need to be on the same SQL Server as the rest of the SharePoint databases
       
      A very detailed article on How to configure Access services 2013

      http://www.sp2013blog.com/Lists/Posts/Post.aspx?ID=37         


Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Tuesday, December 3, 2013

Unable to create Website. Giving the Error” Server Error in’/’ Application

  Unable to create Website. Giving the Error” Server Error in’/’ Application

   Issue: After changing the Password in AD, Not able to create the website. “Keep Saying working on it”


  Event ID: below is the Event generated in Application Log every time creating web site.

·         Log Name:      Application
·         Source:        ASP.NET 4.0.30319.0
·         Date:          12/3/2013 3:37:00 PM
·         Event ID:      1309
·         Task Category: Web Event
·         Level:         Warning
·         Keywords:      Classic
·         User:          N/A
·         Description:
·         Event code: 3005
·Event message: An unhandled exception has occurred.
·Event time: 12/3/2013 3:37:00 PM
·Event time (UTC): 12/3/2013 7:37:00 AM
·Event ID: 2405866b68204f8caf1e3417975cb08f
·Event sequence: 119
·Event occurrence: 2
·Event detail code: 0
· Exception message: The password supplied with the username was not correct. Verify that it was entered correctly and try again.
·         at Microsoft.SharePoint.Administration.SPFarm.ValidateLogonAccount(String& username, SecureString password)
·         at Microsoft.SharePoint.Administration.SPManagedAccount.Verify()
·         at Microsoft.SharePoint.Administration.SPProcessAccount.ValidateLogonAccount()
·         at Microsoft.SharePoint.Administration.SPWebApplication.CreateDefaultInstance(SPWebService service, Guid id, String applicationPoolId, SPProcessAccount processAccount, String iisServerComment, Boolean secureSocketsLayer, String iisHostHeader, Int32 iisPort, Boolean iisAllowAnonymous, DirectoryInfo iisRootDirectory, Uri defaultZoneUri, Boolean iisEnsureNTLM, Boolean createDatabase, String databaseServer, String databaseName, String databaseUsername, String databasePassword, SPSearchServiceInstance searchServiceInstance, Boolean autoActivateFeatures)
·         at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
·         at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

   Cause: set the managed account and creating the web app with the managed account.The changed password was not updated in the managed account.

  Resolution: Follow the below steps to change the Updated password for managed account.

·        Go to Central admin->security->general security->configure managed account->

    


·        Click the Edit->check the box on  Change password now->use Existing password->provide the Changed password->click OK.

     



·        Try to create a web site, This time you can successes.


   Environment: SharePoint 2010,2013

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Monday, December 2, 2013

Server Error in’/’ Application

  Server Error in’/’ Application 
                                                           

      Issue back ground: when open the Central administration page, It shows the Error.

          Exception Details: System.InvalidOperationException: This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products
                

Cause: We are using the same account for DB and SharePoint. we Changed the  password for the account but not updated for SQL services.issue is due to the password for the account used in SQL. The changed PWD not updated in the SQL services

   

     Resolution: 

1.     Check the permissions for the account on SQL DB server
2.      If the account has Specific permissions alreday,check for whether the password was changed recently for the account or not.If changed the passowrd, Then Update the  password in the SQL services        
                   
·       Go to Run->Services.msc-> Find the SQL server,SQL server Agent(Change the Updated PWD)
                                                                                                                

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

ShareThis

X