Creating high-performance routing network in the cloud

Proper forum for all questions related to xServer INTERNET = the Azure based cloud solution. This forum deals with the architecture topics such as load balancing, available profiles and standard server settings.
Please be aware that questions about core functionality such as routing, mapping, geocoding in general should be placed in the xServers dedicated forum ;-)
Post Reply
logintegra
Posts: 7
Joined: Mon Feb 03, 2020 3:38 pm

Creating high-performance routing network in the cloud

Post 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?
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Creating high-performance routing network in the cloud

Post 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
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