<?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: Create Folder Macro does not work on IE plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248687#M850078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion had worked to create or change files on the server and therefore I see no reason why creating folders shouldn't work. At first make sure that you have the proper access rights to the server-drive and enter on your local machine: &lt;STRONG&gt;\\&lt;EM&gt;YourServer&lt;/EM&gt;\D$\&lt;/STRONG&gt; within the windows-explorer - if this don't work you need to adjust the access rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2017 05:56:26 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-03-22T05:56:26Z</dc:date>
    <item>
      <title>Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248681#M850068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the below macro code to create a project folder in server, if it already does not exist, run by a button object on access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;STRONG&gt;vSelectedProjName&lt;/STRONG&gt; - is a qlikview variable that holds the selected project name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub CreateFolder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dim filesys, vFolderPath1, vFolderPath2,vFolderPath,NewProjectFolder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set vFolderName = ActiveDocument.GetVariable("vSelectedProjName")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vFolderPath1 = "D:\"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vFolderPath2 = vFolderName.GetContent.String&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vFolderPath = vFolderPath1&amp;amp;vFolderPath2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set filesys=CreateObject("Scripting.FileSystemObject")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Not filesys.FolderExists(vFolderPath) Then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; Set NewProjectFolder = filesys.CreateFolder(vFolderPath)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End If&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code was adapted from &lt;A href="https://community.qlik.com/thread/31072" target="_blank"&gt;Create a folder in system by using macro code&lt;/A&gt; link.&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;I selected a project name and clicked the create folder button. It works correctly in desktop version and when the application is opened via access point on Chrome browser - i.e creates the required folder in server&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;However, it does NOT work with IE Plugin&lt;STRONG&gt;. i.e it creates the folder in my local system, instead of creating it on the server.&lt;/STRONG&gt;&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;NOTE: I have already ensured the below:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1) Gave macro system access by clicking ctrl +shift +M&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) In Qlikview desktop-&amp;gt;User preferences-&amp;gt;Security -&amp;gt; Module (allow create object and file access) is checked.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3) In internet options, i have enabled the settings for ActiveX control.&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;Please let me know if i am missing any other setting.&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;Qlikview version: 11.20 SR13 and the corresponding IE plugin version was installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248681#M850068</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248682#M850070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the IE Plugin as an AccessPoint client, macros will be executed in the client. And the client runs entirely on your desktop/laptop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248682#M850070</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-21T08:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248683#M850072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following by specifying the drive:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vFolderPath1 = "&lt;/STRONG&gt;\\YourServer\D\&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248683#M850072</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-21T08:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248684#M850074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use Marcus example, make sure that your server location is shared to the end-users and the share is called 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an even simpler UNC path that you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vFolderPath2 =&lt;/STRONG&gt; '\\&lt;EM&gt;YourServer&lt;/EM&gt;\D$\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for that to work, you need to have Administrator access to the server. Which may not be something you would like to do for QlikView users...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248684#M850074</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-21T08:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248685#M850076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, thanks for your input. I tried your solution - by passing the address as \\&amp;lt;Server IP address&amp;gt;\D:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it still did not work. It continued to create a folder in my desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any other work around for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 01:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248685#M850076</guid>
      <dc:creator />
      <dc:date>2017-03-22T01:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248686#M850077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, thanks for your inputs. When i used the path as \\&amp;lt;Server IP address&amp;gt;\D$, it actually threw an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was no error when I passed it as \\&amp;lt;Server IP address&amp;gt;\D: however, the folder was still created in my desktop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any other work around for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248686#M850077</guid>
      <dc:creator />
      <dc:date>2017-03-22T02:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248687#M850078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion had worked to create or change files on the server and therefore I see no reason why creating folders shouldn't work. At first make sure that you have the proper access rights to the server-drive and enter on your local machine: &lt;STRONG&gt;\\&lt;EM&gt;YourServer&lt;/EM&gt;\D$\&lt;/STRONG&gt; within the windows-explorer - if this don't work you need to adjust the access rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 05:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248687#M850078</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-22T05:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248688#M850079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does look like access issue then. The bank security rules are quite strict.So, I think we will not be able to allowed to access it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ServerSideExport macro in the same application that exports file from access point into the server, and this works perfectly fine even on IE plugin and writes the file on the server, where the path is only given as "D:\Foldername"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise, is there any other qlik server side API that can be used to move files in this case?&amp;nbsp; or any other way to achieve the moving of files from one folder to another via a button on access point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 01:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248688#M850079</guid>
      <dc:creator />
      <dc:date>2017-03-24T01:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Folder Macro does not work on IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248689#M850080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be possible. With &lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt; could qmc-tasks in general be triggerred and per an EXECUTE statement within them you could execute directly batch-statements or external batch-files which do your wanted filesystem-operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 07:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Folder-Macro-does-not-work-on-IE-plugin/m-p/1248689#M850080</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-24T07:23:43Z</dc:date>
    </item>
  </channel>
</rss>

