lic.LicLogin
This job grants a license for the specified module. Before a client application can use enaio® modules, it must receive permission from the server for its usage. The server checks (e.g. maximum number of licenses, access to the module only from specific workstations), whether the client is authorized to use this module. Upon successful verification, the server locks the license in the database.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Short label of the module |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
|
3. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: lic.LicLoginEx, lic.LicLogout