Page 1 of 1

Creating high-performance routing network in the cloud

Posted: Wed Feb 26, 2020 9:45 pm
by logintegra
When we try to execute the startCreateHighPerformanceRoutingNetwork method, we get an AccessDeniedFault message.

URL: https://xserver2-europe-eu-test.cloud.p ... ingNetwork

The request we send:

Code: Select all

{
  "label": "Croatia_11_99t",
  "storedProfile": "truck11_99t",
  "highPerformanceRoutingNetworkOptions": {
    "geographicRestrictions": {
      "allowedCountries": [
        "HR"
      ]
    },
    "timeConsideration": {
      "$type": "SnapshotTimeConsideration",
      "referenceTime": "2020-06-01T12:00:00+01:00"
    }
  }
}
the response we receive:

Code: Select all

{
  "faultInfo": {
    "$type": [
      "AccessDeniedFault"
    ]
  },
  "message": [
    "Feature XData.startCreateHighPerformanceRoutingNetwork is not allowed. Current configuration: !xdata.deleteHighPerformanceRoutingNetwork,!xdata.startCreateHighPerformanceRoutingNetwork,!xdata.fetchHighPerformanceRoutingNetworkResponse"
  ]
}
Is there anything wrong with the request or url?

Re: Creating high-performance routing network in the cloud

Posted: Wed Feb 26, 2020 9:58 pm
by Bernd Welter
Hello Pawel,

this is not a mistake by you: in the cloud the creation of custom HighPerformanceRoutingNetworks is disabled.

We offer some pregenerated public searchgraphs which are based on standard profiles. Use xData.listHighPerformanceRoutingNetworks method to gather them.

The reason for this restrictipn is this: performance for all users.
The creation of such a data structure requires too much time. Furthermore it would have an impact on the memory allocation/deallocation.

If you definetly need a custom searchgraph we can offer a private cloud / an onPremise installation but this is definetly a special licensing topic.

I hope my response helps - if not let me know what further information is needed.

Best regards from Germany
Bernd

ps
it is the same with custom feature layers inhented in 2.15