Sign in
and so it begins.....
Tags
.Net 3.5 Security Update
.Net 4.5
15.0.4481.1000
2010
2013
An unexpected error has occurred
Appfabric
Appfabric 1.1
Appfabric for Windows Server
April 2012 CU
ASP.Net
Basic Terminologies
Basic terms
Claims
Claims-based Authentication
Cumulative Updates
Decode
definitions
Description of the security update for the .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2
Descriptions
e-mail
Enterprise Search Query Syntax
error number 1603
Exception occurred while connecting to WCF endpoint
failed jobs
Farm Communication
forms authentication
Forms-based authentication
Handlers
History of timer jobs
HTTP 403 – Forbidden
HTTP 404
IDs
incoming email
incoming e-mail
Installing Cumulative Updates
January 8
KB 2637518
KB 2796733
KB 931125
KB2756920
key descriptions
Large File Upload
List template IDs
List Templates; Document Libraries;Web parts; Site Actions;
lists
Management Shell
March 2013 PU
March 2013 Public Update
Membership Provider
MOSS
MOSS 2007
MS13-004
MSI Installer error code 1603
My Links
MySite
October 2012
Office 365
Partitioned
Permission Mask
PowerShell
PowerShell 3.0
PowerShell Command Builder
Profile DB
Profile Picture
PSconfig
Quotes
report pages
request time out
Reset Sync DB
Search Service Application
Securty Token Service Application error
SharePoint
SharePoint 2007
SharePoint 2010
SharePoint 2013
SharePoint 2013 Prerequisite Installer
SharePoint Foundation 2013
SharePoint Management Shell
SharePoint Online
SharePoint Server 2010
SharePoint Server 2013
site is over quota or locked for editing
something went wrong
Sorry
SSA using PowerShell method
SSL/TLS communication problems
STS
Stssync
Sync DB
template GUIDs
template ID
templates
The installation of this package failed
The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered
the page cannot be displayed
The return URL specified for request redirection is invalid
The website declined to show this webpage
This website requires you to log in
WSS 3.0
Browse by Tags
TechNet Blogs
>
and so it begins.....
>
All Tags
>
sharepoint 2010
Tagged Content List
Blog Post:
“The installation of this package failed” error while installing April 2013 CU (KB 2726992) for SharePoint 2013
Praveen Hebbar
There have been issues reported where the installation of April 2013 CU for SharePoint 2013 fails with the following error: “The installation of this package failed” If you navigate to the temp file location (open windows explorer and type %tmp% in the address bar) and open the log file, “OPatchInstall...
on
17 Jun 2013
Blog Post:
Intermittent "HTTP 403 – Forbidden" error while trying to browse to a SharePoint web app
Praveen Hebbar
Consider a scenario where you receive the following error when you browse to a SharePoint web app The website declined to show this webpage HTTP 403 Most likely causes: This website requires you to log in. This issue is intermittent. Strangely, if we create a copy of the web.config file, rename...
on
30 Apr 2013
Blog Post:
Get a list of web templates and IDs in a SharePoint site
Praveen Hebbar
# Find the template name of SharePoint site using PowerShe ll $web = Get-SPweb http://SiteUrl Write-host “ Web Template :” $web . WebTemplate ” | Web Template ID:” $web . WebTemplateId $web .Dispose() # To get a list of all web templates, use the following PowerShell code function Get-SPWebTemplateWithId...
on
3 Apr 2013
Blog Post:
Warm up script in PowerShell for SharePoint 2010 Environment
Praveen Hebbar
# Warm up script for web apps along with the site collections within them in SharePoint 2010 environment Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue # The get-webpage function is from http: //kirkhofer.wordpress.com/2008/10/18/sharepoint-warm-up-script/ function...
on
11 Mar 2013
Blog Post:
Retrieve timer job history for a specified time range using PowerShell
Praveen Hebbar
# Retrieve timer job history for a specified time range # Initial settings $Wa = Get-SPWebApplication " http://WebAppUrl " # Supply the web app url here $From = " 2/13/2013 12:00:00 AM " # mm/dd/yyyy hh:mm:ss $To = " 2/14...
on
14 Feb 2013
Blog Post:
Issue found with .NET Framework 3.5.1 Security update KB2756920
Praveen Hebbar
After installing the update KB2756920 on a Windows Server 2008 R2/Windows 7 RTM computer running SharePoint Server 2010 with previously installed hotfixes for .NET 3.5 SP1. on the server, the following exception is thrown when any WCF service is hosted on IIS using HTTPS Server Error in ‘/SecurtyTokenServiceApplication...
on
15 Jan 2013
Blog Post:
SharePoint 2010 Management Shell does not load with Windows PowerShell 3.0
Praveen Hebbar
Let’s say that you install PowerShell 3.0 by by installing the Windows Management Framework (WMF) 3.0 from Description of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2 SP1 http://support.microsoft.com/kb/2506143 Description of Windows Management Framework 3.0 for...
on
15 Jan 2013
Blog Post:
October 2012 Cumulative Update Package for WSS 3.0, MOSS 2007, SharePoint Foundation 2010 and SharePoint Server 2010 have been released
Praveen Hebbar
October 2012 Cumulative Update Package for WSS 3.0 and MOSS 2007 have been released KB2687535 - October 2012 CU for WSS 3.0 KB2687533 - October 2012 CU for MOSS 2007 Note This is build 12.0.6668.5000 of the cumulative update package October 2012 Cumulative Update Package for SharePoint...
on
20 Nov 2012
Blog Post:
Issues Uploading Large Files To SharePoint )
Praveen Hebbar
To begin with, the Support for Large Files was one of the enhancements made in Windows SharePoint Services SP 1. By default, the maximum size for uploading files is set to 50 MB. The maximum file size that it can go up to is 2,047 megabytes. Now it is obvious that any cap on the maximum file size...
on
15 Nov 2012
Blog Post:
List Template types and IDs in SharePoint
Praveen Hebbar
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...
on
6 Sep 2012
Blog Post:
Unable to send emails to lists and document libraries in SharePoint 2010
Praveen Hebbar
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...
on
28 Jun 2012
Blog Post:
SharePoint 2010 takes the first 3 property restrictions into account irrespective of the number of property restrictions specified in the search query
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...
on
4 May 2012
Blog Post:
User Profile Synchronization Database Growing Out of Control
Praveen Hebbar
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...
on
13 Dec 2011
Blog Post:
Post-October 2011 CU- Running the 'Update-SPProfilePhotoStore' PowerShell command fails with a 'The pipeline has been stopped' error
Praveen Hebbar
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...
on
22 Nov 2011
Blog Post:
My Links in SharePoint 2010
Praveen Hebbar
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...
on
11 Oct 2011
Blog Post:
Configuring Claims and Forms based Authentication for use with an ASP.NET Membership Provider in SharePoint 2010
Praveen Hebbar
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 ...
on
7 Sep 2011
Blog Post:
Event ID 8311, certificate validation errors in MSS 2010
Praveen Hebbar
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...
on
10 May 2011
Blog Post:
How to Setup Mail Enabled Document Libraries in SharePoint 2010
Praveen Hebbar
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. ...
on
21 Dec 2010
Page 1 of 1 (18 items)