The removeFeature method removes selected features from an HPD Web schema. Each feature must be removed separately.
To remove larger groups of features (usages, for example), it is usually faster to drop the schema and reload it using the RecreateDB script.
The removeFeature method uses the following syntax:
caris_hpd_web_publisher -removeFeature -sourceDBService=<value> -sourceUser=<value> -sourcePass=<value> -destDBService=<value> -destUser=<value> |
|
-destPass=<value> -usage_name=<"value"> -feature_acronym=<value> |
Because parameter names are included with values, the parameters can be listed in any order.
An example of removeFeature method is shown below.
caris_hpd_web_publisher -removeFeature -sourceDBService=HPDdb -sourceUser=hpd26user -sourcePass=hpd26pass -destDBService=WEBdb -destUser=hpdwebuser -destPass=hpdwebpass -usage_name="Harbour(2500-4999)" -feature_acronym=LNDARE |
The method can also be run using only parameter values. When this option is used – values must be listed in order (see Parameters). Two examples of the addFeature option without parameter names are shown below:
caris_hpd_web_publisher removeFeature HPDdb hpd26user hpd26pass WEBdb hpdwebuser hpdwebpass "Harbour(2500-4999)" LNDARE |
|
caris_hpd_web_publisher removeFeature HPDdb hpd26user hpd26pass WEBdb hpdwebuser hpdwebpass "Harbour(2500-4999)" DEPARE |