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
Concepts
Exportdimension: Planning Command Utility operation
Reprocess: Planning Command Utility operation
New: Planning Command Utility operation
Upgrade: Planning Command Utility operation
Stagingdb: Planning Command Utility operation
Run: Planning Command Utility operation
Migrate: Planning Command Utility operation
Importdimension: Planning Command Utility operation
Importsecurity: Planning Command Utility operation
Delete: Planning Command Utility operation
Help: Planning Command Utility operation