Sign in
Microsoft Premier Field Engineer - SharePoint Dev
Blog - About
About Microsoft Premier Field Engineer - SharePoint Dev
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Excel Service
Health Analyzer
Java Script
language packs
performance point services
PerformancePoint
Service Application
SharePoint 2010 Installation
SharePoint 2013 Installation
SharePoint Code Review
sharepoint linq security
SharePoint Upgrade
SSRS
Timer Job
Archive
Archives
December 2012
(1)
October 2012
(1)
August 2012
(3)
July 2012
(3)
June 2012
(1)
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)
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint Dev
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint Dev
Considerations while provisioning the service application using pre-created databases
Posted
5 months ago
by
sowmyancs
0
Comments
Recently I had worked with my customer to setup a new SharePoint farm with pre-created (DBA created) databases. Concept and prerequisites are very well documented in this TechNet article . While testing the deployment what really matters were the creation...
Microsoft Premier Field Engineer - SharePoint Dev
Install, Configure & Monitor Office Web Apps 2013 for SP 2013
Posted
6 months ago
by
sowmyancs
11
Comments
Here is my first blog after a long vacation back from my hometown in India. Tomorrow is a special day as Hurricane Sandy is going to hit my area ( Edison, NJ) , so writing this post tonight itself :) There are many articles out in web provides the details...
Microsoft Premier Field Engineer - SharePoint Dev
“The license state for the current server doesn't match the farm's license state”– SharePoint PSConfig Error
Posted
9 months ago
by
sowmyancs
0
Comments
Recently I have involved in an interesting troubleshooting issue. There are many blog posts and TechNet discussions about this error. Thought that to post it here about my experience. Here is the scenario. Customer has two Windows 2008 R2 Std machines...
Microsoft Premier Field Engineer - SharePoint Dev
“Failed to connect to hosts in the cluster” – SharePoint 2013
Posted
9 months ago
by
sowmyancs
0
Comments
In my previous blog post , I have introduced my SharePoint 2013 farm server details. I have total four virtual machines configured. litdc, litsp1, litsp3 & litsql1. Note: this is written for SharePoint 2013 Preview. Things might change over the next...
Microsoft Premier Field Engineer - SharePoint Dev
Install & Configure SharePoint 2013 with SQL Client Alias
Posted
9 months ago
by
sowmyancs
0
Comments
Though this topic is very simple and highly recommended approach in the enterprise deployments, I have seen many deployments which are not following this approach. E.g.: Using SQL client alias for SharePoint installations will be really useful if you...
Microsoft Premier Field Engineer - SharePoint Dev
More Information about Health Analyzer Rules talking about session expirations
Posted
10 months ago
by
sowmyancs
0
Comments
So what these health analyzer rules are reporting about ? “ The State Service Delete Expired Sessions timer job is not enabled ” and “ Expired sessions are not being deleted from the ASP.NET Session State database ” . Both are talking about expired sessions...
Microsoft Premier Field Engineer - SharePoint Dev
Export / Import Excel Service Trusted File Locations
Posted
10 months ago
by
sowmyancs
0
Comments
After installing and configuring office web apps in my customer’s environment we faced an interesting issue related to Excel Service Application. Issue was the application pool used for the excel service application was crashing in every few seconds...
Microsoft Premier Field Engineer - SharePoint Dev
SSRS JavaScript Error – SharePoint SQL Reporting Services
Posted
10 months ago
by
sowmyancs
3
Comments
Here is short detail of a SSRS related issue that I had recently worked on. While rendering the SSRS reports in a project server site we were getting the below JS error. Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received...
Microsoft Premier Field Engineer - SharePoint Dev
AllDocVersions & AllDocStreams table size increased after upgrading to SharePoint 2010
Posted
10 months ago
by
sowmyancs
4
Comments
Recently I was working on an upgrade project, MOSS 2007 to SharePoint Server 2010 and faced an interesting issue. We had several databases with sizes spans from 50 GB – 200 GB in size. After the upgrade we have noticed that all of the upgraded databases...
Microsoft Premier Field Engineer - SharePoint Dev
Migrate Users / Groups – PowerShell Script
Posted
over 1 year ago
by
sowmyancs
22
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
over 1 year ago
by
sowmyancs
1
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
over 2 years 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
over 2 years 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
over 2 years 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 3 years ago
by
sowmyancs
8
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 3 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 3 years ago
by
sowmyancs
3
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 3 years ago
by
sowmyancs
6
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 3 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 3 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 3 years ago
by
sowmyancs
5
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 3 years ago
by
sowmyancs
13
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 3 years ago
by
sowmyancs
9
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 3 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 3 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...
Page 1 of 5 (102 items)
1
2
3
4
5