CARIS HPD : HPD User Guide : HPD Web Publisher : Workflow
 

Workflow

Publishing data from an HPD source database to an HPD Web schema is a two-step process.

Step 1: Create an HPD Web schema to which the HPD data will be copied.

Step 2: Populate the HPD Web schema with the data from the HPD source database. You can do the following:

copy all features on an HPD usage

define a selection of features from a usage.

remove features that have been copied to the HPD Web schema.

An HPD Web schema can be dropped and replaced with a new schema. It is recommended that this procedure be carried out if major revisions are made to the HPD source data.

Important: HPD source data must have the certification status of Verified before it can be published to an HPD Web schema. The last verified version of the feature is published.

Accessing Oracle Database Services

The HPD Web Publisher allows HPD source data to be published on different servers or on the same server.

You must create a TNS entry in the Oracle client to access an Oracle server if you are not using a naming server. An example of a TNS entry in a tnsnames.ora file is shown below.

HPDTEST= (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = compdbnt)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = hpdtest) ) )