Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am new in Qlik, and I am facing issue with Qlik integration.
I am able to get the data from Qlik using Dotnet API. I am using a root admin user for integration.
No one using this user, but still I am getting "Access to the app is denied: MaxParallelSessionsExceeded" exception sometime.
Below is the flow :
1. Other Qlik user login into the system.
2. Click on the button which will open the pop-up (Dotnet)( At same time multiple user can access the popup but pop-up is using the dedicated user only.)
3. Fetch the records based on query string filters.
4. Display the records in popup and do other dotnet operations as well.
In the above scenario, sometime getting records and sometime exception (Access to the app is denied: MaxParallelSessionsExceeded).
Can anyone help me to resolve this issue?
Thanks in Advance,
Hemik
Hello @Hemik please check this thread https://community.qlik.com/t5/Integration-Extension-APIs/Max-Parallel-Sessions-Exceeded-qlik-engine-...
the limit is 5 sessions per user before you get the error, but there is a way around that which @Damien_V described.
best regards
Sebastian
Hello @Hemik please check this thread https://community.qlik.com/t5/Integration-Extension-APIs/Max-Parallel-Sessions-Exceeded-qlik-engine-...
the limit is 5 sessions per user before you get the error, but there is a way around that which @Damien_V described.
best regards
Sebastian