<?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 AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172832#M1281902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sept;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tues;Wed;Thurs;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ODBC CONNECT TO *information removed*&lt;/P&gt;&lt;P&gt;//Product&lt;BR /&gt;SQL SELECT prd_product_id,&lt;BR /&gt;prd_product_shop_id,&lt;BR /&gt;prd_product_base_code,&lt;BR /&gt;prd_product_base_name as "Product family",&lt;BR /&gt;prd_product_base_desc,&lt;BR /&gt;prd_product_base_short_desc,&lt;BR /&gt;prd_product_variant_code,&lt;BR /&gt;prd_product_variant_name as "Product name",&lt;BR /&gt;prd_product_variant_desc,&lt;BR /&gt;prd_product_variant_unit,&lt;BR /&gt;prd_product_variant_color,&lt;BR /&gt;prd_product_variant_ean,&lt;BR /&gt;prd_product_variant_sap_id as "SAP ID",&lt;BR /&gt;prd_valid_from,&lt;BR /&gt;prd_valid_to,&lt;BR /&gt;prd_load_date,&lt;BR /&gt;prd_product_saplevel_1_name,&lt;BR /&gt;prd_product_saplevel_2_name,&lt;BR /&gt;prd_product_saplevel_3_name as "Product",&lt;BR /&gt;prd_product_saplevel_4_name as "Product category",&lt;BR /&gt;prd_product_saplevel_5_name&lt;BR /&gt;FROM my_dwh.dim_prd_product;&lt;/P&gt;&lt;P&gt;FCT_ORDER_HEADER_ORDER_ITEMS:&lt;BR /&gt;//Order Header&lt;BR /&gt;SELECT&lt;BR /&gt;f.cst_customer_id,&lt;BR /&gt;f.orh_order_id, f.orh_order_shop_id,f.ors_order_status_id, f.pyt_payment_type_id, f.pys_payment_status_id, f.dls_delivery_status_id,&lt;BR /&gt;f.dlt_delivery_type_id,f.cpn_coupon_id, f.adr_payment_id,f.adr_delivery_id, f.orh_payment_date, f.orh_payment_cost_eur_brt,&lt;BR /&gt;f.orh_delivery_cost_eur_brt, f.orh_coupon_value_eur_brt, f.orh_coupon_value_eur_net, trunc(f.orh_created_date,'dd') as DYS_DATE, f.orh_load_date, f.orh_client_code,&lt;BR /&gt;f.orh_modified_date, v.Geschlecht as "Gender", v.crg_country_id, v.COUNTRY as "Country_Code", v.Land as "Country", v.Kundenkonto_Shop as "User shop account", v.Kundenkonto_Portal as "User portal account", v.Datenfreigabe as "Email OptIn",&lt;BR /&gt;v.CSS_Datenfreigabe as "CSS OptIn", v.cst_language_iso_code, v.Sprache as "Language"&lt;BR /&gt;FROM fct_orh_order_header f, view_Stammdaten v&lt;BR /&gt;where f.cst_customer_id =v.cst_customer_id&lt;BR /&gt;order by f.orh_created_date asc;&lt;/P&gt;&lt;P&gt;OUTER JOIN&lt;/P&gt;&lt;P&gt;//Order Items&lt;BR /&gt;SELECT&lt;BR /&gt;ori_order_item_shop_id,&lt;BR /&gt;ois_order_item_status_id,&lt;BR /&gt;prd_product_id,&lt;BR /&gt;orh_order_id,&lt;BR /&gt;ori_modified_date,&lt;BR /&gt;ori_price_eur_brt,&lt;BR /&gt;nvl(ori_price_eur_net,100) as ori_price_eur_net,&lt;BR /&gt;ori_disc_eur_brt,&lt;BR /&gt;ori_disc_eur_net,&lt;BR /&gt;trunc(ori_created_date,'dd') as DYS_DATE,&lt;BR /&gt;cts_cartridge_service_id,&lt;BR /&gt;ori_load_date,&lt;BR /&gt;ori_order_item_id,&lt;BR /&gt;ori_client_code,&lt;BR /&gt;ori_quantity,&lt;BR /&gt;ori_base_price,&lt;BR /&gt;ori_calculated_flag,&lt;BR /&gt;ori_give_away_flag as Prämieneinlösung&lt;BR /&gt;FROM my_dwh.fct_ori_order_items&lt;BR /&gt;order by ori_created_date asc&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LET varMinDate = Num(Peek('DYS_DATE', 0, 'FCT_order_items'));&lt;/P&gt;&lt;P&gt;TIME_DATA:&lt;BR /&gt;sql select DYS_DATE, DYS_QUARTER&lt;BR /&gt;from dimn_dys_days&lt;BR /&gt;where DYS_DATE &amp;lt;= SYSDATE&lt;BR /&gt;AND DYS_DATE &amp;gt;= to_date('01.01.1996', 'dd.mm.yyyy');&lt;/P&gt;&lt;P&gt;TIME_DIM:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;Day(DYS_DATE) as DayName,&lt;BR /&gt;DayName(DYS_DATE) as [Day],&lt;BR /&gt;WeekDay(DYS_DATE) as [Day of Week],&lt;BR /&gt;WeekName(DYS_DATE) as [Week],&lt;BR /&gt;LunarWeekName(DYS_DATE) as [Lunar Week Name],&lt;BR /&gt;Month(DYS_DATE) as [MonthName],&lt;BR /&gt;MonthName(DYS_DATE) as [Month],&lt;BR /&gt;Year(DYS_DATE)&amp;amp;'/Q'&amp;amp;DYS_QUARTER as [Quarter],&lt;BR /&gt;Year(DYS_DATE) as [Year],&lt;BR /&gt;-div((today() -DYS_DATE),7) as Relative_Week_Number,&lt;BR /&gt;-div((today() -DYS_DATE),28) as Relative_4_Week_Number&lt;BR /&gt;resident TIME_DATA&lt;BR /&gt;where DYS_DATE &amp;gt;= Date($(varMinDate))&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;drop table TIME_DATA;&lt;/P&gt;&lt;P&gt;Order_Item_Status:&lt;BR /&gt;SELECT&lt;BR /&gt;D.OIS_ORDER_ITEM_STATUS_ID, D.OIS_ORDER_ITEM_STATUS_SHOP_ID, D.OIS_ORDER_ITEM_STATUS_DESC as "Order Status",&lt;BR /&gt; D.OIS_ORDER_ITEM_STATUS_NAME, D.OIS_VALID_FROM, D.OIS_VALID_TO,&lt;BR /&gt; D.OIS_LOAD_DATE&lt;BR /&gt;FROM my_DWH.DIM_OIS_ORDER_ITEM_STATUS D;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;cpn_coupon_id,&lt;BR /&gt;cpn_coupon_code as "Coupon code"&lt;BR /&gt;FROM my_dwh.cpn_coupon;&lt;/P&gt;&lt;P&gt;Order_Status:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_ors_order_status;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_dlt_delivery_type;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_pyt_payment_type;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 14:37:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-25T14:37:09Z</dc:date>
    <item>
      <title>Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172828#M1281894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I have a nasty problem with some reports that often fail to reload. This mostly occurs during nightly automatic refrehes by the qv scheduler. The reports report failed and the log only shows "General Script Error". Like other users, I have observed the script running without any errors up to the point where the last statement is successfully loaded. Then it says:&lt;/P&gt;&lt;P&gt;11.01.2011 09:55:36: General Script Error&lt;BR /&gt;11.01.2011 09:55:36: Execution Failed&lt;BR /&gt;11.01.2011 09:55:36: Execution finished.&lt;/P&gt;&lt;P&gt;*please see entire log at the end of this post!&lt;/P&gt;&lt;P&gt;QV Support suggests it has to do with our data but I suspect otherwise because the problem is easily fixed by changing something about the report (almost any change works). For instance reducing data, disabling and re-enabling the reload schedule or resetting the section access username and password will cure the effect. Very strange!&lt;/P&gt;&lt;P&gt;Most of the time, the failed report will also run without errors when it is reloaded in the qv personal edition client (instead of from the qmc). We then save the report and it runs also from qmc but only for some time. after one or two nights it starts to fail again. Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;Here's the entire log of a failed report:&lt;/P&gt;&lt;P&gt;11.01.2011 09:55:32: Execution started.&lt;BR /&gt;11.01.2011 09:55:32: QlikView Version:9.00.7502.8&lt;BR /&gt;11.01.2011 09:55:32: 0002 SET ThousandSep='.'&lt;BR /&gt;11.01.2011 09:55:32: 0003 SET DecimalSep=','&lt;BR /&gt;11.01.2011 09:55:32: 0004 SET MoneyThousandSep='.'&lt;BR /&gt;11.01.2011 09:55:32: 0005 SET MoneyDecimalSep=','&lt;BR /&gt;11.01.2011 09:55:32: 0006 SET MoneyFormat='#.##0,00 €;-#.##0,00 €'&lt;BR /&gt;11.01.2011 09:55:32: 0007 SET TimeFormat='hh:mm:ss'&lt;BR /&gt;11.01.2011 09:55:32: 0008 SET DateFormat='DD.MM.YYYY'&lt;BR /&gt;11.01.2011 09:55:32: 0009 SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]'&lt;BR /&gt;11.01.2011 09:55:32: 0010 SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sept;Oct;Nov;Dec'&lt;BR /&gt;11.01.2011 09:55:32: 0011 SET DayNames='Mon;Tues;Wed;Thurs;Fri;Sat;Sun'&lt;BR /&gt;11.01.2011 09:55:32: 0014 ODBC CONNECT*XUserId*XPassword*&lt;BR /&gt;11.01.2011 09:55:32: 0017 SQL SELECT prd_product_id,&lt;BR /&gt;11.01.2011 09:55:32: 0018 prd_product_shop_id,&lt;BR /&gt;11.01.2011 09:55:32: 0019 prd_product_base_code,&lt;BR /&gt;11.01.2011 09:55:32: 0020 prd_product_base_name as "Product family",&lt;BR /&gt;11.01.2011 09:55:32: 0021 prd_product_base_desc,&lt;BR /&gt;11.01.2011 09:55:32: 0022 prd_product_base_short_desc,&lt;BR /&gt;11.01.2011 09:55:32: 0023 prd_product_variant_code,&lt;BR /&gt;11.01.2011 09:55:32: 0024 prd_product_variant_name as "Product name",&lt;BR /&gt;11.01.2011 09:55:32: 0025 prd_product_variant_desc,&lt;BR /&gt;11.01.2011 09:55:32: 0026 prd_product_variant_unit,&lt;BR /&gt;11.01.2011 09:55:32: 0027 prd_product_variant_color,&lt;BR /&gt;11.01.2011 09:55:32: 0028 prd_product_variant_ean,&lt;BR /&gt;11.01.2011 09:55:32: 0029 prd_product_variant_sap_id as "SAP ID",&lt;BR /&gt;11.01.2011 09:55:32: 0030 prd_valid_from,&lt;BR /&gt;11.01.2011 09:55:32: 0031 prd_valid_to,&lt;BR /&gt;11.01.2011 09:55:32: 0032 prd_load_date,&lt;BR /&gt;11.01.2011 09:55:32: 0033 prd_product_saplevel_1_name,&lt;BR /&gt;11.01.2011 09:55:32: 0034 prd_product_saplevel_2_name,&lt;BR /&gt;11.01.2011 09:55:32: 0035 prd_product_saplevel_3_name as "Product",&lt;BR /&gt;11.01.2011 09:55:32: 0036 prd_product_saplevel_4_name as "Product category",&lt;BR /&gt;11.01.2011 09:55:32: 0037 prd_product_saplevel_5_name&lt;BR /&gt;11.01.2011 09:55:32: 0038 FROM my_dwh.dim_prd_product&lt;BR /&gt;11.01.2011 09:55:32: 21 fields found: PRD_PRODUCT_ID, PRD_PRODUCT_SHOP_ID, PRD_PRODUCT_BASE_CODE, Product family, PRD_PRODUCT_BASE_DESC, PRD_PRODUCT_BASE_SHORT_DESC, PRD_PRODUCT_VARIANT_CODE, Product name, PRD_PRODUCT_VARIANT_DESC, PRD_PRODUCT_VARIANT_UNIT, PRD_PRODUCT_VARIANT_COLOR, PRD_PRODUCT_VARIANT_EAN, SAP ID, PRD_VALID_FROM, PRD_VALID_TO, PRD_LOAD_DATE, PRD_PRODUCT_SAPLEVEL_1_NAME, PRD_PRODUCT_SAPLEVEL_2_NAME, Product, Product category, PRD_PRODUCT_SAPLEVEL_5_NAME, 107 lines fetched&lt;BR /&gt;11.01.2011 09:55:32: 0040 FCT_ORDER_HEADER_ORDER_ITEMS:&lt;BR /&gt;11.01.2011 09:55:32: 0041&lt;BR /&gt;11.01.2011 09:55:32: 0042 SELECT&lt;BR /&gt;11.01.2011 09:55:32: 0043 f.cst_customer_id,&lt;BR /&gt;11.01.2011 09:55:32: 0044 f.orh_order_id, f.orh_order_shop_id,f.ors_order_status_id, f.pyt_payment_type_id, f.pys_payment_status_id, f.dls_delivery_status_id,&lt;BR /&gt;11.01.2011 09:55:32: 0045 f.dlt_delivery_type_id,f.cpn_coupon_id, f.adr_payment_id,f.adr_delivery_id, f.orh_payment_date, f.orh_payment_cost_eur_brt,&lt;BR /&gt;11.01.2011 09:55:32: 0046 f.orh_delivery_cost_eur_brt, f.orh_coupon_value_eur_brt, f.orh_coupon_value_eur_net, trunc(f.orh_created_date,'dd') as DYS_DATE, f.orh_load_date, f.orh_client_code,&lt;BR /&gt;11.01.2011 09:55:32: 0047 f.orh_modified_date, v.Geschlecht as "Gender", v.crg_country_id, v.COUNTRY as "Country_Code", v.Land as "Country", v.Kundenkonto_Shop as "User shop account", v.Kundenkonto_Portal as "User portal account", v.Datenfreigabe as "Email OptIn",&lt;BR /&gt;11.01.2011 09:55:32: 0048 v.CSS_Datenfreigabe as "CSS OptIn", v.cst_language_iso_code, v.Sprache as "Language"&lt;BR /&gt;11.01.2011 09:55:32: 0049 FROM fct_orh_order_header f, view_Stammdaten v&lt;BR /&gt;11.01.2011 09:55:32: 0050 where f.cst_customer_id =v.cst_customer_id&lt;BR /&gt;11.01.2011 09:55:32: 0051 order by f.orh_created_date asc&lt;BR /&gt;11.01.2011 09:55:34: 30 fields found: CST_CUSTOMER_ID, ORH_ORDER_ID, ORH_ORDER_SHOP_ID, ORS_ORDER_STATUS_ID, PYT_PAYMENT_TYPE_ID, PYS_PAYMENT_STATUS_ID, DLS_DELIVERY_STATUS_ID, DLT_DELIVERY_TYPE_ID, CPN_COUPON_ID, ADR_PAYMENT_ID, ADR_DELIVERY_ID, ORH_PAYMENT_DATE, ORH_PAYMENT_COST_EUR_BRT, ORH_DELIVERY_COST_EUR_BRT, ORH_COUPON_VALUE_EUR_BRT, ORH_COUPON_VALUE_EUR_NET, DYS_DATE, ORH_LOAD_DATE, ORH_CLIENT_CODE, ORH_MODIFIED_DATE, Gender, CRG_COUNTRY_ID, Country_Code, Country, User shop account, User portal account, Email OptIn, CSS OptIn, CST_LANGUAGE_ISO_CODE, Language, 11.217 lines fetched&lt;BR /&gt;11.01.2011 09:55:35: 0053 OUTER JOIN&lt;BR /&gt;11.01.2011 09:55:35: 0054&lt;BR /&gt;11.01.2011 09:55:35: 0055&lt;BR /&gt;11.01.2011 09:55:35: 0056 SELECT&lt;BR /&gt;11.01.2011 09:55:35: 0057 ori_order_item_shop_id,&lt;BR /&gt;11.01.2011 09:55:35: 0058 ois_order_item_status_id,&lt;BR /&gt;11.01.2011 09:55:35: 0059 prd_product_id,&lt;BR /&gt;11.01.2011 09:55:35: 0060 orh_order_id,&lt;BR /&gt;11.01.2011 09:55:35: 0061 ori_modified_date,&lt;BR /&gt;11.01.2011 09:55:35: 0062 ori_price_eur_brt,&lt;BR /&gt;11.01.2011 09:55:35: 0063 nvl(ori_price_eur_net,100) as ori_price_eur_net,&lt;BR /&gt;11.01.2011 09:55:35: 0064 ori_disc_eur_brt,&lt;BR /&gt;11.01.2011 09:55:35: 0065 ori_disc_eur_net,&lt;BR /&gt;11.01.2011 09:55:35: 0066 trunc(ori_created_date,'dd') as DYS_DATE,&lt;BR /&gt;11.01.2011 09:55:35: 0067 cts_cartridge_service_id,&lt;BR /&gt;11.01.2011 09:55:35: 0068 ori_load_date,&lt;BR /&gt;11.01.2011 09:55:35: 0069 ori_order_item_id,&lt;BR /&gt;11.01.2011 09:55:35: 0070 ori_client_code,&lt;BR /&gt;11.01.2011 09:55:35: 0071 ori_quantity,&lt;BR /&gt;11.01.2011 09:55:35: 0072 ori_base_price,&lt;BR /&gt;11.01.2011 09:55:35: 0073 ori_calculated_flag,&lt;BR /&gt;11.01.2011 09:55:35: 0074 ori_give_away_flag as Prämieneinlösung&lt;BR /&gt;11.01.2011 09:55:35: 0075 FROM my_dwh.fct_ori_order_items&lt;BR /&gt;11.01.2011 09:55:35: 0076 order by ori_created_date asc&lt;/P&gt;&lt;P&gt;11.01.2011 09:55:35: 18 fields found: ORI_ORDER_ITEM_SHOP_ID, OIS_ORDER_ITEM_STATUS_ID, PRD_PRODUCT_ID, ORH_ORDER_ID, ORI_MODIFIED_DATE, ORI_PRICE_EUR_BRT, ORI_PRICE_EUR_NET, ORI_DISC_EUR_BRT, ORI_DISC_EUR_NET, DYS_DATE, CTS_CARTRIDGE_SERVICE_ID, ORI_LOAD_DATE, ORI_ORDER_ITEM_ID, ORI_CLIENT_CODE, ORI_QUANTITY, ORI_BASE_PRICE, ORI_CALCULATED_FLAG, PRÄMIENEINLÖSUNG, 15.186 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: Joining/Keeping&lt;BR /&gt;11.01.2011 09:55:36: 0079 LET varMinDate = Num(Peek('DYS_DATE', 0, 'FCT_order_items'))&lt;BR /&gt;11.01.2011 09:55:36: 0081 TIME_DATA:&lt;BR /&gt;11.01.2011 09:55:36: 0082 sql select DYS_DATE, DYS_QUARTER&lt;BR /&gt;11.01.2011 09:55:36: 0083 from dimn_dys_days&lt;BR /&gt;11.01.2011 09:55:36: 0084 where DYS_DATE &amp;lt;= SYSDATE&lt;BR /&gt;11.01.2011 09:55:36: 0085 AND DYS_DATE &amp;gt;= to_date('01.01.1996', 'dd.mm.yyyy')&lt;BR /&gt;11.01.2011 09:55:36: 2 fields found: DYS_DATE, DYS_QUARTER, 5.490 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0087 TIME_DIM:&lt;BR /&gt;11.01.2011 09:55:36: 0088 Load&lt;BR /&gt;11.01.2011 09:55:36: 0089 *,&lt;BR /&gt;11.01.2011 09:55:36: 0090 Day(DYS_DATE) as DayName,&lt;BR /&gt;11.01.2011 09:55:36: 0091 DayName(DYS_DATE) as [Day],&lt;BR /&gt;11.01.2011 09:55:36: 0092 WeekDay(DYS_DATE) as [Day of Week],&lt;BR /&gt;11.01.2011 09:55:36: 0093 WeekName(DYS_DATE) as [Week],&lt;BR /&gt;11.01.2011 09:55:36: 0094 LunarWeekName(DYS_DATE) as [Lunar Week Name],&lt;BR /&gt;11.01.2011 09:55:36: 0095 Month(DYS_DATE) as [MonthName],&lt;BR /&gt;11.01.2011 09:55:36: 0096 MonthName(DYS_DATE) as [Month],&lt;BR /&gt;11.01.2011 09:55:36: 0097 Year(DYS_DATE)&amp;amp;'/Q'&amp;amp;DYS_QUARTER as [Quarter],&lt;BR /&gt;11.01.2011 09:55:36: 0098 Year(DYS_DATE) as [Year],&lt;BR /&gt;11.01.2011 09:55:36: 0099 -div((today() -DYS_DATE),7) as Relative_Week_Number,&lt;BR /&gt;11.01.2011 09:55:36: 0100 -div((today() -DYS_DATE),28) as Relative_4_Week_Number&lt;BR /&gt;11.01.2011 09:55:36: 0101 resident TIME_DATA&lt;BR /&gt;11.01.2011 09:55:36: 0102 where DYS_DATE &amp;gt;= Date(40252)&lt;/P&gt;&lt;P&gt;11.01.2011 09:55:36: 13 fields found: DYS_DATE, DYS_QUARTER, DayName, Day, Day of Week, Week, Lunar Week Name, MonthName, Month, Quarter, Year, Relative_Week_Number, Relative_4_Week_Number, 303 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0105 drop table TIME_DATA&lt;BR /&gt;11.01.2011 09:55:36: 0107 Order_Item_Status:&lt;BR /&gt;11.01.2011 09:55:36: 0108 SELECT&lt;BR /&gt;11.01.2011 09:55:36: 0109 D.OIS_ORDER_ITEM_STATUS_ID, D.OIS_ORDER_ITEM_STATUS_SHOP_ID, D.OIS_ORDER_ITEM_STATUS_DESC as "Order Status",&lt;BR /&gt;11.01.2011 09:55:36: 0110 D.OIS_ORDER_ITEM_STATUS_NAME, D.OIS_VALID_FROM, D.OIS_VALID_TO,&lt;BR /&gt;11.01.2011 09:55:36: 0111 D.OIS_LOAD_DATE&lt;BR /&gt;11.01.2011 09:55:36: 0112 FROM my_DWH.DIM_OIS_ORDER_ITEM_STATUS D&lt;BR /&gt;11.01.2011 09:55:36: 7 fields found: OIS_ORDER_ITEM_STATUS_ID, OIS_ORDER_ITEM_STATUS_SHOP_ID, Order Status, OIS_ORDER_ITEM_STATUS_NAME, OIS_VALID_FROM, OIS_VALID_TO, OIS_LOAD_DATE, 5 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0116 SELECT&lt;BR /&gt;11.01.2011 09:55:36: 0117 cpn_coupon_id,&lt;BR /&gt;11.01.2011 09:55:36: 0118 cpn_coupon_code as "Coupon code"&lt;BR /&gt;11.01.2011 09:55:36: 0119 FROM my_dwh.cpn_coupon&lt;BR /&gt;11.01.2011 09:55:36: 2 fields found: CPN_COUPON_ID, Coupon code, 27 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0121 Order_Status:&lt;BR /&gt;11.01.2011 09:55:36: 0122 SQL SELECT *&lt;BR /&gt;11.01.2011 09:55:36: 0123 FROM my_dwh.dim_ors_order_status&lt;BR /&gt;11.01.2011 09:55:36: 7 fields found: ORS_ORDER_STATUS_ID, ORS_ORDER_STATUS_SHOP_ID, ORS_ORDER_STATUS_CODE, ORS_ORDER_STATUS_NAME, ORS_VALID_FROM, ORS_VALID_TO, ORS_LOAD_DATE, 5 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0125 SQL SELECT *&lt;BR /&gt;11.01.2011 09:55:36: 0126 FROM my_dwh.dim_dlt_delivery_type&lt;BR /&gt;11.01.2011 09:55:36: 7 fields found: DLT_DELIVERY_TYPE_ID, DLT_DELIVERY_TYPE_SHOP_ID, DLT_DELIVERY_TYPE_NAME, DLT_DELIVERY_TYPE_DESC, DLT_VALID_FROM, DLT_VALID_TO, DLT_LOAD_DATE, 4 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: 0128 SQL SELECT *&lt;BR /&gt;11.01.2011 09:55:36: 0129 FROM my_dwh.dim_pyt_payment_type&lt;BR /&gt;11.01.2011 09:55:36: 7 fields found: PYT_PAYMENT_TYPE_ID, PYT_PAYMENT_TYPE_SHOP_ID, PYT_PAYMENT_TYPE_NAME, PYT_PAYMENT_TYPE_DESC, PYT_VALID_FROM, PYT_VALID_TO, PYT_LOAD_DATE, 6 lines fetched&lt;BR /&gt;11.01.2011 09:55:36: General Script Error&lt;BR /&gt;11.01.2011 09:55:36: Execution Failed&lt;BR /&gt;11.01.2011 09:55:36: Execution finished.&lt;/P&gt;&lt;P&gt;Thanks in advance, Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172828#M1281894</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172829#M1281896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls check &lt;STRONG&gt;store&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;it is unable to save after extraction and thats why it gives general script error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172829#M1281896</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-25T14:14:32Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172830#M1281898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but I do not understand. What store command? Can you elaborate a little bit please. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172830#M1281898</guid>
      <dc:creator />
      <dc:date>2011-01-25T14:17:43Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172831#M1281900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your extraction script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172831#M1281900</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-25T14:25:29Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172832#M1281902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sept;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tues;Wed;Thurs;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ODBC CONNECT TO *information removed*&lt;/P&gt;&lt;P&gt;//Product&lt;BR /&gt;SQL SELECT prd_product_id,&lt;BR /&gt;prd_product_shop_id,&lt;BR /&gt;prd_product_base_code,&lt;BR /&gt;prd_product_base_name as "Product family",&lt;BR /&gt;prd_product_base_desc,&lt;BR /&gt;prd_product_base_short_desc,&lt;BR /&gt;prd_product_variant_code,&lt;BR /&gt;prd_product_variant_name as "Product name",&lt;BR /&gt;prd_product_variant_desc,&lt;BR /&gt;prd_product_variant_unit,&lt;BR /&gt;prd_product_variant_color,&lt;BR /&gt;prd_product_variant_ean,&lt;BR /&gt;prd_product_variant_sap_id as "SAP ID",&lt;BR /&gt;prd_valid_from,&lt;BR /&gt;prd_valid_to,&lt;BR /&gt;prd_load_date,&lt;BR /&gt;prd_product_saplevel_1_name,&lt;BR /&gt;prd_product_saplevel_2_name,&lt;BR /&gt;prd_product_saplevel_3_name as "Product",&lt;BR /&gt;prd_product_saplevel_4_name as "Product category",&lt;BR /&gt;prd_product_saplevel_5_name&lt;BR /&gt;FROM my_dwh.dim_prd_product;&lt;/P&gt;&lt;P&gt;FCT_ORDER_HEADER_ORDER_ITEMS:&lt;BR /&gt;//Order Header&lt;BR /&gt;SELECT&lt;BR /&gt;f.cst_customer_id,&lt;BR /&gt;f.orh_order_id, f.orh_order_shop_id,f.ors_order_status_id, f.pyt_payment_type_id, f.pys_payment_status_id, f.dls_delivery_status_id,&lt;BR /&gt;f.dlt_delivery_type_id,f.cpn_coupon_id, f.adr_payment_id,f.adr_delivery_id, f.orh_payment_date, f.orh_payment_cost_eur_brt,&lt;BR /&gt;f.orh_delivery_cost_eur_brt, f.orh_coupon_value_eur_brt, f.orh_coupon_value_eur_net, trunc(f.orh_created_date,'dd') as DYS_DATE, f.orh_load_date, f.orh_client_code,&lt;BR /&gt;f.orh_modified_date, v.Geschlecht as "Gender", v.crg_country_id, v.COUNTRY as "Country_Code", v.Land as "Country", v.Kundenkonto_Shop as "User shop account", v.Kundenkonto_Portal as "User portal account", v.Datenfreigabe as "Email OptIn",&lt;BR /&gt;v.CSS_Datenfreigabe as "CSS OptIn", v.cst_language_iso_code, v.Sprache as "Language"&lt;BR /&gt;FROM fct_orh_order_header f, view_Stammdaten v&lt;BR /&gt;where f.cst_customer_id =v.cst_customer_id&lt;BR /&gt;order by f.orh_created_date asc;&lt;/P&gt;&lt;P&gt;OUTER JOIN&lt;/P&gt;&lt;P&gt;//Order Items&lt;BR /&gt;SELECT&lt;BR /&gt;ori_order_item_shop_id,&lt;BR /&gt;ois_order_item_status_id,&lt;BR /&gt;prd_product_id,&lt;BR /&gt;orh_order_id,&lt;BR /&gt;ori_modified_date,&lt;BR /&gt;ori_price_eur_brt,&lt;BR /&gt;nvl(ori_price_eur_net,100) as ori_price_eur_net,&lt;BR /&gt;ori_disc_eur_brt,&lt;BR /&gt;ori_disc_eur_net,&lt;BR /&gt;trunc(ori_created_date,'dd') as DYS_DATE,&lt;BR /&gt;cts_cartridge_service_id,&lt;BR /&gt;ori_load_date,&lt;BR /&gt;ori_order_item_id,&lt;BR /&gt;ori_client_code,&lt;BR /&gt;ori_quantity,&lt;BR /&gt;ori_base_price,&lt;BR /&gt;ori_calculated_flag,&lt;BR /&gt;ori_give_away_flag as Prämieneinlösung&lt;BR /&gt;FROM my_dwh.fct_ori_order_items&lt;BR /&gt;order by ori_created_date asc&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LET varMinDate = Num(Peek('DYS_DATE', 0, 'FCT_order_items'));&lt;/P&gt;&lt;P&gt;TIME_DATA:&lt;BR /&gt;sql select DYS_DATE, DYS_QUARTER&lt;BR /&gt;from dimn_dys_days&lt;BR /&gt;where DYS_DATE &amp;lt;= SYSDATE&lt;BR /&gt;AND DYS_DATE &amp;gt;= to_date('01.01.1996', 'dd.mm.yyyy');&lt;/P&gt;&lt;P&gt;TIME_DIM:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;Day(DYS_DATE) as DayName,&lt;BR /&gt;DayName(DYS_DATE) as [Day],&lt;BR /&gt;WeekDay(DYS_DATE) as [Day of Week],&lt;BR /&gt;WeekName(DYS_DATE) as [Week],&lt;BR /&gt;LunarWeekName(DYS_DATE) as [Lunar Week Name],&lt;BR /&gt;Month(DYS_DATE) as [MonthName],&lt;BR /&gt;MonthName(DYS_DATE) as [Month],&lt;BR /&gt;Year(DYS_DATE)&amp;amp;'/Q'&amp;amp;DYS_QUARTER as [Quarter],&lt;BR /&gt;Year(DYS_DATE) as [Year],&lt;BR /&gt;-div((today() -DYS_DATE),7) as Relative_Week_Number,&lt;BR /&gt;-div((today() -DYS_DATE),28) as Relative_4_Week_Number&lt;BR /&gt;resident TIME_DATA&lt;BR /&gt;where DYS_DATE &amp;gt;= Date($(varMinDate))&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;drop table TIME_DATA;&lt;/P&gt;&lt;P&gt;Order_Item_Status:&lt;BR /&gt;SELECT&lt;BR /&gt;D.OIS_ORDER_ITEM_STATUS_ID, D.OIS_ORDER_ITEM_STATUS_SHOP_ID, D.OIS_ORDER_ITEM_STATUS_DESC as "Order Status",&lt;BR /&gt; D.OIS_ORDER_ITEM_STATUS_NAME, D.OIS_VALID_FROM, D.OIS_VALID_TO,&lt;BR /&gt; D.OIS_LOAD_DATE&lt;BR /&gt;FROM my_DWH.DIM_OIS_ORDER_ITEM_STATUS D;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;cpn_coupon_id,&lt;BR /&gt;cpn_coupon_code as "Coupon code"&lt;BR /&gt;FROM my_dwh.cpn_coupon;&lt;/P&gt;&lt;P&gt;Order_Status:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_ors_order_status;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_dlt_delivery_type;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;BR /&gt;FROM my_dwh.dim_pyt_payment_type;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172832#M1281902</guid>
      <dc:creator />
      <dc:date>2011-01-25T14:37:09Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172833#M1281903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error is in following script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order_Item_Status:&lt;BR /&gt;SELECT&lt;BR /&gt;D.OIS_ORDER_ITEM_STATUS_ID, D.OIS_ORDER_ITEM_STATUS_SHOP_ID, D.OIS_ORDER_ITEM_STATUS_DESC as "Order Status",&lt;BR /&gt; D.OIS_ORDER_ITEM_STATUS_NAME, D.OIS_VALID_FROM, D.OIS_VALID_TO,&lt;BR /&gt; D.OIS_LOAD_DATE&lt;BR /&gt;FROM my_DWH.DIM_OIS_ORDER_ITEM_STATUS D;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172833#M1281903</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-25T14:45:05Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172834#M1281904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;11.01.2011 09:55:36: 0128 &lt;STRONG&gt;SQL SELECT *&lt;BR /&gt;11.01.2011 09:55:36: 0129 FROM my_dwh.dim_pyt_payment_type&lt;BR /&gt;11.01.2011 09:55:36: 7 fields found: PYT_PAYMENT_TYPE_ID, PYT_PAYMENT_TYPE_SHOP_ID, PYT_PAYMENT_TYPE_NAME, PYT_PAYMENT_TYPE_DESC, PYT_VALID_FROM, PYT_VALID_TO, PYT_LOAD_DATE, 6 lines fetched&lt;BR /&gt;&lt;/STRONG&gt;11.01.2011 09:55:36: &lt;STRONG&gt;General Script Error&lt;BR /&gt;&lt;/STRONG&gt;11.01.2011 09:55:36: Execution Failed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172834#M1281904</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-25T14:46:28Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172835#M1281905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand. Where is the error in either of those scripts? Please make yourself more clear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 15:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172835#M1281905</guid>
      <dc:creator />
      <dc:date>2011-01-25T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172836#M1281906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I faced the similar issue. It seems .qvd gets locked and throws error. I closed the Qlikview Desktop and deleted the .qvd file manually. Then restarted the Qlikview and recreated .qvd. Then this error got resolved. Note that this error was not during publishing. Error was on local machine where I develop my application and executing the script was throwing this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 06:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172836#M1281906</guid>
      <dc:creator />
      <dc:date>2011-08-31T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172837#M1281907</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;&amp;nbsp; Did you solved this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo Labbe&lt;/P&gt;&lt;P&gt;Qlikview Consultant&lt;/P&gt;&lt;P&gt;www.visiongi.com.br&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 18:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172837#M1281907</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2012-02-14T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172838#M1281908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is also happing with me. &lt;/P&gt;&lt;P&gt;Did you solve the problem ?&lt;/P&gt;&lt;P&gt;Could it be a bug ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Kári&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 16:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172838#M1281908</guid>
      <dc:creator />
      <dc:date>2012-08-27T16:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172839#M1281909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try checking the disk space,&amp;nbsp; files path where you are writing the qvd or simply closing and re-opening the qlikview desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 06:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172839#M1281909</guid>
      <dc:creator />
      <dc:date>2012-08-28T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172840#M1281910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply mayank.rishu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my unanswered message thread. &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/251950#251950"&gt;http://community.qlik.com/message/251950#251950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you could read that and suggest something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 09:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172840#M1281910</guid>
      <dc:creator />
      <dc:date>2012-08-28T09:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172841#M1281911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see an error doing a store, not sure why you assumed that. General Script error usually means the server ran out of memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 12:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172841#M1281911</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-08-28T12:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: AW:Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172842#M1281912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell what is the error in this script. I am also facing the same problem. I don't see any error while reloading the application but when all the extraction get completed it is showing the same error cited above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sunil Kumar panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 12:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172842#M1281912</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2013-06-20T12:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172843#M1281913</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;Did you manage to solve the problem? I face the same issue. Time to time the app fails when run from QMC task scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 10:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172843#M1281913</guid>
      <dc:creator>markhavi</dc:creator>
      <dc:date>2015-07-14T10:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172844#M1281914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make sure that nothing else is accessing the QVD when the task is running. If there is a lock on the QVD the task will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 11:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172844#M1281914</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-07-14T11:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Erratic General Script Error when reloading reports with qmc scheduler</title>
      <link>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172845#M1281915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was reading about possible locks by antivirus or backup system, but as far I see in Process Monitor, only Engine.exe accesses the the qvd file. Is it possible that the previous task in QMC has locked the qvd file when the next task is trying to read it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you maybe advise on how to identify what exactly causes the file lock? And is it the only reason I may encounter tasks failure when run from QMC scheduler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 11:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Erratic-General-Script-Error-when-reloading-reports-with-qmc/m-p/172845#M1281915</guid>
      <dc:creator>markhavi</dc:creator>
      <dc:date>2015-07-14T11:55:58Z</dc:date>
    </item>
  </channel>
</rss>

