- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How to translate system error number 14012610
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 01:45 AM
07-21-2004 01:45 AM
DEC Forms 2.2
When running a DEC Form application I am receiving a system (VMS or DecForm, I'm not sure which is generating the error number) error number 14012610.
I have not been able to find any manual or utility that will help me translate the number into a meaningful error message.
Does anyone know how I can do so?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:20 AM
07-21-2004 02:20 AM
Re: How to translate system error number 14012610
>a=14012610
>sh sym a
A = 14012610 Hex = 00D5D0C2 Octal = 00065350302
>write sys$output f$message('a)
%FORMS-E-NOMSG, Message number 00D5D0C2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:02 AM - last edited on 09-16-2024 02:20 AM by support_s
07-21-2004 03:02 AM - last edited on 09-16-2024 02:20 AM by support_s
Solution>set message sys$message:forms$msgmgrshr.exe
>write sys$output f$message('a)
%FORMS-E-PARAMOVRFLOW, An escape routine parameter has overflowed
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 04:37 AM
07-21-2004 04:37 AM
Re: How to translate system error number 14012610
there is quicker way to known message text of error: type follow command at prompt level:
$ EXIT 14012610
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 04:42 AM
07-21-2004 04:42 AM
Re: How to translate system error number 14012610
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:08 AM
07-21-2004 11:08 AM
Re: How to translate system error number 14012610
messages are stored in message files in SYS$MESSAGE. If you know which file contains your message, use SET MESSAGE to make it known to DCL, then use F$MESSAGE or EXIT to translate your code, as Duncan showed.
However, if you DON'T know which file it's in, you can search. See example in the attached command procedure (there are many versions floating around).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:14 AM - last edited on 09-16-2024 02:37 AM by support_s
07-21-2004 11:14 AM - last edited on 09-16-2024 02:37 AM by support_s
Re: How to translate system error number 14012610
Same file attached, but this time called ".TXT"
- Tags:
- drive