Sign In
Microsoft Premier Field Engineer - SharePoint Dev
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
performance point services
PerformancePoint
SharePoint Code Review
sharepoint linq security
Monthly Archives
Archives
January 2012
(2)
November 2011
(1)
October 2011
(2)
September 2010
(4)
July 2010
(4)
April 2010
(5)
February 2010
(4)
October 2009
(1)
September 2009
(5)
July 2009
(4)
May 2009
(2)
April 2009
(1)
March 2009
(2)
February 2009
(4)
November 2008
(6)
October 2008
(6)
September 2008
(5)
August 2008
(4)
July 2008
(2)
June 2008
(5)
May 2008
(7)
April 2008
(4)
March 2008
(11)
September 2007
(2)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint Dev
Migrate Users / Groups – PowerShell Script
Posted
1 month ago
by
sowmyancs
16
Comments
You might have seen the similar script in other blogs for migrating users / groups. Here is my contribution for the same requirement. You can use this script for migrating bulk AD users and AD groups in a single shot. I have created this script...
Microsoft Premier Field Engineer - SharePoint Dev
Custom Sign In control – Redirection from HTTP site HTTPS
Posted
1 month ago
by
sowmyancs
0
Comments
Happy New Year – 2012 Recently I had worked with my good friend Bobby on a special requirement for one of his customers. Customer has a SharePoint web application created in the default zone enabled with SSL and the same web application was published...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint Code Review Service - do it now !
Posted
3 months ago
by
sowmyancs
0
Comments
Overview The SharePoint Code Review is a new service offering from Premier Field Engineering , it provides a detailed look at specific components of your SharePoint custom solution’s source code and makes appropriate recommendations of any issues...
Microsoft Premier Field Engineer - SharePoint Dev
PerformancePoint Services - Development Environment
Posted
3 months ago
by
sowmyancs
1
Comments
Once we develop any BI applications using PerformancePoint Services in SharePoint we can develop and publich dashobarods, KPIs etc from a client machine using DashBoard Designer. But how can we implement a proper development environment and an integration...
Microsoft Premier Field Engineer - SharePoint Dev
PerformancePoint Services - Issue with importing the content using DashBoard Designer
Posted
3 months ago
by
sowmyancs
0
Comments
If you ever try to import PerformancePoint content using DashBoard designer and if you are not able to see any content imported or if it errored out then, check the SharePoint server's application event log which is running the PerformancePoint Service...
Microsoft Premier Field Engineer - SharePoint Dev
LINQ to SharePoint and RunWithElevatedPrivileges
Posted
over 2 years ago
by
sowmyancs
6
Comments
Recently one of my colleagues faced an issue with LINQ to WebPart while executing the code with elevated permission. It was a WebPart using LINQ to query a list called “Announcements” for which the currently logged on user does not (and should...
Microsoft Premier Field Engineer - SharePoint Dev
Programmatically retrieving all themes of a site and apply a theme
Posted
over 2 years ago
by
sowmyancs
1
Comments
In SharePoint 2010 if you want to play with the theme via code it is different than the way it was in MOSS 2007 / WSS 3.0. We have to use Microsoft.SharePoint.Utilities.ThmxTheme class. In this post I will show how we can retrieve all themes for a particular...
Microsoft Premier Field Engineer - SharePoint Dev
Apply August 2010 Cumulative Update on SharePoint Server 2010
Posted
over 2 years ago
by
sowmyancs
2
Comments
Time to patch up… Aug CU 2010 released, it is very simplified form this time than the June CU 2010. There are full packages available for each product. Check our KB articles for getting more information about what are the fixes available and the...
Microsoft Premier Field Engineer - SharePoint Dev
Install Language Packs for SharePoint Server 2010
Posted
over 2 years ago
by
sowmyancs
4
Comments
In this post I am going to walkthrough how we can install language packs on SharePoint Server 2010 to enable the multilingual support. There are excellent TechNet articles available with the details of planning, deployment etc, I will list out most of...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint 2010 : Issues with PremiumSite Feature, Register Managed Account, Usage and Health Data Collection service proxy
Posted
over 2 years ago
by
sowmyancs
2
Comments
Here is a list of issues and resolutions that I have faced while setting up and configuring SharePoint 2010 environment in different customer environments. Issue 1 : While trying to a create a SharePoint website based on “Business Intelligence” site template...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint 2010 Search : not showing any results for anonymous users ?
Posted
over 2 years ago
by
sowmyancs
7
Comments
I was testing SharePoint search feature in my lab machine and found that once I enable anonymous access on my web application and once I search for keyword it was not displaying any content. Instead it gives a message: "We did not find any results...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint 2010 service applications – UserProfile Synch service is not synching the profiles from AD ?
Posted
over 2 years ago
by
sowmyancs
4
Comments
Recently I was working with a customer to setup their SharePoint 2010 environment and configure user profile service. We have created the service application and both user profile and synch service started successfully. After staring the profile synch...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint 2010 service applications – BCS, MetaData, Access Service are not working ?
Posted
over 2 years ago
by
sowmyancs
9
Comments
Recently I had faced an issue with BCS, MetaData and Access Services in my SharePoint environment. Those are the only services that I have checked and not sure about other services, but a single point resolution resolved all those issues. Issue with BCS...
Microsoft Premier Field Engineer - SharePoint Dev
How to write custom logs into ULS logs – SharePoint Foundation 2010 ( WSS 4.0) ?
Posted
over 2 years ago
by
sowmyancs
7
Comments
Here is a sample script for writing your custom entries into ULS log. In WSS 3.0 it was little difficult as there was no any direct APIs to do it like in MOSS. But in 2010 version, SharePoint Foundation (WSS 4.0) also has this facility. C# using System;...
Microsoft Premier Field Engineer - SharePoint Dev
Tips on Performance Enhancements while Working with Windows 7 as a SharePoint development platform
Posted
over 2 years ago
by
sowmyancs
2
Comments
Recently I have installed SharePoint Server 2010 on Windows 7 Enterprise edition in my laptop. It is really really cool, you really love it because while working we won’t feel that we are working in server box like in Windows 2003 / 2008 server , because...
Microsoft Premier Field Engineer - SharePoint Dev
How to get the default landing page of a SharePoint site ?
Posted
over 2 years ago
by
sowmyancs
0
Comments
If you want to get the default page of a publishing template based sites (or any sites which are enabled publishing features), then can directly get it from the PublishingWeb.DefaultPage Property. But, there is no a direct property or method to get the...
Microsoft Premier Field Engineer - SharePoint Dev
FileNotFoundException : The Web application at http://url could not be found.
Posted
over 2 years ago
by
sowmyancs
3
Comments
When I started working with SPS 2010 APIs I got a mysterious but common error in my Visual Studio 2010 RC. I was working with a .NET console based application. As normal I have double checked the URL, user permission, and even tried to create the...
Microsoft Premier Field Engineer - SharePoint Dev
PSConfig error at step 2 - Microsoft.SharePoint.SPException: User cannot be found
Posted
over 2 years ago
by
sowmyancs
0
Comments
Recently, I had installed SPS 2010 in my laptop which was running with Windows 7. Everything went smoothly until the step 2 in the PS configuration wizard. It failed with an error message says that “user cannot be found”. If we check the logs we can see...
Microsoft Premier Field Engineer - SharePoint Dev
How to enable SSL on a SharePoint 2010 web application ?
Posted
over 2 years ago
by
sowmyancs
15
Comments
Hello my friends, I thought that to start blogging about SharePoint 2010 with very basics, like creation of the site with host address that configured in the DC, enable SSL, enable Kerberos authentication etc. Being a developer we won’t do these configurations...
Microsoft Premier Field Engineer - SharePoint Dev
How to enable “Active Directory Certificate Service” in Windows Server 2008 R2 ?
Posted
over 2 years ago
by
sowmyancs
4
Comments
Recently I had tried to setup SSL on a SharePoint website. I was using a SharePoint server which was connected to a Domain Controller and the host entries were there in the DC to access my sites. If that is the scenario if we try to use self signed certificate...
Microsoft Premier Field Engineer - SharePoint Dev
New SharePoint 2010 Training course available in Channel9
Posted
over 2 years ago
by
sowmyancs
0
Comments
Recently we have released a new SharePoint 2010 Developer Training Course on Channel 9 . This training course contains 14 training units covering all aspects of developing solutions on the SharePoint 2010 platform using Visual Studio 2010 and SharePoint...
Microsoft Premier Field Engineer - SharePoint Dev
SharePoint Conference @ Amsterdam & new Wiki Sites..
Posted
over 2 years ago
by
sowmyancs
1
Comments
There are so many learning materials are coming for SharePoint 2010…really exciting! Here are some new links of SharePoint conference @ Amsterdam and new Wiki sites. I have joined in the wiki sites, those are really awesome. Plenty of information,...
Microsoft Premier Field Engineer - SharePoint Dev
Issue with SPFile.SendToOfficialFile() while using with custom access policy (copy of WSS_Minimal)
Posted
over 3 years ago
by
sowmyancs
0
Comments
Recently I had worked with an another interesting case with one of my customers. She has developed a custom webpart to iterate all the files in a SharePoint document library and send that file to a record center, also she want to implement partial trust...
Microsoft Premier Field Engineer - SharePoint Dev
A tricky work-around to avoid infinite loop while updating an item in ItemUpdated Event in a very special scenario.
Posted
over 3 years ago
by
sowmyancs
0
Comments
I think this post’s title is little confusing, anyway here is another scenario to play with a List Event Handler. Recently I had worked with one my customers , he had implemented the code to send documents to a record center using SPFile.SendToOfficialFile...
Microsoft Premier Field Engineer - SharePoint Dev
Move a SPListItem without loosing its ItemId – Custom List
Posted
over 3 years ago
by
sowmyancs
4
Comments
Once I got a requirement to move a list item from one folder location to another within the same list (e.g. move the item to a sibling) while retaining the same ItemID. Example: Here is the original structure... List 1 Folder...
Page 1 of 4 (93 items)
1
2
3
4