Page 1 of 1

Version mismatch binary feature layer

Posted: Wed Jun 09, 2021 12:22 pm
by Bernd Welter
Hi there,

just wanted to tell you about the following error message:

Code: Select all

{
  "faultInfo": {
    "$type": "InvalidValueFault",
    "hint": "Please make sure that this string is a response from a PTV xServer of the same version using the same map. Do not modify this string. Reason: The string contains an invalid format version.",
    "parameter": "/routeRequest/routeOptions/@binaryFeatureLayerObject",
    "value": "BIFL00015a138ef1v6PF...."
  },
  "message": "The encoded data string is invalid."
}
This message appears if you proceed xData2.createFeatureLayer on a map version that differs from the one that is use in the xRoute2.calculateRoute request, e.g.
  • xData2 and xRoute2 are hosted on the same machine but the server received a map update after the layer creation
  • xData2 and xRoute2 are hosted on different machines with different map versions
Best regards,
Bernd