Forum

Dan
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
    4 months ago #44675
    Up
    0
    Down
    ::

    Hey Leonid,

    You mentioned that the error is displayed in case of an error of the SBO execution. We need to differentiate between error DURING execution or error WHEN execution.

    The error DURING an execution happens e.g. due to syntax errors or when catching errors in the business object. In that case the BO is executed and an entry in the logs should be written.

    If the error happens WHEN executing the BO it might be due to an invalid token (meaning that the maximum token lifetime was reached and the user is not authorized anymore. this can happen if e.g. the token lifetime is set to be 1 hours and the user has the application open for more than that without interacting with the backend).

    Can you elaborate on the error that was displayed? Was it a SBO specific error message or was it simply “Error”. If the latter is the case the chances are high that the execution was not triggered do to an invalid login token.

    The log level “info” will include all executions of a Business Object (including warnings, errors and criticals).

    Best regards,
    Daniel