<?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: CIFS on VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926172#M53641</link>
    <description>Yes - I have been trawling through the internet seeing this problem on older versions, I had assumed by now it had been fixed.&lt;BR /&gt;&lt;BR /&gt;textfiles i.e. postscript, .txt, XML, CSVs are 100% of what we would be using it for.&lt;BR /&gt;&lt;BR /&gt;Looks like I'm stuck.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jan 2007 13:41:33 GMT</pubDate>
    <dc:creator>bizgaz</dc:creator>
    <dc:date>2007-01-15T13:41:33Z</dc:date>
    <item>
      <title>CIFS on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926170#M53639</link>
      <description>Hi,&lt;BR /&gt;I am using CIFS/Samba v 3.0.10 on VMS 8.2 and all seems to be working well except......&lt;BR /&gt;&lt;BR /&gt;transferring of files of any find.&lt;BR /&gt;I can drop and drag from the Windows XP professional but the files are totally corrupt.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what could be wrong?&lt;BR /&gt;A simple show dev/output=temp.txt comes out with a single control character in the left hand corner - that's all.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help on the matter.&lt;BR /&gt;Gary</description>
      <pubDate>Sun, 14 Jan 2007 22:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926170#M53639</guid>
      <dc:creator>bizgaz</dc:creator>
      <dc:date>2007-01-14T22:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926171#M53640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Welcome to the OpenVMS forum.&lt;BR /&gt;&lt;BR /&gt;It's all a matter of record format and record attributes of the files.&lt;BR /&gt;SAMBA doesn't know how to present e.g. "variable length, carriage return carriage control" files to a Windows client such as Notepad.&lt;BR /&gt;Likewise, if you create (with Notepad) a file directly on a SAMBA share, you get a Stream_LF file at the VMS side, but with CR-characters (13 decimal, 0D hex) stuck at the end of each logical record.&lt;BR /&gt;&lt;BR /&gt;I'm still trying to figure out how to amend these annoying things.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Mon, 15 Jan 2007 07:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926171#M53640</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2007-01-15T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926172#M53641</link>
      <description>Yes - I have been trawling through the internet seeing this problem on older versions, I had assumed by now it had been fixed.&lt;BR /&gt;&lt;BR /&gt;textfiles i.e. postscript, .txt, XML, CSVs are 100% of what we would be using it for.&lt;BR /&gt;&lt;BR /&gt;Looks like I'm stuck.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jan 2007 13:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926172#M53641</guid>
      <dc:creator>bizgaz</dc:creator>
      <dc:date>2007-01-15T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926173#M53642</link>
      <description>Gary&amp;gt;&amp;gt; I can drop and drag from the Windows XP professional but the files are totally corrupt.&lt;BR /&gt;&lt;BR /&gt;The CIFS file server is on VMS right?&lt;BR /&gt;And you are using a windoze client to copy files around.&lt;BR /&gt;When and where do you see corruption?&lt;BR /&gt;&lt;BR /&gt;VMS text file, copied to VMS, still fine on VMS?&lt;BR /&gt;VMS text file, opened with notepad.. corrupt?&lt;BR /&gt;&lt;BR /&gt;Does it matter whether the file was 'standard OpenVMS: variable length', or Unixy (STREAM_LF) or Windoze/RSTS (STREAM)&lt;BR /&gt;&lt;BR /&gt;PC text file, copied to VMS drive. Useable on PC? Useable on VMS?&lt;BR /&gt;&lt;BR /&gt;Nothing works?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gary&amp;gt; Does anyone know what could be wrong?&lt;BR /&gt;&lt;BR /&gt;Your expectations !? &lt;BR /&gt;[ Perhaps shaped / spoiled through Pathworks? ]&lt;BR /&gt;&lt;BR /&gt;Gary&amp;gt; A simple show dev/output=temp.txt comes out with a single control character in the left hand corner - that's all.&lt;BR /&gt;&lt;BR /&gt;You are just using that VMS command on VMS to create a sample file right? which is than opened on Windoze and it shows a single funny char right?&lt;BR /&gt; &lt;BR /&gt;Kris &amp;gt; Likewise, if you create (with Notepad) a file directly on a SAMBA share, you get a Stream_LF file at the VMS side, but with CR-characters (13 decimal, 0D hex) stuck at the end of each logical record.&lt;BR /&gt;&lt;BR /&gt;So that means you really got a STREAM file, not STREAM_LF, but it was erroneously labeled STREAM_LF&lt;BR /&gt;&lt;BR /&gt;Kris&amp;gt; I'm still trying to figure out how to amend these annoying things.&lt;BR /&gt;&lt;BR /&gt;SET FILE/ATTRI=RFM=STM should bring them to life!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gary&amp;gt;&amp;gt; textfiles i.e. postscript, .txt, XML, CSVs are 100% of what we would be using it for.&lt;BR /&gt;Gary&amp;gt;&amp;gt;Looks like I'm stuck. &lt;BR /&gt; &lt;BR /&gt;Have you tried CONVERT/FDL=STREAM vms.TXT pc.txt ??&lt;BR /&gt;STREAM.FDL should be a file just containing:&lt;BR /&gt;RECORD; FORMAT STREAM&lt;BR /&gt;&lt;BR /&gt;On OpenVMS 8.3 you can do: &lt;BR /&gt;$CONVERT/FDL=RECORD; FORMAT STREAM" x y&lt;BR /&gt;&lt;BR /&gt;Anyway... on the windoze side you might not be stuck, as all it takes it a simple program which can read OpenVMS RMS Variable length record file, and convert to local format as needed.&lt;BR /&gt;&lt;BR /&gt;I posted a PERL script to do just that years ago in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=607254" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=607254&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try it? (to make sure we at least understand the problem, even though it will probably not be an acceptable solution.)&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926173#M53642</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-15T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926174#M53643</link>
      <description>That's a bit dissapointing.&lt;BR /&gt;Why buy a car only to push it uphill yourself.&lt;BR /&gt;&lt;BR /&gt;Surely HP must be looking at rectifying that situation at some point?&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 15:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms/m-p/3926174#M53643</guid>
      <dc:creator>Gary Buczma</dc:creator>
      <dc:date>2007-01-17T15:01:14Z</dc:date>
    </item>
  </channel>
</rss>

