<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DECwindows applications can't access server over TCPIP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464478#M48455</link>
    <description>I am running VMS V7.3 and DECwindows V1.2-6 with TCPware V5.6.&lt;BR /&gt;&lt;BR /&gt;On the VMS side I have done&lt;BR /&gt;$ SET DISPLAY/CREATE/SERVER=ip_addr/TRANS=TCPIP&lt;BR /&gt;&lt;BR /&gt;and on the Unix server box I've done&lt;BR /&gt;&lt;BR /&gt;% xhost +.&lt;BR /&gt;&lt;BR /&gt;I am able to use various TCP/IP applications between the two systems. But DECwindows applications all give me the familiar message that they can't access the server, as you'd see if the server's security were not set right.&lt;BR /&gt;&lt;BR /&gt;HOWEVER, I can tell that the VMS side has not even tried to contact the server as TCPware's send and receive counters are not incrementing. Tcpdump also doesn't show any traffic between the client and server. This is true even if I direct the display to 127.0.0.1. (The VMS box has no graphics hardware but it ought to exchange a few X transport messages with itself, shouldn't it?)&lt;BR /&gt;&lt;BR /&gt;I must be missing something but I have no idea what it might be.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Jan 2005 08:31:09 GMT</pubDate>
    <dc:creator>Galen Tackett</dc:creator>
    <dc:date>2005-01-17T08:31:09Z</dc:date>
    <item>
      <title>DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464478#M48455</link>
      <description>I am running VMS V7.3 and DECwindows V1.2-6 with TCPware V5.6.&lt;BR /&gt;&lt;BR /&gt;On the VMS side I have done&lt;BR /&gt;$ SET DISPLAY/CREATE/SERVER=ip_addr/TRANS=TCPIP&lt;BR /&gt;&lt;BR /&gt;and on the Unix server box I've done&lt;BR /&gt;&lt;BR /&gt;% xhost +.&lt;BR /&gt;&lt;BR /&gt;I am able to use various TCP/IP applications between the two systems. But DECwindows applications all give me the familiar message that they can't access the server, as you'd see if the server's security were not set right.&lt;BR /&gt;&lt;BR /&gt;HOWEVER, I can tell that the VMS side has not even tried to contact the server as TCPware's send and receive counters are not incrementing. Tcpdump also doesn't show any traffic between the client and server. This is true even if I direct the display to 127.0.0.1. (The VMS box has no graphics hardware but it ought to exchange a few X transport messages with itself, shouldn't it?)&lt;BR /&gt;&lt;BR /&gt;I must be missing something but I have no idea what it might be.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464478#M48455</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2005-01-17T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464479#M48456</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;SET DISPLAY/CREATE/NODE=ip_addr/TRANS=TCPIP&lt;BR /&gt;&lt;BR /&gt;/NODE gives the host address&lt;BR /&gt;/SERVER gives the server at that address&lt;BR /&gt;&lt;BR /&gt;Martin Kirby</description>
      <pubDate>Mon, 17 Jan 2005 08:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464479#M48456</guid>
      <dc:creator>Martin Kirby_1</dc:creator>
      <dc:date>2005-01-17T08:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464480#M48457</link>
      <description>is the TCPIP transport available?&lt;BR /&gt;&lt;BR /&gt;this global symbol sould include TCPIP&lt;BR /&gt;$ decw$server_transports &lt;BR /&gt;&lt;BR /&gt;and can be defined in SYS$COMMON:[SYSMGR]DECW$PRIVATE_SERVER_SETUP</description>
      <pubDate>Mon, 17 Jan 2005 09:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464480#M48457</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-17T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464481#M48458</link>
      <description>Galen,&lt;BR /&gt;&lt;BR /&gt;to clarify the other Martin's response:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;/NODE gives the host address&lt;BR /&gt;/SERVER gives the server at that address&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;/SERVER and /SCREEN refer to the X server number and screen number, respectively (the "normal" syntax is node:server#.screen#).&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 09:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464481#M48458</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-01-17T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464482#M48459</link>
      <description>Sorry, I typed in the SET DISPLAY command above from memory and just typed it wrong. I did the right thing on my actual system as Martin and Martin have indicated.&lt;BR /&gt;&lt;BR /&gt;I did edit DECW$PRIVATE_SERVER_SETUP.COM to enable TCPIP as a transport. I wasn't certain that this was necessary on the client side if it is not running as a server as well, but I made the edit anyway.&lt;BR /&gt;&lt;BR /&gt;I will check DECW$SERVER_TRANSPORTS when I get home today to see if it includes TCPIP--assuming that it is defined on a system that has no graphics card and isn't running a DECwindows server process.</description>
      <pubDate>Mon, 17 Jan 2005 09:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464482#M48459</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2005-01-17T09:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows applications can't access server over TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464483#M48460</link>
      <description>DECW$SERVER_TRANSPORTS and the server set-up shouldn't matter on a client system.&lt;BR /&gt;&lt;BR /&gt;Any firewalls in the way?&lt;BR /&gt;&lt;BR /&gt;Try connecting from the client system to the server system on port 6000 using something else (eg., traceroute, telnet), to separate DECwindows from network issues.&lt;BR /&gt;&lt;BR /&gt;Check the correct SYS$LIBRARY:DECW$TRANSPORT_TCPIP or SYS$LIBRARY:DECW$TRANSPORT__TCPIP image is present, I don't know if TCPware might change it.&lt;BR /&gt;&lt;BR /&gt;If you run DECW$EXAMPLES:ICO exactly what message do you get?</description>
      <pubDate>Mon, 17 Jan 2005 10:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-applications-can-t-access-server-over-tcpip/m-p/3464483#M48460</guid>
      <dc:creator>Martin Kirby_1</dc:creator>
      <dc:date>2005-01-17T10:28:44Z</dc:date>
    </item>
  </channel>
</rss>

