<?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: Governance Dashboard: General Script Error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1518850#M37076</link>
    <description>&lt;P&gt;I solved this problem - it was caused by a stray "End of Text" character (hex &lt;SPAN&gt;0x03&lt;/SPAN&gt;)&amp;nbsp;in the load script of one of the QVWs on&amp;nbsp;the server that the Governance board reads. It was difficult to find the character, so I'll detail how I did it in case it helps someone else.&lt;/P&gt;&lt;P&gt;1. The error started on 9/7/2018.&lt;/P&gt;&lt;P&gt;2. I looked at folder dates and saw that we put 3 new apps on the server on 9/6/2018.&lt;/P&gt;&lt;P&gt;3. Narrowed it down to one of the apps.&lt;/P&gt;&lt;P&gt;4. Opened the XML for that .QVW and saw that it was corrupted. (From the load script, clicked "Table Files" -&amp;gt; choose the QVW -&amp;gt; "Next" -&amp;gt; Select radio button for "XML")&lt;/P&gt;&lt;P&gt;5. I then went back into the load script and loaded pieces at a time until I produced the XML error.&lt;/P&gt;&lt;P&gt;6. I removed this and now my Governance Dashboard QVW is running great again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other Note: This post was moved to the "Qlik Sense" area. I tagged it with "Qlik View" on purpose because it's in Qlik View.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 17:15:07 GMT</pubDate>
    <dc:creator>megabyte23</dc:creator>
    <dc:date>2018-12-10T17:15:07Z</dc:date>
    <item>
      <title>Governance Dashboard: General Script Error</title>
      <link>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1514943#M36969</link>
      <description>&lt;P&gt;We get an error every day from the Governance Dashboard which was installed on our QlikView server by a vendor.&amp;nbsp;I'm not allowed to modify the code, but I can look at it, so here is&amp;nbsp;what I've found from troubleshooting:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. The error from the log:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2018-11-29 01:00:14 0000 Gathering QVW Metadata&lt;BR /&gt;2018-11-29 01:00:14 0001&lt;BR /&gt;2018-11-29 01:00:14 0000 Searching for QVGD_SOE_2.0.2.qvd&lt;BR /&gt;2018-11-29 01:00:14 0001&lt;BR /&gt;2018-11-29 01:00:14 General Script Error&lt;BR /&gt;2018-11-29 01:00:14 Execution Failed&lt;BR /&gt;2018-11-29 01:00:14 Execution finished.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. The&amp;nbsp;Load Script Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In looking at the load script for "Gathering QVW Metadata", I discovered it is happening when it calls the sub "loadQVD" for "QVGD_SOE_2.0.2.qvd".&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. The QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;QVGD_SOE_2.0.2.qvd exists in the correct file path and I loaded it and I see nothing wrong with it. I&amp;nbsp;thought maybe there would be an extraneous eof character or something throwing it off, but no.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Back to the Load Script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since the log ended, it seems the error&amp;nbsp;must be happening in the attached code. I copied just the code and the QVD to my local machine and it runs fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. Next Steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm at a loss of what to try next since I'm not allowed to modify the code. Our vendor says they cannot work on it as it is a "Training Issue". I'm&amp;nbsp;open to any/all suggestions on what to look for. Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1514943#M36969</guid>
      <dc:creator>megabyte23</dc:creator>
      <dc:date>2024-11-16T21:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard: General Script Error</title>
      <link>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1514982#M36970</link>
      <description>&lt;P&gt;Right now you have commented out the TRACE after baseFileSize variable, but I would say that add a TRACE statement after every line in your code and see where exactly is it choking.&lt;/P&gt;&lt;P&gt;Also, you might be able to access the folder from your desktop where the qvd is stored, but have you checked if the server have the permissions to go into the location where the qvd is stored?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 15:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1514982#M36970</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-30T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard: General Script Error</title>
      <link>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1518850#M37076</link>
      <description>&lt;P&gt;I solved this problem - it was caused by a stray "End of Text" character (hex &lt;SPAN&gt;0x03&lt;/SPAN&gt;)&amp;nbsp;in the load script of one of the QVWs on&amp;nbsp;the server that the Governance board reads. It was difficult to find the character, so I'll detail how I did it in case it helps someone else.&lt;/P&gt;&lt;P&gt;1. The error started on 9/7/2018.&lt;/P&gt;&lt;P&gt;2. I looked at folder dates and saw that we put 3 new apps on the server on 9/6/2018.&lt;/P&gt;&lt;P&gt;3. Narrowed it down to one of the apps.&lt;/P&gt;&lt;P&gt;4. Opened the XML for that .QVW and saw that it was corrupted. (From the load script, clicked "Table Files" -&amp;gt; choose the QVW -&amp;gt; "Next" -&amp;gt; Select radio button for "XML")&lt;/P&gt;&lt;P&gt;5. I then went back into the load script and loaded pieces at a time until I produced the XML error.&lt;/P&gt;&lt;P&gt;6. I removed this and now my Governance Dashboard QVW is running great again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other Note: This post was moved to the "Qlik Sense" area. I tagged it with "Qlik View" on purpose because it's in Qlik View.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 17:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Governance-Dashboard-General-Script-Error/m-p/1518850#M37076</guid>
      <dc:creator>megabyte23</dc:creator>
      <dc:date>2018-12-10T17:15:07Z</dc:date>
    </item>
  </channel>
</rss>

