on 2013 Mar 07 5:22 PM
Values for Property('ServerEdition') include 'OEM' and 'Authenticated'. What is the difference between these two?
Thanks,
Leo
Both editions are used with authenticated SQL Anywhere applications, as defined here: http://dcx.sybase.com/index.html#sa160/en/dbadmin/running-s-4314706.html.
The 'Authenticated' edition is used when the authenticated application needs to pass the correct authentication string to the database in order of perform write operations. If the app does not do that, then the connection to the db is read-only. You obtain the authentication string by completing a form on our web site.
The 'OEM' edition is used when your application cannot pass an authentication string to the database, but requires write access. In this case, the connection has R/W permission and there's no need to pass an authentication string.
Which edition you are allowed to deploy depends on your SQL Anywhere contract. From a technical perspective, both editions are identical, with the exception of the authentication mechanism used when a db connection is established.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks José. But if the 'OEM' edition does not require an authentication string, what's the difference between it and a standard edition (one that is neither oem nor authenticated.)?
Like Leo, I don't really get the difference:
That would somewhat come as a surprise as the "ServerEdition" property is a database-server property and not a database property...
The difference has to with your licensing. The OEM Edition allows you to deploy any of the add-ons (as per your contract) and has no CPU limit. Non-OEM Editions (Workgroup, Standard, Advanced) have a CPU limit and have a specific set of add-ons. The following web page lists the differences: http://www.sybase.com/detail?id=1068247.
@José: Yes, we do agree that this is a database-server property.
Still I think Leos (and my) underlying question is still unanswered: What exactly is the difference between an "Authenticated" and an "OEM" edition?
Note, in your other new comments, you only mention the "OEM edition", as is in the linked overview, but do not mention an "Authenticated edition". So I'm still puzzled...
Let me give it a try. The OEM edition is as Jose defined it (licensing based and compared to workgroup, standard and advanced editions). The 'authenticated' edition is a special form of the OEM edition that is tied to a specific oem partner application. With the authenticated edition, connections must 'authenticate' with the server (via specific option settings) before they can get full access to the data in the database. This provides the OEM partner a way to ensure that end users only interact with the database using their application.
Yes. A database created for the OEM edition does not have to be authenticated.
OEM edition: This is actually something a Partner needs to discuss with their
Sales Representative since the details may vary and has more to do with
contractual terms than software technology. But, for what it is worth, my
understanding is this.
There are many possible ways to embed the SQL Anywhere software so that it can only be used with the Var/OEM/Partner's application(s). Anyone can chose to do this for any one of many possible reasons but my understanding is something like this would be required of the OEM Edition sales agreement. In contrast the Authenticated Edition is just the main SW mechanism we provide for this purpose.
At least that is the outline as I understand it. Your sales representative can explain the finer details.
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In contrast the Authenticated Edition is just the main SW mechanism we provide for this purpose.
@Nick: Your reasoning seems sound, however, it does not really declare why the software itself would make a difference here - and that's what we still would like to know...
FWIW, we have just older OEM editions (v8, v10) that do not support the ServerEdition() property, so I can't tell what they "call themselves":)
SQL Anywhere 11.0.0 and earlier had no concept of editions. That was introduced in version 11.0.1 (http://www.sybase.com/detail?id=1068247) so we provided the property to determine what edition the db server was. Also, SA 11.0.1 was the first one to introduce the Authenticated and OEM editions.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.