<?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: QlikView / QMC to extract data from SP2013 with authentication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071196#M940100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past I have had to query Sharepoint lists in Office 365.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would execute the powershell script from within the loadscript as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE C:\Windows\System32\WindowsPowerShell\v1.0\powershell -File&amp;nbsp; $(powershellcmd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a powershell script I used to do this in case the credentials code helps.&lt;/P&gt;&lt;P&gt;Probably a bit different for SP2013 though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;A href="http://techstuffybooks.com"&gt;http://techstuffybooks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$webUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xxxx.sharepoint.com" rel="nofollow"&gt;https://xxxx.sharepoint.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$username = "MYUSERNAME"&lt;/P&gt;&lt;P&gt;$plainpassword = "MYPASSWORD"&lt;/P&gt;&lt;P&gt;$password = "MYPASSWORD" | ConvertTo-SecureString -AsPlainText -Force&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$sourceListName = "hireman_documents"&lt;/P&gt;&lt;P&gt;$ctx = New-Object Microsoft.SharePoint.Client.ClientContext($webUrl)&lt;/P&gt;&lt;P&gt;$ctx.Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 13:11:33 GMT</pubDate>
    <dc:creator>markodonovan</dc:creator>
    <dc:date>2016-01-26T13:11:33Z</dc:date>
    <item>
      <title>QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071195#M940099</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 facing difficulties when I schedule a task in the QMC.&lt;/P&gt;&lt;P&gt;I need to schedule a SharePoint list data extract, where the connection URL contains a service account and password.&lt;/P&gt;&lt;P&gt;The service account is part of the connection URL and can log into the SharePoint server and has the Read permission to pull the data.&lt;/P&gt;&lt;P&gt;In the QV server the &lt;STRONG&gt;manual reload working as expected&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;QMC the reload fails&lt;/STRONG&gt;. Based on the QVW log: &lt;STRONG&gt;access denied&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Can somebody help and confirm if it is required to allow the service account assigned to the QMC to allow to logon to the SharePoint server as well?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 10:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071195#M940099</guid>
      <dc:creator />
      <dc:date>2016-01-26T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071196#M940100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past I have had to query Sharepoint lists in Office 365.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would execute the powershell script from within the loadscript as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE C:\Windows\System32\WindowsPowerShell\v1.0\powershell -File&amp;nbsp; $(powershellcmd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a powershell script I used to do this in case the credentials code helps.&lt;/P&gt;&lt;P&gt;Probably a bit different for SP2013 though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;A href="http://techstuffybooks.com"&gt;http://techstuffybooks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$webUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xxxx.sharepoint.com" rel="nofollow"&gt;https://xxxx.sharepoint.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$username = "MYUSERNAME"&lt;/P&gt;&lt;P&gt;$plainpassword = "MYPASSWORD"&lt;/P&gt;&lt;P&gt;$password = "MYPASSWORD" | ConvertTo-SecureString -AsPlainText -Force&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$sourceListName = "hireman_documents"&lt;/P&gt;&lt;P&gt;$ctx = New-Object Microsoft.SharePoint.Client.ClientContext($webUrl)&lt;/P&gt;&lt;P&gt;$ctx.Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071196#M940100</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2016-01-26T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071197#M940101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes for loading Sharepoint data , service account should be configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071197#M940101</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-01-26T13:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071198#M940102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI AS,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;The QV service account has been updated to include the relevant server name in the 'Allow logon to' parameter. Unfortunately the problem is still the same - reload working in QV application manually, but fails in the Management Console, with 'access is denied' error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071198#M940102</guid>
      <dc:creator />
      <dc:date>2016-01-26T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071199#M940103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@HI Mark,&lt;/P&gt;&lt;P&gt;thank you for sharing the script. I think it would be an option for me as a workaround.&lt;/P&gt;&lt;P&gt;My primary objective is to fix the current RPC connection URL (if needed) or figure out why the reload fails in Management Console only and works in QlikView server when I reload manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample script&lt;/P&gt;&lt;P&gt;Process:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD ows_LinkTitle, ows_ID, ows_SVProcessDefinitionName, ows_SVProcessDuration, ows_SVProcessId, ows_SVProcessStatus, ows_SVSite, ows_SVUTCCompletionDate, ows_SVUTCCreationDate, ows_SVUTCDueDate, ows_SVUTCProcessDefinitionCreationDate, ows_SVWasForced, ows_Modified&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://seviceaccountID:password@sharepointsite/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=" rel="nofollow"&gt;http://seviceaccountID:password@sharepointsite/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/A&gt;&lt;SPAN&gt;{ListGUID}&amp;amp;View={ViewGUID}] (XmlSimple, Table is [xml/data/row])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WHERE ows_Modified &amp;gt;= (calculated date);&lt;/P&gt;&lt;P&gt;STORE Process INTO ..\..\QVDs\T1\Process.qvd;&lt;/P&gt;&lt;P&gt;DROP TABLE Process;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 09:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071199#M940103</guid>
      <dc:creator />
      <dc:date>2016-01-27T09:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071200#M940104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 06:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071200#M940104</guid>
      <dc:creator />
      <dc:date>2016-02-03T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071201#M940105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mo,&lt;/P&gt;&lt;P&gt;still no solution.&lt;/P&gt;&lt;P&gt;I use a workaround: I created a job in the server's task scheduler to reload the QVW daily.&lt;/P&gt;&lt;P&gt;I use this action: start a program&lt;/P&gt;&lt;P&gt;-program: "D:\Program Files\QlikView\Qv.exe"&lt;/P&gt;&lt;P&gt;-arguments: /r D:\Qlikview\Sandbox\APP_test\T1_DataExtracts\T1_Test_ExtractSpList.qvw&lt;/P&gt;&lt;P&gt;In a test environment it is more or less working, but in a production environment this workaround should not be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 07:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071201#M940105</guid>
      <dc:creator />
      <dc:date>2016-02-04T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071202#M940106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;For now I create a task schedule to refresh the excel which is export from sharepoint list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then QS to read the excel daily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 01:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071202#M940106</guid>
      <dc:creator />
      <dc:date>2016-02-05T01:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView / QMC to extract data from SP2013 with authentication</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071203#M940107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;QMC reload is something that I have had trouble with for months now . . . Qlikview couldn't assist with it either barring I pay their consultants an arm and a leg to look at my problem. My suggestion is to look at a command-line reload and schedule the .bat file to run through your windows task scheduler. Worked like a charm for me. Here is the best article that I found on the community for it:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/thread/53660"&gt;Reload and save using command line&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html" style="text-decoration: underline;" title="http://qlikviewmaven.blogspot.com/2008/08/qlikview-command-line-and-automation.html"&gt;QlikView Maven: QlikView Command Line and Automation&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Taylor &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-QMC-to-extract-data-from-SP2013-with-authentication/m-p/1071203#M940107</guid>
      <dc:creator />
      <dc:date>2016-02-19T15:15:26Z</dc:date>
    </item>
  </channel>
</rss>

