- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DECWindows: Cannot open display
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
09-20-2006 11:01 PM
09-20-2006 11:01 PM
Cannot open display
: non-translatable vms error code: 0x1BC
%system-f-nolognam, no logical name match
I have a two node cluster and this works on one and doesn't on another.
I have compared all sys$specific files starting DECW* etc. They all match. Also compared all logicals they all are there.
Can someone please help. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:05 PM
09-20-2006 11:05 PM
Re: DECWindows: Cannot open display
pls. enter a $ SHO DISPLAY?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:12 PM
09-20-2006 11:12 PM
Re: DECWindows: Cannot open display
MPDTP1::SYSTEM> show display
Device: WSA14: [super]
Node: 10.48.0.75
Transport: TCPIP
Server: 0
Screen: 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 01:18 AM
09-21-2006 01:18 AM
Re: DECWindows: Cannot open display
What kind of system is Node: 10.48.0.75 ?
Does it run some kind of X server?
If so, are the security settings correct?
Just some thoughts.
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 02:04 AM
09-21-2006 02:04 AM
Re: DECWindows: Cannot open display
Thats my PC. It runs exceed. It works from the 2nd node in the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 09:29 AM
09-21-2006 09:29 AM
Re: DECWindows: Cannot open display
Does SHOW DISPLAY on the working node look the same as on the non-working node? (I assume you've already confirmed that).
I'd also try throwing a display at some other X server to see if the problem might be that particular server. If you've got an OpenVMS X server, maybe try DECnet protocol? Or, if the node has a graphical console try LOCAL to itself.
I'm not familiar with exceed, so don't know what security settings might be needed. Maybe there's a *::* setting to let everything through you could enable for testing?
ICO is an excellent choice of test program. It's simple and has excellent error reporting (at least MOST of the time ;-)
A bigger hammer, (requires CMKRNL) try:
$ SET WATCH/CLASS=MAJ FILE
$ MCR DECW$EXAMPLES:ICO
and compare the sequence of file operations between working and non-working systems. Might give a clue.
Also a big hammer, try comparing the logical names defined on each node (sorry not easy to do). Anything obvious missing from the failing node?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 09:47 AM
09-21-2006 09:47 AM
SolutionA long shot... I found a similar problem report from a long time ago that turned out to be caused by missing "UCX$" logical names. TCPIP services should define both TCPIP$ and equivalent UCX$ logical names. Many things work from the TCPIP$ logical names, so don't care about UCX$. DECwindows uses UCX$ for upwards compatibility.
Is it possible some well meaning person decided to remove all the "superfluous" UCX logical names from one node?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 06:41 PM
09-21-2006 06:41 PM
Re: DECWindows: Cannot open display
You know what - you are absolutely briliant. Lucky you had similar problem.
I had tried everything you had suggested. I had also compared logicals on both nodes I found the UCX$INET* logcals missing on the node where DECW is not working. When I ran ico.exe it gave me error of "missing logicals..." or something like that. But since they were UCX$ logicals I thoght why they should be there at all when we have TCP/IP 5.4 exo 5 etc.
As soon as I introduced those logicals (after your suggestion) its all working ok.
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 06:46 PM
09-21-2006 06:46 PM