Friday, December 13, 2013

December 2013 Cumulative Update Packages



     December 2013 Cumulative Update Packages: 

                              




December 2013 Cumulative Update Packages for SharePoint Foundation 2010, SharePoint Server 2010 and Project Server 2010 have been released. 

Use the following links to download the update packages:

December 2013 CU for SharePoint Foundation 2010 - KB 2849990 http://support.microsoft.com/kb/2849990

December 2013 CU for SharePoint Server 2010 - KB 2849971 http://support.microsoft.com/kb/2849971

December 2013 CU for Project Server 2010 - KB 2849972 http://support.microsoft.com/kb/2849972

 


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

This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable in SharePoint 2013:

 This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable in SharePoint 2013:

                                                                     


                     
  Issue: After configuring Search service application and set everything, when crawling sites giving the error” This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable”

 Cause: This error may appear in the crawl log when you are trying to crawl SharePoint sites. This is particularly likely for the My Sites host because this template has the flag set to No Crawl by default

  Solution: to Resolve the issue and avoid errors in Crawl log. Follow the below steps.

·        go to your My Sites URL
·        go to Site Settings.
·        Under Search ->go to Search and Offline Availability.

·        Set the flag to  Yes in Indexing site content “Allow this site to appear in search results.

      
                                                                                                                                                                                     

                                                               

Note: Check the Above settings and follow the same steps for Search site(site created with search template)


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

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 !!!!!

ShareThis

X