Archive for the ‘Uncategorized’ Category

Auto-Generating a Master Data Member Code

In SQL Server 2008 R2 Master Data Services, one of the first design decisions you will need to explore is: How will we uniquely identify a master data record? In MDS, each member has a Name and a Code. You cannot remove either of these attributes, alter their data type, or alter their length: they [...]

Posted on June 11, 2011 at 7:24 pm by Brian Berry · Permalink · Leave a comment
In: Uncategorized

Now Officially Partners with Profisee

BlumShapiro is now one of a select few consulting firms working directly with Profisee to deliver rich tools for SQL Server 2008 R2 Master Data Services. This makes life in our Microsoft BI and Master Data practice much easier because I can freely demo both the Master Data Maestro Client Application and the Master Data [...]

Posted on May 31, 2011 at 7:21 pm by Brian Berry · Permalink · Leave a comment
In: Uncategorized

Just Announced: Digital Asset Management in the Cloud has arrived!

I have had the pleasure of working with Equilibrium on some competitive opportunities, promoting SharePoint 2010 as a collaboration platform for digital asset management – great folks and a great product! Today I learned that they are partnering with NetConnect’s Team Portal Platform to deliver a SharePoint online offering of their Media Rich ECM DAM [...]

Posted on April 13, 2011 at 8:35 am by Brian Berry · Permalink · Leave a comment
In: Uncategorized

Clearing the Master Data Services Staging Tables

In order to clear the Staging tables from Master Data Services, it is easiest to simply call a stored procedure. exec mdm.udpStagingClear @User_ID,@StagingType_ID,@DeleteType_ID, @ModelName, @Batch_ID To get your @User_ID, refer to the mdm.tblUser table. @StagingType_ID is required, but only used when @DeleteType_ID = 0 or 1 The @DeleteType_ID Parameter controls how the staging table is [...]

Posted on March 25, 2011 at 7:18 am by Brian Berry · Permalink · Leave a comment
In: Uncategorized

TypeMock Isolator for SharePoint

<Begin> Typemock are offering their new product for unit testing SharePoint called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to unit test SharePoint without a SharePoint server. To learn more click here. The first 50 bloggers who blog this text in their blog and tell us [...]

Posted on December 3, 2008 at 11:00 pm by Brian Berry · Permalink · Leave a comment
In: Uncategorized

Configuring Kerberos: Different SPN’s for Different Services

Don’t get me wrong – I think the idea behind Kerberos is terrific. But, the way you configure it is somewhat dizzying, particularly the rules around setting Service Principle Names, or SPN’s. Today, I spent some time working with a client who wanted to setup Kerberos for their Reporting Services environment which is running in [...]

Posted on May 21, 2008 at 1:51 pm by Brian Berry · Permalink · Leave a comment
In: Uncategorized

Quick Wins with SharePoint

I had an opportunity this week to work with a client who already has MOSS, threw up a portal, made some quick customizations to navigation and structure, migrated some documents, locked everything down…. and waited for the traffic to come. It did not happen like that. They discovered, like so many other organizations, that planning, [...]

Posted on December 21, 2007 at 6:52 am by Brian Berry · Permalink · Leave a comment
In: Uncategorized

When In Doubt, Use STSADM

I was reminded the other day that the command line tool STSADM.EXE tool will allow you to do things that are impossible through Central Admin. The other day, I wanted to delete a Shared Service Provider which appeared corrupted and start over. Central Administration gave me a message which said “There are X Web Applications [...]

Posted on July 18, 2007 at 7:21 pm by Brian Berry · Permalink · Leave a comment
In: MOSS 2007, Uncategorized

Certification Plans

I passed the second test in a two part certification on Tuesday, so I am now officially legit as a .NET 2.0 Architect. The actual certification is MCPD: Enterprise, which is the rough equivalent of the MCSD one for .NET 1.1. I don’t know if else anyone cares about this, but I like to find [...]

Posted on May 10, 2007 at 7:05 pm by Brian Berry · Permalink · Leave a comment
In: Uncategorized