<?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: Re: Directory Service Provider SDK / API? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545905#M693216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;I couldn’t “re-find” the original link so I attached is the SDK I originally downloaded and some valuable examples for integration using DMS and web ticket authentication. It was a tough road but we just got this working end to end yesterday. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;PublisherSDK_V11.zip is the QlikView 11 version of the SDK whichI was able to produce from the QlikView 10 version (DSP.zip).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Best wishes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 13:37:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-16T13:37:34Z</dc:date>
    <item>
      <title>Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545900#M693211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for details for creating a custom Directory Service Provider (DSP).&amp;nbsp; I have found a version 10 example but no details for the actually SDK / API. Is it hidden away in the APIGuide and I just don't realize it?&amp;nbsp; If not would someone know where to find this information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; This is for Version 11 of QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545900#M693211</guid>
      <dc:creator />
      <dc:date>2013-07-31T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545901#M693212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, have you obtained any additional information about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really, really great of someone could answer this question. I'm digging though the QlikView 11 SDK and guidance for developing a DSP is conspicuously absent. The most recent thing I can find is in the QlikView 10 SDK and we are also on QlikView. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 13:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545901#M693212</guid>
      <dc:creator />
      <dc:date>2013-12-11T13:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545902#M693213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not receive any more information about this and it is still needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 17:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545902#M693213</guid>
      <dc:creator />
      <dc:date>2013-12-11T17:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545903#M693214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got my custom DS provider to load into the QEMC today. I was developing against a slight out of date PublisherSDK.dll (version 10 instead of version 11). It really appears to be all you need to develop this kind of thing. Here's how I recommend you proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Get a copy of PublisherSDK.dll from your QlikView 11 Server.&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;C:\Program Files\QlikView\Directory Service Connector&lt;/SPAN&gt; folder.&lt;/LI&gt;&lt;LI&gt;You can download the QlikView 10 SDK. It's the only place I found anything resembling documentation. There's a example for an XLM based provider. It's out of date relative to QlikView 11, but it's close enough to get you moving forward.&lt;/LI&gt;&lt;LI&gt;You'll have to implement interfaces (found in the new PublisherSDK.dll) named IDirectoryServiceProvider, ICleanupDirectoryServiceProvider and IFileSystemHandler. These are in namespaces DirectoryServiceProvider2 and Filesystem.&lt;/LI&gt;&lt;LI&gt;On your QlikView server, stop the QlikView Directory Service Connection service, install you're own plug-in DLL in the C:\Program Files\QlikView\Directory Service Connector\DSPlugins folder on your QlikView server and then restart the QlikView Directory Service Connection service.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you've fully implemented the required interfaces you should now see your plug in the list of directory service providers in the QEMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 21:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545903#M693214</guid>
      <dc:creator />
      <dc:date>2013-12-11T21:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545904#M693215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AI Plahitko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please share the example which you mentioned above "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;There's a example for an XLM based provider&lt;/SPAN&gt;", I can not find this example. I am working on developing DSP also, I have no any idea how to start it, it will be very appreciated if you could share the example or any knowledge about developing DSP for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 03:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545904#M693215</guid>
      <dc:creator />
      <dc:date>2014-04-16T03:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545905#M693216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;I couldn’t “re-find” the original link so I attached is the SDK I originally downloaded and some valuable examples for integration using DMS and web ticket authentication. It was a tough road but we just got this working end to end yesterday. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;PublisherSDK_V11.zip is the QlikView 11 version of the SDK whichI was able to produce from the QlikView 10 version (DSP.zip).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Best wishes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 13:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545905#M693216</guid>
      <dc:creator />
      <dc:date>2014-04-16T13:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Directory Service Provider SDK / API?</title>
      <link>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545906#M693217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it's really helpful for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 08:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Directory-Service-Provider-SDK-API/m-p/545906#M693217</guid>
      <dc:creator />
      <dc:date>2014-04-17T08:12:43Z</dc:date>
    </item>
  </channel>
</rss>

