<?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 LDAP Access - Member Of in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215119#M68599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terje&lt;/P&gt;&lt;P&gt;Thanks for responding on that, I had a clue that this might be causing the problem, but whilst you have helped to confirm that I'm still a bit unlcear on how I overcome the problem inside the load script. Do you have any idea how to introduce a loop into the load script that will work for this (the link helped to identify some issues, but didn't indicate how to create the loop machanism).&lt;/P&gt;&lt;P&gt;My alternative is to change the query to bring back members of specific groups, which of course would mean creating multiple queries (one for each group I am interested in).&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Apr 2010 09:24:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-15T09:24:32Z</dc:date>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215117#M68597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;I have figured out how to access LDAP, however, I am having trouble getting hold of the MemberOf values, the following query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;ldap_Groups:&lt;BR /&gt;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT memberOf&lt;BR /&gt;FROM '$(vLDAP)' WHERE objectClass='user' AND SAMAccountName='$(vUserName)';&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Returns an error as shown below (always a favourite of mine when an error message states SQL Error: No Error, provides so much information!), I am suspecting that I might need to do something special with this as the contents of memberOf field is quite large.&lt;/P&gt;&lt;P&gt;Anybody have any clues as to what I would need to do????&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 10:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215117#M68597</guid>
      <dc:creator />
      <dc:date>2010-04-14T10:11:34Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215118#M68598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your "problem" is that memberOf returns an array and not a string. You have to create a loop in order to read the array.&lt;/P&gt;&lt;P&gt;I found some information here that might be useful:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rlmueller.net/ADOSearchTips.htm"&gt;http://www.rlmueller.net/ADOSearchTips.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Terje Knappen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 11:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215118#M68598</guid>
      <dc:creator>TK_</dc:creator>
      <dc:date>2010-04-14T11:40:21Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215119#M68599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terje&lt;/P&gt;&lt;P&gt;Thanks for responding on that, I had a clue that this might be causing the problem, but whilst you have helped to confirm that I'm still a bit unlcear on how I overcome the problem inside the load script. Do you have any idea how to introduce a loop into the load script that will work for this (the link helped to identify some issues, but didn't indicate how to create the loop machanism).&lt;/P&gt;&lt;P&gt;My alternative is to change the query to bring back members of specific groups, which of course would mean creating multiple queries (one for each group I am interested in).&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 09:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215119#M68599</guid>
      <dc:creator />
      <dc:date>2010-04-15T09:24:32Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215120#M68600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I had a situation where I needed to get the memberOf values, but (because of some other factors) I ended up with making an external vbs-script. The script read the values and created a csv-file which I then loaded into section access. I did this at my old job and I don't have access to the script anymore, otherwise I would have sent it to you. It shouldn't be to difficult to create this kind of vbs-script though, there are some nice tips on the url I posted earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Terje Knappen&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 10:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215120#M68600</guid>
      <dc:creator>TK_</dc:creator>
      <dc:date>2010-04-15T10:15:25Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215121#M68601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also get the member values using an external tool. I use MSLogparser. The Qlikview Cookbook contains an sample named "Loading Group membership information from Active Directory -- requires Microsoft LogParser" that provides an example.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Apr 2010 01:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215121#M68601</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-17T01:44:26Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215122#M68602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated my ActiveDirectoryLoad sample to get the group members using a macro function. Seems to work pretty well and doesn't require a preprocessor like my MsLogparser solution.&lt;/P&gt;&lt;P&gt;The macro function requires System Access. Change the RootDse variable on the script "Setup" tab to point to your domain.&lt;/P&gt;&lt;P&gt;Let me know if it works for you (or anyone who can test it) and I'll include it in the next Cookbook.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Apr 2010 01:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215122#M68602</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-18T01:16:51Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215123#M68603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob&lt;/P&gt;&lt;P&gt;Thanks very much for getting involved in this thread, I've tried your solution and whilst it does refresh all of the data and brings back sensible (correct) user names and group names, for some reason none of the groups are connected to users (and of course vice-versa). I saved a copy with data so you can see what I mean, I've looked through the code and I can't find anything that might have caused this, wonder if you might be able to shed some light.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 08:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215123#M68603</guid>
      <dc:creator />
      <dc:date>2010-04-19T08:15:09Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215124#M68604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;According to the table viewer, field UserDN in table GroupMembers has 0 values. So something is going wrong with the group execution.&lt;/P&gt;&lt;P&gt;In the macro module, can you plug one of your UserDN values into the TestIt Sub and run that sub with the Test button?&lt;/P&gt;&lt;P&gt;You've granted System Access to the qvw?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 13:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215124#M68604</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-19T13:55:27Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215125#M68605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You've granted System Access to the qvw?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, No!, but there's a good reason behind it (I wasn't just ignoring your instructions honestly).&lt;/P&gt;&lt;P&gt;We have system access allowed on all our QVWs so I simply assumed that this would be taken care of (we do this by adjusting the OverrideSecurityModule setting in the registry), the problem is that I have just been given a new machine by IT and they have obviously missed this part of the machine deployment process.&lt;/P&gt;&lt;P&gt;Sorted it now and it's working great, really appreciate your help.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 14:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215125#M68605</guid>
      <dc:creator />
      <dc:date>2010-04-19T14:05:01Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215126#M68606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;First of all, thank you for this very good application!&lt;/P&gt;&lt;P&gt;I've granted System Access to the qvw and can updated the application as expected &lt;B&gt;on local&lt;/B&gt; but I cannot succeed from the &lt;B&gt;Publisher&lt;/B&gt;. I don't find what to setup to get it running? Do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stéphane Chivet&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 12:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215126#M68606</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2010-09-15T12:33:28Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215127#M68607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could you plz share the registry key.&lt;/P&gt;&lt;P&gt;I have tried to find it in my registry but its not there so i guess you need to add it somewhere. Would be nice if you put the complete path to the key and value so i can try to do it on our server.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;/Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215127#M68607</guid>
      <dc:creator />
      <dc:date>2010-09-15T16:06:05Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215128#M68608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Stephane Chivet wrote:I've granted System Access to the qvw and can updated the application as expected &lt;B&gt;on local&lt;/B&gt; but I cannot succeed from the &lt;B&gt;Publisher&lt;/B&gt;. I don't find what to setup to get it running? Do you have any idea?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In the QVS settings, Security tab, make sure you check both&lt;/P&gt;&lt;P&gt;"Allow macro execution on server"&lt;BR /&gt;"Allow unsafe macro execution on server"&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 09:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215128#M68608</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-09-16T09:23:32Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215129#M68609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both:&lt;/P&gt;&lt;P&gt;"Allow macro execution on server"&lt;BR /&gt;"Allow unsafe macro execution on server"&lt;/P&gt;&lt;P&gt;are checked but still not working. I will investigate more.&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 12:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215129#M68609</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2010-09-20T12:33:27Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215130#M68610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the userid running Publisher have read access to AD?&lt;/P&gt;&lt;P&gt;Are you getting an error message or just empty / incomplete results?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 07:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215130#M68610</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-09-28T07:30:45Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215131#M68611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;The Userid has admin right so it should not be a problem.&lt;/P&gt;&lt;P&gt;When I run the script from the server with QlikView dev I have this error message:&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5287.LDAP.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5287.LDAP.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but if I clic on OK, the script continues and I get the expected result: Group + Users.&lt;/P&gt;&lt;P&gt;If I do the same on another LDAP I don't have any problem. I guess it's something wrong with the name but I can't find what!&lt;/P&gt;&lt;P&gt;If I run the application with the publisher, I got this error message:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;9/28/2010 9:00:46 AM: 0035 UserTable:&lt;BR /&gt;9/28/2010 9:00:46 AM: 0036 LOAD&lt;BR /&gt; 9/28/2010 9:00:46 AM: 0037 name as UserName,&lt;BR /&gt;9/28/2010 9:00:46 AM: 0038 distinguishedName as UserDN&lt;BR /&gt;9/28/2010 9:00:46 AM: 0039&lt;BR /&gt; ..............................&lt;BR /&gt; 9/28/2010 9:00:46 AM: 0050 SQL select&lt;BR /&gt; 9/28/2010 9:00:46 AM: 0051 name, distinguishedName&lt;BR /&gt;9/28/2010 9:00:46 AM: 0052&lt;BR /&gt; 9/28/2010 9:00:46 AM: 0053 FROM 'LDAP://EMEA.xxxx.xxxx WHERE objectCategory='person'&lt;BR /&gt; 9/28/2010 9:00:46 AM: 0054 AND name&amp;gt;''&lt;BR /&gt;9/28/2010 9:00:47 AM: Error: Field not found - &amp;lt;name&amp;gt;&lt;BR /&gt;9/28/2010 9:00:47 AM: General Script Error&lt;BR /&gt;9/28/2010 9:00:47 AM: Execution Failed&lt;BR /&gt;9/28/2010 9:00:47 AM: Execution finished.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If I run the same script on the other LDAP, I don't get any message but I don't get the links between the groups and the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215131#M68611</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2010-09-28T08:16:57Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215132#M68612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I would confirm that the LDAP server in question actualy has a field called "name". You can use an LDAP browser like the one from Softerra at &lt;A href="http://www.softerra.com/download.htm"&gt;http://www.softerra.com/download.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are doing multiple servers in a script, make sure you execute a DISCONNECT / CONNECT between each server.&lt;/P&gt;&lt;P&gt;I received a report from another user that he fixed a problem with this code by using the IP address instead of the server name.&lt;/P&gt;&lt;P&gt;What type of directory is EMEA.xxxx.xxxx? Is it Active Directory or something else?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215132#M68612</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-09-29T07:07:12Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215133#M68613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This application works great. But does anyone know how I can retrive only active ou:s? I have a field in in my AD thats called ou and I should not retive users that have an ou=disabled. But i only get an empty row when i tried retiveing my ou, so i changed the macro code for splitting up groups to split up my ou but that did not help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has&amp;nbsp; anyone successfylly retrived the ou:s?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 20:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215133#M68613</guid>
      <dc:creator />
      <dc:date>2011-05-23T20:01:48Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215134#M68614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using you'r app with the log parser solution, it is a fine app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i make a load of the active directory users and groups, i only get the groups from the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i just want to get the local server groups in this app. Do you know what i have to do to get the local server data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Halmar Heijnen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 12:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215134#M68614</guid>
      <dc:creator />
      <dc:date>2011-08-09T12:57:38Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215135#M68615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can list local users and groups using the Net Localgroup command and direct the output to a file. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.windows-commandline.com/2010/09/list-of-user-groups-command-line.html"&gt;http://www.windows-commandline.com/2010/09/list-of-user-groups-command-line.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can write a VBScript or Powershell script:&lt;/P&gt;&lt;P&gt;&lt;A href="http://gallery.technet.microsoft.com/scriptcenter/efd18173-21d6-4805-bf04-97f7b30d91be"&gt;http://gallery.technet.microsoft.com/scriptcenter/efd18173-21d6-4805-bf04-97f7b30d91be&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 23:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215135#M68615</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-08-09T23:43:29Z</dc:date>
    </item>
    <item>
      <title>LDAP Access - Member Of</title>
      <link>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215136#M68616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob/Stephane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having the same problem with QlikView SR7 - I changed settings in QEMC, but the macro does not execute when I use the QEMC to run the task.&amp;nbsp; If I reload using the service account it runs fine and the macro works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other setting(s) is necessary to schedule this reload in QEMC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 23:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LDAP-Access-Member-Of/m-p/215136#M68616</guid>
      <dc:creator>jbeierschmitt</dc:creator>
      <dc:date>2011-10-18T23:35:27Z</dc:date>
    </item>
  </channel>
</rss>

