Skip to main content

This article explains how to backup and rebuild files to resolve an RTS 114 error in mFFH.

Problem:

After upgrading from OCDS to Server Express an RTS 114 error in mFFH occurs randomly even though no code has changed and everything has been recompiled with Server Express.

Resolution:

Indexed files created by applications compiled with OCDS can occasionally cause problems when using the same applications that have been recompiled with Server Express. This is due to differences in the file handlers of OCDS and Server Express. The solution is to backup the files and then rebuild them with Server Express.

Rebuild command:

rebuild -d -e infile, outfile

This rebuild command takes the input file, infile, and creates a new output file, outfile, from the data in infile.

After running the rebuild, replace infile and its index with outfile:

rm infile*

mv outfile infile

mv outfile.idx infile.idx

If the problem persists after rebuilding the files please contact Micro Focus SupportLine.

Old KB# 14574