WBP-039

Reference is made to undeclared variable 'variable name'. 

This validation message applies to a variable.

Explanation

Resolution

A reference is made to the named variable, but the variable does not exist.

The reference is made in an XPath expression.

Perform one of the following tasks:

  • Create the variable that is referenced. (See Creating variables .)

  • Modify the XPath expression so that it does not reference the undeclared variable. (See Building expressions by using XPath Builder .)

  • Verify that the undeclared variable is correctly in the process. Variables are case sensitive. For example, referencing your variable as cmroot when you already defined it as cmRoot is an error.

// Ethnio survey code removed