![]() |
|
Spaces home Howard @ MSFT selling BIPhotosProfileFriendsMore ![]() | ![]() |
|
Howard @ MSFT selling BIJuly 03 Custom SecurityIn V1 PPSCmd ImportSecurity does not support customizing user permission, this has been introduced in V2 PPSCmd -ImportSecurity with the userpermisison switch. In V1 you need to use BizModeler for customizing user permission. June 07 Configuring SSRS for MOSS IntegrationSame handy dandy links. · Tom Wisnowski’s “Configuring Kerberos for SharePoint” document (corpnet) · Joel Oleson’s Kerberos Authentication and SharePoint Key Resources · Information Integration: SSRS and MOSS 2007 · Configuring Kerberos for SharePoint 2007: Part 1 - Base Configuration for SharePoint · Use Kerberos to Secure MOSS 2007 · Essential Tips On Kerberos for SharePoint Deployers · Configuring Kerberos for SharePoint · Configuring Constrained Delegation for Kerberos (IIS 6.0) · Keith Brown’s (free) online book (The .NET Developer's Guide to Windows Security)
June 06 PerformancePoint Planning Data Migration ToolThe BI Blog has a posting on a new tool to migrate planning models between servers. http://blogs.msdn.com/bi/archive/2008/06/02/performancepoint-planning-data-migration-tool.aspx June 05 Downloadable implementation plans for PPS
Downloadable implementation plans have been posted on technet. Pretty cool freebees. I don't see any other BI vendor giving away IP.
How to apply PPS SP1 to BI-VPC R6Its a bit of a hack but it works. Go to SQL Server and look at the DBSchemaVersion tables in the PPSPlanningService DB and the PPSPlanningSystem DB. They should have entries like this: Change UpgradeStatus to NULL in both DB's. For Planning follow the steps in technet. http://technet.microsoft.com/en-us/library/cc514369(TechNet.10).aspx For Step 3, Run the <sp1filename>.msp from a command and use the switch SKIPREQCHECK=1. You only need to run the switch for the PPLSrv.msp and PSCSrv.msp files. For Montoring Server, you do not need to run the configuration manager. I would however delete the Apps directory under Documents and Settings/<user>/Local Settings, which is where Dashboard Designer lives, and go back to Monitoring Central and Download Dashboard Designer again. Dashboard Designer File Version is 3.0.3916 Planning Business Modeler File Version is 3.0.3917 Excel Add-in File Version 3.0.3917 Creating KPIs directly in monitoring database using scriptI came across a very good idea to automate the creation of PPS KPI's. Thanks to Tim Morgan. The Monitoring SDK is documented here: http://msdn.microsoft.com/en-us/library/bb187388.aspx The “Kpi” class is here: http://msdn.microsoft.com/en-us/library/microsoft.performancepoint.scorecards.kpi.aspx The basics:
Here is a code snippet that shows how you can use the DLL “Microsoft.PerformancePoint.Scorecards.Client” to attach to the web service, as opposed to letting .Net generate code from the WSDL (which will also work): IBpm webService = PmService.CreateInstance(“http://<serverName>:40000/webservice/pmservice.asmx”, 60000); Then you can make your web service calls: webService.CreateKpi(newKpi);
|
|
|||||||||||||||||
|
|