#1 2023-05-30 09:13:29

felipe
Member
Registered: 2023-05-11

User login limitation

Hi, im facing an issue in the community and enterprise edition where only 5-6 user can login at once, how can i configure this and turn into 20-30 user login at once ? thankyou

Offline

#2 2023-05-30 10:18:23

eduardo
Administrator
Registered: 2016-11-01
Website

Re: User login limitation

Hi felipe,

there is no limitation. What error are you getting?

Regards,
Eduardo

Offline

#3 2023-05-30 16:56:22

felipe
Member
Registered: 2023-05-11

Re: User login limitation

There is no error logs that im getting but when i held a stress test and 8 user is currently login at the same time, the server reportserver crash for all user and need a restart. After doing the force restart all the data in the reportserver suddenly gone. This is the problem that im getting

Offline

#4 2023-05-31 05:58:31

felipe
Member
Registered: 2023-05-11

Re: User login limitation

the reportserver just crash

Offline

#5 2023-05-31 06:09:01

felipe
Member
Registered: 2023-05-11

Re: User login limitation

if the reportserver crash why all the data that has been there is gone ? thankyou but i dont receive any error logs

Offline

#6 2023-05-31 08:53:20

eduardo
Administrator
Registered: 2016-11-01
Website

Re: User login limitation

Hi felipe,

what error are you seeing in your browser? What exactly do you see when "it crashes"? can you post a screenshot here? http://imgbb.com
What kind of installation ? (manual, docker, .exe, etc?)
What version exactly of ReportServer?

Regards,
Eduardo

Offline

#7 2023-06-04 18:31:37

felipe
Member
Registered: 2023-05-11

Re: User login limitation

okay i upload the screenshot already, here is the link : https://ibb.co/hLqjby9
Im using enterprise edition RS4.4.0-6084 and install it using docker.
The error starts when 8 - 10 people use it at once and the screen just freeze, and when i try to access it again with other computer the response just like in the screenshot i gave. I need to restart the docker but when i done restarting, all my files that are stored is gone and go back just like how it was when i first install it.

Offline

#8 2023-06-05 05:21:48

Felix
Moderator
Registered: 2022-08-01

Re: User login limitation

Hi Felipe,


Do you start your container using "docker run --rm ... " ? This --rm triggers dockers Clean Up. Just start your container without --rm and you can stop and restart it while keeping your data.

For your Problem that only a limited amount of people can access your Reportserver container at once:

Your screenshot is mentioning "nginx" ... which is a webserver/loadbalancer/proxy that is not part of the docker images hosted by us (infofabrik) ( >4.2.0) but part of the bitnami images (<= 4.2.0)... so i assume you put an nginx "in front" of the ReportServer?

I'm not absolutely familiar with nginx but this would be my first try to get rid of the error: Try ~10 Connections without nginx (directly)? If this is working fine (as we've tested it) you've maybe got a misconfigured nginx?

Also try to flush your browser-cache ... 502 is a server error but SOMETIMES browsers think they need to be more intelligent and do funky stuff wink

kind regards

Felix


Softwareentwickler bei Infofabrik

Offline

#9 2023-06-05 06:33:52

felipe
Member
Registered: 2023-05-11

Re: User login limitation

No i restart it using docker compose up -d and docker compose down.
For the limited amount i try to change the mount volume in the maria-db, will it help ? thankyou

Offline

#10 2023-06-05 08:44:51

Felix
Moderator
Registered: 2022-08-01

Re: User login limitation

Hi,

docker compose down also removes container, images, etc... as stated in the docker manual.

If you just want to restart one particular service you have to either "docker compose restart" or stop-start the desired service.

For the other problem: IF your ReportServer has a valid connection to a database (e.g. you are able to login ... at least with one user wink ) there is no need for an other mount volume... I think your problem may be related to a misconfigured NGINX!

Can you provide an example docker-compose.yml? Without critical informations (like passwords) wink

This would help me a lot!

kind Regards

Felix


Softwareentwickler bei Infofabrik

Offline

Board footer

Powered by FluxBB