on 2011 Dec 06 11:00 AM
our customers run SQL Anywhere 12 in a client/server environment. They have a Network Server installed and connect to from client machines (workstations). The licensing ist per-seat based, i.e. not cpu-based. Does per-seat licensing authorize our customers to install the application (i.e. the application that connets to the SQL Anywhere server) on as many client machines they want, as long the license file restricts the number of users to the purchased nummer of licenses?
Request clarification before answering.
I would recommend visiting the SQL Anywhere Licensing page. This page provides definitions for the different license types (including perseat) and some examples to help you understand the different types and some subtleties that may arise in practice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perseat license restricts number of simultaneous connections to the server, not quantity of the PCs with SA client installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only way your clients will be out of compliance is if they connect to the db with Citrix or Terminal Server. Sybase uses the network address to count connections, i.e. 10 users connecting to the db with an app run from Citrix or Remote Desktop, looks like 1 connection. There is a stored procedure (sa_conn_info) that your app can call to get the number of connections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.