Product Documentation

c-treeRTG V2 Release Notes

Previous Topic

Next Topic

c-treeRTG Fixes

Several modifications have been made to the c-treeRTG products to address minor issues:

  • Added CTEXFTH.LIB to product package so that COBOL programs using old Micro Focus compilers will have the necessary stub library for the CTEXTFH.DLL in Driver\ctree.cobol\extfh\
  • The paths in run.bat for sql.stored.procs/tutorials have been changed from:

set ISQL=..\..\..\bin\sql.interactive\isql.exe

to

set ISQL=..\..\..\Tools\cmdline\isql.exe

  • The path to isql.exe in run.bat (in FairCom\V10.3.0.RTG\win32\Driver\sql.stored.procs\tutorials) has been changed from:

set ISQL=..\..\..\bin\sql.interactive\isql.exe

to

set ISQL=..\..\..\Tools\cmdline\isql.exe

  • The CLASSPATH to the ctreeSQLSP.jar file in ctsrvr.cfg has been changed from:

SETENV CLASSPATH=../Java/jdk1.6.0_33/rt.jar:../bin/ace/sql/classes/ctreeSQLSP.jar

to

SETENV CLASSPATH=../Java/jdk1.6.0_33/rt.jar:../server/sql/classes/ctreeSQLSP.jar


Unix Unicode ICU libraries moved to correct locations

The c-treeRTG ICU Unicode libraries were not placed in the correct driver location for Unix/Linux packages (Windows packages were already correct).

These libraries are now present in all required directories:

  • server/sql/
  • driver/ctree.cobol/acucobol
  • driver/ctree.cobol/extfh
  • driver/ctree.cobol/cobol
  • driver/ctree.cobol/acucobol

TOCIndex