Question

Accessing License Information

  • 2 November 2023
  • 1 reply
  • 40 views

Userlevel 1
Badge +3

Hello experts,

I've been attempting to access license-related information in the FSM system.

I understand that license information can be obtained through the License Admin screen in the smart client, but the data in the 'mx_l' table is encrypted.

I require the same level of visibility as the License Admin screen but within a custom lobby.

Is there a method or workaround to achieve this?

 

TIA

 

Regards,
Piumal


1 reply

Userlevel 6
Badge +23

Hi Piumal,

I doubt that there is a simple way to retrieve the same information as in the License Admin screen through a lobby as you can’t get these values easily from the database - at least I’m not aware of it. 

As an alternative you could run queries against the Person and mx_t-table to get number of users for specific license types. Note that mx_t-table includes the tokens genertated for users that are currently consuming a license (license is consumend when the user logs in the first time).
 

Best regards
Roman

Reply