<?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 Re: Converting an x25 access app to TCPIP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996967#M52743</link>
    <description>Thanks to everyone who has replied.&lt;BR /&gt;The app is native x25.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Aug 2006 13:48:54 GMT</pubDate>
    <dc:creator>Douglas Fisher</dc:creator>
    <dc:date>2006-08-14T13:48:54Z</dc:date>
    <item>
      <title>Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996959#M52735</link>
      <description>We have an application that needs to be converted to use tcpip. As with x25 the incomming connection needs to create the job, invoke the app and the app must be able to continue detached after the connection is dropped. Then end after finishing processing.&lt;BR /&gt;&lt;BR /&gt;I've looked through the doc's and havn't found much.&lt;BR /&gt;Can anyone out there help?</description>
      <pubDate>Sat, 12 Aug 2006 17:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996959#M52735</guid>
      <dc:creator>Douglas Fisher</dc:creator>
      <dc:date>2006-08-12T17:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996960#M52736</link>
      <description>Douglas,&lt;BR /&gt;&lt;BR /&gt;the (rather) easy way is to switch to DECnet-overIP. Essentially you reconfigure DECnet to use IP as carrier instead of X25.&lt;BR /&gt;Trying to replace --DECNET-- with various IP utilities is essentially a re-write of the networking functionalities of all your apps.&lt;BR /&gt;&lt;BR /&gt;-- maybe a crude first approximation, but is IS threat devider between two possible ways to go.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sun, 13 Aug 2006 04:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996960#M52736</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-13T04:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996961#M52737</link>
      <description>WHAT AN UGLY TYPO!!&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;but is IS threat devider &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;dhould have been&lt;BR /&gt;but is IS the great devider&lt;BR /&gt;&lt;BR /&gt;sorry..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sun, 13 Aug 2006 04:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996961#M52737</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-13T04:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996962#M52738</link>
      <description>Douglas,&lt;BR /&gt;&lt;BR /&gt;as long as the app does not try to read/write on the TCPIP socket after the client has disconnected or treats the disconnect as a fatal error, there should be not much of a problem to rewrite your X.25 application to use e.g. TCPIP sockets.&lt;BR /&gt;&lt;BR /&gt;There is even an example in TCPIP$EXAMPLES:&lt;BR /&gt;&lt;BR /&gt;TCPIP$TCP_SERVER_SOCK_AUXS.C&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 13 Aug 2006 04:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996962#M52738</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-13T04:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996963#M52739</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;that is one of the main reasons I would prefer tp continue using DECnet:&lt;BR /&gt;DECnet has all kinds of error handling in it automagically.&lt;BR /&gt;Those handlings are also possible in TCPIP, but YOU HAVE TO CODE THEM EXPLICITLY IN YOUR CODE.&lt;BR /&gt;We found out the hard way. some 5 years ago. It was decided (against the advice of several techies including myself) to abondon DECnet altogether and _NOT_ allow DECnet-over-IP (can you imagine: for security reasons!).&lt;BR /&gt;Well, the rock-solid connections we were used to had quite gone. Over time the most apps now have error hanfling added, but the cost has been tremendius, and we are still (after 5 years!) not really at the level we used to be.&lt;BR /&gt;&lt;BR /&gt;But, given that politics is more important than money, or user satisfaction, the project WAS declared an enormous succes.  (the organisation now save 5 % of the changeover cost annually!)&lt;BR /&gt;&lt;BR /&gt;Just our experience, YMMV !!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sun, 13 Aug 2006 05:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996963#M52739</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-13T05:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996964#M52740</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;if this is a native X.25 access application, DECnet may not even be involved, so I don't see, how DECnet-over-IP could be used to replace the X.25 connection.&lt;BR /&gt;&lt;BR /&gt;If it would be DLM (Data Link Mapping = DECnet over X.25), then replacing this with DECnet-over-IP might even be transparent to the application.&lt;BR /&gt;&lt;BR /&gt;Let's see what Douglas has to say...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 13 Aug 2006 06:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996964#M52740</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-13T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996965#M52741</link>
      <description>Yes, Ok.&lt;BR /&gt;&lt;BR /&gt;My experience is limited to DECnet-over-IP, so, if for Douglas that is not the case, my answers so far do not apply, and I have no opinion either way.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Aug 2006 07:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996965#M52741</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-13T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996966#M52742</link>
      <description>I can't comment on your application, but there is an alternative, and that is to use an X.25 to TCP Gateway. &lt;BR /&gt;&lt;BR /&gt;See &lt;BR /&gt;&lt;A href="http://www.funkwerk-ec.com/scripts/info_cd/en/solutions/50-ss_tcp_to_x25_gw_1-en.pdf" target="_blank"&gt;http://www.funkwerk-ec.com/scripts/info_cd/en/solutions/50-ss_tcp_to_x25_gw_1-en.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However I don't know how well represented the company is in the US.&lt;BR /&gt;&lt;BR /&gt;They built in this feature as a special request from a large Telco provider here in Germany, so it must work. &lt;BR /&gt;&lt;BR /&gt;I've used these Router/Gateways in the past to replace old Digital DECNIS routers by using XOT instead of GAP. In the past their solutions were also popular because it enabled X.25 customers to use X.25 over ISDN without changing the backend configuration bar the calling #. &lt;BR /&gt; &lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 14 Aug 2006 13:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996966#M52742</guid>
      <dc:creator>john Dite</dc:creator>
      <dc:date>2006-08-14T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996967#M52743</link>
      <description>Thanks to everyone who has replied.&lt;BR /&gt;The app is native x25.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 13:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996967#M52743</guid>
      <dc:creator>Douglas Fisher</dc:creator>
      <dc:date>2006-08-14T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996968#M52744</link>
      <description>If you're interested I could get you some english documentation. Let me know.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 14 Aug 2006 13:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996968#M52744</guid>
      <dc:creator>john Dite</dc:creator>
      <dc:date>2006-08-14T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996969#M52745</link>
      <description>Hi Douglas,&lt;BR /&gt;&lt;BR /&gt;You didn't stipulate whether or not your server needed to handle multiple simultaneous requests; this would make a difference. But if you're happy with INETd here's a $QIO example in a language that's easy to understand.&lt;BR /&gt;&lt;BR /&gt;Regards Richard Maher</description>
      <pubDate>Tue, 15 Aug 2006 08:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996969#M52745</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2006-08-15T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Converting an x25 access app to TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996970#M52746</link>
      <description>Found a work around using llc2 as a transport. This is a very old app that had some quirks we had to discover before we could get it to answere.&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for the help, even though I didn't use the info this time I will certainly be using it soon.</description>
      <pubDate>Wed, 16 Aug 2006 13:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/converting-an-x25-access-app-to-tcpip/m-p/4996970#M52746</guid>
      <dc:creator>Douglas Fisher</dc:creator>
      <dc:date>2006-08-16T13:37:07Z</dc:date>
    </item>
  </channel>
</rss>

