User – HP Neoview Release 2.3 Software User Manual

Page 55

Advertising
background image

JDBC connections to the Neoview system

JMS sources

There is no default value.

The Transporter Java client uses this URL for its internal database connections.

A JDBC connection URL must be of the form of:jdbc:hpt4jdbc://hostname:port/.

See the Neoview JDBC Type 4 Driver Programmer’s Reference for complete details on JDBC connection
URLs.

Example: a JDBC connection URL for a Neoview system name neo0101.domain.com:

jdbc:hpt4jdbc://neo0101.domain.com:18650/

This option is not applicable to file or named pipe data sources.

This option is required for the Java client.

user

user = "username" | ${referencename} | $E{referencename}

This option is required. It specifies the username to use when connecting to a data source:

username

specifies a plain-text password.

${referencename}

refers to a plain-text user name defined in the plain property file.

Transporter automatically substitutes the corresponding user name when it processes the
control file.

$E{referencename}

refers to an encrypted user name in the encrypted property file.

Transporter automatically substitutes the corresponding decrypted user name when it
processes the control file.

user

55

Advertising