Version mismatch binary feature layer

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Version mismatch binary feature layer

Post 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
Attachments
Creation of the layer on machine1 - application of the layer on machine 2
Creation of the layer on machine1 - application of the layer on machine 2
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply