Product: IBM CallPath Enterprise Toolkit Version: 6.3.0 Level: E2033 Platform: AIX Date: 25 June 2001 Service File: etkaix.tar History: etkaix.hst Fileset: cseksdk.obj Size: 1085440 (1.0Mb) Checksum: 2933855548 Installation Instructions: -------------------------- This Service File is a tar of an installp update fileset. It includes both the fileset, cseksdk.obj, and its related .toc file. You must have root authority to install this fileset. - Download etkaix.tar into a directory. - Extract the fileset using the command "tar -xvf etkaix.tar". - Start "smit install_update" (for AIX < 4.2 use install_selectable). - Select "Install/Update From All Available Software". - Enter the directory name to which the fileset was extracted. - Enter the fileset name, cseksdk.obj, into the field "SOFTWARE to install". Service files are installed with root ownership and root access permissions. If you want users WITHOUT root authority to be able to start or access the IBM CallPath Enterprise Toolkit product files, the following changes are required: - Change the group with the chgrp command for all of the directories and files within the installation path. For example, to permit the Admin group, issue: "chgrp -R Admin /usr/lpp/cseb" - Change the file permissions with the chmod command. For example, "chmod -R g+x+r /usr/lpp/cseb" Fixes contained in this Service Package: ---------------------------------------- Name: APAR IC30475 Date: 29 May 2001 Library: 9424 Symptom: If you use the REXX commands TrxQuerySysStatus or TrxQueryUser, you will get a program error from REXX.EXE and REXX will be closed by the operating system. Problem: csebrexx does not handle parameters properly when executing TrxQuerySysStatus or TrxQueryUser. Solution: Code change made to csebrexx to properly handle parameters when TrxQuerySysStatus or TrxQueryUser is called. Name: APAR IC29800 Date: 06 Mar 2001 Library: 9238 Symptom: If you use the REXX TrxSetEventMonitor with a null resource, for example, EvtType = TADS_INI_EVENT rc = TrxSetEventMonitor( hTads, "", EvtType, 1) csebrexx will return a rc of TADS_INTERNAL_ERROR and csebrexx doesn't set the monitor. Problem: csebrexx does not handle scenario where TrxSetEventMonitor is called with a null resource correctly. Solution: Code change made to csebrexx to properly handle the scenario where TrxSetEventMonitor is called with a null resource. Name: APAR IC28423 Date: 09 Oct 2000 Library: 8954 Symptom: Errors in fields in TADS_ACD_STATUS_EVENT, TrxQueryLoadFactor response. Problem: The resource name is incorrectly copied to the pilot number field in the TADS_ACD_STATUS_EVENT (seen when application issues a TrxGetEvent). Also, the pilot number is incorrectly copied to the resource name field in the TrxQueryLoadFactor response. Solution: Code is fixed to handle these items correctly. Files contained in this Service Package: ---------------------------------------- cseb/bin/csebtest cseb/include/cseb.rc cseb/include/csebdef.h cseb/include/csebver.h cseb/rc/Csektime cseb/samples/client/addpty cseb/samples/client/altr cseb/samples/client/answer cseb/samples/client/conf cseb/samples/client/confjoin cseb/samples/client/disc cseb/samples/client/qload cseb/samples/client/senddd cseb/samples/server/csektime/csektime cseb/text/cseksdk.copyright cseb/text/cseksdk.txt cseb/bin/ecs.config