Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EDX when running in Web is not using the user ID

I’m running EDX in web. It’s work in my local host. But when I deployed in the server. The user iD is changing to Web server ID when running EDX.   I’m getting this Authorization failed since it’s not using my ID once the EDX execute is called. Any Idea?   

The windows authentication is turned ON for this page.

ReloadviaEDX                  
Error: Authorization failed for user "Domain\Servername" required access level is QlikViewEDXMessage:

Web.Config

<authentication mode="Windows"/>

       <identity impersonate="true" userName="myID" password="xxx"/>-->

I tried using this code below but it doesn't work as well.

                Client.ClientCredentials.Windows.ClientCredential.UserName = '"MyName"

                Client.ClientCredentials.Windows.ClientCredential.Password ="Password"

1 Solution

Accepted Solutions
Not applicable
Author

I've found the solution for this issue;

In IIS APP Pool. Set the Identity of the user as system account which has access in Qlikview EDX.

View solution in original post

3 Replies
Not applicable
Author

Hi milanplay,

Is your user running the reload via EDX a member of Qlikview EDX user group on your Qlikview Server? This is a prerequisite for EDX.

Kind Regards,

Footsie

Not applicable
Author

Hi Footsie,

I'm running using my ID. If i set the config file as imporsonate to my ID,  it's working. And if i'm running in my local machine it's working too.

Once I deploy in the server, if i don't use the imporsonate it  does not work.

EDX is not using my own id.

Regards,

Milan

Not applicable
Author

I've found the solution for this issue;

In IIS APP Pool. Set the Identity of the user as system account which has access in Qlikview EDX.