‎25-03-2013 03:32 PM
I am recursively running a VB script like this:
On Error GoTo ErrorFound Set MEGA = New MegaApplication
on the same server, with the same user and same license but,
even if no other mgwmapp.exe process is running, sometimes we get an error.
Which could be the cause?
Solved! Go to Solution.
‎05-04-2013 10:04 AM
Thanks Jerome, several days with no errors.
I excluded mgwmapp.exe process in Data Execution Prevention and everything seems working fine.
‎26-03-2013 02:32 PM
Hello agiovannetti
Difficult to answer precisely
Set XX = New MegaApplication creates a new instance of the MEGA application
This is quite a complex step.
Leads to investiguate: