Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
i've got a problem in changing the Data Connection --> monitor_apps_REST_user_condensed and make the operations Monitor App reload.
Initially there is a connection like this CUSTOM CONNECT TO "provider=QvRestConnector.exe;url=https://localhost/qrs/user;timeout=900;method=GET;autoDetectResponseType=true;keyGenerationStrategy=...
I need to change it because i've got a Windows authentication patter: Form.
I tried this solutions but it doesn't work.
CUSTOM CONNECT TO "provider=QvRestConnector.exe; url=https://itdmz.local:4242/qrs/user?xrfkey=0000000000000000; timeout=900; method=GET; autoDetectResponseType=true; keyGenerationStrategy=0; authSchema=cert; useCertificate=Yes; certificateStoreLocation=LocalMachine; certificateStoreName=My; queryHeaders=X-Qlik-XrfKey=0000000000000000%1X-Qlik-User%3UserDirectory=INTERNAL;UserId=sa_repository; skipServerCertificateValidation=true; trustedLocations=https://itdmz.local:4244; PaginationType=None;";
Any suggestion?