home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / capaepcl.zip / eclos2.txt < prev    next >
Text File  |  2003-02-24  |  6KB  |  139 lines

  1.  
  2.        Product: IBM CallPath Enterprise Client
  3.        Version: 6.3.1
  4.          Level: E2294
  5.       Platform: OS/2
  6.           Date: 16 October 2002
  7.   Service File: eclos2.exe
  8.        History: eclos2.hst
  9.           Size: 3301473   (3.1Mb)
  10.  
  11.  
  12.   Installation Instructions:
  13.   --------------------------
  14.     Download the self-extracting file, eclos2.exe, into a temporary directory.
  15.     Execute it from the command line and follow the prompts.
  16.  
  17.     If you answered "Yes" to the backup query and wish to
  18.     undo the service update, issue the following commands:
  19.  
  20.       <installdrive>:
  21.       cd \
  22.       <backupexe> -Qdr
  23.  
  24.     where <installdrive> is the drive letter on which product is installed
  25.       and <backupexe> is the full path name of the backup self-extracting file.
  26.  
  27.  
  28.   Fixes contained in this Service Package:
  29.   ----------------------------------------
  30.  
  31.        Name: ER47483
  32.        Date: 02 Oct 2002
  33.     Library: 10667
  34.     Symptom: An attempt to establish the 201st active connection results in
  35.              a return code of TADS_RESOURCE_UNAVAILABLE (503).
  36.     Problem: A table of 200 entries limits the number of active connections
  37.              an application can have with the CEO client.
  38.    Solution: Connection table size increased from 200 to 1000.
  39.  
  40.        Name: ER36013
  41.        Date: 30 Nov 2001
  42.     Library: 10196
  43.     Symptom: An unexpected (undocumented) return code is received from
  44.              TadsQueryServerList API.
  45.     Problem: A return code variable was being checked prior to being set.
  46.    Solution: Initialize the return code variable to 0.
  47.  
  48.        Name: APAR IC32243
  49.        Date: 26 Nov 2001
  50.     Library: 10169
  51.     Symptom: On a CEO client, server, or daemon window (running in Windows
  52.              environment), if a double-click is done on the system icon
  53.              then the window is destroyed but the executable remains
  54.              active.
  55.     Problem: The default windows action was being taken which resulted in
  56.              the close of the window but the process remained active. The
  57.              use of the task manager was required to stop the executable.
  58.    Solution: Have a double-click of the system icon work the same as if
  59.              "Close" was chosen from the system menu.
  60.  
  61.        Name: APAR IC32262
  62.        Date: 20 Nov 2001
  63.     Library: 10157
  64.     Symptom: The amount of memory used by csebserv and csebclnt continues
  65.              to grow. Eventually, csebserv or csebclnt will run out of
  66.              available memory and either abend or fail requests.
  67.     Problem: Allocated memory was not being released. For each
  68.              TadsQuerySysStatus request, 20 bytes remained allocated in
  69.              csebserv and 40 bytes remained allocated in csebclnt.
  70.    Solution: Free this memory once it is no longer needed.
  71.  
  72.        Name: APAR IC31537
  73.        Date: 5 Sep 2001
  74.     Library: 9850
  75.     Symptom: On an AIX SMP system a core may occur on the first call to
  76.              TadsConnectToServer. The error report shows a segment fault in
  77.              the C++ library function __DoThrow.
  78.     Problem: C++ try/catch logic was being used in passing return codes. In
  79.              a multithreaded and multiprocessor environment a throw of an
  80.              integer object occasionally produces a segment fault.
  81.    Solution: Remove try/catch logic from the CPE API library (libcseb.a).
  82.              Instead, the conventional means of passing and checking return
  83.              codes is used.
  84.  
  85.        Name: APAR IC31187
  86.        Date: 2 Aug 2001
  87.     Library: 9649
  88.     Symptom: To the user of JTAPI this problem shows up as events not being
  89.              received or as requests timing out. The problem only occurs
  90.              when the JTAPI daemon is running in an AIX system.
  91.     Problem: During the start up of the JTAPI daemon, CSEBJTPI, hundreds of
  92.              TadsSetEventMonitor requests may be issued. While these
  93.              monitors are being issued the JTAPI daemon is not attempting
  94.              to read from its event queue. If enough events are flowing to
  95.              fill up the event queue before all the monitors are completed,
  96.              then the CPE Client may time out the connection associated
  97.              with this event queue and cancel the monitors. In this failure
  98.              situation, the JTAPI daemon does not attempt to re-establish
  99.              the cancelled event monitors.
  100.    Solution: The time out limit used by the CPE Client in sending an event
  101.              is being increased from 5 seconds to 10 seconds. If an event
  102.              send times out, instead of closing the connection, the event
  103.              is discarded but the connection remains open. The following
  104.              text appears in the client log when an event is discarded:
  105.              "Warning: IPCQueue <queue-name> is full ...1 event discarded".
  106.  
  107.        Name: APAR IC30786
  108.        Date: 26 June 2001
  109.     Library: 9500
  110.     Symptom: After a network outage between a Callpath Enterprise client
  111.              and server, an application that reopens a connection and
  112.              registers for events may not receive events for which it is
  113.              registered.
  114.     Problem: The clean up processing associated with a broken Callpath
  115.              Enterprise client to server connection may take over a minute
  116.              to complete (mainly due to slow response from TCP/IP
  117.              requests). If new event monitors are registered during the
  118.              clean up period, they may inadvertently get cancelled by the
  119.              clean up processing.
  120.    Solution: Changed the logic in the Callpath Enterprise client to only
  121.              clean up resources associated with connections that are active
  122.              at the time of the network outage.
  123.  
  124.  
  125.   Files contained in this Service Package:
  126.   ----------------------------------------
  127.     dll\cseblib.dll
  128.     dll\csebnet.dll
  129.     dll\csebmwin.dll
  130.     dll\csebapi.dll
  131.     dll\csebdmon.dll
  132.     dll\libcpo04.dll
  133.     bin\csebdbgw.exe
  134.     bin\csebclnt.exe
  135.     csebclnt.txt
  136.     bin\cfgcfg.jar
  137.     bin\cfgframe.jar
  138.     bin\cpcfg.txt
  139.