Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


14.14 dcmrtry.exe (re-executing a job)

This section describes the dcmrtry command, which re-executes a job.

Function

This command re-executes a job specified in the parameter file on the managing server.

Format

dcmrtry.exe [retry-key]
            /i parameter-file-name /o output-file-name

Arguments

Specification contents of parameter file

The table below shows the specification contents of the parameter file for the dcmrtry command. The contents of the parameter file for this command cannot be specified by using command arguments.

Table 14‒12: Specification contents of parameter file (dcmrtry command)

Specification content of parameter file

Content

Whether to specify

Command argument

Tag

Parameter

JOB_ATTRIBUTE

job_generator

Job name

N

--

jobno

Job number

Y

--

job_folder

Path name of job storage folder

N

--

unsuspended

Whether to distribute during suspension

N

--

Legend:

Y: The parameter must be specified.

N: The parameter is not necessary (is ignored even when specified).

--: The content cannot be specified by using a command argument.

Return codes

The following table lists the return codes that are output when the dcmrtry command is executed:

Code

Meaning

Action to be taken

0

Re-execution of a job started.

None

1

The parameter file cannot be opened, or the file format is incorrect.

Check the specification of the parameter file or its description format.

2

An invalid value was specified in the parameter file.

Check the values specified in the parameter file.

3

Connection to the database failed.

Check database settings in the setup of the managing server.

4

The output file cannot be opened.

Check the specification of the output file.

5

Connection to the JP1/IT Desktop Management 2 service failed.

Check whether the service of JP1/IT Desktop Management 2 - Manager has started.

12

Restoration of one or more archive files failed.

Reference the event log.

Notes

Example

The following example shows use of this command to re-execute those jobs executed by the dcminst command which have been waiting for execution or resulted in an error.

Creating the parameter file

Specify the job number output to the output file by the dcminst command in the parameter file as shown below.

If the output file output by the dcminst command has been stored, you can specify the stored file as the parameter file.

JOB_ATTRIBUTE{
job_generator= NETM_INSTALL_2003_12_11_13_34_36
jobno= JB03121113315383
job_folder= \
}
Executing the command

When the output file output by the dcminst command is stored as the file C:\Dmbat\out.txt, specify the command as follows:

dcmrtry.exe WAIT ERROR /i C:\Dmbat\out.txt /o C:\temp\retryout.txt