- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- RFC1006 error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 04:26 AM
03-15-2007 04:26 AM
Message from user SYSTEM on WVUSSW
Event: Invalid TPDU Received from: Node LOCAL:.WVUSSW OSI Transport Local NSAP I
P_ANY Remote NSAP 820A05CD,
at: 2007-03-15-09:19:57.984+01:00Iinf
Erroneous Transport PDU='17D0009E000000C0010AC1053035353136C205303030303
5'H,
Reject Cause=Reason not specified,
DNA Error=22
eventUid 581008C7-D2D6-11DB-BD8E-575655535357
entityUid 75155390-D165-11DB-9774-575655535357
streamUid 5FDC0802-D165-11DB-84E3-AA000400AB28
Can anybody tell me, what the DNA error 22 means ? I cant find any documentation concerning this error.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:12 AM
03-20-2007 12:12 AM
SolutionI don't get a chance to read this forums that regularly so excuse the delay.
Decoding the PDU (based on ISO 8073:1997) I get the following result:
Assuming it is an OSI Transport PDU:
17D0 009E000000C0010AC1053035353136C2053030303035'H
17 = LI (Length Indicator)
D0 = CC TPDU (ie. TPDU type)
009E = DST-REF
0000 = SRC-REF
00 = Class Option
Variable Part
=============
C0 = Parameter Code = TPDU Size
01 = length (ie. 1)
0A = 0000 1010 = 1024 Octets
C1 = Parameter Code = Calling Transport Selector
05 = length (ie 5)
3035353136 = '05516'
C2 = Parameter Code = Called Transport Selector
05 = length (ie 5)
3030303035 = '00005'
Basically the state M/c has rejected the incoming PDU as an CC TPDU must NOT contain an emtpy SRC-REF field.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:26 AM
03-20-2007 12:26 AM
Re: RFC1006 error
partner system is a buggy signal box computer by Siemens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:48 AM
03-20-2007 01:48 AM
Re: RFC1006 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 03:50 AM
03-23-2007 03:50 AM
Re: RFC1006 error
Usually this attribute field is filled with an explanatory text such as:
"DNA Error=Invalid TPDU for state"
That's actually what I would have expected in this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 01:23 AM
03-27-2007 01:23 AM
Re: RFC1006 error
Many thanks to DECnet Engineering for providing this full list.