Search found 10 matches
- Mon Jul 01, 2024 3:18 pm
- Forum: PTV APIs meet SAP
- Topic: Discontinuation of TLS 1.0/1.1 on PTV xServer Internet
- Replies: 6
- Views: 3730
Re: Discontinuation of TLS 1.0/1.1 on PTV xServer Internet
There is also to SAP Note "2781565 - Enhancement on task Check Client Cipher Suite Profile Parameter" with a description on how to Check TLS version in the SAP system.
- Mon Jul 01, 2024 3:12 pm
- Forum: PTV APIs meet SAP
- Topic: Discontinuation of TLS 1.0/1.1 on PTV xServer Internet
- Replies: 6
- Views: 3730
Re: Discontinuation of TLS 1.0/1.1 on PTV xServer Internet
I exported the SAP Note as a PDF file for those that do not have a SAP user.MISTERX wrote: ↑Mon Mar 11, 2024 5:56 pm For detailed, expert information, see SAP Note 510007- Additional considerations about setting up SSL on Application Server ABAP
- Tue May 09, 2023 12:22 pm
- Forum: PTV APIs meet SAP
- Topic: SSL certificate update: cannot analyze certificate
- Replies: 3
- Views: 3434
Re: SSL certificate update: cannot analyze certificate
Hello,
if I remember correctly there are different file types for certificates. The SAP Basis I dealt with in the past always complained that we send them the "incorrect" format. We usually just gave them the URL and they got the certificate themselves. So unfortunately I cannot really say what is ...
if I remember correctly there are different file types for certificates. The SAP Basis I dealt with in the past always complained that we send them the "incorrect" format. We usually just gave them the URL and they got the certificate themselves. So unfortunately I cannot really say what is ...
- Fri Mar 03, 2023 10:46 am
- Forum: PTV xDimaServer / Developer Matrix Routing API
- Topic: MultiTT DIMA and time-based road restrictions
- Replies: 1
- Views: 42712
MultiTT DIMA and time-based road restrictions
Hello,
how does the MultiTravelTime DIMA handles time-based road restrictions?
My understanding is that the DIMA uses one specific route and then calculates the travel time for the different time segments. (The travel distance will stay the same in all segemnts, just the travel time will change ...
how does the MultiTravelTime DIMA handles time-based road restrictions?
My understanding is that the DIMA uses one specific route and then calculates the travel time for the different time segments. (The travel distance will stay the same in all segemnts, just the travel time will change ...
- Fri Nov 04, 2022 2:26 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: calculateRoute with openingIntervals?
- Replies: 1
- Views: 3943
calculateRoute with openingIntervals?
Hey,
we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.
Interestingly, I get the following response:
{
"faultInfo":
{
"$type":"InvalidRequestFault",
"hint":"Use ...
we are trying to get realistic travel time data after planning our Tour. Some of our visits have time limitations, so we tried to use the openingIntervals of the waypoints for those.
Interestingly, I get the following response:
{
"faultInfo":
{
"$type":"InvalidRequestFault",
"hint":"Use ...
- Thu Jan 26, 2017 12:05 pm
- Forum: PTV APIs meet SAP
- Topic: Which component connects to the services?
- Replies: 2
- Views: 3941
Re: Which component connects to the services?
Hi Bernd,
our own adapter uses HTTP destinations to directly send XML/SOAP messages to the xServers.
Another option we use for another adapter is to use SAP PI as a Middleware to send the SOAP messages.
Regards,
Sven Howard
our own adapter uses HTTP destinations to directly send XML/SOAP messages to the xServers.
Another option we use for another adapter is to use SAP PI as a Middleware to send the SOAP messages.
Regards,
Sven Howard
- Tue Oct 18, 2016 10:16 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Problem with Housenumber-Range in Street field
- Replies: 2
- Views: 8902
Re: Problem with Housenumber-Range in Street field
That does the trick!
Thanks you very much.
Sven Howard
Thanks you very much.
Sven Howard
- Wed Oct 12, 2016 12:13 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Problem with Housenumber-Range in Street field
- Replies: 2
- Views: 8902
Problem with Housenumber-Range in Street field
Hi,
we just encountered an issue with an address and I was trying out different settings in the xLocateServer but I wasn't able to get better results.
country="D"
postCode="12105 "
city="Berlin"
street="Ringstr. 103/106"
This will return hits with completely different postcodes, but with ...
we just encountered an issue with an address and I was trying out different settings in the xLocateServer but I wasn't able to get better results.
country="D"
postCode="12105 "
city="Berlin"
street="Ringstr. 103/106"
This will return hits with completely different postcodes, but with ...
- Tue Aug 16, 2016 8:36 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Integration of two Map's (Europe + South America)
- Replies: 5
- Views: 14293
Re: Integration of two Map's (Europe + South America)
Thanks for the clarrification.
I used the chapter "Changing Default Ports" from here to create two Instances for each xServer with the two maps.
I found that two additional changes were necessary for our environment:
1) For each xServer: Change the variables "wrapper.name" and "wrapper.displayname ...
I used the chapter "Changing Default Ports" from here to create two Instances for each xServer with the two maps.
I found that two additional changes were necessary for our environment:
1) For each xServer: Change the variables "wrapper.name" and "wrapper.displayname ...
- Thu Aug 04, 2016 9:37 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Integration of two Map's (Europe + South America)
- Replies: 5
- Views: 14293
Re: Integration of two Map's (Europe + South America)
Another approach of the topic is to use the WORLD map provided by PTV (though I'm not sure about the licensing model behind that major map).
Can you elaborate on this topic? Is it possible to use the WORLD map and the Europe City map together somehow with only one instance of each xServer ...