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.

Please provide a non-InstallShield utility for applying registration keys that simply enable functionality that already resides in the product; e.g., HA, in-memory, etcetera.

This would eliminate a HUGE frustration in SQL Anywhere site administration.

I'm not sure about V11 and V12, but if you have installed 10.0.0 and upgraded to 10.0.1 and applied an EBF, the ONLY way to enable HA is to uninstall SQL Anywhere, re-install 10.0.0, re-run the 10.0.0 setup.exe to "Add" the HA key, then re-upgrade to 10.0.1 and re-apply the EBF.

As far as I can tell, the same is true of V11... once having applied the EBF you can no longer run any of the earlier setup.exe files... I just tried it, no joy.

The requested utility does NOT have to provide ANY InstallShield functionality, JUST the "feature enabling" function (which isn't really an InstallShield affair, is it?)

asked 18 Aug '10, 20:04

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

edited 20 Aug '10, 15:02

Chris%20Kleisath's gravatar image

Chris Kleisath
3.3k93037


In SQL Anywhere 12 we modified the dblic utility to do exactly what you are looking for. Use the -k option, you can change the product edition of your server (i.e upgrade from developer to workgroup, standard or advanced) as well as add support for add-ons such as high-availability or in-memory mode.

dblic -k <key> dbeng12.lic "User name" "Company name"

http://dcx.sybase.com/index.html#1200en/dbadmin/license-license-utility-dbutilities.html*d5e55129

permanent link

answered 19 Aug '10, 15:00

Bill%20Hillis's gravatar image

Bill Hillis
83637
accept rate: 66%

1

Argh! Argh! (one "argh" for "I missed that", a second "argh" for "I already gave Mark the green "he answered this question" arrow)... but, amazingly, the software lets me fix that!

(19 Aug '10, 15:42) Breck Carter

Thanks Bill. I remembered that this feature was on the enhancement list... but obviously forgot that it had already been implemented :-)

(19 Aug '10, 19:46) Mark Culp

Thanks for making the suggestion. This feature is on the list of enhancements to be added to dblic.

permanent link

answered 18 Aug '10, 22:15

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

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:

×113
×5

question asked: 18 Aug '10, 20:04

question was seen: 2,509 times

last updated: 20 Aug '10, 15:02