<?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 ActiveX component can't create object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172880#M1281813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following script gives an error (ActiveX component can't create object: Scripting.FileSystemObject) when the macro is ran on the server (v 9.0 via IE plugin). When I run it locally it gives no errors:&lt;/P&gt;&lt;P&gt;set StartTime= ActiveDocument.Variables("StartTime")&lt;BR /&gt; set EndTime= ActiveDocument.Variables("EndTime")&lt;BR /&gt; set fso= CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;directory = "c:"&lt;BR /&gt; set f=fso.CreateTextFile(directory &amp;amp; "analysis.csv")&lt;BR /&gt; set f = fso.GetFile(directory &amp;amp; "analysis.csv")&lt;BR /&gt; set txsStream = f.OpenAsTextStream(2) 'For writing&lt;BR /&gt;&lt;BR /&gt; txsStream.Write(StartTime.getcontent.string + " - " + EndTime.getcontent.string) 'Write starttime and endtime in file&lt;BR /&gt; txsStream.WriteBlankLines 1&lt;BR /&gt; txsStream.Close&lt;/P&gt;&lt;P&gt;The security levels in the module editor are set to system access.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172880#M1281813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following script gives an error (ActiveX component can't create object: Scripting.FileSystemObject) when the macro is ran on the server (v 9.0 via IE plugin). When I run it locally it gives no errors:&lt;/P&gt;&lt;P&gt;set StartTime= ActiveDocument.Variables("StartTime")&lt;BR /&gt; set EndTime= ActiveDocument.Variables("EndTime")&lt;BR /&gt; set fso= CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;directory = "c:"&lt;BR /&gt; set f=fso.CreateTextFile(directory &amp;amp; "analysis.csv")&lt;BR /&gt; set f = fso.GetFile(directory &amp;amp; "analysis.csv")&lt;BR /&gt; set txsStream = f.OpenAsTextStream(2) 'For writing&lt;BR /&gt;&lt;BR /&gt; txsStream.Write(StartTime.getcontent.string + " - " + EndTime.getcontent.string) 'Write starttime and endtime in file&lt;BR /&gt; txsStream.WriteBlankLines 1&lt;BR /&gt; txsStream.Close&lt;/P&gt;&lt;P&gt;The security levels in the module editor are set to system access.&lt;/P&gt;&lt;P&gt;Any ideas?&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/ActiveX-component-can-t-create-object/m-p/172880#M1281813</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172881#M1281816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Edit Module window (Macro editor window)&lt;/P&gt;&lt;P&gt;under Requested Module Security choose &lt;B&gt;system access&lt;/B&gt;&lt;/P&gt;&lt;P&gt;and in the current local security choose &lt;B&gt;allow system access&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 08:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172881#M1281816</guid>
      <dc:creator />
      <dc:date>2011-01-27T08:49:28Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172882#M1281820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but maybe I didn't write that clear. These levels are already set to system access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 08:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172882#M1281820</guid>
      <dc:creator />
      <dc:date>2011-01-27T08:51:09Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172883#M1281822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your running that in the server and in an IE plugin that will not work because maybe its one of qvs restriction.&lt;/P&gt;&lt;P&gt;i used your code in QV 10, Webview turned on and the script didn't work..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 08:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172883#M1281822</guid>
      <dc:creator />
      <dc:date>2011-01-27T08:56:12Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172884#M1281824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this blog can give you an idea on how to solve your issue:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikblog.at/523/qliktip-19-suppressing-macrosecurity-module-security-dialog-qlikviewserverqlikviewdocuments/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+qlikblog+(Articles+on+qlikblog.at)"&gt;http://www.qlikblog.at/523/qliktip-19-suppressing-macrosecurity-module-security-dialog-qlikviewserverqlikviewdocuments/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+qlikblog+(Articles+on+qlikblog.at)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172884#M1281824</guid>
      <dc:creator />
      <dc:date>2011-01-27T09:02:01Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172885#M1281829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Also check on Management Console, there is an option of Run Macro on Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu will find it in the fourth Tab -- &amp;gt; Security --&amp;gt;&amp;gt; ( I m not sure about the exact path but there is an option of run macro on Server.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172885#M1281829</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-01-27T09:56:12Z</dc:date>
    </item>
    <item>
      <title>ActiveX component can't create object</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172886#M1281831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im having exactly the same issue and have started a new forum thread. Any input would be great.&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/t/42978.aspx&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 11:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveX-component-can-t-create-object/m-p/172886#M1281831</guid>
      <dc:creator />
      <dc:date>2011-03-22T11:54:02Z</dc:date>
    </item>
  </channel>
</rss>

