Skip to main content

This article explains how to resolve the Load error : file 'mfjsub' error code.

Problem:

How can the following error be resolved:

Load error : file 'mfjsub'

error code: 173, pc=0, call=1, seg=0

173 Called program file not found in drive/directory

Resolution:

The program mfjsub is an internal Server Express program. To ensure every Micro Focus program can be found at runtime the library path must be set correctly for the Operating system and Server Express product:

AIX - LIBPATH=$COBDIR/lib:$LIBPATH

HP/UX - SHLIB_PATH=$COBDIR/lib:$SHLIB_PATH

all others -LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH

Ensure the environment variable is exported to the shell.

Old KB# 14050