HP3000-L Archives

January 1996, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Leonard S. Berkowitz" <[log in to unmask]>
Reply To:
Leonard S. Berkowitz
Date:
Tue, 2 Jan 1996 07:13:00 PST
Content-Type:
text/plain
Parts/Attachments:
text/plain (172 lines)
There is also ERR.PUBXL.TELESUP.  It wants an error number that is fed as
PARM= and optionally a message set that is an entry point.  If only the
error number is supplied, it will return every message with that number for
every set.  Unfortunately, it is a bit dated so it may not recognize every
subsystem.  You can read about it in DOC.TELESUP.
 
We have the following UDC:
 
ERR ERROR_NUM=? MESSAGE_SET=ALL
IF ERROR_NUM = "?" THEN
    ECHO
    ECHO Syntax: ERR, ERROR_NUM, [MESSAGE_SET]
    ECHO
    ECHO The following message sets are available:
    ECHO
    ECHO     ACTIVATE
    ECHO     ALL
    ECHO     ASOCTBL5
    ECHO     CI
    ECHO     CIGEN
    ECHO     CIPER
    ECHO     CREATE
    ECHO     DISCFREE
    ECHO     DS
    ECHO     ERR
    ECHO     FILE
    ECHO     GRAPHIC
    ECHO     HELP
    ECHO     INT
    ECHO     JOBSESSION
    ECHO     LASER
    ECHO     LOADER
    ECHO     LOCKRIN
    ECHO     MISC
    ECHO     MYCOMMAND
    ECHO     NMLOADER
    ECHO     PROG
    ECHO     PV
    ECHO     REPLYINFO
    ECHO     RUN
    ECHO     SCANPARSE
    ECHO     SERIAL
    ECHO     SHUTDOWN
    ECHO     SINTERNL
    ECHO     STORE
    ECHO     SUSPEND
    ECHO     SYSMAIN
    ECHO     SYSTEM
    ECHO     USR2680
    ECHO     USRLOG
ELSE
    RUN ERR.PUB.LIBRARY,!MESSAGE_SET;PARM=!ERROR_NUM
ENDIF
 
=======================================================================
Leonard S. Berkowitz                    voice: (617) 423-2020
Warren, Gorham & Lamont                 fax: (617) 423-9057
31 St. James Avenue                e-mail: [log in to unmask]
Boston, Massachusetts 02116
 
 ----------
>From: owner-hp3000-l%UTCVM.UTC.EDU
>To: Multiple recipients of list HP3000-L
>Subject: Re: Quick error decode anyone?
>Date: Friday, December 29, 1995 5:32PM
>
>---------------------- Information from the mail header
>-----------------------
>Sender:       HP-3000 Systems Discussion <[log in to unmask]>
>Poster:       Jeff Woods <[log in to unmask]>
>Organization: Unison Software (Austin, Texas)
>Subject:      Re: Quick error decode anyone?
>---------------------------------------------------------------------------
 ----
>-
>
>On Fri, 22 Dec 95, Jeff Kell <[log in to unmask]> wrote:
>|I've forgotten the debug trick to decode error codes, can anyone tell me
>|what a subsys 231 error -36 is?
>
>The Debug technique is really handy when in Debug.  However, from the CI
>I prefer MSGUTIL.PUB.SYS.
>
>If you run MSGUTIL without any parms, it gives you a series of menus:
>
>vvvv-begin-quote-vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
vvvv
>v
>
>FM~JEFF.RR,JEFF[1,4] /RR/JEFF:msgutil
>***************************************************************************
****
>*
>******      MSGUTIL  --  SYSTEM CATALOG MESSAGE DISPLAY UTILITY
>******
>***************************************************************************
****
>*
>
>---------------- INTERACTIVE MODE ----------------
>
>                 M - Message display
>                 T - Time display
>                 E - Exit
>
>Menu Selection >m
>
>Enter SUBSYSTEM # [<cr> = quit] >231
>
>Native mode device file
>
>Enter MESSAGE # [<cr> = quit] >36
>---------------------------------------------------------------------------
 ----
>-
>---------------------------------------------------------------------------
 ----
>-
>There is no error number in the system catalog which corresponds to the
>specified status.
>HPE Error Management message 26
>
>Native mode device file
>
>Enter MESSAGE # [<cr> = quit] >
>
>Enter SUBSYSTEM # [<cr> = quit] >
>
>---------------- INTERACTIVE MODE ----------------
>
>                 M - Message display
>                 T - Time display
>                 E - Exit
>
>Menu Selection >
>FM~JEFF.RR,JEFF[1,5] /RR/JEFF:
>
>^^^^^^^-end-quote-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^
>^
>
>If you pass the subsys and error (as a positive value) in the info parm,
>then MSGUTIL skips the menus:
>
>vvvv-begin-quote-vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
vvvv
>v
>
>FM~JEFF.RR,JEFF[1,8] /RR/JEFF:msgutil '231,35'
>Native mode device file
>---------------------------------------------------------------------------
 ----
>-
>nmdf_create_device was called to create a device that already exists.
>Native mode device file message 35
>---------------------------------------------------------------------------
 ----
>-
>FM~JEFF.RR,JEFF[1,9] /RR/JEFF:
>
>^^^^^^^-end-quote-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^
>^
>
>I hope that helps (even though quite late).  Also, sorry about the poor
>formatting.
>--
>Jeff Woods <[log in to unmask]> [PGP key available]
>Women and cats will do as they please. And men and dogs should relax
>and get used to the idea. -- Robert A. Heinlein (1907 -1988)
>

ATOM RSS1 RSS2