Wiki

Clone wiki

OYSTER / 8-Error_Messages

Common Errors

  1. "##ERROR: Reference Items AttributeItem not an Attribute."

    a. Verify the Item value in the OysterAttributes.xml file matches the value assigned to Attribute in the OysterSourceDescriptor file

    b. Verify the absolute path to the OysterAttributes.xml file is specified correctly in the OysterRunScript.xml file.

  2. "##ERROR: Reference Items and Rules do not match."

    a. Verify the value assigned to Name for each Item specified in the OysterSourceDescriptor matches exactly the values assigned to Item in the matching rules defined in the OysterSourceDescriptor

  3. "##ERROR: Rule Item: AttributeItem not an Attribute"

    a. Verify that the attributes in the Item attribute in the rules match the attribute names defined by the <Attribute> tag

  4. "##ERROR: CompareTo: AttributeItem not an Attribute"

    a. Verify that the attributes in the CompareTo attribute in the rules match the attribute names defined by the <Attribute> tag

  5. "##ERROR: RunMode invalid RunMode." or "##ERROR: Invalid RunScript Mode."

    a. Verify the <RunMode> value defined in the RunScript is one of the 8 valid RunModes accepted by OYSTER.

  6. "##ERROR: Invalid RunScript Name, does not match the external name."

    a. Verify the RunScriptName value in the <Settings> tag of the RunScript match the file name of the RunScript without the .xml extension.

Back to OYSTER Reference Guide page

Click Prev Alignment Validation page

Click Next List of Oyster Functions by Usage page

Updated