createCaseAnalyzerStore command
The createCaseAnalyzerStore command creates and enables a Case Analyzer store for use with the IBM® Case Monitor Dashboard.
Syntax
The following syntax includes line breaks to format the command for reading. Enter the command
and options on a single line without any line
breaks.
configmgr_cl createCaseAnalyzerStore
-profile myprofile
-cmtos target_object_store
-schemaName schema_name
-dbConnName database_connection
-eventPruneSchedule pruning_time
-publishInterval update_interval
[-silent][-force][-help]Parameters
- -profile myprofile
- Specifies the profile to use. The myprofile value can be one of the following items:
- The name of the profile, such as develop1. The profile is located in the install_root/CaseManagement/configure/profiles directory. install_root is the location where IBM Business Automation Workflow is installed.
- The full path to the profile directory, such as "install_root\CaseManagement\configure\profiles\develop1" or /install_root/CaseManagement/configure/profiles/develop1.
- The full path to the profile input file, such as "install_root\CaseManagement\configure\profiles\develop1\develop1.cfgp" or /install_root/CaseManagement/configure/profiles/develop1/develop1.cfgp.
- -cmtos target_object_store
- Specifies the display name for a case management target object store.
- -schemaName schema_name
- Specifies the name of the schema to use for the Case Analyzer store.
- -dbConnName database_connection
- Specifies the display name of the database connection. You can view and define database connections by using the Administration Console for Content Platform Engine.
- -eventPruneSchedule pruning_time
- Specifies the time each day when unneeded data is to be pruned from the database. Enter the time
in the following format: HH:MM:SS
If you do not specify a time, pruning is disabled.
- -publishInterval update_interval
- Specifies the interval in minutes when the IBM Case Monitor Dashboard data is to be updated. If you do not specify an interval, the data is updated every 5 minutes.
- -silent
- Optional: When you specify the -silent parameter, no prompts or informational messages are shown in the console, but the errors are written to the log. Failure messages and validation error messages are shown as needed, such as messages about missing passwords or invalid port numbers. If you run the execute command to run all the activities in a profile and you specify the -silent parameter, you must also specify the -force parameter.
- -force
- Optional and applies only when the -silent parameter is used. When you specify the -force parameter, the activity is run without pausing for required responses to validation error messages, such as messages about missing passwords or invalid port numbers.
- -help
- Optional: Shows a brief message on the command syntax instead of running the command.