Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
zhadrakas
Specialist II
Specialist II

EDX not working with every user in QV 12.3

Hello there,

i just migrated to QV 12.3 SR2 and now several users cannot do EDX loads anymore.

The weird thing is some people can, the others are getting following error if doing via command line

EDX ErrorEDX Error

 

what i did check:

- all users are in groups "QlikView EDX" or "QlikView Management API"
- all users have permissions to the folder where QMSEDX.exe is located
- some of the users who can do it are in group "QlikView Administrators"

here is my EDX config:

 

 

<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
  <system.serviceModel>
    <extensions>
      <behaviorExtensions>
        <add name="serviceKeyBehavior" type="QMSEDX.ServiceKeyBehaviorExtensionElement, QMSEDX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
      </behaviorExtensions>
    </extensions>
    <behaviors>
      <endpointBehaviors>
        <behavior name="ServiceKeyEndpointBehavior">
          <serviceKeyBehavior/>
        </behavior>
      </endpointBehaviors>
    </behaviors>

    <bindings>
      <basicHttpBinding>
        <binding name="BasicHttpBinding_IQMS2" closeTimeout="00:01:00"
          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
          allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
          maxBufferSize="1048576" maxBufferPoolSize="524288" maxReceivedMessageSize="1048576"
          messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
          useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
            maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="TransportCredentialOnly">
            <transport clientCredentialType="Ntlm" proxyCredentialType="None"
              realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://SERVER:4799/QMS/Service" binding="basicHttpBinding"
            bindingConfiguration="BasicHttpBinding_IQMS2" contract="QMSAPI2.IQMS2"
            name="BasicHttpBinding_IQMS2" behaviorConfiguration="ServiceKeyEndpointBehavior"/>
    </client>
  </system.serviceModel>
  <appSettings>
    <add key="QmsHost" value="SERVER" />
  </appSettings>

</configuration>

 

 

Thanks in advance for any Help.

regards

tim

 

 

Labels (1)
  • EDX

1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II
Author

I've got it to work. 

NTFS permission were the problem here.

the complete folder structure need to have sufficient permission. then it works.

 

View solution in original post

1 Reply
zhadrakas
Specialist II
Specialist II
Author

I've got it to work. 

NTFS permission were the problem here.

the complete folder structure need to have sufficient permission. then it works.