Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I wonder if it is ok to have both SQL Anywhere 12 and SQL Anywhere 16 installed on the same Linux server? Or have anybody noticed any problems with this? Or are there any special considerations that must be taken into account?

asked 03 Jan '14, 04:54

M%20G's gravatar image

M G
629253044
accept rate: 42%


Cf. this comment by Mark on an answer from that (different) question "Can I install two setups of the same major version on the same box?"

Note that Jose's answer applies to Windows install... The unix (e.g. Linux) install allows you to install SQL Anywhere in any directory and therefore you can install multiple copies of the same version (or any version) on the same host.

So, yes, you should be fine with parallel installs of v12 and v16.

FWIW, it's also contained in the documentation's FAQ page:

Can I install and run two different versions of SQL Anywhere on the same computer?

Yes, you can install multiple major versions of SQL Anywhere on the same computer. For example, SQL Anywhere 9.0.2, 10.0.1, 11.0.1, and 12.0.1 can all be installed and run independently.

However, you must use caution when starting a SQL Anywhere executable that has the same name in multiple versions (for example, dbisql or dbinit) to ensure that you are starting the correct version of the application. You can either specify the full absolute path using environment variables such as SQLANY16, or ensure the version of SQL Anywhere you want is specified first in your path.


Note, if you are about to use both versions in parallel regularly (say, running larger databases in productional usage), both database server instances will compete for the machine's resources, so you might have to specify reasonable cache sizes for both.

permanent link

answered 03 Jan '14, 06:25

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

edited 04 Jan '14, 06:06

Your answer
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:

×438
×261
×68

question asked: 03 Jan '14, 04:54

question was seen: 7,908 times

last updated: 01 Apr '14, 08:49