<?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 RFC1006 error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034267#M54271</link>
    <description>Our application, which tries to initiate a rfc1006 connection, produces following opcom error message:&lt;BR /&gt;&lt;BR /&gt;Message from user SYSTEM on WVUSSW&lt;BR /&gt;Event: Invalid TPDU Received from: Node LOCAL:.WVUSSW OSI Transport Local NSAP I&lt;BR /&gt;P_ANY Remote NSAP 820A05CD,&lt;BR /&gt;        at: 2007-03-15-09:19:57.984+01:00Iinf&lt;BR /&gt;        Erroneous Transport PDU='17D0009E000000C0010AC1053035353136C205303030303&lt;BR /&gt;5'H, &lt;BR /&gt;        Reject Cause=Reason not specified, &lt;BR /&gt;        DNA Error=22&lt;BR /&gt;        eventUid   581008C7-D2D6-11DB-BD8E-575655535357&lt;BR /&gt;        entityUid  75155390-D165-11DB-9774-575655535357&lt;BR /&gt;        streamUid  5FDC0802-D165-11DB-84E3-AA000400AB28&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me, what the DNA error 22 means ? I cant find any documentation concerning this error.</description>
    <pubDate>Thu, 15 Mar 2007 11:26:25 GMT</pubDate>
    <dc:creator>Balthi</dc:creator>
    <dc:date>2007-03-15T11:26:25Z</dc:date>
    <item>
      <title>RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034267#M54271</link>
      <description>Our application, which tries to initiate a rfc1006 connection, produces following opcom error message:&lt;BR /&gt;&lt;BR /&gt;Message from user SYSTEM on WVUSSW&lt;BR /&gt;Event: Invalid TPDU Received from: Node LOCAL:.WVUSSW OSI Transport Local NSAP I&lt;BR /&gt;P_ANY Remote NSAP 820A05CD,&lt;BR /&gt;        at: 2007-03-15-09:19:57.984+01:00Iinf&lt;BR /&gt;        Erroneous Transport PDU='17D0009E000000C0010AC1053035353136C205303030303&lt;BR /&gt;5'H, &lt;BR /&gt;        Reject Cause=Reason not specified, &lt;BR /&gt;        DNA Error=22&lt;BR /&gt;        eventUid   581008C7-D2D6-11DB-BD8E-575655535357&lt;BR /&gt;        entityUid  75155390-D165-11DB-9774-575655535357&lt;BR /&gt;        streamUid  5FDC0802-D165-11DB-84E3-AA000400AB28&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me, what the DNA error 22 means ? I cant find any documentation concerning this error.</description>
      <pubDate>Thu, 15 Mar 2007 11:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034267#M54271</guid>
      <dc:creator>Balthi</dc:creator>
      <dc:date>2007-03-15T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034268#M54272</link>
      <description>Hi,&lt;BR /&gt;I don't get a chance to read this forums that regularly so excuse the delay.&lt;BR /&gt;&lt;BR /&gt;Decoding the PDU (based on ISO 8073:1997) I get the following result:&lt;BR /&gt;Assuming it is an OSI Transport PDU:&lt;BR /&gt;17D0 009E000000C0010AC1053035353136C2053030303035'H&lt;BR /&gt;&lt;BR /&gt;17   = LI (Length Indicator)&lt;BR /&gt;D0   = CC TPDU (ie. TPDU type)&lt;BR /&gt;009E = DST-REF &lt;BR /&gt;0000 = SRC-REF &lt;BR /&gt;00   = Class Option&lt;BR /&gt;Variable Part&lt;BR /&gt;=============&lt;BR /&gt;C0 = Parameter Code = TPDU Size &lt;BR /&gt;01 = length (ie. 1)&lt;BR /&gt;0A = 0000 1010 = 1024 Octets &lt;BR /&gt;C1 = Parameter Code = Calling Transport Selector&lt;BR /&gt;05 = length (ie 5)&lt;BR /&gt;3035353136 = '05516'&lt;BR /&gt;C2 = Parameter Code = Called Transport Selector  &lt;BR /&gt;05 = length (ie 5)&lt;BR /&gt;3030303035 = '00005'&lt;BR /&gt;&lt;BR /&gt;Basically the state M/c has rejected the incoming PDU as an CC TPDU must NOT contain an emtpy SRC-REF field. &lt;BR /&gt;&lt;BR /&gt;Now if you can reveal what system and applications are involved, ie. what stack/system is responsible for putting together the OSI TP part then that'll help. It certainly doesn't seem to be an OpenVMS system.</description>
      <pubDate>Tue, 20 Mar 2007 07:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034268#M54272</guid>
      <dc:creator>john Dite</dc:creator>
      <dc:date>2007-03-20T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034269#M54273</link>
      <description>perfect analysis. thanks :-)&lt;BR /&gt;&lt;BR /&gt;partner system is a buggy signal box computer by Siemens.</description>
      <pubDate>Tue, 20 Mar 2007 07:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034269#M54273</guid>
      <dc:creator>Balthi</dc:creator>
      <dc:date>2007-03-20T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034270#M54274</link>
      <description>John (and pardon me for hijacking the thread for a semi-related question), do you have a pointer to the list of (and translation of) the DECnet-Plus DNA error codes?</description>
      <pubDate>Tue, 20 Mar 2007 08:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034270#M54274</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-20T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034271#M54275</link>
      <description>&lt;!--!*#--&gt;I don't have a list of codes (although we should request a list from DECnet Engineering). &lt;BR /&gt;Usually this attribute field is filled with an explanatory text such as:  &lt;BR /&gt;"DNA Error=Invalid TPDU for state"&lt;BR /&gt;&lt;BR /&gt;That's actually what I would have expected in this case. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2007 10:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034271#M54275</guid>
      <dc:creator>JohnDite</dc:creator>
      <dc:date>2007-03-23T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: RFC1006 error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034272#M54276</link>
      <description>For all those people that can't get enough of DECnet here is a summary of DNA Error Codes.&lt;BR /&gt;Many thanks to DECnet Engineering for providing this full list.</description>
      <pubDate>Tue, 27 Mar 2007 08:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rfc1006-error/m-p/5034272#M54276</guid>
      <dc:creator>john Dite</dc:creator>
      <dc:date>2007-03-27T08:23:44Z</dc:date>
    </item>
  </channel>
</rss>

