<?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: Data from LDAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964681#M330776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use at least two approaches to retrieve LDAP data so you can get them as normal tables in QlikView:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. OLE DB provider for Microsoft Directory Services:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx" title="https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx"&gt;https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using SQL ...... to read the LDAP (might only work with Microsoft LDAP (Active Directory) ... haven't tested it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. LDAP search with PowerShell - multiple approaches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/" title="http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/"&gt;http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can in your load script use the EXECUTE statement to execute a PowerShell command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are many more options available too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 08:59:29 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-09-30T08:59:29Z</dc:date>
    <item>
      <title>Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964680#M330775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to fetch the data from LDAP.&lt;/P&gt;&lt;P&gt;I have to fetch all the users from LDAP and import recipient from LDAP to send mail using N printing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 06:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964680#M330775</guid>
      <dc:creator />
      <dc:date>2015-09-30T06:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964681#M330776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use at least two approaches to retrieve LDAP data so you can get them as normal tables in QlikView:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. OLE DB provider for Microsoft Directory Services:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx" title="https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx"&gt;https://technet.microsoft.com/en-us/library/ms190803(v=sql.105).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using SQL ...... to read the LDAP (might only work with Microsoft LDAP (Active Directory) ... haven't tested it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. LDAP search with PowerShell - multiple approaches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/" title="http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/"&gt;http://activedirectoryfaq.com/2015/02/ldap-search-powershell-find-ldapobject/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can in your load script use the EXECUTE statement to execute a PowerShell command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are many more options available too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964681#M330776</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-30T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964682#M330777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge you cannot directly pull data from LDAP and LDAP is not a data base , it should sync the data to some DB and then only you can fetch the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://archive.oreilly.com/pub/post/ldap_is_not_a_database.html" title="http://archive.oreilly.com/pub/post/ldap_is_not_a_database.html"&gt;archive.oreilly.com/pub/post/ldap_is_not_a_database.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964682#M330777</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-30T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964683#M330778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="c.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100481_c.png" style="height: 238px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964683#M330778</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-30T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964684#M330779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it is possible. I haven't got the code with me but I have done it. If no-one else knows I'll try and find it and post it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Although this is using Qlikview and not NPrinting which I am not familiar with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964684#M330779</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2015-09-30T10:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964685#M330780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/59964"&gt;flipside&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain the procedure , will try the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964685#M330780</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-30T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964686#M330781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help, the code looks familiar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/765473"&gt;Re: Active Directory Query&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what ODBC drivers are needed. It also takes a bit to decipher some of the data because it is binary based values stored as integers, I had to write some code to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964686#M330781</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2015-09-30T10:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964687#M330782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2015-09-30 #1.PNG" class="jive-image image-1" src="/legacyfs/online/100490_2015-09-30 #1.PNG" style="height: 373px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 11:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964687#M330782</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-30T11:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964688#M330783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to fetch data using Microsoft Directory Services.&lt;/P&gt;&lt;P&gt;Not able to see any table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100495_image.png" style="width: 620px; height: 349px;" /&gt;&lt;IMG alt="image2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100502_image2.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964688#M330783</guid>
      <dc:creator />
      <dc:date>2015-09-30T12:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964689#M330784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to write the SQL yourself - since the LOAD wizard doesn't seem to be able to pick out the right "tables"... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964689#M330784</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-30T12:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964690#M330785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do have a valid connection as you tested that. But it seems that the wizard is unable to retrieve the right entities in LDAP and show them as table-like entities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't mean that you can't retrieve the information you want. But you will have to use SQL syntax according to the documentation that Microsoft provides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;SELECT ADsPath, cn FROM 'LDAP://DC=Fabrikam,DC=COM' WHERE objectCategory='group';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should give you all groups...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'LDAP://DC=.....' must be replaced by your specific LDAP path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P style="color: #2a2a2a; padding-bottom: 15px; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px;"&gt;To search for all the users whose Last Name starts with letter H.&lt;/P&gt;&lt;DIV class="codeSnippetContainerTabs"&gt;&lt;DIV class="codeSnippetContainerTabSingle" dir="ltr" style="color: #707070;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="codeSnippetContainerCodeContainer" style="margin-bottom: 12px;"&gt;&lt;/P&gt;&lt;DIV class="codeSnippetToolBar"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="padding: 5px; font-family: Consolas, Courier, monospace !important;"&gt;SELECT ADsPath, cn FROM 'LDAP://OU=Sales,DC=Fabrikam,DC=COM' WHERE objectCategory='person' AND objectClass='user' AND sn = 'H*' ORDER BY sn&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964690#M330785</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-30T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data from LDAP</title>
      <link>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964691#M330786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what should be enter in data source name and location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 05:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-from-LDAP/m-p/964691#M330786</guid>
      <dc:creator />
      <dc:date>2015-10-01T05:07:40Z</dc:date>
    </item>
  </channel>
</rss>

