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.

Hello,

I am new to SQL Anywhere

In the MS SQL world, I would install SSMS on my management workstation, then administer remote MS SQL servers remotely from there. I would purchase licenses for the actual servers, but not the management workstations.

I would like to use the management tools dbisql.com and dbisql.exe from a management workstation in a similar manner. Are the any licensing ramifications associated with this or can I install management tools on as many workstations as I want? Also, is there a separate download for just the management tools? If so, can someone please provide a link? If not, is there a method to run the regular installer but only install the management tools?

Thanks,

asked 17 Aug '15, 15:21

sb1920alk's gravatar image

sb1920alk
11111
accept rate: 0%

edited 18 Aug '15, 09:56

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


Licensing: There are licensing ramifications. You will need to determine how your server has been licensed. Depending on the version of SQL Anywhere you have, there may have been 2 different licensing models for SQL Anywhere servers (CPU based and seat based). In general, if your server is seat based, you will have to ensure that each seat has a client license.

Install: There is no separate install, you simply run the install, and only pick the tools to install.

permanent link

answered 18 Aug '15, 09:53

Chris%20Kleisath's gravatar image

Chris Kleisath
3.3k93037
accept rate: 37%

Ok, thanks. Based on your answer I found this link: http://global.sap.com/corporate-en/our-company/policies/sybase/pdf/pslt/SQL_Anywhere16_PSLT.pdf, which basically says the same thing. So how can I tell if I'm licensed by seat or CPU?

(18 Aug '15, 11:51) sb1920alk

If you have access to DBISQL somewhere and can connect the database in question you can run the following and it will tell you if you are seat or processor.

select property('licensetype')

(18 Aug '15, 12:55) RADicalSYS
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:

×105
×64

question asked: 17 Aug '15, 15:21

question was seen: 3,943 times

last updated: 18 Aug '15, 12:55