T.R | Title | User | Personal Name | Date | Lines |
---|
2169.1 | a WPS one | IOSG::CARLIN | Dick Carlin IOSG, Reading, England | Thu Jan 28 1993 10:07 | 12 |
|
Anna
My debug image tells me that 009E7312 doesn't exist, but 009E8312 is:
%DDX-E-DHP_BPSP, Bad print setting found while parsing a WPS header
I'll let someone else say what is the official way of finding out what
these errors mean.
Dick
|
2169.2 | THANKS! | STKHLM::LUNDSTEDT | | Thu Jan 28 1993 12:47 | 6 |
| Hi Dick!
Thanks for the fast reply!!
/*ANNA*
|
2169.3 | Is this the *official* way? | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Thu Jan 28 1993 14:17 | 17 |
| As I understand it, the offical way is as follows:
1) *Guess* which message file they are in, in this case DDXERR.MSG.
2) Compile the message file: $ MESSAGE/OBJECT DDXERR.MSG
3) Link it: $ LINK DDXERR
4) Add it to your message file list: $ SET MESSAGE DDXERR
5) Display it with the DCL message lexical:
$ WRITE SYS$OUTPUT F$MESSAGE( %X009E8312 )
However I like Dick's idea of using a DEBUG image much better, since
you get all the message files at once!
Graham
|
2169.4 | what happened? | GIDDAY::BURT | Chele Burt - CSC Sydney, DTN 7355693 | Wed Jul 14 1993 07:25 | 19 |
| Hello all,
What was the base-noter's result?
I have a custoemr who has reported the same problem under similar
circumstances.
I tried doing a
2) Compile the message file: $ MESSAGE/OBJECT DDXERR.MSG
3) Link it: $ LINK DDXERR
and ended up getting an error message before I could get any further along:
%LINK-W-USRTFR, image DISK$LPS:[ALLIN1.LLV_BRITISH]DDXERR.EXE;2 has no user
transfer address
Thanks & regards,
Chele B
|
2169.5 | LINK/SHAREABLE ? | IOSG::HULIN | Ian Hulin, IOSG: REO, DTN 830-6141 | Wed Jul 14 1993 14:31 | 12 |
| G'dye Chele,
I think my esteemed colleague meant link it as a shareable image using
$ LINK/SHAREABLE
LINK otherwise defaults to an executable image, hence its bellyaching about
the lack of a transfer address.
Cheers,
Ian
|
2169.6 | Is that the real question? | IOSG::CHINNICK | gone walkabout | Wed Jul 14 1993 15:16 | 8 |
|
Ian,
I thought Chele was asking about the DDX message as well...?
You are correct about LINK/SHARE being required however.
Paul.
|
2169.7 | tanj | GIDDAY::BURT | Chele Burt - CSC Sydney, DTN 7355693 | Thu Jul 15 1993 06:03 | 13 |
| Hello,
duh. I have enough problems reading the letters, let alone between the lines
and the spaces.
WRITE SYS$OUTPUT F$MESSAGE(%X009E8312)
%DDX-E-DHP_BPSP, Bad print setting found while parsing a WPS header
Ptui.
Thanks for your help.
Chele
|
2169.8 | By the way | IOSG::SHOVE | Dave Shove -- REO2-G/M6 | Wed Jul 21 1993 13:21 | 6 |
| Actually, you can skip the /SHARE in the LINK command and ignore the
message about no transfer address (it is a warning, as you can see).
You can still SET MESSAGE the resulting .EXE
D.
|