HPD Web Publisher can do the following actions:
• Copy all features from an HPD usage to an HPD Web schema.
• Copy selected features from an HPD usage to an HPD Web schema.
• Remove selected features from a usage in an HPD Web schema.
The executable for publishing the HPD data to an HPD Web schema is in C:\Program Files\CARIS\HPD\<version>\Bin.
1. Open Command Prompt.
2. Navigate to C:\Program Files\CARIS\HPD\<version>\Bin
3. Type caris_hpd_web_publisher followed by the method name and parameters.
See the following methods:
4. Press <Enter> to run the method.
The features are copied to or removed from the HPD Web schema, or a usage is added to the HPD Web Schema.
Parameters
The above methods require parameters. The parameters are either mandatory or optional.
The following table lists parameters.
Parameter | Status | Description |
|---|---|---|
-sourceDBService | Mandatory | HPD schema owner database name |
-sourceUser | Mandatory | HPD schema owner username |
-sourcePass | Mandatory | HPD schema owner password |
-destDBService | Mandatory | HPD Web database name |
-destUser | Mandatory | HPD Web username |
-destPass | Mandatory | HPD Web password |
-usage_name | Mandatory | HPD source usage name |
-catalog | Optional | HPD source dictionary name |
-scaMin | Optional | Minimum scale for feature display (for both |
-scaMax | Optional | Maximum scale for feature display (for both |
-symbolize | Optional | Symbolization flag to indicate whether a feature should or should not be symbolized. The flags are true (symbolize the feature or usage) or false (do not symbolize the feature or usage). By default, this option is set to true. For more information, see Symbolization. |
-update | Optional | Update flag to compare usages or features in the published database against the usages and features in the source database and then make changes to the published database. For more information, see Update. |