Resend Request
A remote HULFT service is instructed to issue the Resend Request.
manrecv -c connectID [-h hostname [-f fileID]] -r [-np]
Explanation of the parameters
- -c connectID
-
Specify the Connect ID of the host that issues the Resend Request. (Mandatory)
For details about the Connect ID, refer to Initial settings.
- -h hostname
-
Specify the host that accepts the Resend Request. (Optional)
- -f fileID
-
Specify the file ID to which the Resend Request is issued. (Optional)
If you omit this parameter, resending is carried out from the checkpoint.
- -r
-
This indicates that the command is a Resend Request. (Mandatory)
- -np
-
Specify this parameter to resend the file from the top. (Optional)
If you omit this parameter, resending is carried out from the checkpoint.
[Note]
If you specify a file ID for a HULFT environment that does not support the specification of file IDs for the Send Request, the operation will be carried out as if the file ID were not specified.
Usage example
- [Example 1]
-
The management host (hp2) that is registered with the Connect ID 'hp2' is instructed to resend files to the host 'sun20.'
In this case, only records with the file ID 'FILE01' in the Resend Queue for the management host (hp2) are targeted.
-
Register HULFT at the destination host as the management host (hp2) on the Hosts screen.
When registering the management host, specify 'hp2' for Connect ID.
-
Execute the Resend Request command.
> manrecv -c hp2 -h sun20 -f FILE01 -r
-
- [Example 2]
-
The management host (hp2) that is registered with the Connect ID 'hp2' is instructed to resend files to the host 'sun20.'
In this case, all records in the Resend Queue for the management host (hp2) are targeted.
-
Register HULFT at the destination host as the management host (hp2) on the Hosts screen.
When registering the management host, specify 'hp2' for Connect ID.
-
Execute the Resend Request command.
> manrecv -c hp2 -h sun20 -r
-