• Increase font size
  • Default font size
  • Decrease font size
Administration

Administration

Infomation in this section describes the administrative task, improving and extending the standard behavior of SharePoint

Tip #85: How to use Correlation ID to get detailed info about error in SharePoint 2010

PDF

When you have error in SharePoint 2010 you are provided with Correlation ID that identify that error.

correlationIDerror

That correlation Id  represent information collected across multiple servers (WFE, Application and etc) maintaining the integrity of the request. SharePoint 2010  logging provides you multiple ways to get the detailed information about that error:

  1. ULS logs have a very useful new column called the Correlation ID. The ID tracks a request and greatly simplifies finding detailed error logging in SharePoint trace logs.
  2. WSS_Logging database contains the Collelation ID field to track the entries related to the specific error

 

To simplify getting the detailed error message for the CorrelationUD SharePoint team provides us the PowerShell extension for that. You can use the following command to retrieve the message from log

Get-SPLogEvent | ?{$_.Correlation -eq "<ID>"}

 



Digg! Technorati! Diigo! Reddit! Del.icio.us! Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Portal
 

Tip #84: SharePoint 2010 Term Story items limitation

PDF

SharePoint 2010 Term Store is able to store the following number of items:

 

  • 1,000 Term Sets per group
  • 30,000 Terms per Term Set

 



Digg! Technorati! Diigo! Reddit! Del.icio.us! Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Portal
 

Tip #71: Why you can't save Office File to SharePoint Library on Windows Server 2008

PDF

Using SharePoint 2007 on Windows Server 2008 might bring additional steps to configuration that didn't exist in Windows Server 2003. On of the most questioned area is "why I can't save Office Document to the SharePoint Library"?

On Windows Server 2003 you can create new Office document via Document Library toolbar and save this document back to Library directly from the Office. However, in the SharePoint instance on Windows Server 2008 you will be asked to save the document to the hard drive. You won't see SharePoint Lists and typing the name of the server in the "Save" dialog box will generate the error "Path doesnt hot found".

The issue of this is that WebDav access and functionality to browser the site structure is incorporated to "Desktop Experience" feature of Windows Server 2008. It's a new feature and not enabled by default. So, to have ability save document to SharePoint from Office you need to add  "Desktop Experience" feature to Windows Server 2008 manually (unfortunately, server restart is required).

SharePoint 2010 is affected as well.

Screenshots and installation of "Desktop Experience" are in that post http://www.21apps.com/sharepoint/windows-server-2008-developing-sharepoint-cant-connect-from-office-clients/



Digg! Technorati! Diigo! Reddit! Del.icio.us! Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Portal
 

Q#16: How to configure SharePoint with Gmail

PDF

Question:

>> Our company uses GMail for corporate mail. How can we configure the SharePoint to work with @gmail mailbox?

Answer:

I got several questions how to configure the SharePoint on Windows Server 2008 to alternative email addresses when you don't have Exchange (for those who don't know Microsoft removed internal Mailbox support from Windows Server 2008).

There are several solution for this situation - using 3rd party mail servers, like Visendo and others. But in some cases you company can use GMail or Live mail for the corporate correspondence, and you need to configure your SharePoint to work with external mail servers.

Such configuration a bit tricky but possible. I recommend to read that post http://www.oceanapproach.com.au/blog/Lists/Posts/Post.aspx?ID=44 where described how to configure SharePoint to work with GMail accounts



Digg! Technorati! Diigo! Reddit! Del.icio.us! Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Portal
 

Tip #55: Disabled "Require Checkout" impacts on Content DB growth

PDF

It is important to realize that SharePoint stores a complete binary copy of every version of your document in the SQL Server database.

If the "Require Check Out" option is not enabled and a user forgets to check out the document first, a new version will be created every time a user saves the document to the server. This can lead to hundreds of versions of a document over time. But, if the document is checked out before it is edited, all changes will be saved to the same checked-out version

For example, you have a document that is 250 KB in size and you create three past versions of it along with the current version, a total of 1000 KB will be stored in the database along with appropriate metadata for each version. This formula applies equally to both major and minor versions.

PS: "Required Check Out" option is found on the Versioning Settings page of the Document Library Settings.



Digg! Technorati! Diigo! Reddit! Del.icio.us! Google! Live! Facebook! StumbleUpon! Yahoo! Joomla Portal
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  Next 
  •  End 
  • »


Page 1 of 6

Buy me a coffee and donuts


Disclaimer

Views and suggestions expressed on this site do not necessarily reflect the Microsoft position and we don't hold liablily for tips and recommendations. You should be aware that some information represented on site might be officially unsupported, could potentially damage your SharePoint installation, and could lead to a lack of support from Microsoft.