duplicate

Validation returns a duplicate error message.

Attribute value has identical elements

An attribute - one that takes a space-separated list as its value - has two list elements with the same name. The validation message returns the name of the duplicate list element.

For example:

  • A notify references two services as its clients, both of which has the same name
    <notify name="sameClients"
      clients="duplService duplService"
      service="Sequencer"
      fields="field1 field2"/>
  • A consume specifies three input fields, two of which have the same name
    <consume name="sameFields"
      service="Expr"
      fields="duplField field2 duplField"/>

Procedure

  1. On the Canvas panel, select the component that contains the error.
  2. Depending on whether the attribute is visible in the Edit view of the Settings panel, either:
    • Simply remove the duplicate value on the Settings panel
    • Click EDIT SOURCE and remove the duplicate value manually

Cannot resolve issue

Feel free to email us or talk to us live about your issue (click the icon at the bottom-right corner of the web help).