Since the beginning of 2011, I’ve had the good fortune of being involved with several projects involving the claims authentication capabilities introduced in SharePoint 2010. The scope of these efforts have ranged from small proof-of-concept demonstrations to large Internet and Intranet production deployments. Some involved custom built Security Token Services (STS) and others relied on […]
Posts Tagged ‘SharePoint 2010’
Nintex Workflow and SharePoint 2010: Start a Workflow on Each Item in a List
Situation Wouldn’t it be nice to start a specific SharePoint list workflow on each item in a list? Unfortunately, there’s no simple way to do this out of the box in SharePoint or Nintex, even though it’s just a few lines of code. You could always grab all of the list items and then loop […]
SharePoint 2010: Site Collection Scrubber
Situation You’re looking for a way to semi-automate the back-loading of of scrubbed data from your production environment to your development/test/staging/whatever environments. There are several reasons you’d want to do this that I don’t need to get into here. The problem is that your production environment is well-used and full of a bunch of data, […]
Microsoft Mobile Business Intelligence with SharePoint 2010 and Mobile Entrée 3.0 – Performance Point Dashboards going Mobile
I wanted to share my experience with the new features of Mobile Entrée and how to leverage your existing Microsoft Business Intelligence investments as a starting point to building out the mobile platform. Mike Burger posted earlier regarding Mobile Entrée (found here). He stated the fact that it can integrate with SharePoint and render reports […]
Unable to access SharePoint claims-based site – Event ID 8306
System Specs SharePoint 2010 farm hosting multiple web apps using claims authentication. Each web app has multiple zones. Symptoms After a code deployment we were unable to access the Intranet zone (NTLM Authentication) for all claims-based we apps in the environment. The following is the error that was encountered when trying to access […]
SharePoint 2010: Getting Workflows for a List From the JavaScript Client Object Model
All over the web, there are plenty of links to how to interact with SharePoint 2010 via the Client Object Model. Unfortunately, these interactions are all done via the compiled Client Object Model, not the Silverlight or JavaScript versions. That means you have to do the translation to JavaScript or Silverlight yourself. For Silverlight, that’s […]
MigrateUsers Method Breaks All Web Application Permissions
On my current project we are doing a migration from SharePoint 2007 to SharePoint 2010. Updating our current authentication scheme (a mix of .Net forms and Windows authentication) to utilize claims authentication is one of the requirements for this project. One major difference between how SharePoint treats users in SharePoint 2007 and SharePoint 2010 claims […]
Enable one-finger-scrolling in SP2010 for iPad and iPhone
You want your iPad users to be able to scroll your SharePoint 2010 site with one finger. It can be done with the two finger swipe but it doesn’t work as well and visitors may not know that. The solution involves using CSS to disable the – ribbon positioning system – so that the ribbon […]
403 Forbidden Error with iPhone When Accessing SharePoint 2010 in Claims Mode
If you’re looking to support iPhone on a SharePoint 2010 site that is configured to use an external identity provider like Ping Federate, ADFS 2.0, or a custom STS, you will likely run into this issue. However, you may notice everything works just fine with iPad. Fortunately, the issue can be reproduced on the desktop […]
Enable SP2010 nav menu for touch screen devices (like an iPad!)
SharePoint 2010 top nav problem on touch devices You may have noticed that the out of the box SP2010 site nav is not quite usable on a touch screen device like an iPad. The top nav is a list of links, to put it simply. When the links are hovered on, with a mouse, a […]
FAST for SharePoint 2010 Non-Admin node configuration
I spent considerable time last week trying to build 2-node FAST for SharePoint 2010 implementation. Creating the setup.xml file and building the admin FAST node was the easy part, but trying to connect the non-admin node is what took up most of my time. (The default FAST installation creates 3 example files under C:FASTSearchetc directory, […]
Delete All Old Versions from SharePoint 2010 Document Libraries
How many versions of a typical document do you need to keep? 5? 10? 100? SharePoint content databases often get cluttered with redundant versions of the same documents. In some cases, I’ve seen presentation libraries with less than 10 GB of active content, but hundreds of GBs of content due to gradual changes. […]