Ideas & Solutions Etc.

perception vision dedication inspiration action realization

Get Groups for Current User

There are several ways of doing this but performance differs: Method 1: WindowsIdentity wi =...

Author: pursca Date: 01/29/2013

SQL Server Reporting Service Application 2012 DR Procedures

I was tasked to find out and test the detailed steps to handle DR for SSRS 2012 service application...

Author: pursca Date: 10/03/2012

SharePoint 2010 Forms Authentication with Sql

https://blogs.technet.com/b/mahesm/archive/2010/04/07/configure-forms-based-authentication-fba-with-s...

Author: pursca Date: 09/02/2012

Multi-tenancy with Service Farm

Service farm provide the following partitioned service applications: SSS, MMS, BCS, Search, UPA...

Author: pursca Date: 09/01/2012

Remove Orphan PWA

I had a test web application with PWA provisioned and I just deleted the web application without...

Author: pursca Date: 07/25/2012

Object reference not set to an instance of an object while uploading InfoPath Form

  I have a full trusted InfoPath form that was OK in MOSS 2007 and it was also OK to import...

Author: pursca Date: 07/23/2012

SSRS 2012 with SharePoint 2010

SSRS 2008 R2 SharePoint mode has some limitations such as it could not delegate user’s credential...

Author: pursca Date: 04/30/2012

SSRS Integrated Mode with SharePoint 2010

Configuration Steps Prepare the servers as SharePoint application servers and joined into the farm...

Author: pursca Date: 04/19/2012

SharePoint 2010 Federated with SiteMinder STS

There are lots of blogs that talks about how to setup SharePoint 2010 with ADFS v2. I had an...

Author: pursca Date: 12/16/2010

Do NOT Dispose SPContext.Current.Site.RootWeb

I encountered the following error in one of the visual webpart: Trying to use an SPWeb object that...

Author: pursca Date: 10/07/2010

Managed Metadata column values not visible

I encountered a weird behavior that normal user cannot view the content of a list column with...

Author: pursca Date: 10/07/2010

How to Configure FAST Search for External Content Type

  1. Create an external content types based on web service and make sure the GetList() method is...

Author: pursca Date: 10/07/2010

SharePoint Incremental Crawl Takes Unusual Long Time

Background & Symptoms: There is a SharePoint 2007 large list with over 300,000 items in it Items...

Author: pursca Date: 06/29/2010

SharePoint 2010 Workflow with InfoPath Association Form

Visual Studio 2010 provides a very useful method to help us to package the SharePoint 2010 artifacts...

Author: pursca Date: 06/29/2010

Button Click Event Does Not Fire

I dealt with an ASP.NET form that uses AJAX tab container and each tab has several controls. I added...

Author: pursca Date: 05/24/2010

LDAP membership provider to eDirectory settings

The attributes needed to specify to connect to eDirectory are “connectionUsername” and...

Author: pursca Date: 05/15/2010

Take Consideration of AAM When Coding WebParts

When you code webparts, you really design it carefully and avoid use/expect/demand absolute url in...

Author: pursca Date: 04/28/2009

Deploy MOSS Medium Farm Using Kerberos Authentication on Windows 2008 Server NLB

Architecture of the medium farm Technorati Tags: MOSS 2007,Kerberos,Windwos 2008,NLB Assumption...

Author: pursca Date: 11/09/2008

MSDTC on Virtual Machines

Server virtualization technology has been adopted by more and more companies and some network...

Author: pursca Date: 09/09/2008

Validate EDI Instance Data

I was trying to validate an instance of X12 4010 867 file in VS.NET 2005 IDE and could not get it...

Author: pursca Date: 07/17/2008

URL That Will Open InfoPath Form in Browser

If you ever need to send out a link of InfoPath form in email and want the link to open the form in...

Author: pursca Date: 07/15/2008

Setting BDC Permissions

You need to set BDC permission at application level AND also entity level otherwise you would spend...

Author: pursca Date: 07/15/2008

Move WSS3.0/MOSS2007 Databases To Different Server

Recently I had to move all databases including the content database in a MOSS 2007 farm from one SQL...

Author: pursca Date: 03/09/2008

List All Databases In A MOSS 2007 Farm

Run the following script in the content database: SELECT o.[Name] AS 'DatabaseName', Instance.[Name]...

Author: pursca Date: 03/09/2008

BizTalk MQSC Adapter

Previously, server based BizTalk adapter was used to access MQ Series and that requires MQ series...

Author: pursca Date: 01/02/2008

San Diego Fires

This is the first time I experience this type mandatory evacuation ... around 6AM this morning,...

Author: pursca Date: 10/22/2007

{"value does not fall within the expected range."} error

When I use the object model to add item to MOSS 2007 project task list, I have some code like...

Author: pursca Date: 08/16/2007

WaitHandle.WaitAll For Multiple Handles on a STA Thread Is Not Supported

While developing WinForm application, if you need to spawn multiple threads to work on different...

Author: pursca Date: 07/10/2007

Symptom: If you have a public facing site built on MOSS 2007 you normally would have two zones...

Author: pursca Date: 06/28/2007

Tips and Tricks From MOSS 2007 Development Training

General do not change identity account of application pool that is used by WSS v3 from ISS mgr,...

Author: pursca Date: 06/24/2007