I am planning setting up HA option for SQL Anywhere 17. The last issue I have is getting the webservice calls to be routed to the primary server as some of my webservices will modify data in the database.

As i understand it both primary and secondary is listening on a port on for webservices and then i cant decide which one is primary.

Are there any tools for this kind of setup?

asked 20 Jun '17, 07:22

Audun's gravatar image

Audun
156101117
accept rate: 0%

Have you checked those parts of the v17 docs:

Basically, I would think there's a need for some kind of "frontside web server" (like a relay server) that will send the requests to the primary web server, whichever that is currently...

(20 Jun '17, 08:04) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×63
×61

question asked: 20 Jun '17, 07:22

question was seen: 1,466 times

last updated: 20 Jun '17, 08:12