Skip to main content

The JES Alias table is empty after a new ES region is created

  • April 8, 2016
  • 0 replies
  • 0 views

Problem

The JES Alias table is empty after a new ES region is created (Unix)

Console.log error message after an attempt to view the JES 'alias' table from ESMAC:
CASKC0027E Error executing service 'esmac'
Load error : file 'MFJCLCFG'
error code: 173, pc=0, call=1, seg=0
173     Called program file not found in drive/directory

Product version: Ver CAS 2.3.00
ES Build Tag: ED2.3/20151111_HF2

Resolution

This version of the product is currently looking in $COBDIR/lib/es for the file "MFJCLCFG.so" but the file is actually $COBDIR/lib/mfjclcfg.so

This has been resolved in ED2.3 update 1 (RPI 1104240), however a suitable workaround is to create a symbolic link as follows:

cd $COBDIR/lib/es

ln -s ../mfjclcfg.so MFJCLCFG.so

(note the correct case should be used as per the above command)

The file "jesinfo.dat" should now be correctly created in the CATALOG directory when the region is restarted and this will now show populated as normal with the 'Alias' button is clicked in ESMAC.

 


#Server
#Enterprise
#unix
#EnterpriseServer

0 replies

Be the first to reply!