Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
shaun_lombard
Creator III
Creator III

Office 365 Sharepoint - Proxy Authentication Required

We are running Qlik Sense Enterprise on Windows August 2022. I am trying to configure a new connection to Office 365 Sharepoint but getting the following error message:

Error verifying: The remote server returned an error: (407) Proxy Authentication Required.

This error occurs after I hit verify of the authentication code.

Does anyone know where I can enter the proxy details? Where can I find logs?

I assume it may have to be entered in this config file but cannot find details on it.

QvWebStorageProviderConnectorPackage.exe.config

Any assistance appreciated.

Labels (2)
1 Solution

Accepted Solutions
Jay_Brown
Former Employee
Former Employee

Hello @shaun_lombard ,

You should be able to add proxy settings to the deploy.config file located here:
C:\Program Files\Common Files\Qlik\Custom Data\QvWebConnectorPackage

<Proxy>
<UseProxy>false</UseProxy>
<ProxyAddress></ProxyAddress>
<ProxyUsername></ProxyUsername>
<ProxyDomain></ProxyDomain>
<ProxyPassword></ProxyPassword>
</Proxy>

Hope that helps!

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

2 Replies
Jay_Brown
Former Employee
Former Employee

Hello @shaun_lombard ,

You should be able to add proxy settings to the deploy.config file located here:
C:\Program Files\Common Files\Qlik\Custom Data\QvWebConnectorPackage

<Proxy>
<UseProxy>false</UseProxy>
<ProxyAddress></ProxyAddress>
<ProxyUsername></ProxyUsername>
<ProxyDomain></ProxyDomain>
<ProxyPassword></ProxyPassword>
</Proxy>

Hope that helps!

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

Thanks @Jay_Brown that put me on the right path.

I updated the deploy.config file in C:\Program Files\Common Files\Qlik\Custom Data\QvWebStorageProviderConnectorPackage 

Not ideal that I had to use my personal credentials, trying to find out from our security team if there is a generic proxy user I can use.

Shaun