<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using EDX without user password - QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245345#M868341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing a QV extension that has a feature which enables the user to reload the model whenever he likes and I'm using the EDX. so I can't use the QMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2016 13:06:03 GMT</pubDate>
    <dc:creator>litalrok7</dc:creator>
    <dc:date>2016-12-12T13:06:03Z</dc:date>
    <item>
      <title>Using EDX without user password - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245343#M868337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;I'm using QlikView and trying to trigger a reload task using EDX with the solution offered in this forum.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3024" style="font-size: 10pt;" title="https://community.qlik.com/docs/DOC-3024" target="_blank"&gt;https://community.qlik.com/docs/DOC-3024&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ran into an issue that the user's password is not available and i can't use this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: verdana, geneva; color: #3366ff;"&gt;Client = new QMSClient("BasicHttpBinding_IQMS", QMSURL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WindowsClientCredential creds = Client.ClientCredentials.Windows;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; creds.ClientCredential.UserName = "myadminaccount";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; creds.ClientCredential.Password = "mypassword";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option to get authenticate using Active Directory user?&lt;/P&gt;&lt;P&gt;or other solutions will be highly appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance!!&lt;/P&gt;&lt;P&gt;Lital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245343#M868337</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using EDX without user password - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245344#M868339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never worked on EDX...but we can trigger a task from QMC alone and don't need EDX.&lt;BR /&gt;You can assign daily timed task/dependencies upon successful or failure of particular qvw/write a script to create a loop so that your QVW refreshes based upon given time and checks for new data in data base.&lt;/P&gt;&lt;P&gt;I've triggers placed too but not by EDX or widows scheduler. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 12:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245344#M868339</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-12-12T12:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using EDX without user password - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245345#M868341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing a QV extension that has a feature which enables the user to reload the model whenever he likes and I'm using the EDX. so I can't use the QMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 13:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245345#M868341</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2016-12-12T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using EDX without user password - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245346#M868343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but thank you for your answer unfortunately it is not suitable in my case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 13:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-EDX-without-user-password-QlikView/m-p/1245346#M868343</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2016-12-12T13:07:44Z</dc:date>
    </item>
  </channel>
</rss>

