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

Power Tools - User Manager

Hi

I'm trying to set up the user manger power tool in order to try and track down some missing DocCals but get the following save as my .csv file:

<output>

The message with Action 'http://ws.qliktech.com/QMS/10.1/IQMSBackend/GetTimeLimitedServiceKey' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).

</output>

Hi have edited the config file thus:

<?xml version="1.0"?>

<configuration>

    <system.serviceModel>

      <extensions>

        <behaviorExtensions>

          <add name="serviceKeyBehavior" type="qv_user_manager.ServiceKeyBehaviorExtensionElement, qv-user-manager, 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_IQMSBackend" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" 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://my-server:4799/QMS/Service" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IQMSBackend" contract="QMSBackendService.IQMSBackend" name="BasicHttpBinding_IQMSBackend" behaviorConfiguration="ServiceKeyEndpointBehavior"/>

        </client>

    </system.serviceModel>

<startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>

Could someone let me know which settings I need to change and where to find them please?

Cheers

Geoff

1 Reply
frank_bossuyt
Partner - Contributor
Partner - Contributor

Hi did you get it to work?