- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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:
- A process mgwmapp.exe is already running (MEGA level)
- The previous process mgwmapp.exe needs more this to shutdown completely
- When running the new process mgwmapp.exe, an issue with the MEGA licence occurs (MEGA level)
- When running the new process mgwmapp.exe, a conflict is met (Data execution prevention...)
- Running the new process mgwmapp.exe is too slow and timeout occurs (MS Windows level)...
