Hash Key Generator Command Line Tool
When you use the Message Export tool, PeopleSoft Integration Broker generates unique request and response pairs, and creates a unique hash key ID for the generated pair. The hash key is used by the integration gateway during playback to ensure that proper correlation occurs between the request and response files.
If you bypass the export process and manually add files for testing, or if you carry out testing when the target or source systems are not available to properly record information, you must generate a hash key. The Hash Key Generator is a command line tool that enables you to generate a hash key.
The Message Export command line tool is located in the PeopleSoft web server domain: HashKeyGenerator.bat.
Usage
The standard usage for the Hash Key Generator is:
HashKeyGenerator [-options]
Syntax
The syntax for using the Hash Key Generator is:
HashKeyGenerator -in "C:\temp\input.txt
HashKeyGenerator -v 214 "John Doe" PeopleSoft
HaskKeyGenerator -v Sally 1234 -t
Parameters
The Hash Key Generator parameters you can pass are described in the following table.
| Parameter | Description |
|---|---|
|
-in |
Indicates the file name to be used as the hash value. When working with non-XML files, the entire value must be hashed. |
|
-t |
Prepends a timestamp value to the returned hash value. will prepend a timestamp value. |
|
-v |
Indicates values to use as the hash key. When the system encounters this parameter, PeopleSoft Integration Broker uses all values specified in the hash key until it encounters the next “-” option. |
|
-? -help |
(Optional.) Displays the Help menu. |