Start of change

Bundling decision plans and knowledge bases for IBM StoredIQ

Available in Fix Pack 1: You can use the BundleDPKB command-line tool to prepare decision plan files, knowledge base files, and learning data files for use with IBM® StoredIQ.

About this task

BundleDPKB is installed with Classification Workbench. When you run BundleDPKB, the specified decision plan file (along with any associated knowledge base files and learning data files) are copied to a specified output directory. A list of fields that are changed by the decision plan (ChangedFields.txt) is provided with the decision plan file, and a list of categories that are contained in the knowledge base (Categories.txt) is provided with the knowledge base. If a knowledge base has associated learning data, you can specify an option to reserve all items in the learning data file.

To bundle decision plan files, knowledge base files, and learning data files, run the BundleDPKB command with these arguments:
Classification_Workbench_projects_directory
Specify the directory that contains Classification Workbench projects (by default, C:\IBM\ContentClassification\Classification Workbench\Projects_Unicode).
decision_plan_name
Specify the name of the decision plan (DPN file) that you want to use with IBM StoredIQ. Any associated knowledge bases are copied along with the decision plan file.
output_directory
Specify the directory in which to copy the decision plan file, knowledge base files, and learning data files.
[freeze]
Optional: When specified, all items in the learning data file are reserved. If this argument is not specified, all items in the learning data file are unreserved.

Procedure

Run the BundleDPKB command from the Classification_Home\Classification Workbench\Program Files directory (by default, C:\IBM\ContentClassification\Classification Workbench\Program Files) as follows:

BundleDPKB Classification_Workbench_projects_directory decision_plan_name output_directory [freeze]

Example:
BundleDPKB "C:\IBM\ContentClassification\Classification Workbench\Projects_Unicode" 
"MyDecisionPlan.dpn" "C:\Output" freeze
End of change