<?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: Field not found error while executing script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112856#M1230937</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All ,&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;The problem lied in the connection . I used an include statement where I saved the connection information and after it timeouts it is not able to connect I guess . When I am using custom connect and not using connection info saved in the notepad its fetching data .&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;For the 2nd issue , the timeout settings were as increased and the issue was solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 02:13:35 GMT</pubDate>
    <dc:creator>samir_bihari</dc:creator>
    <dc:date>2016-09-08T02:13:35Z</dc:date>
    <item>
      <title>Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112848#M1230924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to extract SAP BW table data into qvd and also trying to store the data in qlikview table . I am using "&lt;SPAN style="font-size: 13.3333px;"&gt;QvSAPSqlConnector.exe&lt;/SPAN&gt;" to connect to SAP BW tables . After being able to connect , I am selecting the table from the create select statement wizard and then able to preview the data successfully .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am trying to execute the automatically generated script , nothing happens and when I click on the "End Here" button it gives the fields not found error , whereas I am able to successfully preview the data . Below is the error msg :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[/BIC/TZP_BRAND]:&lt;/P&gt;&lt;P&gt;LOAD [/BIC/ZP_BRAND], &lt;/P&gt;&lt;P&gt;&amp;nbsp; TXTMD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT [/BIC/ZP_BRAND],&amp;nbsp; // Brand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TXTMD // Descript.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM /BIC/TZP_BRAND;&lt;/P&gt;&lt;P&gt;STORE * FROM [/BIC/TZP_BRAND] INTO _BIC_TZP_BRAND.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on how to solve this issue so the script can execute without any issue and can load the QVD and the table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112848#M1230924</guid>
      <dc:creator>samir_bihari</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112849#M1230928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samir,&lt;/P&gt;&lt;P&gt;To be able to see what's happening I would need to see the log file(s) for the execution. You can find them in the folder: C:\ProgramData\QlikTech\Custom Data\QvSAPSqlConnector\Log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;// Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112849#M1230928</guid>
      <dc:creator>trm</dc:creator>
      <dc:date>2016-08-16T07:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112850#M1230931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just FYI : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;my database is SAP HANA and not Oracle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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;Attached is the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15:41:06,935 [1] - Configuring connector, arguments:00000000001707CA | \\.\pipe\00001DF4_0000336C_59EDAF71_062817B4.pip | /L&lt;/P&gt;&lt;P&gt;15:41:07,095 [1] - Connector version:6.2.0+Build:02016.origin/release/6.2.0 Debug:False LogLevel:INFO ParentProcess:(Name:Qv.exe MajorVersion:12 MinorVersion:0 FileVersion:12.0.20001.0)&lt;/P&gt;&lt;P&gt;15:41:07,215 [1] - Running server&lt;/P&gt;&lt;P&gt;15:41:07,470 [1] - Command pipe connected...&lt;/P&gt;&lt;P&gt;15:41:07,480 [1] - RECEIVED: QvxRequest {Command=QVX_GENERIC_COMMAND, Options={AllowPrompt=False, AutoCommit=False, ConnectTimeoutSec=, IsEmpty=True, LoginTimeoutSec=, Provider=, ReadOnly=False}}&lt;/P&gt;&lt;P&gt;15:41:07,490 [1] - SENDING: QvxReply {Result=QVX_OK}&lt;/P&gt;&lt;P&gt;15:41:07,500 [1] - RECEIVED: QvxRequest {Command=QVX_GENERIC_COMMAND, Options={AllowPrompt=False, AutoCommit=False, ConnectTimeoutSec=, IsEmpty=True, LoginTimeoutSec=, Provider=, ReadOnly=False}}&lt;/P&gt;&lt;P&gt;15:41:07,500 [1] - SENDING: QvxReply {Result=QVX_OK}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112850#M1230931</guid>
      <dc:creator>samir_bihari</dc:creator>
      <dc:date>2016-08-16T07:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112851#M1230932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've mentioned that "nothing happens during script execution". How long is it? Have you seen "Connected to ...." string? Also check SqlSAPOLAPConnector log files... What's happening there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112851#M1230932</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2016-08-16T07:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112852#M1230933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrei ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are around 8 records in the SAP BW table from where I want to extract the data. I have even waited for 1 hour 30 minutes but still its was processing . I don't see any "connecting to ...string" . As mentioned before when I click the end here button , it gives the field not found error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is no log for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SqlSAPOLAPConnector . I am using QvSqlSAP connector. Also , my database is SAP HANA and not Oracle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 08:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112852#M1230933</guid>
      <dc:creator>samir_bihari</dc:creator>
      <dc:date>2016-08-16T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112853#M1230934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samir,&lt;/P&gt;&lt;P&gt;The attached log file doesn't seem to be for the execution. Could you perhaps clear the log folder before executing the script and then see if the generated log(s) for the execution of your script doesn't contain more info and send it to me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 08:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112853#M1230934</guid>
      <dc:creator>trm</dc:creator>
      <dc:date>2016-08-16T08:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112854#M1230935</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;The problem lied in the connection . I used a include statement where I saved the connection information and after it timeouts it is not able to connect I guess . When I am using custom connect and not using connection info saved in the notepad its fetching data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how can I save the connection info as notepad so that it works even after 2-3 days and fetch the data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 09:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112854#M1230935</guid>
      <dc:creator>samir_bihari</dc:creator>
      <dc:date>2016-08-16T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112855#M1230936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samir,&lt;/P&gt;&lt;P&gt;The included log file doesn't seem to be correct. You should have a bigger log file for the execution with more information. To be sure just clear the log folder of old log files before executing the script. If there's more than one log file for the connector after you have waited a while and then manually ending the execution, attach the largest one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 09:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112855#M1230936</guid>
      <dc:creator>trm</dc:creator>
      <dc:date>2016-08-16T09:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error while executing script</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112856#M1230937</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All ,&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;The problem lied in the connection . I used an include statement where I saved the connection information and after it timeouts it is not able to connect I guess . When I am using custom connect and not using connection info saved in the notepad its fetching data .&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;For the 2nd issue , the timeout settings were as increased and the issue was solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 02:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-while-executing-script/m-p/1112856#M1230937</guid>
      <dc:creator>samir_bihari</dc:creator>
      <dc:date>2016-09-08T02:13:35Z</dc:date>
    </item>
  </channel>
</rss>

