Generating the Knowledgeware Index

You can generate the Knowledgeware index manually.

This task shows you how to:

Generating the Index For the Complete Runtime View

You can generate the index for the complete Runtime view.

  1. Open a DOS window.

  2. Enter the following commands:

    // Step 1 // myEnv: Absolute directory mkdir myEnv // Step 2 // DownloadOfV6: Location/absolute directory of the V6 // IndexEnv: Valid file name without suffix. // Workspaces_Concatenation: Valid workspaces/download paths concatenation DownloadOfV6\intel_a\code\bin\setcatenv -e IndexEnv -p Workspaces_Concatenation -d myEnv -desktop yes -new yes -a global // Step 3 DownloadOfV6\intel_a\code\bin\catstart -env IndexEnv -direnv myEnv -run CATCkeGenerateIdx <provider> <server:port> <username> <password> <role> full_path_of_the_index_to_be_generated_without_the_extension

    If your environment is already created, execute only: DownloadOfV6\intel_a\code\bin\catstart -env IndexEnv -direnv myEnv -run CATCkeGenerateIdx <provider> <server:port> <username> <password> <role> full_path_of_the_index_to_be_generated_without_the_extension

  3. Copy/paste the CATKnowledgeDictionary.CATKweIdx file into the knowledgesub-directory of one of the directories of the <CATKnowledgePath>.

Generating the Index For One Workspace of the Runtime View

If you generate the index for one workspace of the runtime view, only the resources of this workspace will be considered.

  1. Step 1 and 2 are identical as the ones described above. Enter:

    // Step 3 // mydirectory is a temporary directory that will contain the generated index file. DownloadOfV6\intel_a\code\bin\catstart -env IndexEnv -direnv myEnv -run CATCkeGenerateIdx <provider> <server:port> <username> <password> <role> mydirectory Workspace_Path

  2. Copy the generated index into the knowledge sub-directory of the <CATKnowledgePath> of your workspace.