<?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 DS90TL PROBLEM in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087812#M13508</link>
    <description>&lt;!--!*#--&gt;I am in the process of converting one of our remote clients (in Wisconsin) over to our ASP Alpha in Illinois. They will have either a frame line or a VPN tunnel to us and will Telnet to us from a terminal emulator.   The remote client is on a AlphaServer 800 5/400 running OpenVMS AXP V7.1-1H2  and MultiNet V4.1 Rev B.   The ASP Alpha is an AlphaServer ES45 Model 2 running OpenVMS AXP V7.3-1 (soon to be upgraded to V8.3)  and  MultiNet V4.4 Rev A-X (soon to be upgraded to V5.2).&lt;BR /&gt;&lt;BR /&gt;They also have a DS90TL that communicates with a Baker/Autoscript Drug Counting System. A detached process communicates with the Baker Cell via a VT terminal, which is connected to the DS90TL,  by using the RS-232 printer port on the terminal.  &lt;BR /&gt;&lt;BR /&gt;My problem is: How can I communicate with the DS90L once the Alpha at the remote site is deinstalled?&lt;BR /&gt;&lt;BR /&gt;Any and all help on this problem is appreciated..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Randy,&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Oct 2007 17:23:17 GMT</pubDate>
    <dc:creator>Randy Johnson_6</dc:creator>
    <dc:date>2007-10-17T17:23:17Z</dc:date>
    <item>
      <title>DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087812#M13508</link>
      <description>&lt;!--!*#--&gt;I am in the process of converting one of our remote clients (in Wisconsin) over to our ASP Alpha in Illinois. They will have either a frame line or a VPN tunnel to us and will Telnet to us from a terminal emulator.   The remote client is on a AlphaServer 800 5/400 running OpenVMS AXP V7.1-1H2  and MultiNet V4.1 Rev B.   The ASP Alpha is an AlphaServer ES45 Model 2 running OpenVMS AXP V7.3-1 (soon to be upgraded to V8.3)  and  MultiNet V4.4 Rev A-X (soon to be upgraded to V5.2).&lt;BR /&gt;&lt;BR /&gt;They also have a DS90TL that communicates with a Baker/Autoscript Drug Counting System. A detached process communicates with the Baker Cell via a VT terminal, which is connected to the DS90TL,  by using the RS-232 printer port on the terminal.  &lt;BR /&gt;&lt;BR /&gt;My problem is: How can I communicate with the DS90L once the Alpha at the remote site is deinstalled?&lt;BR /&gt;&lt;BR /&gt;Any and all help on this problem is appreciated..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Randy,&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 17:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087812#M13508</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2007-10-17T17:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087813#M13509</link>
      <description>Randy,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;A detached process communicates with the &lt;BR /&gt;&amp;gt;Baker Cell via a VT terminal, which is &lt;BR /&gt;&amp;gt;connected to the DS90TL,  by using the RS-&lt;BR /&gt;&amp;gt;232 printer port on the terminal.  &lt;BR /&gt;&lt;BR /&gt;  What protocol does the detached process use to talk to the serial port on the DS90TL? It could be LAT or TCPIP. If it's LAT you'll need to change your code, and the DS90TL configuration to use TCPIP instead (Although there were once bridges which could be used to extend LAT across wider networks, this is not somewhere you want to go today!) &lt;BR /&gt;&lt;BR /&gt;  If the code is already talking TCPIP, it might not need any modifications at all, just make sure there's an IP path from the host Alpha to the DS90TL.&lt;BR /&gt;&lt;BR /&gt;  When doing this kind of thing, it's important to start as simple as possible, so start by putting a VT terminal on a spare port on the DS90TL, then from the host just make sure you can communicate with a person at the terminal with simple READs and WRITEs. Once you've got that down working, THEN worry about the printer port and talking to the counter gizmo.&lt;BR /&gt;&lt;BR /&gt;  Once it's working, make sure you have a backup of the DS90TL configuration - both binary and screen dump printouts. You'd be amazed how many times an old DS fails after a decade or two of continuous uptime, and noone has the slightest clue how it was configured (well, actually you'd be even more amazed at how FEW of these things ever fail, but when it happens, there are no backups, and the last guy who could even name the box was retrenched in 1996, and the boot node, VAX, was decommissioned in 1998).</description>
      <pubDate>Wed, 17 Oct 2007 17:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087813#M13509</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-17T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087814#M13510</link>
      <description>&lt;!--!*#--&gt;John,&lt;BR /&gt;&lt;BR /&gt;We are currently using LAT via LTA device. Will the LTA device change to a different device using TCPIP? If so, how do I set it up?&lt;BR /&gt;&lt;BR /&gt;What changes would have to be made to the code other than pointing to a TCP/IP device instead of the LTA device?&lt;BR /&gt;&lt;BR /&gt;Is there any documentation on how to setup the DS90TL for Telnet??&lt;BR /&gt;&lt;BR /&gt;   Randy,&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087814#M13510</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2007-10-18T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087815#M13511</link>
      <description>This question comes up fairly regularly in the context of switching from LAT to telnet-based network printers.  &lt;BR /&gt;&lt;BR /&gt;In general, telnet is a fairly good match for LAT, but there are some things that LAT can do that telnet can't.  And there are  some low-level differences, and a plethora of API-level differences for those applications that are using $qio-level calls directly.&lt;BR /&gt;&lt;BR /&gt;The port might be mostly straight over, or you might end up working on some code.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;We are currently using LAT via LTA device. Will the LTA device change to a different device using TCPIP? If so, how do I set it up?&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It'll probably be a TN device.  Telnet.&lt;BR /&gt;&lt;BR /&gt;How you set it up varies, based on what the application is doing with LAT and with the I/O channel.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;What changes would have to be made to the code other than pointing to a TCP/IP device instead of the LTA device?&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It really depends on what the device and what the application are doing.&lt;BR /&gt;&lt;BR /&gt;If the application is using LAT-level $qio calls, for instance, you'll have to change the code.  &lt;BR /&gt;&lt;BR /&gt;If the application is opening up the port and performing in-band I/O, it'll probably come across with a few changes needed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Is there any documentation on how to setup the DS90TL for Telnet??&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;The DECserver manual covers this setup and configuration in some detail.  You should be able to find DECserver manuals over at the DNPG web site.  (&lt;A href="http://www.dnpg.com)" target="_blank"&gt;www.dnpg.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;here's a little related reading:&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/288" target="_blank"&gt;http://64.223.189.234/node/288&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're in a hurry, there are bridges available for LAT and DECnet Phase IV and other such classic protocols; that connect these over an IP backbone.&lt;BR /&gt;&lt;BR /&gt;Check your source code.  See what it's doing.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2007 11:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087815#M13511</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-10-18T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087816#M13512</link>
      <description>Randy,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What changes would have to be made to the &lt;BR /&gt;&amp;gt;code other than pointing to a TCP/IP &lt;BR /&gt;&amp;gt;device instead of the LTA device?&lt;BR /&gt;&lt;BR /&gt;Probably a complete rewrite. Broadly, there are two ways the application may have been written.&lt;BR /&gt;&lt;BR /&gt;1) The "correct" way&lt;BR /&gt;2) The "quick and dirty, mostly works" way&lt;BR /&gt;&lt;BR /&gt;1) If it's been coded correctly with all the right $QIOs to create and connect the LAT device, then you'll need to throw it all away and replace it with the equivalent TCPIP functions. As Hoff says, there is no simple one-for-one mapping between LAT and Telnet.&lt;BR /&gt;&lt;BR /&gt;2) Some applications relied on LATCP to create a LAT device, and then ran a program which used the LTA device as if it were a serial port or file. Strictly speaking, this was unsupported, and not guaranteed to work because there was no certainty about how the connection was established, or how it might behave in the presence of other LAT devices mapped to the same physical port. In most cases it would "work" if the initial operation on the LTA device was a WRITE. It would NEVER work if the initial operation was a READ - think about it. &lt;BR /&gt;&lt;BR /&gt;Although TELNET/CREATE can create a TN device, which you might *think* is similar to an LTA device created with LATCP, you cannot use the TN device in the same manner as an LTA device, so again you probably need to rip out all the code, and replace it with TCPIP stuff.&lt;BR /&gt;&lt;BR /&gt;If you have a 2) type program, there is a 3rd option... using the pseudo terminal driver, you can setup a pair of pseudo terminals "back to back" with a process in between shovelling data across. Your program can read and write one side, and the other side can be logged in and telnet to the remote end. It's a rather ugly hack, since you end up with three processes doing the work of one, BUT it has the advantage that you don't need to change your original application. Somewhere around I have a program called "WIRE.C" which effectively implements the software "cable" between the two pseudo terminals. I wrote it to replace a physical cable between two serial ports used to fix a similar situation to yours - an application expecting a serial port, which I wanted to run across a telnet session. At the time I thought it one of the most pointless programs imaginable, but it's been used several times in circumstances similar to yours. Definitely not recommended...</description>
      <pubDate>Thu, 18 Oct 2007 18:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087816#M13512</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-18T18:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087817#M13513</link>
      <description>Hi Randy,&lt;BR /&gt;&lt;BR /&gt;I would like suggest following...&lt;BR /&gt;&lt;BR /&gt;1) How to deal with load request of the Terminal Server?&lt;BR /&gt;- I could provide you with some old DEC terminal server SW for Windowsin order to provide a load host =&amp;gt; DEC Netrider.&lt;BR /&gt;But no guaranty it will work with Windows 2000 or higher or with your terminal server.&lt;BR /&gt;In case this will not work try an Lantronix Box. This will work without any load host and is affordable.&lt;BR /&gt; &lt;A href="http://www.lantronix.com/device-networking/external-device-servers/uds-10.html" target="_blank"&gt;http://www.lantronix.com/device-networking/external-device-servers/uds-10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) Why not use and unused terminal server port and configure it for TCP/IP.&lt;BR /&gt;Then do some tests and try.&lt;BR /&gt;If the code change is possible or what ever, maybe you can use logicals which are pointing to a telnet printer queue?&lt;BR /&gt;&lt;BR /&gt;I will provide some sample scripts with terminal server cmds of how to setup TCP/IP and telnet on DECserver.&lt;BR /&gt;I am looking forward for your feedback.&lt;BR /&gt;Regards&lt;BR /&gt; Andreas</description>
      <pubDate>Fri, 19 Oct 2007 16:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087817#M13513</guid>
      <dc:creator>Andreas Vollmer</dc:creator>
      <dc:date>2007-10-19T16:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087818#M13514</link>
      <description>&lt;!--!*#--&gt;Thanks for the replies, which are very useful.&lt;BR /&gt;&lt;BR /&gt;Andreas, thanks for the attachments on how to set up the DS90TL to use Telnet..&lt;BR /&gt;&lt;BR /&gt;I am going to leave this open for awhile.  Hopefully, I can rearrange my priorities so that I can do some testing on this in the near furture..&lt;BR /&gt;&lt;BR /&gt;   Randy,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Oct 2007 16:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087818#M13514</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2007-10-24T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087819#M13515</link>
      <description>I am now going to try this..&lt;BR /&gt;Andreas - I downloaded the ZIP file from your message on 10/19/07 but I am not able to UNZIP it.  Can you attach it in a different format or EMail it to me??&lt;BR /&gt;&lt;BR /&gt;    Randy,&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 16:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087819#M13515</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-23T16:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087820#M13516</link>
      <description>Hi Randy,&lt;BR /&gt;&lt;BR /&gt;Not entirely sure if this is what you need, but you'll find the owners manual for the 90TL here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vt100.net/mirror/mds-199909/cd2/network/dsrveom1.pdf" target="_blank"&gt;http://vt100.net/mirror/mds-199909/cd2/network/dsrveom1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 23 Jun 2008 17:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087820#M13516</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-06-23T17:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087821#M13517</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I downloaded the ZIP file from your message&lt;BR /&gt;&amp;gt; on 10/19/07 but I am not able to UNZIP it.&lt;BR /&gt;&lt;BR /&gt;Downloaded how?  Which UnZip ("unzip -v")?&lt;BR /&gt;I did it using SWB ("Mozilla/5.0 (X11; U;&lt;BR /&gt;OpenVMS COMPAQ_Professional_Workstation;&lt;BR /&gt;en-US; rv:1.7.13) Gecko/20060506") with no&lt;BR /&gt;trouble:&lt;BR /&gt;&lt;BR /&gt;alp $ unzip -l 294722.ZIP&lt;BR /&gt;Archive:  ALP$DKA0:[SMS.ITRC]294722.ZIP;1&lt;BR /&gt;  Length     Date   Time    Name&lt;BR /&gt; --------    ----   ----    ----&lt;BR /&gt;     1545  10-04-96 08:36   DS_tcp_echo.TXT&lt;BR /&gt;    11194  10-19-07 23:30   PF_DS90m_Setup Idea.txt&lt;BR /&gt;       69  03-05-03 14:20   DS_TS_Support.txt&lt;BR /&gt;     3411  11-03-04 22:22   DS_telnet_printer.TXT&lt;BR /&gt;     4490  10-04-96 07:54   DS_telnet_Port.TXT&lt;BR /&gt;     2228  10-04-96 08:34   DS_telnet_break.TXT&lt;BR /&gt;     5677  10-04-96 08:33   DS_TCP_setup.TXT&lt;BR /&gt;     4134  10-04-96 08:35   DS_tcp_remote_cons.TXT&lt;BR /&gt;     4965  10-04-96 08:31   DS_tcp_port.TXT&lt;BR /&gt;    19719  10-19-07 23:35   README DEC ASM-SW.TXT&lt;BR /&gt; --------                   -------&lt;BR /&gt;    57432                   10 files&lt;BR /&gt;&lt;BR /&gt;That's "UnZip 5.52 of 28 February 2005, by&lt;BR /&gt;Info-ZIP. [...]", "Compiled with DEC C&lt;BR /&gt;V6.5-001 for OpenVMS (V7.3-1 Alpha) on May 18&lt;BR /&gt;2005.".&lt;BR /&gt;&lt;BR /&gt;As usual, "I am not able" is not a useful&lt;BR /&gt;problem description.</description>
      <pubDate>Mon, 23 Jun 2008 17:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087821#M13517</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-23T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087822#M13518</link>
      <description>I have downloaded the manual.&lt;BR /&gt;&lt;BR /&gt;Andreas provided some sample scripts with terminal server cmds of how to setup TCP/IP and telnet on DECserver. I am assuming it is in his attachment...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 17:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087822#M13518</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-23T17:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087823#M13519</link>
      <description>I doubled click on the attachment, saved the file to my desk top, FTP'ed the file to my Alpha in both text and binary mode.  I am using UNZIP 5.42 by Info-ZIP..&lt;BR /&gt;&lt;BR /&gt;In text mode I get:&lt;BR /&gt;UNZIP52 -l DS90TL_TCPIP_CMDS_TEXT.ZIP&lt;BR /&gt; &lt;BR /&gt;     Error:  zipfile is in variable-length record format.  Please&lt;BR /&gt;     run "bilf l DGA3:[SXC_CIGNA_PROD]DS90TL_TCPIP_CMDS_TEXT.ZIP;1" to convert t&lt;BR /&gt;he zipfile to stream-LF&lt;BR /&gt;     record format.  (BILF is available at various VMS archives.)&lt;BR /&gt;NOTE: I am trying to find BILF&lt;BR /&gt;&lt;BR /&gt;In binary mode I get:&lt;BR /&gt;UNZIP52 -l DS90TL_TCPIP_CMDS_BINARY.ZIP&lt;BR /&gt;Archive:  DGA3:[SXC_CIGNA_PROD]DS90TL_TCPIP_CMDS_BINARY.ZIP;1&lt;BR /&gt;  End-of-central-directory signature not found.  Either this file is not&lt;BR /&gt;  a zipfile, or it constitutes one disk of a multi-part archive.  In the&lt;BR /&gt;  latter case the central directory and zipfile comment will be found on&lt;BR /&gt;  the last disk(s) of this archive.&lt;BR /&gt;unzip:  cannot find zipfile directory in ds90tl_tcpip_cmds_binary.zip,&lt;BR /&gt;        and cannot find DGA3:[SXC_CIGNA_PROD]DS90TL_TCPIP_CMDS_BINARY.ZIP;1.zip,&lt;BR /&gt; period.&lt;BR /&gt;&lt;BR /&gt;Steven - Could you EMail me the *.TXT files??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Randy,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 18:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087823#M13519</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-23T18:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087824#M13520</link>
      <description>This with unzip 5.42?  Really?  (I thought only HP was using zip and unzip that ancient and that buggy.)  &lt;BR /&gt;&lt;BR /&gt;Try it again with unzip 5.52 (current released version), and see if you get any further.  The more recent versions have cleaned up a whole lot of "fun" with the tools...&lt;BR /&gt;&lt;BR /&gt;The pre-built image versions of zip and unzip found on the OpenVMS Freeware V8.0 distro (see &lt;A href="http://mvb.saic.com/)" target="_blank"&gt;http://mvb.saic.com/)&lt;/A&gt; were deliberately built against very old OpenVMS releases, so they should work on most anything folks might have)&lt;BR /&gt;&lt;BR /&gt;As for ftp, it's binary transfers all the way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087824#M13520</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-23T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087825#M13521</link>
      <description>If you're downloading with a web browser, some of the web browsers can make odd ftp transfer choices.   In particular, there are some differences in the defaults for unrecognized file extensions; browser-based zip file downloads need to be binary.  Put another way, if this is Windows and IE, try Firefox.  If this is Windows and Firefox, try IE.&lt;BR /&gt;&lt;BR /&gt;I just downloaded the zipped attachment on a Mac OS X box running Safari, and it unpacked just fine.&lt;BR /&gt;&lt;BR /&gt;If you're doing direct manual binary ftp downloads from ITRC, then ignore this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087825#M13521</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-23T20:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087826#M13522</link>
      <description>How do I do a "direct manual binary ftp downloads from ITRC" ????&lt;BR /&gt;&lt;BR /&gt;    Randy,&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087826#M13522</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-23T20:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087827#M13523</link>
      <description>I tried unzip 5.52 and got the same error messages..&lt;BR /&gt;&lt;BR /&gt;   Randy,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087827#M13523</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-23T20:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087828#M13524</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I doubled click on the attachment,&lt;BR /&gt;&lt;BR /&gt;So, you're running some version of some Web&lt;BR /&gt;browser on some system of some type?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  saved the file to my desk top,&lt;BR /&gt;&lt;BR /&gt;Ah.  _Now_ I understand.  A system of some&lt;BR /&gt;type which has some relationship with your&lt;BR /&gt;desk.  Thanks for clearing that up.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How do I do a "direct manual binary ftp&lt;BR /&gt;&amp;gt; downloads from ITRC" ????&lt;BR /&gt;&lt;BR /&gt;You might just run a Web browser on your VMS&lt;BR /&gt;system.  It worked for me.  Or try something&lt;BR /&gt;like:&lt;BR /&gt;&lt;BR /&gt;wget &lt;A href="http://antinode.info/ftp/misc/294722.zip" target="_blank"&gt;http://antinode.info/ftp/misc/294722.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or do whatever you need to do to keep your&lt;BR /&gt;(unspecified) Web browser from corrupting the&lt;BR /&gt;file as it's downloaded from the ITRC.</description>
      <pubDate>Mon, 23 Jun 2008 21:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087828#M13524</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-06-23T21:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087829#M13525</link>
      <description>Hi Randy,&lt;BR /&gt;&lt;BR /&gt;I think it's an IE7 problem... I get "The Compressed (zipped) Folder is invalid or corrupted" using XP's built in zip handling, after downloading the attachment via IE7.&lt;BR /&gt;&lt;BR /&gt;Downloading the same file with Firefox, or Perl's lwp-download and it unzips fine with XP.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 23 Jun 2008 21:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087829#M13525</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-06-23T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087830#M13526</link>
      <description>Rob, you hit it on the head.. Since my company will not allow me to install Firefox on my office computer, I installed it om my home PC and downloaded the zip attachment. I copied it to a stick and downloaded it to my Alpha and Unzipped it with no problem..&lt;BR /&gt;&lt;BR /&gt;Now the fun begins setting up the DecServer for TCP/IP and accessing the ports..&lt;BR /&gt;&lt;BR /&gt;   Randy,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 15:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087830#M13526</guid>
      <dc:creator>Randy Johnson_6</dc:creator>
      <dc:date>2008-06-24T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: DS90TL PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087831#M13527</link>
      <description>if you have a Multinet support contract with Process, they may have some ideas too  :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Verne&lt;BR /&gt;(happy Multinet user)&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 21:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ds90tl-problem/m-p/4087831#M13527</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2008-06-26T21:34:16Z</dc:date>
    </item>
  </channel>
</rss>

