T.R | Title | User | Personal Name | Date | Lines |
---|
1404.1 | HELLO??? | LEZAH::MCHIASSON | | Tue Sep 12 1989 15:20 | 5 |
| Hello out there??? Does anybody read this conference? I still need
help!
mc
|
1404.2 | | QUARK::LIONEL | Free advice is worth every cent | Tue Sep 12 1989 16:38 | 10 |
| Sure, lots of people read this conference.
That error is usually caused by your not having a valid display defined.
Can the process you run the bookreader from see the definition of the
logical name DECW$DISPLAY?
I'll assume your reference to "VWS" in the title was supposed to be "VMS".
Steve
|
1404.3 | No DECW$DISPLAY | LEZAH::MCHIASSON | | Wed Sep 13 1989 09:24 | 8 |
| Yes, 'VWS' was supposed to be VMS.
I cannot see the logical DECW$DISPLAY when I try and show the logicals,
so I would assume that is the problem. What should DECW$DISPLAY
be pointing to?
mc
|
1404.4 | Read the ... | REINIG::REINIG | This too shall change | Wed Sep 13 1989 10:18 | 4 |
| set display/create/node=<nodename>
August G. Reinig
|
1404.5 | | QUARK::LIONEL | Free advice is worth every cent | Wed Sep 13 1989 11:05 | 22 |
| Trying to be a bit more helpful...
When your session manager logs in, it creates a logical name in the job
table for DECW$DISPLAY. This logical is thus "visible" to the session
manager and any subprocesses it creates. However, if you create other
processes not in the job tree of the session manager (such as by
RUN/DETACHED), these processes can't see the definition and thus need to
have the display defined for them.
One obvious solution is to do a SET DISPLAY/CREATE as indicated in .3. My
solution is to copy the definition of DECW$DISPLAY into the group table
as follows:
$ DEFINE/GROUP DECW$DISPLAY 'F$TRNLNM("DECW$DISPLAY")
I do this in my DECW$LOGIN.COM.
I know of nothing that changed in DECwindows that would cause a difference
in behavior.
Steve
|