Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I changed the Windows to FORM and now i can't access to the hub and the qmc ...
I put the correct login and password
Thanks for help
Possible GP, if it is failing to authenticate it could be related to Group Policy that prevents you to login to the server, which could be the "allow log on locally" ( search for local security Policy > User Rights Assignment > Allow log on locally > make sure that "users" is added here) , restart the server or cmd>gpupdate /force, try again to access. If that does not work, then you might need to get into the postgres DB and modify back to Windows (instead of FORMS) the virtual proxy.
Hello
"you might need to get into the postgres DB and modify back to Windows (instead of FORMS) the virtual proxy. "
Could you please explain how to do this ? where is the file where we need to do this change
I have the exact same issue right now.
Thank you
Update : I was able to fix my problem and modify the postgreDB
On the server where Qlik is installed, I used pgadmin in order to be able to connect to the qliksense postgresql databases.
I entered my master password to connect to the Qlik DB.
I went to : Server -> Qlik -> Databases -> QSR -> Schemas -> Tables -> VirtualProxyConfigs
Then I clicked on view data and found the field : WindowsAuthentificationEnabledDevicePattern
I modified the value field from "Form" back to "Windows" then saved the change
I rebooted the qlik server and my issue was fixed.
Hope this help people with the same issue
Hi All,
I had the same issue now. Where in my case, I can log to the hub and QMC but the QMC properties were disabled for me. I checked from the administrator in the Qlik installed server.
Solution worked for me:
My domain Name : test.xyz
User Directory Name: test
Earlier i typed test.xyz\administrator in the username, QMC properties not enabled.
Then in typed test\administrator in the username, QMC got enabled.
Thank you...