[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3063.0. "Display Served to VMS from ULTRIX??" by ALLVAX::MCDONALD (Life could be a dream.) Wed Jul 11 1990 15:56

    
    	On RISC ULTRIX I am trying to serve the DECWindows display
    	of a certain vendor product over to a VMS based DECWindows
    	system.
    
    	I have set the security properly on the VMS system and I
    	issue the following commands on the RISC machine:
    
    		setenv DISPLAY node::0
    		
    	When I run the product, the display does not show up anywhere...
    	it just sortof hangs.
    
    	Any thoughts?
    
    	(p.s. This HAS been posted in an ULTRIX Conference as well)
    
    
    							mac
    
T.RTitleUserPersonal
Name
DateLines
3063.1What's in the error log?STAR::VATNEPeter Vatne, VMS DevelopmentWed Jul 11 1990 19:077
Check SYS$MANAGER:DECW$SERVER_0_ERROR.LOG, and see what the server
has to say about the connection.  If it refused the connection,
then your security is in fact not set up properly.

Setting up security can be tricky.  Are you using DECnet or TCP/IP?
If DECnet, then you should enable both the user name and the UID.
If TCP/IP, you must enable user name *.
3063.2HmmmALLVAX::MCDONALDLife could be a dream.Thu Jul 12 1990 13:057
    
    No errors in the log... 
    
    I CAN serve a regular terminal window without a hitch, but this 
    particular application hangs. Perhaps it IS application specific.
    
    							Thom
3063.3Sounds like you didn't enable the user idSTAR::VATNEPeter Vatne, VMS DevelopmentThu Jul 12 1990 14:593
Being able to display a terminal window but not an application is
a symptom of enabling the user name but not the user id.  However,
I would expect to see an access failure logged in that case.
3063.4Hmm?ALLVAX::MCDONALDLife could be a dream.Thu Jul 12 1990 22:003
    
    I'm not SURE I follow you when you say "enable the user id"...
    
3063.5Whose toolkit is it built with?R2ME2::VANGILDERJim V., DECwindows ToolkitsFri Jul 13 1990 10:455
If the application was built with the MIT Xlib, rather than
the Digital supplied version, I don't think it will support
opening DECnet connections.

3063.6Re: .5MIPSBX::thomasThe Code WarriorSat Jul 14 1990 18:421
Depends on how you build Xlib.  If you use DNETCONN, DECnet works just fine.
3063.7How to "enable the user id"STAR::VATNEPeter Vatne, VMS DevelopmentMon Jul 16 1990 18:5310
I have just entered a release note for V5.4 to explain this.

If you are using DECnet to display an Ultrix application on a
VMS workstation, you must use the Customize Security menu to
authorize both the user name and the user identification number
(user ID).  This is because some applications will identify the user
by the user name, and some will identify the user by the user ID.

The user ID is a small number less than 32000.  It is the number
found in the /etc/passwd file.