| Hello Dave,
Attached please find an article which describes a pretty similar
issue... I would reccomend 2.1B release of DECforms if /MAP is
really really needed...
Copyright (c) Digital Equipment Corporation 1995. All rights reserved.
PRODUCT: DECforms Versions 1.4C, 1.4D
OP/SYS: OpenVMS VAX Version 6.1
OpenVMS Alpha Version 6.1
SOURCE: Digital Equipment Corporation
PROBLEM:
While linking a DECforms based application with the /MAP qualifier,
you receive the following error:
%LINK-E-WRITEERR, error writing (filename)
%TRACE-E-TRACEBACK, symbolic stack dump follows
-RMS-F-RAB, invalid RAB or RAB not accessible
%LINK-W-FAOFAIL, FAO system service failure
WORKAROUND:
Use one of the following to work around this problem:
1. Use the /NOMAP qualifier
2. Ugrade to DECforms version 2.1A MUP or greater
ANALYSIS:
If DECforms based objects are getting linked into the executable, one
possible cause is that DECforms Version 1.4 for Alpha; specifically, the
Extract Object utility has created .OBJ files with incomplete header
lengths. This would cause the linker to abort when LINK /MAP was used.
Use of the /NOMAP or upgrading to DECforms version 2.1A MUP or greater
will fix this problem in that the FORMS EXTRACT OBJECT module will
calculate and record the correct header lengths.
|