Try OpenEdge Now
skip to main content
Open Client Introduction and Programming
Programming Concepts : Handling errors in an Open Client application : Server-side errors before remote ABL method execution
 

Server-side errors before remote ABL method execution

ABL returns all server-side errors to the client that occur before any remote procedure is executed. An example of this type of server-side error is where the client tries to execute a remote procedure that does not exist. Generally, both the client and AppServer can resume normal execution.
ABL also returns all network connection and authentication errors; for example, if an HTTP connection cannot be made, authentication cannot be established with the Web server, or the AIA is not installed and configured properly.