Difference between revisions of "Known bugs of 3rd party software"

From Seon
Jump to: navigation, search
(OFTP error: no valid package received, but this binary content (8 bytes): '0x2 0x30 0x46 0x30 0x34 0xFE 0x27 0xD')
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
which means that the remote side indicated an OFTP session error 3:
 
which means that the remote side indicated an OFTP session error 3:
 
  A Start Session (SSID) command contains an unknown or invalid Identification Code.
 
  A Start Session (SSID) command contains an unknown or invalid Identification Code.
which means that the remote partner doesn't has correctly configured your SSID.
+
which means that the remote partner hasn't configured your SSID correctly.
  
 
=== Solution ===
 
=== Solution ===
Line 22: Line 22:
 
which has an ASCII interpretation of
 
which has an ASCII interpretation of
 
  F    0    4
 
  F    0    4
which means that the remote side indicated an OFTP session error 3:
+
which means that the remote side indicated an OFTP session error 4:
 
  A Start Session (SSID) command contained an invalid password.
 
  A Start Session (SSID) command contained an invalid password.
which means that the remote partner doesn't has correctly configured your OFTP password.
+
which means that the remote partner hasn't configured your OFTP password correctly.
  
 
=== Solution ===
 
=== Solution ===
 
Ask the remote party to update their OFTP settings for your partner entry. And, if you want, insist on an update of the remote software.
 
Ask the remote party to update their OFTP settings for your partner entry. And, if you want, insist on an update of the remote software.
 +
 +
== Invalid transmission header ==
 +
The software "giodette" of the company "Greve Ingenieurleistungen" is lacking of correct support of the stream transmission header. It's impossible to communicate with their software.
 +
=== Solution ===
 +
None.

Latest revision as of 10:47, 30 November 2012

OFTP error: no valid package received, but this binary content (8 bytes): '0x2 0x30 0x46 0x30 0x33 0xFE 0x27 0xD'

Hüngsberg offers an OFTP software called "Daxware". This bug has been reported in the middle of 2008 and has been accepted by Hüngsberg, but it seems they don't have the possibility to resolve it. The error itself contains a data package, which should be an OFTP package (with a given header):

0x2 0x30 0x46 0x30 0x33 0xFE 0x27 0xD

This message contains the following error:

0x46 0x30 0x33

which has an ASCII interpretation of

F    0     3

which means that the remote side indicated an OFTP session error 3:

A Start Session (SSID) command contains an unknown or invalid Identification Code.

which means that the remote partner hasn't configured your SSID correctly.

Solution

Ask the remote party to update their OFTP settings for your partner entry. And, if you want, insist on an update of the remote software.

OFTP error: no valid package received, but this binary content (8 bytes): '0x2 0x30 0x46 0x30 0x34 0xFE 0x27 0xD'

Hüngsberg offers an OFTP software called "Daxware". This bug has been reported in the middle of 2008 and has been accepted by Hüngsberg, but it seems they don't have the possibility to resolve it. The error itself contains a data package, which should be an OFTP package (with a given header):

0x2 0x30 0x46 0x30 0x34 0xFE 0x27 0xD

This message contains the following error:

0x46 0x30 0x34

which has an ASCII interpretation of

F    0     4

which means that the remote side indicated an OFTP session error 4:

A Start Session (SSID) command contained an invalid password.

which means that the remote partner hasn't configured your OFTP password correctly.

Solution

Ask the remote party to update their OFTP settings for your partner entry. And, if you want, insist on an update of the remote software.

Invalid transmission header

The software "giodette" of the company "Greve Ingenieurleistungen" is lacking of correct support of the stream transmission header. It's impossible to communicate with their software.

Solution

None.