Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Am able to connect to Office 365 sharepoint using the web connector. But getting the error "Connection not found" when i copied the load script to qlik sense.
QlikSense Web and qlik web connectors are installed.in the same system.
Qlik Web connector is accessed via localhost:5555/web ( Havent changed anything in the deploy.config)
LET vQwcConnectionName = 'lib://test(username)';
Office365Connector_CanAuthenticate:
LOAD
authenticated as CanAuthenticate_authenticated,
error_message as CanAuthenticate_error_message
FROM [$(vQwcConnectionName)]
(URL IS [Authenticationurl], qvx);
Note: Removed the actual URL as authenticationurl for security reasons.
Any suggestions on the error "Connection not found". Do we need to change any settings in webconnector
Hello @JL2019 , thank you for posting to community!
Did you create the lib connection as shown in the help? https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Fetchin...
Hello @JL2019 , thank you for posting to community!
Did you create the lib connection as shown in the help? https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Fetchin...