The main functional changes in new license
model are as follows.
- Named users check is removed
and concurrent logins check introduced for limited user licenses.
- Removed product code checking.
Accordingly, Axpert Desktop, Web and
Developer/build license have been categorized as follows.
- Evaluation License
- Partner License
- Desktop License
- Web License
- Site License
To activate 10.9/11 licenses,
- Evaluation, Partner License and Site License are same as of previous versions.
- Web License: This is an App Server based license. Project/Schema wise license
activation not required. 'N' no. of Projects/Axpert web sites can be deployed in server by
using this edition. In-Memory DB Redis connectivity is a must in App Server for this
Edition. No. of active logins will be restricted across projects/schemas in
case of limited user licenses. To activate, below are the steps..
- Add below web.config keys with proper values.
- <add key="axpLic_RedisIp" value=""/> Ex.: 127.0.0.1:6380
- <add key="axpLic_RedisPass" value=""/> Ex.: agile.01
- Setup Redis license service:
- Duplicate redis.windows-service.conf file to
redis.windows-service-axplic.conf and change following property values
- dbfilename (Ex.: axplic_dump.rdb)
- port (Ex.: 6380)
- requirpass (if required)
- Following commands needs to run.
- Redis-server --service-install redis.windows-service-axplic.conf
--service-name axplic_redis
- Redis-server --service-start --service-name axplic_redis
- If the web license key is for limited user then
following variable should add in system environment variable
- Variable name: "axpLic_RedisIp"
- Variable value: 127.0.0.1:<portno> Ex.:
127.0.0.1:6380