|
Can you post the full error message text, the OpenVMS version
and platform, and the LINKER command and any options file(s).
Also some idea of how many component shareable, privileged
shareables (user-written system services), and message files
are involved here?
(I've done a search of the linker facility on both OpenVMS VAX
and OpenVMS Alpha (V7.1), and do not see this error message
included there.)
There's a limit of "42" in this area, but without knowing more
about the error message, it's difficult to say if you've reached
this limit.
|
| re .0
There are some practical limits that you can hit when you have a large
number of shareable images.
One is a vector limit (that could affect message files or user written
system services I think). I wasn't aware that it is detected at link
time. One might get "VECFULL, privileged vector limit exceeded" (at run
time?). This is a hard limit. The only workaround is application
change.
The other is the process section limit. You might get "PSTFULL, process
section table is full" at run time in which case the slack way is to
increase PROCSECTCNT but you should probably look at the application to
see whether it is sensibly designed.
P.S. The customer would benefit from 1) identifying the exact error
message and 2) giving it to $ HELP/MESSAGE before asking Digital.
|