HTTP 401 Not Found web service error while publishing SSRS Report to SharePoint

If you are getting “HTTP 401 Not Found web service error” while publishing your SSRS report in SharePoint Library. Please refer your integration settings in Central Administration and verify the user permission from the login where you are trying to publish the report to SharePoint Library.

Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb

I got this below while updating the profile through object model.

Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb

Add web.AllowUnsafeUpdate = true; to solve this issue.

TreeView Document Library WebPart V1.0 for MOSS 2007

Hey Guys, I published the new project in CodePlex for Tree View Document Library WebPart for MOSS 2007 with Source Code.

See you guys there in discussion board. Pls come up with your own ideas/projects. Let execute together to make it happen in codeplex. […]

Microsoft Patterns & Practices SharePoint Guidance

The following project in codeplex has Microsoft Patterns & Practices for SharePoint Guidance

This project has the guidance on how to Architect, Design, and Develop applications as well as best practices.

SharePoint Guidance

WSS 3.0 vs MOSS 2007

The Following Article has comparisons in component level in WSS 3.0 & MOSS 2007

WSS 3.0 vs MOSS 2007

MOSS 2007 Administration Toolkit

The Microsoft SharePoint Administration Toolkit contains functionality to help manage Office SharePoint Server 2007 and Windows SharePoint Services version 3.0. This toolkit contains two new functions – the ability to perform bulk operations on site collections and an Stsadm operation to update alert e-mails after the URL for a Web application has been changed.

Download […]

How to Enable Anonymous Access in MOSS 2007

To Enable anonymous access in MOSS 2007 Site. Select the Allow Anonymous option while creating new web application in creation screen.

Now the web application is enabled to allow anonymous users. Now the permission set for the anonymous users has to be defined. Next we need to provide site level permission for the […]

Set Default Text for RichHtmlField in MOSS 2007

In WCM most of you guys may use RichHtmlField in publishing Layout. To set default text property to RichHtmlField using HTML property to pass your default text.

Example: [PublishingWebControls:RichHtmlField FieldName=”CountrySectionTitle3″ runat=”server” id=”RichHtmlField5″ AllowExternalUrls=”true” AllowFonts=”true” AllowHeadings=”false” AllowHtmlSourceEditing=”false” AllowHyperlinks=”true” AllowImages=”false” AllowLists=”false” AllowReusableContent=”false” AllowTables=”false” AllowTextMarkup=”false” Html=”[html][body][p]–Default Text–[/p][/body][/html]”] [/PublishingWebControls:RichHtmlField]

Note: Sorry Guyz, Still i am not able to post […]

How to Change the Background Color of WebPart Title

Hey Guys, I got a requirement from the business to change the Background color of the webpart title for Out of Box webparts. Then i started looking on CSS I found the following CSS class which overrides the style of WebPart Title.

.ms-WPHeader TD { border-bottom:0px solid #4e7cb7; border-collapse:collapse; }

Change this class as per […]

ADFS Error : The AD FS auditing subsystem could not register itself with the system. The auditing privilege is not held.

The issue will araise the account doesnt have audit permission to log audit events.

To Resolve To grant a domain principal the Generate Security Audits privilege:

After you identify this account, click Start, point to Administrative Tools, click Local Security Policy, and then click Local Policies. Click User Rights Assignment. In the details pane, right-click […]