Previous Topic: Object Model Utility Commands

Next Topic: caaipaomwsclient Command--Updating Objects


caaipaomwsclient Command--Enumerating Objects

This command runs a filtered query against the database.

This command has the following format:

caaipaomwsclient /user=user /password=password /enumerate=class_name [/whereFilter=where_filter] [/output=output_type] /locale=iso639value
user

Defines the CA EEM user name.

password

Defines the password for the specified CA EEM user.

class name

Specifies the class being queried. Output also includes instances of any subclasses. Use '*' to dump the entire database.

whereFilter

Optional section of the query. For example,

/whereFilter="where Type='AOM174'".
output type

(Optional) Valid types are 'console', 'XML' and 'null'. Null is useful if only a count of the objects is needed.

Default: console

locale

(Optional) Specifies an IS0 639_3166 combination (for example: fr_FR for French) to override the default English output. To use the locale of the command prompt, specify "native".