Configuring Sun Master Indexes (Repository)

ProcedureTo Delete EUID Generator Parameters

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.

  2. Scroll to the EuidGeneratorConfig element.

  3. To delete one parameter, do the following:

    1. Scroll to the parameter element you want to delete.

    2. Remove all text between and including the parameter element.

      For example, to remove the StartNumber parameter in the sample below, delete all boldface text.


      <parameters>
          <parameter>
             <parameter-name>IdLength</parameter-name>
             <parameter-type>java.lang.Integer</parameter-type>
             <parameter-value>10</parameter-value>
          </parameter>
          <parameter>
             <parameter-name>StartNumber</parameter-name>
             <parameter-type>java.lang.Integer</parameter-type>
             <parameter-value>1000000001</parameter-value>
          </parameter>
      </parameters>
  4. To remove all parameters, remove all text between and including the parameters element.

  5. Save and close the file.