Kbase P60120: Error 4052 when trying to disconnect a 4GL socket
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Error 4052 when trying to disconnect a 4GL socket
FIX:
The DISCONNECT() method is applied to the client socket handle, if you try to apply the DISCONNECT() method to the SERVER socket handle you will get error above.
The SERVER socket should be terminate running the following commands:
hsrvsocket:disable-connections().
DELETE OBJECT hsrvsocket.