Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Stefan Christoph on April 26, 2011, 09:16:38 pm

Title: Permission Denied  on ActiveXObject
Post by: Stefan Christoph 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
Title: Re: Permission Denied  on ActiveXObject
Post by: Stefan Christoph 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