<?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: LDAP Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161631#M35445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The QVW which tries to load the data from LDAP loads only the partial data frequently. We are unable to find the root cause of the issue as the QVW doesn't fails but it loads only the partial data.Can someone please help us to identify the root cause of the issue. It has been happening from quite a long time but we didn't succeed in finding the root cause of the issue. Hope someone can help us for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;qvforum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 12:05:49 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2013-07-23T12:05:49Z</dc:date>
    <item>
      <title>LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161626#M35440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to query a linux-based LDAP server with little success. I would first like to retrieve the details of each user. Could someone give me an example of what the sql query would look like?&lt;/P&gt;&lt;P&gt;Structure:&lt;/P&gt;&lt;P&gt;Root DSE&lt;/P&gt;&lt;P&gt;|_______ cn=Users (objectclass = Container)&lt;/P&gt;&lt;P&gt;|________ cn = Joe Bloggs (objectclass= User)&lt;/P&gt;&lt;P&gt;|________ cn = Jim Bloggs (objectclass= User)&lt;/P&gt;&lt;P&gt;|____ attributes e.g. dialPlan,telePhoneNuber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have:&lt;/P&gt;&lt;P&gt;sql select User FROM 'LDAP://10.0.0.3:4000' WHERE objectCategory='Users'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sql select User FROM 'LDAP://Root DSE' WHERE objectCategory='Users'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sql select User FROM 'LDAP://10.0.0.3:4000' WHERE objectCategory='Container'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 15:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161626#M35440</guid>
      <dc:creator>nealrobinson</dc:creator>
      <dc:date>2010-02-26T15:21:51Z</dc:date>
    </item>
    <item>
      <title>LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161627#M35441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using ADsDSOObject? Don't know for your LDAP schema, but for Active Directory I use:&lt;/P&gt;&lt;P&gt;SQL select name FROM 'LDAP://DC=mycompany, DC=com' WHERE objectCategory='person'&lt;/P&gt;&lt;P&gt;Do you have an LDAP browser (like Softerra) that you can use to confirm the attribute and objectCategory name you are using? "Select User" doesn't look right to me. User is the class, it's unlikely to also be an attribute name. How about&lt;/P&gt;&lt;P&gt;sql select name, dialPlan FROM 'LDAP://10.0.0.3:4000' WHERE objectClass='User'&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 01:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161627#M35441</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-02-27T01:46:57Z</dc:date>
    </item>
    <item>
      <title>LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161628#M35442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Yes I am using ADsDSOObject. I tried what you sent me and it did not work. I did change name to cn as there was no name key.&lt;/P&gt;&lt;P&gt;I keep getting this error emailed to me from the server:&lt;BR /&gt;LDAPMessage::GetMsg: unexpected tag 0x05&lt;BR /&gt;My sql sting: sql select cn, dialPlan FROM 'LDAP://10.0.0.3:4000' WHERE objectClass='User'&lt;/P&gt;&lt;P&gt;Path to User details: frog --&amp;gt; cn=Users --&amp;gt; cn=Joe Bloggs (objectclass=User) --&amp;gt; dialPlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 10:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161628#M35442</guid>
      <dc:creator>nealrobinson</dc:creator>
      <dc:date>2010-03-01T10:55:43Z</dc:date>
    </item>
    <item>
      <title>LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161629#M35443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Must the structure of the AD be the same if i were to query more than 2 ADs servers?&lt;/P&gt;&lt;P&gt;I noticed my 4 AD servers are maintain differently, they do not use the same strucutre, for that, will the code still work? or i need to create different query to query each different servers?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161629#M35443</guid>
      <dc:creator />
      <dc:date>2010-04-16T10:08:48Z</dc:date>
    </item>
    <item>
      <title>LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161630#M35444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another weird thing i noticed is that, says i have AD1 and AD2&lt;/P&gt;&lt;P&gt;AD1 has user ABC&lt;BR /&gt;AD2 has user xyz&lt;/P&gt;&lt;P&gt;when i execute the activedirectoryload.qvw, ABC is able to load only AD1 users, and vice versa for AD2.&lt;/P&gt;&lt;P&gt;i'm not able to query users in AD2 if i log in by user ABC.&lt;/P&gt;&lt;P&gt;if you are aware of any causes, please share...&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161630#M35444</guid>
      <dc:creator />
      <dc:date>2010-04-16T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Server</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161631#M35445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The QVW which tries to load the data from LDAP loads only the partial data frequently. We are unable to find the root cause of the issue as the QVW doesn't fails but it loads only the partial data.Can someone please help us to identify the root cause of the issue. It has been happening from quite a long time but we didn't succeed in finding the root cause of the issue. Hope someone can help us for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;qvforum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Server/m-p/161631#M35445</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2013-07-23T12:05:49Z</dc:date>
    </item>
  </channel>
</rss>

