Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
german_avanzato
Creator
Creator

Reload through Publisher need authentication

Hi,

I has this code in a macro that was working fine (The user triggers a reload task through a button in a aplication)

set http = createobject("MSXML2.XMLHTTP")

http.open "POST", dsURL, false

  http.send()

The problem started a few days ago, when the aplication start giving the error "Access Denied".

I found that if I add the user\password, the code works.

set http = createobject("MSXML2.XMLHTTP")

  http.open "POST", dsURL, false,"user","password"

  http.send()

There is any way to retrieve the user and password that the user used to authenticated?

This is working under IIS and the setting in the QV Web server are:

Authentication : Always

Type: NTLM

Thanks

3 Replies
german_avanzato
Creator
Creator
Author

Any Idea??

The web ticket could be an approach??

german_avanzato
Creator
Creator
Author

Could be a change in the IIS settings for the Qlikview site?

german_avanzato
Creator
Creator
Author

I found new information regard this problem.

Some users can execute this code, and others can´t.

The problem, maybe, could be that some users are in the "Qlikview EDX" Group, and others are in a Group of the Active Directory, that is in the "Qlikview EDX" Group.

The users that are directly inside the "Qlikview EDX" Group, in the Publisher Console; has a mark on them

But, the users that are in a Active Directory Group, and that group is in "Qlikview EDX" Group; has not the green mark.

It is possible that is a Cosmetic error, or the publisher is omitting the people of the Active Directory Group??