Password

Use this field to specify the password associated with the user ID specified in the User Name field.

This field is used with these event action types:

  • Dispatch IDO Method
  • Dispatch IDO Request
  • Dispatch Load Collection
  • Dispatch Load IDO Row
  • Dispatch Update Collection

To construct the password using an expression, click the button to the left of this field.

If you use the Use Local Password option, you do not need this field.

The contents of this field must use this syntax:

scalarExpr

where scalarExpr is or resolves to a password that is valid for the user ID (User Name field) on the target system.

When you click OK to return to the Event Actions form, the system "wraps" this content within a PASSWORD( ) parameter, which yields this final syntax:

PASSWORD( scalarExpr )

Note:  If scalarExpr is a literal value, the system automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is an expression, the system does not enclose it in quotation marks.