Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JL2019
Contributor
Contributor

Office 365 sharepoint web connector

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

 

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
Jay_Brown
Support
Support

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...

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.

View solution in original post

1 Reply
Jay_Brown
Support
Support

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...

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.