Here's an update on the latest developments in PTV Developer... you can also find that info in each API's change list:
Api VarVersion Type Date Description
Data API 1.16.3 IMPROVEMENT 29.04.2025 Weight, height and width limits in the map data are always overwritten and not only if they are ...
Search found 2247 matches
- Fri May 16, 2025 8:05 am
- Forum: PTV xServer INFOSTREAM
- Topic: New in Developer 25.04. - 16.05.2025
- Replies: 0
- Views: 167
- Wed May 14, 2025 8:48 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Maintenance Mode: Route Optimization API / Sequence Optimization API
- Replies: 1
- Views: 746
Re: Maintenance Mode: Route Optimization API / Sequence Optimization API
By the way:
{
"traceId": "...",
"errorId": "...",
"description": "Insufficient access rights.",
"errorCode": "GENERAL_FORBIDDEN",
"details": {
"message": "You do not have permission to access this app."
}
}
Just learned that depending on your underlying plan you might not even be able to ...
{
"traceId": "...",
"errorId": "...",
"description": "Insufficient access rights.",
"errorCode": "GENERAL_FORBIDDEN",
"details": {
"message": "You do not have permission to access this app."
}
}
Just learned that depending on your underlying plan you might not even be able to ...
- Wed May 14, 2025 7:50 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Maintenance Mode: Route Optimization API / Sequence Optimization API
- Replies: 1
- Views: 746
Maintenance Mode: Route Optimization API / Sequence Optimization API
Hi there,
every now and then we get requests like this one:
I've been told to implement a sequencing usecase - so just one vehicle and multiple stops. In 2023 I looked into the PTV Sequence Optimization API and PTV Route Optimization API within PTV Developer. Does it make sense to use these APIs ...
every now and then we get requests like this one:
I've been told to implement a sequencing usecase - so just one vehicle and multiple stops. In 2023 I looked into the PTV Sequence Optimization API and PTV Route Optimization API within PTV Developer. Does it make sense to use these APIs ...
- Tue May 13, 2025 12:57 pm
- Forum: PTV xClusterServer
- Topic: Pregrouping of locations
- Replies: 1
- Views: 9240
Re: Pregrouping of locations
in xCluster 2 the grouping is enforced via the com.ptvgroup.xserver.xcluster.PlanningLocation.groupId
Please be aware of this constraint
Unique identifier of a group of locations this location belongs to. Locations that are in the same group will be assigned to the same cluster.

- Tue May 13, 2025 12:39 pm
- Forum: PTV xClusterServer
- Topic: Error: SameClusterConstraint: This constraint requires at least two locations
- Replies: 0
- Views: 682
Error: SameClusterConstraint: This constraint requires at least two locations
Question: what is the meaning of this error code?
{
"faultInfo":{"$type":"ProcessingFault"},
"message":"Encountered invalid request: SameClusterConstraint: This constraint requires at least two locations."
}
xCluster-groupFailed.png
Reason: This error occurs, if you perform a pregrouping and ...
{
"faultInfo":{"$type":"ProcessingFault"},
"message":"Encountered invalid request: SameClusterConstraint: This constraint requires at least two locations."
}
xCluster-groupFailed.png
Reason: This error occurs, if you perform a pregrouping and ...
- Mon May 12, 2025 1:55 pm
- Forum: Developer.Route Optimization-Optiflow API
- Topic: Medical transport: maximum time of "order" on the vehicle
- Replies: 1
- Views: 896
Medical transport: maximum time of "order" on the vehicle
Hi there,
one of my partners is used to maxTransportPeriod on a xTour1.TransportAB. He optimizes the transport of persons in a medical context and these clients should not exceed an individual timeframe on the vehicle.
Afaik there's no dedicated successor in the Optiflow API (not yet?) and the ...
one of my partners is used to maxTransportPeriod on a xTour1.TransportAB. He optimizes the transport of persons in a medical context and these clients should not exceed an individual timeframe on the vehicle.
Afaik there's no dedicated successor in the Optiflow API (not yet?) and the ...
- Fri May 09, 2025 1:27 pm
- Forum: Developer.Route Optimization-Optiflow API
- Topic: ROUTE_OPTIMIZATION_RESTRICTION_EXCEEDED : ROUTE_OPTIMIZATION_ROUTES_FORBIDDEN
- Replies: 0
- Views: 1650
ROUTE_OPTIMIZATION_RESTRICTION_EXCEEDED : ROUTE_OPTIMIZATION_ROUTES_FORBIDDEN
If you face this error message it is caused because your underlying ApiKey / Plan does not cover the provisioning of input plans in an Optiflow call.
Please get back to us so we can check the licensing
{
"traceId": "...,
"description": "A product-specific restriction is exceeded.",
"errorCode ...
Please get back to us so we can check the licensing
{
"traceId": "...,
"description": "A product-specific restriction is exceeded.",
"errorCode ...
- Thu May 08, 2025 11:37 am
- Forum: Developer.Route Optimization-Optiflow API
- Topic: routeDurationBalancing / balancing of tour durations
- Replies: 0
- Views: 1507
routeDurationBalancing / balancing of tour durations
In Route Optimization Optiflow 1.13.0 we invented a new parameter: vehicle.preferences.routeDurationBalancing :
Feature: Added a preference for balanced routes on the vehicle configuration. Higher values indicate a stronger preference for route durations close to the the average route duration.
As ...
Feature: Added a preference for balanced routes on the vehicle configuration. Higher values indicate a stronger preference for route durations close to the the average route duration.
As ...
- Thu May 08, 2025 7:21 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Zero-length array missing (e.g. toll summary)
- Replies: 1
- Views: 2178
Zero-length array missing (e.g. toll summary)
Hi there,
one of our users just mentioned this effect I wasn't aware of. Could DEV please comment on this? Is this a bug?
The user works with xRoute2 and calculates toll. In the response he deals with the com.ptvgroup.xserver.xroute.TollSummary which is documented to return an array called costs ...
one of our users just mentioned this effect I wasn't aware of. Could DEV please comment on this? Is this a bug?
The user works with xRoute2 and calculates toll. In the response he deals with the com.ptvgroup.xserver.xroute.TollSummary which is documented to return an array called costs ...
- Wed Apr 30, 2025 1:28 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Setting rules for break times
- Replies: 7
- Views: 37997
Re: Setting rules for break times
Hello Claus,
you are right: the Sequence Optimization API does not cover 100% of the underlying xTour2 options when it comes to breaks of a Driver :
operating Intervals : supported, but limited to a single interval
breakIntervals : not supported
configurableWorkingHours : supported partially (e ...
you are right: the Sequence Optimization API does not cover 100% of the underlying xTour2 options when it comes to breaks of a Driver :
operating Intervals : supported, but limited to a single interval
breakIntervals : not supported
configurableWorkingHours : supported partially (e ...