Delete: Planning Command Utility operation

Updated: 2009-04-30

Use the delete command to delete an object from the server. This command will only delete an application, model, or dimension and follows all constraints when deleting the object in the Planning Business Modeler.

Note

You must be a member of the modeler role to use this command.

Syntax

ppscmd delete [switches]

Command switches

Parameters

Parameter Required? Description

/server <ServerUri>

No

Specifies the server URI to connect to. The defaults are those used by Planning Business Modeler.

/application <AppLabel>

Yes

Specifies that user roles will be deleted by Planning Business Modeler.

/site <SiteLabel>

No

Specifies the model site to open. The defaults are those used by Planning Business Modeler.

/type <ObjType>

Yes

Specifies the type of object.

/label <ObjLabel>

Yes

Specifies the label of the object.

/parent <ParentObj>

No

Specifies the label of the parent object.

Flags

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

Flag Description

/IgnoreError

Ignores the error.

/All

Required when type is role to remove all business roles. The GA role is not removed.

Return value

None

Remarks

ObjType can be one of the following: application, model, role, or dimension.

Examples

The following command-line examples show the use of the delete command.

ppscmd delete /type app /lab app1 /noerror

ppscmd delete /type dim /app app1 /site site1 /lab dim1

ppscmd delete /type role /all

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