<?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 Execution os script failed. reload old data? but with no indication of whats' wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179453#M46298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks. The next step - could you please reload without this "as employee_number", and post the data model (CTRL+T) of the result?&lt;BR /&gt;Two more questions:&lt;BR /&gt;1. What QV version?&lt;BR /&gt;2. Can you try to reload in another version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2009 23:22:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-09-08T23:22:47Z</dc:date>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179444#M46289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am extracting data from 4 tables, 3 of the tables are liked correctly and with one partially linked the extract runs fine.&lt;/P&gt;&lt;P&gt;If I add the other link required which means changing the script to us the 'AS' function to just rename the required field I get the above error, but no indication in the "Script Execution Progess" box.&lt;/P&gt;&lt;P&gt;How do I switch on DEBUG mode, or how is the best way to identiry what's going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179444#M46289</guid>
      <dc:creator />
      <dc:date>2009-09-08T21:32:50Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179445#M46290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can enable the option to Generate Log file in the document properties to see the error.&lt;/P&gt;&lt;P&gt;For debug mode, you need to click on Debug in the Edit Script option.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179445#M46290</guid>
      <dc:creator>amit_shetty78</dc:creator>
      <dc:date>2009-09-08T21:38:18Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179446#M46291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are in the "edit script area" next to "reload" you'll see "debug" click on debug, then select animate. This will go through each load statement in your script to help you identify where it is failing. For additional details you can see the log file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The debug will prevent it from closing the script on you as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179446#M46291</guid>
      <dc:creator />
      <dc:date>2009-09-08T21:45:12Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179447#M46292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK tried both of those but nothing stands out to me, Log attached.&lt;/P&gt;&lt;P&gt;08/09/2009 15:45:21: Execution started.&lt;BR /&gt;08/09/2009 15:45:21: QlikView Version:9.00.7119.4&lt;BR /&gt;08/09/2009 15:45:21: 0002 SET ThousandSep=','&lt;BR /&gt;08/09/2009 15:45:21: 0003 SET DecimalSep='.'&lt;BR /&gt;08/09/2009 15:45:21: 0004 SET MoneyThousandSep=','&lt;BR /&gt;08/09/2009 15:45:21: 0005 SET MoneyDecimalSep='.'&lt;BR /&gt;08/09/2009 15:45:21: 0006 SET MoneyFormat='£#,##0.00;-£#,##0.00'&lt;BR /&gt;08/09/2009 15:45:21: 0007 SET TimeFormat='hh:mm:ss'&lt;BR /&gt;08/09/2009 15:45:21: 0008 SET DateFormat='DD/MM/YYYY'&lt;BR /&gt;08/09/2009 15:45:21: 0009 SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]'&lt;BR /&gt;08/09/2009 15:45:21: 0010 SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'&lt;BR /&gt;08/09/2009 15:45:21: 0011 SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'&lt;BR /&gt;08/09/2009 15:45:21: 0013 Load&lt;BR /&gt;08/09/2009 15:45:21: 0014&lt;BR /&gt;08/09/2009 15:45:21: 0015 fin_date,&lt;BR /&gt;08/09/2009 15:45:21: 0016 fin_period,&lt;BR /&gt;08/09/2009 15:45:21: 0017 fin_qtr,&lt;BR /&gt;08/09/2009 15:45:21: 0018 fin_week,&lt;BR /&gt;08/09/2009 15:45:21: 0019 period_week,&lt;BR /&gt;08/09/2009 15:45:21: 0020 fin_year,&lt;BR /&gt;08/09/2009 15:45:21: 0021 year_week,&lt;BR /&gt;08/09/2009 15:45:21: 0022 cal_year,&lt;BR /&gt;08/09/2009 15:45:21: 0023 fin_year_full,&lt;BR /&gt;08/09/2009 15:45:21: 0024 tax_week as period,&lt;BR /&gt;08/09/2009 15:45:21: 0025 tax_year as Year&lt;BR /&gt;08/09/2009 15:45:21: 0028 ODBC CONNECT*&lt;BR /&gt;08/09/2009 15:45:21: 0029 SQL SELECT *&lt;BR /&gt;08/09/2009 15:45:21: 0030 FROM cdlive.dbo."fin_cal"&lt;BR /&gt;08/09/2009 15:45:21: 0031 where fin_year_full &amp;gt; 2005&lt;BR /&gt;08/09/2009 15:45:21: 11 fields found: fin_date, fin_period, fin_qtr, fin_week, period_week, fin_year, year_week, cal_year, fin_year_full, period, Year, 1,461 lines fetched&lt;BR /&gt;08/09/2009 15:45:21: 0033 load&lt;BR /&gt;08/09/2009 15:45:21: 0034&lt;BR /&gt;08/09/2009 15:45:21: 0035 works_order, operation_code, posting_date as fin_date, customer_code, batch_name, batch_posting_date,&lt;BR /&gt;08/09/2009 15:45:21: 0036 resource_type, resource_used, resource_name,&lt;BR /&gt;08/09/2009 15:45:21: 0037 setter_type, setter_used, setter_name, operator_type, operator_used as employee_number,&lt;BR /&gt;08/09/2009 15:45:21: 0038 operator_name, kind, completed_flag, milestone_op, from_sequence_no,&lt;BR /&gt;08/09/2009 15:45:21: 0039 setup_time_booked, op_time_booked, deltay_time_booked, quantity_received,&lt;BR /&gt;08/09/2009 15:45:21: 0040 quantity_passed_on, quantity_rejected, operation_cost, labour_cost,&lt;BR /&gt;08/09/2009 15:45:21: 0041 overhead_cost, subcontract_cost, reject_cost, Labour_reject_cost, ohead_reject_cost,&lt;BR /&gt;08/09/2009 15:45:21: 0042 subcon_reject_cost, tran_comment, decimal_places, negative&lt;BR /&gt;08/09/2009 15:45:21: 0044 SQL SELECT *&lt;BR /&gt;08/09/2009 15:45:21: 0045 FROM pelive.dbo."wip_hpc"&lt;BR /&gt;08/09/2009 15:45:26: 36 fields found: works_order, operation_code, fin_date, customer_code, batch_name, batch_posting_date, resource_type, resource_used, resource_name, setter_type, setter_used, setter_name, operator_type, employee_number, operator_name, kind, completed_flag, milestone_op, from_sequence_no, setup_time_booked, op_time_booked, deltay_time_booked, quantity_received, quantity_passed_on, quantity_rejected, operation_cost, labour_cost, overhead_cost, subcontract_cost, reject_cost, Labour_reject_cost, ohead_reject_cost, subcon_reject_cost, tran_comment, decimal_places, negative, 279,957 lines fetched&lt;BR /&gt;08/09/2009 15:45:53: 0047 load&lt;BR /&gt;08/09/2009 15:45:53: 0048 employee_number, period, item, spare, val, Year&lt;BR /&gt;08/09/2009 15:45:53: 0050 SQL SELECT *&lt;BR /&gt;08/09/2009 15:45:53: 0051 FROM HPC.dbo."pyhistm_hpc"&lt;BR /&gt;08/09/2009 15:45:53: 0052 where payroll = 'W1'&lt;BR /&gt;08/09/2009 15:45:53: 0053 and item like 'HRS%'&lt;BR /&gt;08/09/2009 15:45:53: 6 fields found: employee_number, period, item, spare, val, Year, 47,556 lines fetched&lt;BR /&gt;08/09/2009 15:45:54: 0055 Load department,description&lt;BR /&gt;08/09/2009 15:45:54: 0056 SQL SELECT *&lt;BR /&gt;08/09/2009 15:45:54: 0057 FROM cdlive.scheme.pydeptm&lt;BR /&gt;08/09/2009 15:45:54: 0058 where description like 'PE %' or description like 'HYD%'&lt;BR /&gt;08/09/2009 15:45:54: 2 fields found: department, description, 16 lines fetched&lt;BR /&gt;08/09/2009 15:45:54: 0059 left join (pydeptm)&lt;BR /&gt;08/09/2009 15:45:54: 0060&lt;BR /&gt;08/09/2009 15:45:54: 0061&lt;BR /&gt;08/09/2009 15:45:54: 0062 load&lt;BR /&gt;08/09/2009 15:45:54: 0063 employee_number, department,job_family,surname &amp;amp; ' '&amp;amp; forename_1 as Employee&lt;BR /&gt;08/09/2009 15:45:54: 0065 SQL SELECT *&lt;BR /&gt;08/09/2009 15:45:54: 0066 FROM cdlive.scheme.pypersonm&lt;BR /&gt;08/09/2009 15:45:54: 0067 where payroll = 'W1'&lt;BR /&gt;08/09/2009 15:45:54: 4 fields found: employee_number, department, job_family, Employee, 200 lines fetched&lt;BR /&gt;08/09/2009 15:45:54: Joining/Keeping&lt;BR /&gt;08/09/2009 15:45:54: $Syn 1 = period+Year&lt;BR /&gt;08/09/2009 15:45:54: General Script Error&lt;BR /&gt;08/09/2009 15:45:54: Execution Failed&lt;BR /&gt;08/09/2009 15:45:54: Execution finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179447#M46292</guid>
      <dc:creator />
      <dc:date>2009-09-08T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179448#M46293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry should have said it the following line that is causing the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08/09/2009 15:45:21: 0037 setter_type, setter_used, setter_name, operator_type, operator_used as employee_number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I remove "as employee_number" the script runs.&lt;/P&gt;&lt;P&gt;The filed I am linking to contains the matching data ans the field types are both char10's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179448#M46293</guid>
      <dc:creator />
      <dc:date>2009-09-08T21:53:59Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179449#M46294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you need to enclose the alias in square brackets since the alias has a special character.&lt;/P&gt;&lt;P&gt;Try this: as [employee_number]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179449#M46294</guid>
      <dc:creator>amit_shetty78</dc:creator>
      <dc:date>2009-09-08T21:59:05Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179450#M46295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt work unfortunatley, I have also tried demoting the tab but no joy with that either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 22:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179450#M46295</guid>
      <dc:creator />
      <dc:date>2009-09-08T22:08:17Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179451#M46296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first step - get rid of the synthetic key. There are fields "period"and "Year" in two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 22:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179451#M46296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-08T22:18:06Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179452#M46297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have removed the synthetic date by using Year &amp;amp; period as year_period and only bringing thorugh year and period into one table which will always contain that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this hasnt helped with the main issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 22:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179452#M46297</guid>
      <dc:creator />
      <dc:date>2009-09-08T22:59:46Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179453#M46298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks. The next step - could you please reload without this "as employee_number", and post the data model (CTRL+T) of the result?&lt;BR /&gt;Two more questions:&lt;BR /&gt;1. What QV version?&lt;BR /&gt;2. Can you try to reload in another version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 23:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179453#M46298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-08T23:22:47Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179454#M46299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" /&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7331.datamodel.doc:550:0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the "as employee_number" the script runs without error&lt;/P&gt;&lt;P&gt;I am using version 9.00.7119.4, I can download an earlier version if you want me to try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 23:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179454#M46299</guid>
      <dc:creator />
      <dc:date>2009-09-08T23:27:15Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179455#M46300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clear enough, thanks.&lt;BR /&gt;You have empoyee_number field in two tables already - pydept and pyhistm_hpc. When you add a field with the same name to table wip_hpc, you create &lt;STRONG&gt;logical loop&lt;/STRONG&gt;. You cannot use this field name here in your current logical design.&lt;BR /&gt;(No need to try another QV. I know that in QV 8.01 and earlier you'll be able to reload it, but QV will make a table or two "loosely coupled". QV 9, and probably 8.50 simply fail.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 23:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179455#M46300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-08T23:45:22Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179456#M46301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I guess I need to remove the pydeptm table and any info I need from that extract with the pyhistm_hpc data as I only need description from pydeptm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 02:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179456#M46301</guid>
      <dc:creator />
      <dc:date>2009-09-09T02:08:11Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179457#M46302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think removing pydempt is not a solution. You'll get:&lt;BR /&gt;employee_number in pyhistm_hpc and wip_hpc&lt;BR /&gt;year_period in pyhistm_hpc and and fin_cal&lt;BR /&gt;fin_date in fin_cal and wip_hpc&lt;BR /&gt;So, one of these must have different field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 02:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179457#M46302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-09T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179458#M46303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael not quite sure what you are saying now, problem is I have the employee name is in three tables which is needed along with other fields to make unique not sure what to do now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 02:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179458#M46303</guid>
      <dc:creator />
      <dc:date>2009-09-09T02:35:14Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179459#M46304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;BR /&gt;Here is what you have, if renaming to "employee_number".&lt;BR /&gt;1. Table &lt;B&gt;pyhistm_hpc&lt;/B&gt; linked to table &lt;B&gt;wip_hpc&lt;/B&gt; by employee_number.&lt;BR /&gt;2. Table &lt;B&gt;pyhistm_hpc&lt;/B&gt; linked to table &lt;B&gt;fin_cal&lt;/B&gt; by year_period.&lt;BR /&gt;3. Table &lt;B&gt;wip_hpc&lt;/B&gt; linked to table &lt;B&gt;fin_cal&lt;/B&gt; by fin_date.&lt;BR /&gt;You can see that it is a logical loop - circular reference. QV 9 reload fails for exactly this reason.&lt;BR /&gt;To be able to reload, you have to break the loop in any place. If you must have empoyee_number in both pyhistm_hpc and wip_hpc, you have to break this loop by renaming either year_period or fin_date in any table.&lt;BR /&gt;Another approach is to change your data model, maybe by joining two of the three tables in that loop. Maybe even all three. But this is defined mostly by your business needs, so I'm not in a good position to tell you what approach is the best in this case. Try and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 04:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179459#M46304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-09T04:49:41Z</dc:date>
    </item>
    <item>
      <title>Execution os script failed. reload old data? but with no indication of whats' wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179460#M46305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;Got it sorted I think, I have attached my data model, but basically taken the data from pypersonm and pydeptm and loaded it with pyhistm and loaded fin_cal in with wip_hpc.&lt;/P&gt;&lt;P&gt;Just need to sort out the synthetic links now.&lt;/P&gt;&lt;P&gt;thanks Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 20:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execution-os-script-failed-reload-old-data-but-with-no/m-p/179460#M46305</guid>
      <dc:creator />
      <dc:date>2009-09-09T20:31:59Z</dc:date>
    </item>
  </channel>
</rss>

