beautypg.com

Switching views in the control file editor, Including another control file, Control file generator – HP Neoview Release 2.5 Software User Manual

Page 121: Required arguments

background image

Switching Views in the Control File Editor

You can work in two views in the Control File Editor:

GUI view (default view)
The GUI view assists you in creating, editing, and viewing your control file. Select one of
eight tabs to create the eight components of a control file.

Text view
Text view displays plain editable text where you can create, edit, and view your control file.

Including Another Control File

To include another control file:
Click Insert —> Include or click the Ctrl+I.
Then select the control file that you want to insert into the current control file.

Control File Generator

The Java-based control file generator tool can be used to create sample control files quickly using
either a standard template that you have or based on tables already created in the Neoview
database schemas.
To use the control file generator:

java -jar/NVTHOME/utils/nvtControlFileGen.jar ...
-url URL_of_the_Neoview_server
-user username
-pw password
[-sys system_name]
-table table_name [table_name],[table_name] ...
[-cat catalog_name]
[-schema schema_name]

[-srcfile src-file-list]
[-srcpipe src-pipe-list]

[-file pathname]
[-temp template_file]
[-jobtype "load" | "extract"]
[-single "true" | "false"]
[-version]
[-help]

[-retires]
[-tenacity]
[-ds]

You can place the arguments in any order.

Required Arguments

These arguments are required:

—url

The URL of the Neoview server to connect to.

—user

The User ID needed to connect with the Neoview server, and to be referenced in the control
file. This field accepts plain text names.

—pw

The password for the Neoview User ID specified by -user. This field accepts plain text
passwords only.

Control File Generator

121