<?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 while sending insert statement to oracle database in qliksense in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575279#M13439</link>
    <description>&lt;P&gt;Vegar&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Before I update to Feb/2019 version my script was working well.&lt;/P&gt;&lt;P&gt;I'm just calling a procedure to execute. Loot to my script&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;LIB CONNECT TO 'Oracle MDLog (qliksense_administrador)';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"}; //the error appears here&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;QVX_UNEXPECTED_END_OF_DATA: Unable to get column information for the fields that are used in the query: Referência de objeto não definida para uma instância de um objeto.: SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"}&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 18:06:42 GMT</pubDate>
    <dc:creator>joaopaulo_delco</dc:creator>
    <dc:date>2019-04-30T18:06:42Z</dc:date>
    <item>
      <title>Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/127032#M2020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The following&amp;nbsp; error happens when sending an insert statement to Oracle database.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error: QVX_UNEXPECTED_END_OF_DATA: Unable to get column information for the fields that are used in the query:&lt;/P&gt;&lt;P&gt;Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It happens only in the central node server but not in Rim node.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What can be the reason?Can anyone help in this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 07:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/127032#M2020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575247#M13437</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have the same issue trying to execute a procedure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How did you solve the problem?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 17:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575247#M13437</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2019-04-30T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575272#M13438</link>
      <description>Can can only use SQL SELECT from databases in QlikView/Qlik Sense, it is not possible to achieve what you are trying to do from the script editor.</description>
      <pubDate>Tue, 30 Apr 2019 17:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575272#M13438</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-30T17:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575279#M13439</link>
      <description>&lt;P&gt;Vegar&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Before I update to Feb/2019 version my script was working well.&lt;/P&gt;&lt;P&gt;I'm just calling a procedure to execute. Loot to my script&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;LIB CONNECT TO 'Oracle MDLog (qliksense_administrador)';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"}; //the error appears here&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;QVX_UNEXPECTED_END_OF_DATA: Unable to get column information for the fields that are used in the query: Referência de objeto não definida para uma instância de um objeto.: SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"}&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 18:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575279#M13439</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2019-04-30T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575280#M13440</link>
      <description>This is performing an insert into your database? Wow, I learned something new today.&lt;BR /&gt;&lt;BR /&gt;Then I.m not able to help you further. I will monitor this thread to see if an solution comes around.</description>
      <pubDate>Tue, 30 Apr 2019 18:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575280#M13440</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-30T18:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575284#M13441</link>
      <description>Yes Vegar. This procedure perform insert into database. And worked well at Nov/2018 version.</description>
      <pubDate>Tue, 30 Apr 2019 18:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575284#M13441</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2019-04-30T18:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending insert statement to oracle database in qliksense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575860#M13462</link>
      <description>&lt;P&gt;I changed the connection to OLE DB and the problem was solved.&lt;/P&gt;&lt;P&gt;Before I was using a direct oracle connection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conexao ora oledb.png" style="width: 568px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11313i88BA520838AB64C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="conexao ora oledb.png" alt="conexao ora oledb.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my script:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;LIB CONNECT TO 'Oracle MDLog OleDB (qliksense_administrador)';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"};&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 12:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Error-while-sending-insert-statement-to-oracle-database-in/m-p/1575860#M13462</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2019-05-02T12:07:25Z</dc:date>
    </item>
  </channel>
</rss>

