Kbase P79627: How to return a message to the client from an AppServer connect procedure ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2010 |
|
Status: Verified
GOAL:
How to return a message to the client from an AppServer connect procedure ?
GOAL:
How to let a client know why an AppServer connection was refused ?
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Enhancement Request# OE00103772
FIX:
Enhancement Request# OE00103772 has been implemented.
Upgrade to OpenEdge 10.1B
A new feature called Smart Connections has been implemented. With the Smart Connections feature the AppServer connect procedure will be able to return a string value (describing the reason for the error if desired):
RETURN ERROR ?User not authorized?.
The connect procedure will not be required to return a string on failure. If no string is provided then the client to AppServer connection process will behave identically to how it does currently.