All,
I am getting the below error when i am trying to connect from Qliksense API.
jsonrpc":"2.0","id":1,"error":{"code":1002,"parameter":"ws://<Server Name>/app/48c8a3cd-f99d-465f-af94-51d6cb1e78e2","message":"App already open"
Can anyone tell what's this error about and how to resolve it?
Thanks,
Sohail
This could be caused by several WebSocket sessions with the same Qlik userId trying to call "OpenDoc" method via Engine API. It don't even have to be the same app what you're trying to open.
Try to using different userIds and see if it helps.
Hi guys,
I got the same issue but I could do it through API explorer. When i load the data from qvd i have this error but when i load directly from database it seems okay. Any further root cause or solution on this? Thank you.