Sage 100

 View Only
  • 1.  Has anyone ever figured out a way to automatically

    Posted 04-02-2012 08:41
    Has anyone ever figured out a way to automatically clear phantom pvxwin32 processes running on the server for MAS 200 then restarting the service/application, say on a daily basis at 1am? I have two customers who constantly have problems exceeding the user limit due to these phantom processes.


  • 2.  RE: Has anyone ever figured out a way to automatically

    Posted 04-02-2012 08:53
    Probably doable with task scheduler and a VBScript.


  • 3.  RE: Has anyone ever figured out a way to automatically

    Posted 04-02-2012 08:58
    Yes it is. I have a vbscript for the MAS 90 Web Engine when running it as a service. It stops the service and kills all pvxwin32.exe processes running on the server. Should be able to just change to the MAS 200 service. @ThereseLogeais you can contact me directly.


  • 4.  RE: Has anyone ever figured out a way to automatically

    Posted 04-02-2012 09:21
    Thanks @MyronStevenson!