<?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: error with DIRECT QUERY in Sense 3.2.1 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/error-with-DIRECT-QUERY-in-Sense-3-2-1/m-p/1286462#M26969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error which I get is "Internal Engine Error". And I am using other configurations same as yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET DirectConnectionMax= 4;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET DirectTableBoxListThreshold= 100000;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Are you not facing issue with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DirectConnectionMax?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What is the limit you have for the no.of connections for the user? Is is not exceeding the limit? For me, even I assign it to 4, its going beyond 4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Naresh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 08:26:05 GMT</pubDate>
    <dc:creator>NareshGuntur</dc:creator>
    <dc:date>2017-06-13T08:26:05Z</dc:date>
    <item>
      <title>error with DIRECT QUERY in Sense 3.2.1</title>
      <link>https://community.qlik.com/t5/App-Development/error-with-DIRECT-QUERY-in-Sense-3-2-1/m-p/1286461#M26968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get randomly an "&lt;SPAN class="qs-casetitle"&gt;QVX_UNEXPECTED_END_OF_DATA)"&amp;nbsp; ERROR executing the below script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DirectCacheSeconds= 15;&lt;/P&gt;&lt;P&gt;LET DirectStringQuoteChar=chr(39);&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteChar=' ';&lt;/P&gt;&lt;P&gt;SET DirectConnectionMax= 4;&lt;/P&gt;&lt;P&gt;SET DirectTableBoxListThreshold= 100000;&lt;/P&gt;&lt;P&gt;SET DirectDistinctSupport=true;&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteStyle=’ANSI’;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vL.dateFrom = Date(Today()-30, 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'IBM_DB2_ASUMBRA.UMBRA.LOCAL (umbra_qlikadmin)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;DIMENSION&lt;/P&gt;&lt;P&gt;"ORDNUM" as "Numero ordine",&lt;/P&gt;&lt;P&gt;"ORDAGO" as "Codice Agente",&lt;/P&gt;&lt;P&gt;"ORDAG2" as "Codice Capo Area",&lt;/P&gt;&lt;P&gt;"ORDKSC" as "Codice Cliente",&lt;/P&gt;&lt;P&gt;ORDNNO,&lt;/P&gt;&lt;P&gt;"ORDBCO" as "Blocco Contabile",&lt;/P&gt;&lt;P&gt;"ORDBGC" as "Blocco Commerciale",&lt;/P&gt;&lt;P&gt;ORDSAR,&lt;/P&gt;&lt;P&gt;"ORDDAT" as "Data Ordine",&lt;/P&gt;&lt;P&gt;"ORDART" as "Codice Articolo"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;MEASURE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ORDIFT,&lt;/P&gt;&lt;P&gt;ORDCRD,&lt;/P&gt;&lt;P&gt;ORDCOE,&lt;/P&gt;&lt;P&gt;ORDQTN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM "PJXI1D3SOC"."OCORD00F" WHERE ORDDAT &amp;gt;= '$(vL.dateFrom)' and ( ORDBCO = 'S' or ORDBGC = 'S' );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database type is DB2 on As400.&lt;/P&gt;&lt;P&gt;I'm using "Qlik ODBC Connector Package" to connect to IBM DB2 database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you retry after some minutes it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However after succesfully script execution I get the "Database connection failed" in table object rendering, even when I selected a value from direct query &lt;SPAN style="font-size: 13.3333px;"&gt;field&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the printscreen errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/error-with-DIRECT-QUERY-in-Sense-3-2-1/m-p/1286461#M26968</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-03-14T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: error with DIRECT QUERY in Sense 3.2.1</title>
      <link>https://community.qlik.com/t5/App-Development/error-with-DIRECT-QUERY-in-Sense-3-2-1/m-p/1286462#M26969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error which I get is "Internal Engine Error". And I am using other configurations same as yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET DirectConnectionMax= 4;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET DirectTableBoxListThreshold= 100000;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Are you not facing issue with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DirectConnectionMax?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What is the limit you have for the no.of connections for the user? Is is not exceeding the limit? For me, even I assign it to 4, its going beyond 4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Naresh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/error-with-DIRECT-QUERY-in-Sense-3-2-1/m-p/1286462#M26969</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2017-06-13T08:26:05Z</dc:date>
    </item>
  </channel>
</rss>

