Created On: 13 June 2011
Problem:
Unable to compile INT to GNT
cob32 -C nolist ./cobopt -uv Program.int
* Micro Focus Server Express V5.1.00 Code Generator
* Copyright (C) 1984-2009 Micro Focus (IP) Ltd. All rights reserved
* Accepted - verbose
* 019-C Program checked with non-optimal alignment. Optimal alignment is 8
* Generating FG4-250
* 013-R Illegal intermediate code (at 0X1757 in seg 0)
cob32: error(s) in code generation: Program.int
However on previous versions of Server Express this does not happen.
cob32 -C nolist ./cobopt -uv Program.int
* Micro Focus Server Express V5.1.00 Code Generator
* Copyright (C) 1984-2009 Micro Focus (IP) Ltd. All rights reserved
* Accepted - verbose
* 019-C Program checked with non-optimal alignment. Optimal alignment is 8
* Generating FG4-250
* 013-R Illegal intermediate code (at 0X1757 in seg 0)
cob32: error(s) in code generation: Program.int
However on previous versions of Server Express this does not happen.
Resolution:
Here the int was created using a very old version of Net Express which was then ftp'd to Server Express 5.1 WebSync5. Once recompiling the int file first with Server Express 5.1 WebSync 5 then the compile command worked producing the gnt file.
Old KB# 34150



