Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to handle SERVER_TIMEOUT in case of a DMI call

    Hello Team,

    In one of my DMI call I am getting operation timed out message and when I checked the console it was status SERVER_TIMEOUT.

    The problem is that we create a loadmask and make it visible before making this DMI call and in the callback method of this DMI call , we hide the loadmask.
    But since in case of operation timeout, we are not even reaching to the callback method, my loadmask is always visible on the scree.
    Kindly help us in finding out if there is a way in which we can handle the timeout status of this RPC request.

    Thank you.

    #2
    Please see the Error Handling overview in the Reference. It explains all of your options in this case.

    Comment

    Working...
    X