<?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 SQL Join not running on Qlikview Management Console (QMC) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94623#M1292159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot get my dashboard to reload on QMC for some odd reason,&amp;nbsp; but it reloads and operates perfectly fine with no errors when I run using the qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone advise as I've tried lots of different ways but still no joy! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ExtractDate] as FileMonthStartDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeType] as[Volume Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('VolumeTypeMap',[VolumeType]) as VolumeId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeReadDate] as [Volume Read Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeCount] as [Volume Count], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ExtractDate] as [Volume Extract Date],&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as [Id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AssetId] as [AssetId];&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT a.Id, av.ExtractDate, av.VolumeType, av.VolumeReadDate, av.VolumeCount, av.AssetId &lt;/P&gt;&lt;P&gt;from "Assets".dbo.Assets a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left outer join AssetVolumes.dbo.AssetVolumes av on a.Id = av.AssetId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by a.Id, av.VolumeType, av.VolumeReadDate asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join (Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as [AssetId],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SerialNumber] as [Serial Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AssetId] as [Asset Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Model] as [Model Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ChargebackCode] as [ChargebackCode];&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT * FROM "Assets".dbo.Assets;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table1 into Data\S1-VAAVolumes.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP Table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end of the error log looks like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="395"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="18" width="395"&gt;&amp;nbsp; 2018-10-31 08:48:21 0317&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as Id,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 0318 [AssetId] as [AssetId]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 Error: &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 Execution Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:22 Execution finished.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the actual error coming from QMC is:&lt;/P&gt;&lt;P&gt;(31/10/2018 08:48:23) Error: The task "Pulse V2/Aug 2018/Xeretec_Data_S1_S2_dev_v2_2018.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---&amp;gt; QDSMain.Exceptions.ReloadFailedException: Reload failed ---&amp;gt; QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=C:\ProgramData\QlikTech\Documents\Pulse V2\Aug 2018\Xeretec_Data_S1_S2_dev_v2_2018.qvw. || at QDSMain.AbstractReloadTask.VerifyConditions(IExecutingTaskResult executingTaskResult) || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || --- End of inner exception stack trace --- || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || --- End of inner exception stack trace --- || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>craig157</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94623#M1292159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot get my dashboard to reload on QMC for some odd reason,&amp;nbsp; but it reloads and operates perfectly fine with no errors when I run using the qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone advise as I've tried lots of different ways but still no joy! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ExtractDate] as FileMonthStartDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeType] as[Volume Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('VolumeTypeMap',[VolumeType]) as VolumeId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeReadDate] as [Volume Read Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [VolumeCount] as [Volume Count], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ExtractDate] as [Volume Extract Date],&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as [Id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AssetId] as [AssetId];&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT a.Id, av.ExtractDate, av.VolumeType, av.VolumeReadDate, av.VolumeCount, av.AssetId &lt;/P&gt;&lt;P&gt;from "Assets".dbo.Assets a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left outer join AssetVolumes.dbo.AssetVolumes av on a.Id = av.AssetId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by a.Id, av.VolumeType, av.VolumeReadDate asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join (Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as [AssetId],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SerialNumber] as [Serial Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AssetId] as [Asset Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Model] as [Model Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ChargebackCode] as [ChargebackCode];&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT * FROM "Assets".dbo.Assets;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table1 into Data\S1-VAAVolumes.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP Table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end of the error log looks like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="395"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="18" width="395"&gt;&amp;nbsp; 2018-10-31 08:48:21 0317&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as Id,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 0318 [AssetId] as [AssetId]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 Error: &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:21 Execution Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18"&gt; 2018-10-31 08:48:22 Execution finished.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the actual error coming from QMC is:&lt;/P&gt;&lt;P&gt;(31/10/2018 08:48:23) Error: The task "Pulse V2/Aug 2018/Xeretec_Data_S1_S2_dev_v2_2018.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---&amp;gt; QDSMain.Exceptions.ReloadFailedException: Reload failed ---&amp;gt; QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=C:\ProgramData\QlikTech\Documents\Pulse V2\Aug 2018\Xeretec_Data_S1_S2_dev_v2_2018.qvw. || at QDSMain.AbstractReloadTask.VerifyConditions(IExecutingTaskResult executingTaskResult) || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || --- End of inner exception stack trace --- || at QDSMain.AbstractReloadTask.Reload(String fileName, IExecutingTaskResult executingTaskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage) || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || --- End of inner exception stack trace --- || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94623#M1292159</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94624#M1292160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hi Craig. Since it works fine with the application, the code is good. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I am not an expert in log files, but perhaps the problem is with the sql connection. Win or sql authentication is used?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 09:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94624#M1292160</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-31T09:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94625#M1292166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The snippet from the Task log you provided indicates that the source document didn't reload correctly&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;(31/10/2018 08:48:23) Error: The task "Pulse V2/Aug 2018/Xeretec_Data_S1_S2_dev_v2_2018.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---&amp;gt; QDSMain.Exceptions.ReloadFailedException: Reload failed ---&amp;gt; QDSMain.Exceptions.LogBucketErrorException: The &lt;STRONG&gt;Source Document was NOT reloaded successfully.&lt;/STRONG&gt;&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You'll need to review the document log of the QVW associated with this failed task in order to get more information on why the reload of the QVW failed at the document level. If document logging is enabled, it will be stored in the same directory in which the QVW file is housed. If document logging is not enabled, you will need to open the QVW file in QlikView Developer, click Settings &amp;gt; Document Properties &amp;gt; General tab and ensure the Generate Logfile checkbox is ticked. Then run the reload task so that the document log is generated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94625#M1292166</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2018-10-31T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94626#M1292169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already posted the end of the Log File where the error occurs, but as you can see it's not helpful at all.&lt;/P&gt;&lt;P&gt;The end of the error log looks like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 395px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="18" style="border: 0px solid black;" width="395"&gt;&amp;nbsp; 2018-10-31 08:48:21 0317&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Id] as Id,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18" style="border: 0px solid black;"&gt; 2018-10-31 08:48:21 0318 [AssetId] as [AssetId]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18" style="border: 0px solid black;"&gt; 2018-10-31 08:48:21 Error: &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18" style="border: 0px solid black;"&gt; 2018-10-31 08:48:21 Execution Failed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="18" style="border: 0px solid black;"&gt; 2018-10-31 08:48:22 Execution finished.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94626#M1292169</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2018-10-31T13:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94627#M1292171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Craig &lt;/P&gt;&lt;P&gt;did you try explicitly naming the outputs in the select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL SELECT a.Id as Id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; av.ExtractDate as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ExtractDate&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94627#M1292171</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-31T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94628#M1292172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;No I am doing that in the Load stage, but I gave it a go and it doesn't work.&lt;/P&gt;&lt;P&gt;Cheers though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 15:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94628#M1292172</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2018-10-31T15:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94629#M1292176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah. Yes, see that now. Thanks for the clarification. That is a pretty abrupt error with really no descriptive information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you verified that the account running the QlikView Distribution Service (QDS) has all appropriate permissions on the DB? A test you can try is to login to a computer which has QV Desktop installed &lt;SPAN style="font-size: 13.3333px;"&gt;with the service account and attempt to reload the QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Suggest you contact Qlik Support and get a case created if you need further assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94629#M1292176</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2018-11-01T17:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Join not running on Qlikview Management Console (QMC)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94630#M1292178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FINALLY Figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no problem with the syntax or the joins or the ODBC connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User Permissions on the server I was using were only able to Read, not Write. So it was actually failing before this stage when trying to Store the Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All fixed now!&lt;/P&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/196163"&gt;dilipranjith&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/85615"&gt;wmy&lt;/A&gt;‌ &amp;amp; @andreykrylov for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 09:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Join-not-running-on-Qlikview-Management-Console-QMC/m-p/94630#M1292178</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2018-11-05T09:58:10Z</dc:date>
    </item>
  </channel>
</rss>

