Book a Demo

Author Topic: Permission Denied  on ActiveXObject  (Read 3845 times)

Stefan Christoph

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Permission Denied  on ActiveXObject
« on: April 26, 2011, 09:16:38 pm »
Hi,

I'm using a JScript within EA8 for quite a while which generates a file. The file is created via

var fso = new ActiveXObject("Scripting.FileSystemObject");

This all went smooth until the OS of my machine changed from WinXP to Win7. Running on Win7, I can't  execute the script anymore as I get a permission denied on the line quoted before.

So obviously the permission mgmt changed - anyone an idea to get the permissions sorted in win7?

Many thanks in advance

Stefan

Stefan Christoph

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Permission Denied  on ActiveXObject
« Reply #1 on: April 27, 2011, 10:25:24 pm »
Hi,

update - issue is solved for me. Seems to be the case that I missed to check the obvious: File permissions have been messed up during data migration. It now works again like a charm.

Cheers,

Stefan