Skip to main content

Hi,

in server of our bank client have this error:

Micro Focus Net Express V5.100.0157                         
RUN TIME ENVIRONMENT Copyright (C) 1984-2008 Micro Focus (IP) Limited.         
URN AXCGG/AA0/00000                                                             


Load error : file '_mFerr3'
error code: 173, pc=0, call=1, seg=0
173     Called program file not found in drive/directory

All other programs(compiled in GNT format), MFSORT and even the same program (IBFMJOI) with other parameters\\input file work regularly.

what can it be?

Hi,

in server of our bank client have this error:

Micro Focus Net Express V5.100.0157                         
RUN TIME ENVIRONMENT Copyright (C) 1984-2008 Micro Focus (IP) Limited.         
URN AXCGG/AA0/00000                                                             


Load error : file '_mFerr3'
error code: 173, pc=0, call=1, seg=0
173     Called program file not found in drive/directory

All other programs(compiled in GNT format), MFSORT and even the same program (IBFMJOI) with other parameters\\input file work regularly.

what can it be?

This error means that the version of the run-time, cblrtss.dll that is being loaded is not the correct version. This normally is caused by deploying an application on a Server 5.1 product version that is not at the same level as the Net Express version with which it was compiled.

Your mfsupportinfo log does not show that an actual Server product has been installed on that machine but that the PATH might include an older version.

Make sure that the Server 5.1 version is the same as the NX version.

Thanks.