<?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: This script get error msg :- FROM $(vRAWPath)$(vFile131)(ooxml,embedded labels, table is [AR_PMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1656303#M594020</link>
    <description>&lt;P&gt;Paul, I believe the issue may be trying to access C partition on a different machine, if you are running this from the server when you receive the error, but you are trying to hit a local C partition on a different machine, that is going to fail, as the server is going to look at its C partition and the folder will not exist there.&amp;nbsp; You would need to create a network file share on the local folders such that you could use the UNC path in the variables such that the server would be able to then access those locations...&amp;nbsp; I am pretty sure this is the issue, please clarify if not.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 22:34:20 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-12-10T22:34:20Z</dc:date>
    <item>
      <title>This script get error msg :- FROM $(vRAWPath)$(vFile131)(ooxml,embedded labels, table is [AR_PMC]);</title>
      <link>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1652976#M594019</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Below Quote working fine no error :-&lt;/P&gt;&lt;P&gt;SET vDevelopment = 1; //server = 0 // =1 for PY // =2 for PY sample // =3 for Xa.&lt;BR /&gt;IF $(vDevelopment) = 0 THEN&lt;BR /&gt;elseif $(vDevelopment) = 1 then&lt;BR /&gt;SET vRAWPath = 'C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_RAW\'; //local folder&lt;BR /&gt;SET vINPUTPath = 'C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_INPUT\'; //local folder&lt;BR /&gt;SET vQVDPath = 'C:\Users\QV\Dropbox\QV_QVD\'; //server folder&lt;BR /&gt;SET vFile131 = 'AR_PMC.xlsx';&lt;BR /&gt;elseif $(vDevelopment) = 2 then&lt;BR /&gt;else&lt;BR /&gt;SET vRAWPath = 'C:\Users\Eksa\Dropbox\QV_RAW\'; //local folder&lt;BR /&gt;END IF&lt;/P&gt;&lt;P&gt;// AR COUNTRY A&lt;BR /&gt;Payment:&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Customer/Vendor Code] as [cust_id_ar],&lt;BR /&gt;[Customer/Vendor Name] as company_ar,&lt;BR /&gt;Today() - Date( Date#([AR Invoice Date], 'DD.MM.YY'), 'DD/YY/YYY') as [total number of day due],&lt;BR /&gt;[Outstanding w/o Tax (LC)] as total_ar&lt;BR /&gt;FROM [C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\RAW DATA SAP\AR_PMC.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is AR_PMC);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I try to modify the above script using PATH access.&lt;/P&gt;&lt;P&gt;// AR COUNTRY A&lt;BR /&gt;Payment:&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Customer/Vendor Code] as [cust_id_ar],&lt;BR /&gt;[Customer/Vendor Name] as company_ar,&lt;BR /&gt;Today() - Date( Date#([AR Invoice Date], 'DD.MM.YY'), 'DD/YY/YYY') as [total number of day due],&lt;BR /&gt;[Outstanding w/o Tax (LC)] as total_ar&lt;BR /&gt;&lt;FONT face="comic sans ms,sans-serif" color="#FF0000"&gt;FROM $(vRAWPath)$(vFile131)(ooxml,embedded labels, table is [AR_PMC]);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I get below error :-&lt;/P&gt;&lt;P&gt;Cannot open file 'C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_RAW\AR_PMC.xlsx'&lt;BR /&gt;Payment:&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Customer/Vendor Code] as [cust_id_ar],&lt;BR /&gt;[Customer/Vendor Name] as company_ar,&lt;BR /&gt;Today() - Date( Date#([AR Invoice Date], 'DD.MM.YY'), 'DD/YY/YYY') as [total number of day due],&lt;BR /&gt;[Outstanding w/o Tax (LC)] as total_ar&lt;BR /&gt;FROM C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_RAW\AR_PMC.xlsx(ooxml,embedded labels, table is [AR_PMC])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope some one can advise me where i go wrong ?&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1652976#M594019</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-12-02T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: This script get error msg :- FROM $(vRAWPath)$(vFile131)(ooxml,embedded labels, table is [AR_PMC</title>
      <link>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1656303#M594020</link>
      <description>&lt;P&gt;Paul, I believe the issue may be trying to access C partition on a different machine, if you are running this from the server when you receive the error, but you are trying to hit a local C partition on a different machine, that is going to fail, as the server is going to look at its C partition and the folder will not exist there.&amp;nbsp; You would need to create a network file share on the local folders such that you could use the UNC path in the variables such that the server would be able to then access those locations...&amp;nbsp; I am pretty sure this is the issue, please clarify if not.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 22:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1656303#M594020</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-10T22:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: This script get error msg :- FROM $(vRAWPath)$(vFile131)(ooxml,embedded labels, table is [AR_PMC</title>
      <link>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1656317#M594021</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;Thank you very much for your sharing.&amp;nbsp;&amp;nbsp;I already manage to solve the problem. I think the issue is due to AR_PMC raw data file i not save at correct folder.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 23:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/This-script-get-error-msg-FROM-vRAWPath-vFile131-ooxml-embedded/m-p/1656317#M594021</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-12-10T23:16:52Z</dc:date>
    </item>
  </channel>
</rss>

