The ImportS100Catalogue process adds an S-100 catalogue to a schema.
Input
HPD URI schema
Output
The same schema with an S-100 catalogue.
Syntax
carisbatch --run ImportS100Catalogue --product-name <value> --product-version <value> --catalogue-file <value> --supplement-file <value> [options] <input>
Options
Long | Short | Description | Can Repeat | Notes |
|---|---|---|---|---|
--product-name | -n | Name used to identify the catalogue. | FALSE | Required |
--product-version | -V | Catalogue version | FALSE | Required |
--catalogue-file | -c | The catalogue file that is imported into the schema. | FALSE | Required |
--supplement-file | -s | CARIS extension to the catalogue file | FALSE | Required |
--set-source-catalogue | -S | If set, assign the imported catalogue as the source catalogue | FALSE | Required |
Example
Example | ||
Objective | Import an S-101 catalogue into an existing schema. | |
Description | Command Line Syntax | |
Connection to the database | hpd://MyUsername:MyPassword@OracleDB | |
Product name | "S-101 Draft (DCEG 201603)" | |
Product version | "1.0" | |
Catalogue file | "C:\Program Files\CARIS\HPD\4.0\system\S100Config\system\S-101\s-101_fc_draft.xml" | |
Supplement file | "C:\Program Files\CARIS\HPD\4.0\system\S100Config\system\S-101\S-101_FC_draft_supplement.xml" | |
Command Line | C:\Program Files\CARIS\HPD\4.0\Bin>carisbatch -r ImportS100Catalogue hpd://MyUsername:MyPassword@OracleDB --product-name "S-101 Draft (DCEG 201603)" --product-version "1.0" --catalogue-file "C:\Program Files\CARIS\HPD\4.0\system\S100Config\system\S-101\s-101_fc_draft.xml" --supplement-file "C:\Program Files\CARIS\HPD\4.0\system\S100Config\system\S-101\S-101_FC_draft_supplement.xml" --set-source-catalogue | |