BO Connector Call error if Database connection lost

  • Ralf Hader
        4 years ago #20051

        Hello,
        I have a server site business object with a soap connector call like
        var mats = Simplifier.Connector.con_soap({"DATE": lastdat}).ET_USER;

        The Call works fine on the mobile. I´m checking if the mobile is a mobile and if it is online.
        i receive an error if the mobile is online and the database is not reachable. how can i check if the connector call worked successfully and database is reachable?

        jonas.rausch
            Has successfully completed the online course Introduction
            Has successfully completed the online course Intermediate (200)
            Has successfully completed the online course Advanced (300)
          4 years ago #20052
          Up
          0
          Down
          ::

          You could wrap the connector call in a try/catch block and catch the error in the SSBO

        Viewing 2 posts - 1 through 2 (of 2 total)

        You must be logged in to reply to this topic.