HP OpenVMS Systemsask the wizard |
The Question is: We are encountering the error SECREFOVF, too many section references. Based on the documentation we can delete unused mappings. How can we check for these global section mappings? How do we know which is used? How do we delete them? Please advise. Thank you The Answer is : It would appear that your program contains a bug and is repeatedly remapping a section, or it would appear that you are translating a random return value as a condition value, or it would appear that you have mapped a section roughly two billion times. Please use the OpenVMS debugger or other similar tools to diagnose and debug the problem. If this is not your source code, please contact the organization supporting the code for assistance. For general debugging tips, please see topic (1661) and please aslo see the OpenVMS debugger manual.
|