Difference between revisions of "Error Messages/41281"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Error Text =
+
[[Category: Error messages]]
  
The xml passed to [[SipDecode]] contains ver="2.0". Currently only ver="1" and ver="1.1" are supported.
+
== Error text ==
  
= Cause =
+
:<code>''The xml passed to SipDecode contains ver="2.0". Currently only ver="1" and ver="1.1" are supported.''</code>
 +
 
 +
== Cause ==
  
 
As the error message states the version of the decoding is set to something other than 1 or 1.1.
 
As the error message states the version of the decoding is set to something other than 1 or 1.1.
Line 9: Line 11:
 
The xml-encoding you are trying to decode may be using DIST 2.0 which is currently not supported.  
 
The xml-encoding you are trying to decode may be using DIST 2.0 which is currently not supported.  
  
= Remedy =
+
== Remedy ==
  
 
You can only pass in xml-encoded SIP encoded in DIST 1 or DIST 1.1 to the [[SipDecode]] function.
 
You can only pass in xml-encoded SIP encoded in DIST 1 or DIST 1.1 to the [[SipDecode]] function.
 +
 +
==See Also==
 +
* [[SipDecode]]
 +
* [[Stochastic Information Packets (SIPs)]]
 +
* [[Files and Editing]]
 +
* [[Import and Export data]]

Latest revision as of 17:54, 1 June 2016


Error text

The xml passed to SipDecode contains ver="2.0". Currently only ver="1" and ver="1.1" are supported.

Cause

As the error message states the version of the decoding is set to something other than 1 or 1.1.

The xml-encoding you are trying to decode may be using DIST 2.0 which is currently not supported.

Remedy

You can only pass in xml-encoded SIP encoded in DIST 1 or DIST 1.1 to the SipDecode function.

See Also

Comments


You are not allowed to post comments.