HiRDB Datareplicator Version 8 Description, User's Guide and Operator's Guide

[Contents][Glossary][Index][Back][Next]

hdeevent (issue an event at the source Datareplicator)

In the Windows edition of Datareplicator or HiRDB version 08-02 or later, execute this command from the source HiRDB's command prompt.

Function

The hdeevent command sends a specified event code to a target system in order to control import processing. Before you can use the hdeevent command, you must create an event control table at the source HiRDB. For details about the event control table, see 4.6.7 Designing the event control table.

Format
hdeevent -n event-code
       [ -u user-ID/password ][ -s target-identifier ]

Options

-n event-code
Specify an event code. The specifiable event codes are as follows:
0
Stops the transmission process.
1-255
Sends the specified event code to the target Datareplicator.

-u user-ID/password
user-ID ~ <symbolic name of 1-8 characters>
password ~ <symbolic name of 1-28 characters>
Specify the user ID and password used to create the event control table. Both user ID and password are case-sensitive. Do not specify any spaces before or after the delimiter slash (/). For the user ID, specify a symbolic name of 1 to 8 characters; for the password, specify a symbolic name of 1 to 28 characters.
If you omit the -u option, Datareplicator assumes the value of the PDUSER environment variable for the source HiRDB. If this environment variable is not specified, the hdeevent command results in an error during connection establishment processing with the source HiRDB.

-s target-identifier
Specify the identifier of the target that is to be the destination of the event. Specifying ** as the target identifier will result in an invalid-argument error. If you omit the -s option, Datareplicator sends the event to all destinations.

Rules

Notes