Used in
REQUEST Servers
Metadata (Publish) Parent elements
PUBLISH_METADATA Syntax
Description
Deletes the ArcSDE tables that store the metadata and recreates blank tables when
tables is set to "true"..
Restrictions
- This element is available only to users who have the role metadata_administrator in the access control list.
Notes
- The attribute tables must be used with caution. When set to "true", all tables in the repository are deleted and recreated. Also, the index associated with the Metadata Service is deleted from the database, and the index type is set to the default auto_string. For more information about defining a Metadata Services's index, see the document Creating and Using Metadata Services.
- See METADATA_ACTION for response.
Attribute Descriptions for RESET
Attribute | Usage |
---|
tables | When set to "true", all ArcSDE tables in the repository are deleted and re-created. Use with caution. |
Back to top Examples for RESET
Example 1: When tables="true". Use with caution.<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
<REQUEST>
<PUBLISH_METADATA>
<RESET tables="true" />
</PUBLISH_METADATA>
</REQUEST>
</ARCXML>
|
Back to top