PerformancePoint Planning CTP2 comes with a sample application which is a fictitious multinational corporation called Alpine Ski House. In order to install the sample application you will need the following files which are available on the connect site:
- PPLSASHSampAppInst.chm (Install Guide)
- PPPSampleAppGde CTP2.doc (Walkthrough of the application)
- PPS_Core_Questionnaire_Alpine_Ski_House.doc (Requirments gathering/Design doc)
- PLSample.msi (Install/Config files)
I recommend reading through the PPLSASHSampAppInst.chm document before installing the sample application (PLSample.msi). PLSample.msi does not fully install it. It copies the necessary configuration files, database files and install scripts to:
%ProgramFiles%\Microsoft Office PerformancePoint Server\2007\Samples\Alpine Ski House
First, confirm that the DeploymentPaths.xml configuration file is set up properly. This file provides the location of osql.exe and ppscmd.exe. The file is located at
%ProgramFiles%\Microsoft Office PerformancePoint Server\2007\Samples\Scripts
<DeploymentPaths>
<Parameter Name="OSQL" Type="Path">"%ProgramFiles%\Microsoft SQL Server\90\Tools\binn\osql.exe"</Parameter>
<Parameter Name="PPSCMD" Type="Alias">"%ProgramFiles%\Microsoft Office PerformancePoint Server\2007\BizModeler\PPSCmd.exe"</Parameter>
</DeploymentPaths>
Next, set up the DeploymentConfig.xml which is located at:
%ProgramFiles%\Microsoft Office PerformancePoint Server\2007\Samples\Alpine Ski House
Below is an example of the DeploymentConfig.xml. This config file is for a standalone install of PerformancePoint server. It could be used for a test or dev server. PerformancePoint Planning, SQL Server 2005 and the file shares are all on the same server. I also used the same user over and over again for the different roles. To make the sample application more realistic it would be a good idea to have more than one user on in the system.
DeploymentConfig>
<!-- Replace each instruction below with the information requested for each parameter. For information on how to use this file to install the Alpine Ski House sample application, refer to the Alpine Ski House Sample Application for Microsoft Office PerformancePoint Server 2007 document. -->
<!-- Servers and Services -->
<Parameter Name="DataSourceServer" Type="Server">whistler</Parameter>
<Parameter Name="DatasourceServerDataPath" Type="Uri">C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data</Parameter>
<Parameter Name="ReferenceDatabaseServer" Type="Server">whistler</Parameter>
<Parameter Name="AnalysisServicesServer" Type="Server">whistler</Parameter>
<Parameter Name="PerformancePointWebService" Type="Uri">http://localhost:46787</Parameter>
<!-- Storage Locations -->
<Parameter Name="FormTemplatesLocation" Type="Uri">\\whistler\Workflow\FormTemplates</Parameter>
<Parameter Name="ReportsLocation" Type="Uri">\\whistler\Workflow\Reports</Parameter>
<Parameter Name="AssignmentFormsLocation" Type="Uri">\\whistler\Workflow\FormAssignments</Parameter>
<Parameter Name="AssignmentMasterFormsLocation" Type="Uri">\\whistler\Workflow\FormMasterAssignments</Parameter>
<!-- Users -->
<Parameter Name="SystemAccount" Type="Account">WHISTLER\ppsplanning</Parameter>
<Parameter Name="SeniorAccountantAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="SeniorAccountantAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="BackOfficeAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="BackOfficeAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="SeniorAnalystAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="SeniorAnalystAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="CFOAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="CFOAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="HRManagerAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="HRManagerAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="ResortManagerAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="ResortManagerAccountEmail" Type="Email">admin@whistler.com</Parameter>
<Parameter Name="ControllerAccount" Type="Account">WHISTLER\Administrator</Parameter>
<Parameter Name="ControllerAccountEmail" Type="Email">admin@whistler.com</Parameter>
</DeploymentConfig>
Once the config files are setup the application can be installed. Simply goto the command line and goto:
C:\Program Files\Microsoft Office PerformancePoint Server\2007\Samples\Alpine Ski House
Type install and sit back while the install scripts run
Troy




