<?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: SAP SQL Connector 8.01. issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974643#M1227232</link>
    <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;Strange. I get values from column 'UP' using our test system (HDB, Basis 751) with release 8.0.1. For the moment we do not have a Basis 756 test system.&lt;/P&gt;&lt;P&gt;Can you attach the log file? The path to the log files is: C:\ProgramData\QlikTech\Custom Data\QvSAPSqlConnector\Log (for QlikView) or C:\ProgramData\Qlik\Custom Data\QvSAPSqlConnector\Log (for Qlik Sense).&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 08:20:12 GMT</pubDate>
    <dc:creator>Hakan_Ronningberg</dc:creator>
    <dc:date>2022-08-30T08:20:12Z</dc:date>
    <item>
      <title>SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974268#M1227221</link>
      <description>&lt;P&gt;Hello, I have a problem with the SAP Connector 8.0.1. and loading from table &lt;STRONG&gt;CGPL_HIERARCHY&lt;/STRONG&gt; (SAP Project Planning). I use the following simple SQL:&lt;/P&gt;
&lt;P&gt;table:&lt;BR /&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;client,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GUID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PROJECT_GUID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;TASK_LEVEL,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;UP&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM CGPL_HIERARCHY;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;CLIENT, GUID, PROJECT_GUID &lt;/STRONG&gt;and &lt;STRONG&gt;TASK_LEVEL&lt;/STRONG&gt; columns are complete and correspond to the table content (according to SE16 view). The &lt;STRONG&gt;UP&lt;/STRONG&gt; column is empty, although there are values in the table (SE16)!&lt;/P&gt;
&lt;P&gt;Parameters from connection string:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;advancedProperties=1;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ConvRoutine=0;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CheckSeparator=false;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nulldate=0;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;RemoveAllBlanks=false&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;;ReplaceNullvalue=0;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trace=1;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MixedMode=1;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NulldateLegacy=false;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FLTP Legacy=0;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TIMS Legacy=0;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DataTypeLegacyMode=false;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PacketSize=2000;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FetchBuffers=99999999;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BufferPercentage=10;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TimeOutBatch=600;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TimeOutFetch=1200;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TimeOutStartBatch=2400;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BatchJobName=/QTQVC/READ_DATA;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SocketBufferSize=32768;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;DB: HDB (HANA) Base:756&lt;/P&gt;
&lt;P&gt;Can someone help me?&amp;nbsp;Maybe someone can verify this on their system?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974268#M1227221</guid>
      <dc:creator>sebastianQlik</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974280#M1227227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to remove comma between the field names like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;client&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GUID&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PROJECT_GUID&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;TASK_LEVEL&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;UP&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM CGPL_HIERARCHY;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974280#M1227227</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2022-08-29T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974572#M1227231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Håkan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;unfortunately no change, column "UP" still empty - no values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 07:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974572#M1227231</guid>
      <dc:creator>sebastianQlik</dc:creator>
      <dc:date>2022-08-30T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974643#M1227232</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;Strange. I get values from column 'UP' using our test system (HDB, Basis 751) with release 8.0.1. For the moment we do not have a Basis 756 test system.&lt;/P&gt;&lt;P&gt;Can you attach the log file? The path to the log files is: C:\ProgramData\QlikTech\Custom Data\QvSAPSqlConnector\Log (for QlikView) or C:\ProgramData\Qlik\Custom Data\QvSAPSqlConnector\Log (for Qlik Sense).&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974643#M1227232</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2022-08-30T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974665#M1227233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Håkan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;log file attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to correct my statement - the "UP" column returns 000000000000000000000000 with the above query:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebastianQlik_0-1661849060949.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87839i00000B031A907EEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebastianQlik_0-1661849060949.png" alt="sebastianQlik_0-1661849060949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the SQL query is extended by the "DOWN" column, values (&amp;lt;&amp;gt; 000000000000000000000000 ) are shown in the "UP" column, but these do not correspond to the actual table content (checked with SE16). Furthermore, only values 000000000000000000000000 are incorrectly shown in the "DOWN" column.&lt;/P&gt;
&lt;P&gt;SELECT&lt;BR /&gt;client,&lt;BR /&gt;GUID,&lt;BR /&gt;PROJECT_GUID,&lt;BR /&gt;TASK_LEVEL,&lt;BR /&gt;UP, &lt;BR /&gt;&lt;STRONG&gt;DOWN&lt;/STRONG&gt;&lt;BR /&gt;FROM CGPL_HIERARCHY;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebastianQlik_1-1661849361611.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87840i5F7DEDCEB47FDC13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebastianQlik_1-1661849361611.png" alt="sebastianQlik_1-1661849361611.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974665#M1227233</guid>
      <dc:creator>sebastianQlik</dc:creator>
      <dc:date>2022-08-30T08:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974682#M1227234</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;It would be interesting if you can test it directly in SAP by using the transaction&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/n/QTQVC/SQL. See here how it works under 'Testing SQL statements':&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/Connectors_SAP/Configuration/SAP-SQL-user-configuration.htm#anchor-2" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/Connectors_SAP/Configuration/SAP-SQL-user-configuration.htm#anchor-2&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;You can also try statement:&lt;BR /&gt;SELECT&lt;BR /&gt;client&lt;BR /&gt;GUID&lt;BR /&gt;PROJECT_GUID&lt;BR /&gt;TASK_LEVEL&lt;BR /&gt;UP&lt;BR /&gt;FROM CGPL_HIERARCHY&lt;BR /&gt;where up &amp;gt; ' '&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Do not use ';' at the end of the statement in this transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards,&lt;BR /&gt;Håkan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974682#M1227234</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2022-08-30T09:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974753#M1227235</link>
      <description>&lt;P&gt;Using the following SQL statement with &lt;EM&gt;/n/QTQVC/SQL&lt;/EM&gt; also gives the same result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebastianQlik_0-1661856810535.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87852iEE317D427E7BF5EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebastianQlik_0-1661856810535.png" alt="sebastianQlik_0-1661856810535.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result values from SE16 query for comparison:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebastianQlik_2-1661857124666.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87856i369DD12758277027/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sebastianQlik_2-1661857124666.png" alt="sebastianQlik_2-1661857124666.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 10:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974753#M1227235</guid>
      <dc:creator>sebastianQlik</dc:creator>
      <dc:date>2022-08-30T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974767#M1227236</link>
      <description>&lt;P&gt;OK. Any useful information in the job log for&amp;nbsp;/QTQVC/READ_DATA in transaction SM37?&lt;/P&gt;&lt;P&gt;Anything strange in the system log, transaction SM21?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 11:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974767#M1227236</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2022-08-30T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974770#M1227237</link>
      <description>&lt;P&gt;no abnormalities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 11:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974770#M1227237</guid>
      <dc:creator>sebastianQlik</dc:creator>
      <dc:date>2022-08-30T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL Connector 8.01. issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974797#M1227238</link>
      <description>&lt;P&gt;This was tricky. My guess is that SAP has changed something in the Basis version you are using, compared to earlier ones. 'UP' is an unusual column name. It is part of the SELECT syntax (UP TO n ROWS). Therefore I first thought that it was a reserved word that could not be used, but it part of an SAP table so that does not make sense. I would also expect some kind of error message from SAP if it was causing any problem in the SELECT statement.&lt;/P&gt;&lt;P&gt;For the moment I have no more ideas. Maybe you can ask SAP if they have changed anything in the SQL syntax related to a column named 'UP'?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 12:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-Connector-8-01-issue/m-p/1974797#M1227238</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2022-08-30T12:00:16Z</dc:date>
    </item>
  </channel>
</rss>

