Modelsitedeploy: Planning Command Utility operation

Updated: 2009-04-30

Use the modelsitedeploy command to force a full or incremental deployment of the model site to the Microsoft SQL Server 2005 Analysis Services database. An incremental deployment will only deploy changes between the application metadata and fact data from the application database and the deployed model site. A full deployment will delete the Analysis Services database and re-create the model site from scratch.

A full redeployment of a model site can only be performed by using the Planning Command Utility. All other redeployments are incremental.

Syntax

ppscmd modelsitedeploy

ppscmd modelsitedeploy /path <application_label>.<modelsite_label>

| /server <ppsserver.uri>

| each optional one

Command switches

Parameters

Parameter Required? Description

/path <ModelsitePath>

Yes

Specifies the path for the model site.

/server <ServerUri>

No

Specifies the server URI to connect to. The default is the Modeler default server.

Flags

The following flag provides additional instructions to the server when used with the modelsitedeploy command.

Flag Description

/Full

Deletes the existing Analysis Services database and re-creates the model site. The default is Incremental.

Return value

None

Example

The following command-line example shows the use of the modelsitedeploy command.

ppscmd modelsitedeploy /full /server http://sourceserver:46787 /path bizcorp.corporate

Download this book

This topic is included in the following downloadable book for easier reading and printing:

See the full list of available books at Downloadable content for PerformancePoint Planning Server.

See Also