Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Define the trigger condition and proceed to define trigger action.
  2. Add a trigger action as "SQL Query" and configure the parameters as defined below.

    Image Modified

    SQL Query Action parameters:
    Jdbc url: Provide the jdbc url of the Adeptia Log Database
    Username: Username of the Adeptia Log Database
    Password: Password for the Adeptia Log database
    Use the following QUERY in the SQL Query trigger action:

    UPDATE AU_AS2LOG SET AU_ERROR_MESSAGE='%ActionMessage%', AU_STATUS='ERROR' WHERE AU_FILE_NAME='%TriggerErrorMessage%'

  3. After that click on Ok.
  4. Select the newly created Trigger from Trigger manage page and click on "Apply" to make the new changes into effect.

...