Generating the Index For the Complete Runtime View
You can generate the index for the complete Runtime view.
- Open a DOS window.
-
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\win_b64\code\bin\setcatenv -e IndexEnv -p Workspaces_Concatenation -d myEnv -desktop yes -new yes -a global // Step 3 without ticket DownloadOfV6\win_b64\\code\bin\CATCkeGenerateIdx.exe <provider> <server:port> <username> <password> <role> <index filename without extension> [<path1> ..] // Step 3 with ticket DownloadOfV6\win_b64\\code\bin\CATCkeGenerateIdx.exe -tk <provider> <server:port> <ticket> <index filename without extension> [<path1> ..]
If your environment is already created, execute only:
DownloadOfV6\win_b64\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
-
Copy/paste the CATKnowledgeDictionary.CATKweIdx file into the
knowledge
subdirectory of one of the directories of the<CATKnowledgePath>
.