CARIS HPD : CARIS® Batch : HPD® Processes : ProductBuilder License : Apply HPD Source to HPD Product
 

Apply HPD Source to HPD Product

Description

The ApplyHPDSourceToHPDProduct process applies the latest verified source to an HPD product. This process can also be used to populate product data for a vector product.

Update

HPD URI containing a Project ID with a Product Version ID or a Chart Version ID and Panel Number.

Command Line Syntax

carisbatch --run ApplyHPDSourceToHPDProduct [options] <input>

Options

Long

Short

Description

Can Repeat

Notes

--do-not-save

Do not save the applied updates.

FALSE

Optional

--enable-diagnostics

Generate a temporary folder that contains diagnostic information for this process.

FALSE

Optional

Examples

HPD Database Chart

Objective

Apply the latest source changes to a chart, create a temporary folder with diagnostic information, but do not save the updates.

Description

Command Line Syntax

Do not save source changes to the chart.

--do-not-save

Create diagnostics information in a temporary folder.

--enable-diagnostics

Path of the chart to update.

hpd://username:password@database?ChartVersionId=3;PanelNumber=1;ProjectId=1

Command Line

carisbatch --run ApplyHPDSourceToHPDProduct --do-not-save --enable-diagnostics hpd://username:password@database?ChartVersionId=3;PanelNumber=1;ProjectId=1

Outcome

The latest source change(s) are applied to the chart and diagnostics information is created, but the changes are not saved.

HPD Database Product

Objective

Populate product data for a vector product with no source data.

Description

Command Line Syntax

HPD Product URI

hpd://username:password@database?ProductVersionId=1000;ProjectId=1

Command Line

carisbatch --run ApplyHPDSourceToHPDProduct hpd://username:password@database?ProductVersionId=1000;ProjectId=1

Outcome

The vector product is now populated with source data.