How does the License work and how soon do we receive it?
When we purchase the license, how soon can we get the license installed?
As soon as you purchase the License, we will send you the license code that you can enter in the evaluation copy of TIMP turning it into a fully functional version of TIMP
In the e-mail that we send out with the license code we will explain you how to do it (straightforward operation through the "TIMP Configuration Wizard").How to use TIMP License Code when you buy one
When you buy I license code we will send you the license by e-mail
When you receive the code, you do not have to reinstall the 5 concurrent users evaluation version of TIMP, but just:
- start TIMP Installation Wizard (from Start/Program Files/Tipic Instant Messaging Platform/Installation Wizard) if you have already installed the server, otherwise follow the first installation instruction and get to the point where you are asked about the license code.
- enter the following XML, which is the registration code, by cutting and pasting the following:
xx-xxx-xxx@xxx.xx
xxxxxx
- read the installation log: you should now read that TIMP is registered
NOTE:
Regarding the licensing, as an example, 10 user license means a maximum of 10 concurrent users. The server checks how many logged on users there are every "timeslot" (of one minute): if, at the end of one time slot, the number of concurrent users exceeds the license, for the next time slot you are unable to log in with other clients, even if you have logged off with all the previous logged on client. If at the end of the time slot the number of logged on users is below the maximum, you are allowed, in the next timeslot, to log on new users.
Adding a new license
If you want to add a new license to the already running TIMP, you should do the following:
From the Windows Start Button: All programs -> Tipic Instant Messaging Platform -> TIMP Management Console
From the Tipic Management Console: Gui Console -> double click on "jsm"
From the "jsm" Plug-in Setting: Click on Custom Plug-in Setting -> some XML will appear in that window.
Now below the tag you will see the existing license you previously entered. You should add the new license that you will receive via mail below the existing one.
Following is an example:
<custom>
<license>
.....
</license>
<license>
....
</license>
After pasting the new license, click on "Set Configuration", click on "OK" to restart the plug-in, on "OK" to exit the "jsm" configuration, and you are done.
Can we programmatically enter add-on licensing for the TIPIC server?
We want to implement the interface to all the user to add licensing via our web-based admin interface so we need to know the specifications of the XML file where license codes are maintained.
There is an XML file in:
C:Documents and SettingsTW32JS_USERApplication DataTipicATEConfPlugIns.xml
You should add the license in the custom part of 2 plug-ins:
- JSM
- Admin
The best would be if you inspect the XML file that you have today and look for the correct fields to add.