Control file generator, Required arguments, Optional arguments – HP Neoview Release 2.3 Software User Manual
Page 99: Required arguments optional arguments
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 nvtControlFileGen
-url URL_of_the_Neoview_server
-user username
-pw password -cat catalog_name
-schema schema_name
-table table_name
-sys system_name
[ -file pathname ]
[ -temp template_file ]
You can place the arguments in any order.
Required Arguments
These arguments are required:
—url
The URL of the server to connect to.
—user
The username needed to connect with the database referenced in the control file. This field
accepts both plain text and encrypted format usernames.
—pw
The password for the Neoview platform. This field accepts both plain text and encrypted
format passwords.
—schema
The schema information to put into the generated control file. If —schema is specified without
-table
, control files are generated for all tables within the schema that can be accessed
without error.
—table
specifies the table name to be used in generating a control file.
-sys
The system name of the server to connect to.
Optional Arguments
These arguments are optional:
—cat
The server catalog.
—file
Is the directory or file name where the control file(s) are created. If not specified, it defaults
to the local control file directory under $NVTHOME.
—temp
The name of the custom template file that is used to generate the control file(s). If unspecified,
it defaults to contemplate.txt in the control file directory under$NVTHOME.
Control File Generator
99