The semsgtool utility lets you:
You can only specify one command each time you execute semsgtool.
The default location of the message file is ACInstallDir/data/seos.msg
Notes: The CA ControlMinder message file is comprised of sections and message numbers. Each section holds messages for different CA ControlMinder modules or sub‑modules.
This command has the following format:
semsgtool {-build|-b} asciiSourceFile OutputMessageFile
semsgtool {-change|-c} [messageFile] {0xerror-code|section# msg#} new-message
semsgtool {-dump|-d} messageFile
semsgtool {-list|-l} [messageFile] sectionNumber
semsgtool {-number|-n} [messageFile] subString
semsgtool {-show|-s} [messageFile] [0xerror-code|section# msg#]
semsgtool {-validate|-v} [messageFile]
Creates a new CA ControlMinder message file from an ASCII source file.
Lists messages in the message file that include a defined string.
Creates a new message file, named messageFile.new, where the specified message has the defined modified string.
Dumps the message file into several files, one file for each section of the message file. This creates ASCII source files that later can be used to create new CA ControlMinder message files.
Displays the help for this utility.
Lists all the messages in a given section in the message file.
Shows the message associated with a specific message code.
(Windows only). Validates the message file by checking for duplicate messages and messages that exceed the allocated boundaries.
Defines the hex number of the error code for the message that you want to display or change.
Defines the source file in ASCII format from which semsgtool builds a new message file.
Defines the name of the message file. If you omit this option, semsgtool uses the message file as specified in the configuration settings.
Defines the name of a new message file to build.
Defines the section number and message number of the error code for the message that you want to display or change.
Defines the section number of the section you want to list all the messages for.
Example
semsgtool -s seos.msg 0x205
semsgtool -l seos.msg 512
semsgtool -c 0x2501 "This is the new message"
A new message file, seos.msg.new, is created with the modified message.
copy seos.msg.new seos.msg
Copies the new message file with the modified message on top of the old seos.msg file.
semsgtool ‑s 0x205
Copyright © 2013 CA Technologies.
All rights reserved.
|
|