Hi,
I am running a .vbs script in the commanLine Operator. Though the script runs perfect outside RM, it doesn't work when called from RM. The error I get "Permission Denied", Line 12, Code 800A0046, Microsift VBScript runtime error.
The link
http://www.computerperformance.co.uk/Logon/code/code_800A0046.htm says about this error, where the solution proposed is
"If its Exchange, then check the MailRoot and Pickup folder permissions. If its IIS check the permissions to run scripts. If its SQL check the execute permissions on the services."
So, guess this problem has to do with some permissions to run VB scripts in RapidMiner? Could I get any help regarding this? Is there a way to work this out?
The operator process is below:
<operator name="Root" class="Process" expanded="yes">
<operator name="CommandLineOperator" class="CommandLineOperator" breakpoints="before">
<parameter key="command" value="cmd /c start E:\Trial\k.vbs"/>
</operator>
</operator>
Thanks,
Shubha