Hello,
If our application server goes down and we try to execute a fetch through our application, then SmartClient will display a "Finding Records" dialog box for awhile and then eventually display "Operation Timed Out". Is there any way to better control this behavior? I'd like to either reduce the amount of time before this time-out message appears? Or, perhaps recognize that our server is down and display a more helpful message to the user that the server is temporarily down and will return soon. Finally, if we are able to route traffic to another temporary server that is able to return a custom "application not available" message to the client (ie. "We have gone down for temporary maintenance, will be back up in 30 minutes"), how can I format the response from this temporary server so that SmartClient will display it for the user?
If our application server goes down and we try to execute a fetch through our application, then SmartClient will display a "Finding Records" dialog box for awhile and then eventually display "Operation Timed Out". Is there any way to better control this behavior? I'd like to either reduce the amount of time before this time-out message appears? Or, perhaps recognize that our server is down and display a more helpful message to the user that the server is temporarily down and will return soon. Finally, if we are able to route traffic to another temporary server that is able to return a custom "application not available" message to the client (ie. "We have gone down for temporary maintenance, will be back up in 30 minutes"), how can I format the response from this temporary server so that SmartClient will display it for the user?
Comment