TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
and so it begins.....
TechNet Blogs
»
and so it begins.....
and so it begins.....
RSS for posts
Live Now on Developer Tools Blogs
Menu
Email Blog Author
RSS for posts
RSS for comments
OK
Atom
Tags
.net 4.5
2010
2013
ActiveX Controls
all web applications
Claims
Forms-based authentication
HTTP 403 – Forbidden
MOSS
MOSS 2007
Powershell
SharePoint
SharePoint 2007
SharePoint 2010
SharePoint 2013
SharePoint Foundation 2013
SharePoint Management Shell
SharePoint Server 2010
SharePoint Server 2013
SP 2010
Templates
the page cannot be displayed
Updates
web template IDs
WSS 3.0
More
▼
Less
▲
Archives
Archives
October 2013
(3)
August 2013
(3)
July 2013
(1)
June 2013
(2)
April 2013
(3)
March 2013
(2)
February 2013
(4)
January 2013
(4)
November 2012
(3)
September 2012
(1)
August 2012
(1)
June 2012
(1)
May 2012
(2)
April 2012
(1)
December 2011
(1)
November 2011
(1)
October 2011
(1)
September 2011
(1)
July 2011
(1)
June 2011
(1)
May 2011
(4)
December 2010
(15)
November 2010
(3)
October 2010
(3)
March 2010
(1)
July 2009
(1)
More
▼
Less
▲
Blog - Title
and so it begins.....
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
List Template types and IDs in SharePoint
Posted
over 2 years ago
by
Praveen Hebbar
4
Comments
To identify the template Id of the list, navigate to the list and go to the 'All Items' view. In the browser, go to 'View - Source' and search for “ctx.listTemplate”. The ‘Pages’ Library will show – “ctx.listTemplate = 850” and the ‘Images’ library will show “ctx.listTemplate = 101”. For other template types, you will need to look up the list...
PermissionMask check failed - Decoding the permission mask values seen in the ULS logs
Posted
over 2 years ago
by
Praveen Hebbar
2
Comments
As an administrator, you must have had users complaining about permission issues while trying to browse to a site or other actions within a site. When you look at the ULS logs you would normally be looking for an "access denied" error message. Additionally, you must have also observed entries similar to [Timestamp] ...
Unable to send emails to lists and document libraries in SharePoint 2010
Posted
over 2 years ago
by
Praveen Hebbar
3
Comments
This post describes an issue with incoming e-mail to lists and document libraries after installing the April 2012 CU for SharePoint 2010. Those of you who have installed the April 2012 CU for SharePoint Server 2010 on the farm and configured incoming emails on document libraries or lists would have encountered this issue, User sends an e-mail...
"The return URL specified for request redirection is invalid" error when using forms authentication
Posted
over 2 years ago
by
Praveen Hebbar
15
Comments
In SharePoint Server 2007, when you try and login to a forms-based site the .RedirectFromLoginPage results in the following error: " The return URL specified for request redirection is invalid " Basically, this would happen when you navigate to a URL like http://server/_layouts/login.aspx?ReturnUrl=default.aspx%3f%3a ...
SharePoint 2010 takes the first 3 property restrictions into account irrespective of the number of property restrictions specified in the search query
Posted
over 2 years ago
by
Praveen Hebbar
Using the Enterprise Search keyword syntax in SharePoint Server 2010, you can build a search query that uses multiple property restrictions to narrow the search focus based on the specified condition. However, SharePoint will only take the first 3 property restrictions into account irrespective of the number of property restrictions...
Disable Resource Throttling on a List-by-List Basis (PowerShell method)
Posted
over 2 years ago
by
Praveen Hebbar
Here is the PowerShell method to disable Resource Throttling on a list by list basis: $ webapp = Get-SPWebApplication -Identity "SharePoint Site" $ siteawwu = Get-SPSite http://contoso/sites/abc $ web = Get-SPWeb http://contoso/sites/abc $ largelist = $ web . Lists["Large List Test"] ...
User Profile Synchronization Database Growing Out of Control
Posted
over 3 years ago
by
Praveen Hebbar
2
Comments
In SharePoint Server 2010, the profile synchronization database keeps growing after each sync. This seems to be expected behavior at the time of writing this post. If you review the Database Types and Descriptions ( http://technet.microsoft.com/en-us/library/cc678868.aspx ) article on TechNet, it states the following for general...
Post-October 2011 CU- Running the 'Update-SPProfilePhotoStore' PowerShell command fails with a 'The pipeline has been stopped' error
Posted
over 3 years ago
by
Praveen Hebbar
4
Comments
After you apply the October2010 Cumulative Update for SharePoint Server 2010 (14.0.6112.5000), the profile picture import can run into some issues. Profile picture is not imported or updated after running a full synchronization. The ULS logs will show the following entry: SavePictureToLibrary: Error processing the photo URL...
My Links in SharePoint 2010
Posted
over 3 years ago
by
Praveen Hebbar
4
Comments
In MOSS 2007, we’re used to seeing a link in a drop-down box at the top right of our SharePoint sites, called My Links. At first glance, it seems that this functionality has been removed from SharePoint 2010. It’s still there, sort of. There are MY LINKS in SharePoint 2010, but sort of HIDDEN. Libraries In a library, go to the Library...
Configuring Claims and Forms based Authentication for use with an ASP.NET Membership Provider in SharePoint 2010
Posted
over 3 years ago
by
Praveen Hebbar
2
Comments
The steps included in this post are: Configure SQL for membership store Create a new Web Application with 'Claims-based authentication' Modify the Web.config files a. Configure the web.config of the web application to use ASP.Net membership provider b. Configure...
Lists, Libraries, Templates, Web Parts and Site Actions in MOSS 2007
Posted
over 3 years ago
by
Praveen Hebbar
1
Comment
Default Lists & Libraries Available The following table shows all of the lists & libraries that the site owners can typically create on their site List/Library Description Availability Libraries Site templates Document Library Create a document library when you have a collection of documents or other files that you want to share...
Key Descriptions
Posted
over 3 years ago
by
Praveen Hebbar
Heya folks…..Thought that it would be a good idea to have a list of the definitions (and descriptions) for some of the terms that we use day in and day out. Web Applications A Web application is an IIS Web site that is created and used by SharePoint Products and Technologies. Each Web application is represented by a different Web site...
MOSS-ActiveX controls
Posted
over 3 years ago
by
Praveen Hebbar
List of MOSS 2007 ActiveX Controls Diagram Launcher Server Files : TEMPLATE\LAYOUTS\1033\BFORM.JS, TEMPLATE\LAYOUTS\1033\CORE.JS, ...
PowerShell and PSConfig
Posted
over 3 years ago
by
Praveen Hebbar
Just like the PSConfig command, we can also use PowerShell to configure the SharePoint farm from scratch. Though we can install SharePoint and create a new farm using PowerShell as well, I have not covered it under this this post. Below is a set of PSConfig commands and their equivalent cmdlet in PowerShell ...
Description field of a workflow history list is truncated when the number of characters used goes beyond 255
Posted
over 3 years ago
by
Praveen Hebbar
In Windows SharePoint Services , the description field of a workflow history list is truncated when the number of characters used goes beyond 255. This behavior is a by-design limitation. Windows SharePoint Services implements a restriction on the number of characters that can be used in a multiline text...
Event ID 8311, certificate validation errors in MSS 2010
Posted
over 3 years ago
by
Praveen Hebbar
12
Comments
Technorati Tags: Event ID 8311 , certificate validation , local trust relationship , claims authentication , SharePoint 2010 Issue In Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server 2010, you see the following error getting logged in the Application Event Log: Log Name : Application Source : Microsoft-SharePoint...
Database layer in SP 2010
Posted
over 4 years ago
by
Praveen Hebbar
Configuration Database The configuration database handles all administration of the deployment, directing requests to the appropriate database, and managing load-balancing for the back-end databases. When a front-end Web server receives a request for a page in a particular site, it checks the configuration database...
Posted
over 4 years ago
by
Praveen Hebbar
Quote of the day: Anyone who eats three meals a day should understand why cookbooks outsell sex books three to one. - L. M. Boyd
SharePoint 2010 is now mirroring-aware
Posted
over 4 years ago
by
Praveen Hebbar
2
Comments
SharePoint 2010 has built in support for database mirrors, and allows you to define a failover SQL server for any databases you have mirrored. You can mirror one database, you can mirror several, it's all up to you. You can do this with content databases or service application databases. To take advantage of this simply add the instance...
New Databases in SharePoint 2010
Posted
over 4 years ago
by
Praveen Hebbar
New Databases SharePoint Shared Services became deprecated in SharePoint 2010, and instead we have new Services architecture, where all services are independent from each other. Such architecture affected the way information and configuration are stored and each services has it's own database. Previously, with SharePoint 2007 we had...
Quote Unquote
Posted
over 4 years ago
by
Praveen Hebbar
Quote of the day: A timid person is frightened before a danger, a coward during the time, and a courageous person afterward. - Jean Paul Richter
How to Setup Mail Enabled Document Libraries in SharePoint 2010
Posted
over 4 years ago
by
Praveen Hebbar
1
Comment
E-mail is an integral part of any SharePoint installation as it is the backbone of communication with in a SharePoint farm and its users. Needless to say, it becomes imperative for any SharePoint administrator to know the basics of configuring the SharePoint environments to send and receive emails. Dave Coleman (Microsoft MVP) has an...
Inside a SharePoint Content DB
Posted
over 4 years ago
by
Praveen Hebbar
2
Comments
Below are some of the basic tables within a content database and a very high level diagram on some of the relationships between them. Features Table that holds information about all the activated features for each site collection or site. Sites Table that holds information about all the site collections for this content...
Setting up load balancing on a SharePoint farm running on Windows Server 2008
Posted
over 4 years ago
by
Praveen Hebbar
2
Comments
Install Network Load Balancing Feature on each Web Front End On each front end in the farm, within Server Manager, add the NLB feature: Click Install and wait a bit Add a New Cluster ...
Fantastic 40 Application Templates for SharePoint (WSS & MOSS)
Posted
over 4 years ago
by
Praveen Hebbar
7
Comments
What are Application templates Application templates are out-of-the-box custom scenarios which are developed to address the needs and requirements of specific business processes or sets of tasks as in they can be used to create a dedicated site or workspace for a particular business process or task. Application templates in WSS and...
<
>