Starting the client on unix-type systems, Starting the client on windows systems, Displaying the installed version of transporter – HP Neoview Release 2.5 Software User Manual

Page 68: Stopping the client

Advertising
background image

resubmitting it, and you want Transporter to perform recovery on the job. For more information
about -recover, refer to

“ The -recover Command Line Option” (page 80)

.

Starting the Client on UNIX-type Systems

Use this shell command to start the Transporter Client. You specify the control file depending
on where the file resides. If the control file is not found, Transporter exits with an error.

The control file is in NVTHOME/conf:

jtrans.sh {-run | -recover} MyControlFile.txt

The control file is in the current directory:

jtrans.sh {-run | -recover} ./MyControlFile.txt

The control file is in a directory you specify — in this case, /my/trans/dir:

jtrans.sh {-run | -recover} /my/trans/dir/MyControlFile.txt

Starting the Client on Windows Systems

Type this at the

“Command prompt on a Windows system”

to start the Transporter Client. You

specify the control file depending on where the file resides. If the control file is not found,
Transporter exits with an error.

The control file is in %NVTHOME%\conf. This is the default.

jtrans.bat {-run | -recover} MyControlFile.txt

The control file is in the current directory:

jtrans.bat {-run | -recover} .\MyControlFile.txt

The control file is in a directory you specify — in this case, d:\my\trans\dir:

jtrans.bat {-run | -recover} d:\my\trans\dir\MyControlFile.txt

Command prompt on a Windows system

1.

Click Start –> Run

2.

In the Open text box, type cmd.exe

Displaying the Installed Version of Transporter

To obtain the currently installed version of Transporter, use this command:

jtrans -version

Stopping the Client

The Transporter client stops automatically when a data movement operation directed by a control
file has completed or if the job fails. You can recover a failed operation later, unless the job to
recover involves one of these:

An extract operation

A load operation using a staging table

A load operation with the

“noaudit” (page 61)

option set to true.

A load operation with the

“autotran” (page 53)

option set to true.

A load operation using a named pipe or JMS trickle feed source.

For more information about job recovery, refer to

“Job Recovery” (page 80)

.

68

Load and Extract Operations

Advertising