Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...


Section


Column

Concurrent users are Live Forms users that are logged in simultaneously. displays a max user limit has been reached message for tenants with limited concurrent users licenses when more than the allowed number of users attempt to log into .

What does the Superuser/tenant admin(s) do if users are reporting this error?

The Manage Sessions link on the Manage Tenant page opens the User Interface to view/manage the number of active users. The UI is available to:

  • The initial Tenant Admin user (set up when the tenant was created). The tenant admin login is the only user allowed to login when the maximum number of concurrent sessions has been reached. This login is not counted against the license. The tenant admin can view/manage active users only for their tenant.
  • Superuser admin - view/manage active users for all tenants by navigating to each tenant and clicking on the Manage Sessions link
  • Additional admin users - view/manage active users but this login will be counted against the license and listed in the Sessions Table. Additional admins will not be allowed to login once the max user count is reached.



Column
width20%

On This Page:

Table of Contents
maxLevel2


...

Logging in as a user from the Manage User screen

Once the max user limit has been reached message displays, the superuser/tenant admin cannot login as a user from the Manage Users page.

The tenant admin will see this message:

...

The Tenant Admin will still see Max Concurrent Users on the View Configuration screen.

Cloud Log Entries for User Sessions

...

Code Block
2019-03-06 13:32:22.409 INFO 99d71fff-970b-40dc-8278-5ad1d43f1112 mycompany 17600 --- [http-nio-8082-exec-8] com.frevvo.users.UserQuota [mycompany jessica] [99d71fff-970b-40dc-8278-5ad1d43f1112 D1525B5FC43C8ADC19901C9948B8F9DA] [ ] : Tenant (mycompany): login: num users: 1. Server num users: 1
2019-03-06 13:32:22.429 INFO 99d71fff-970b-40dc-8278-5ad1d43f1112 mycompany 17600 --- [http-nio-8082-exec-8] com.frevvo.forms.web.LoginResource [mycompany jessica] [99d71fff-970b-40dc-8278-5ad1d43f1112 D1525B5FC43C8ADC19901C9948B8F9DA] [ ] : Login successful: jessica@mycompany
2019-03-06 13:32:31.870 INFO 18524c1c-a2c3-4080-8737-0adb791635e5 mycompany 17600 --- [http-nio-8082-exec-9] com.frevvo.users.UserQuota [mycompany robert] [18524c1c-a2c3-4080-8737-0adb791635e5 B2BBFD495B5F0138DD605D8E10BBD884] [ ] : Tenant (mycompany): login: num users: 2. Server num users: 2
2019-03-06 13:32:31.899 INFO 18524c1c-a2c3-4080-8737-0adb791635e5 mycompany 17600 --- [http-nio-8082-exec-9] com.frevvo.forms.web.LoginResource [mycompany robert] [18524c1c-a2c3-4080-8737-0adb791635e5 B2BBFD495B5F0138DD605D8E10BBD884] [ ] : Login successful: robert@mycompany
2019-03-06 13:32:50.037 INFO 41a2cb55-1df7-4085-b830-c5922cf813ca mycompany 17600 --- [http-nio-8082-exec-5] com.frevvo.forms.web.LoginResource [mycompany admin] [41a2cb55-1df7-4085-b830-c5922cf813ca B94148D7117A30A3AAF8CBF2540A7EAE] [ ] : Login successful: admin@mycompany
2019-03-06 13:34:38.079 INFO 27156f0b-d56b-483c-a142-34d1911e9ab4 mycompany 17600 --- [http-nio-8082-exec-3] com.frevvo.users.UserQuota [mycompany robert] [27156f0b-d56b-483c-a142-34d1911e9ab4 B2BBFD495B5F0138DD605D8E10BBD884] [ ] : Tenant (mycompany): logout: num users: 1. Server num users: 1
2019-03-06 13:34:38.081 INFO 27156f0b-d56b-483c-a142-34d1911e9ab4 mycompany 17600 --- [http-nio-8082-exec-3] com.frevvo.forms.web.LogoutResource [mycompany robert] [27156f0b-d56b-483c-a142-34d1911e9ab4 B2BBFD495B5F0138DD605D8E10BBD884] [ ] : Logout successful: robert@mycompany (tenant user count = 1)
2019-03-06 13:34:54.784 INFO ec029c69-425a-4291-802c-f771336df928 mycompany 17600 --- [http-nio-8082-exec-5] com.frevvo.users.UserQuota [mycompany jessica] [ec029c69-425a-4291-802c-f771336df928 D1525B5FC43C8ADC19901C9948B8F9DA] [ ] : Tenant (mycompany): logout: num users: 0. Server num users: 0
2019-03-06 13:34:54.784 INFO ec029c69-425a-4291-802c-f771336df928 mycompany 17600 --- [http-nio-8082-exec-5] com.frevvo.forms.web.LogoutResource [mycompany jessica] [ec029c69-425a-4291-802c-f771336df928 D1525B5FC43C8ADC19901C9948B8F9DA] [ ] : Logout successful: jessica@mycompany (tenant user count = 0)
2019-03-06 13:44:51.038 INFO 0cb6ceb9-4f3b-4ca1-8e67-37c1af7cfe44 mycompany 17600 --- [http-nio-8082-exec-9] com.frevvo.forms.web.LogoutResource [mycompany admin] [0cb6ceb9-4f3b-4ca1-8e67-37c1af7cfe44 B94148D7117A30A3AAF8CBF2540A7EAE] [ ] : Logout successful: admin@mycompany (tenant user count = 0)

 

 

 

 

 

 

 

 

 

...