Hi, 
    I am using the following code and using the windows scheduler to schedule 
the batch file.
                    echo MapGuide Scheduler Task Starting
                    taskkill /F /FI "SERVICES eq MapGuideServer1.2"
                    net stop MapGuideServer1.2
                    net start MapGuideServer1.2
                    echo MapGuide Scheduler Task Completed

Buti am getting the System Error 109 which is the "The Pipe has been ended", 
while executing  net stop MapGuideServer1.2 line , kindly refer to the attached 
screen shot.
Thks
Max !
----- Original Message ----
From: nclayton <[EMAIL PROTECTED]>
To: mapguide-users@lists.osgeo.org
Sent: Wednesday, May 21, 2008 2:58:50 AM
Subject: Re: [mapguide-users] mgserver process hangs / memory usage


I'm using the batch file apporach as well. I have it scheduled to run every 6
hours to clear out the memory used.

Here is the batch file I use:
==========================================================================
taskkill /F /FI "SERVICES eq MapGuideServer2.0"
net stop MapGuideServer2.0
net start MapGuideServer2.0
-- 
View this message in context: 
http://www.nabble.com/mgserver-process-hangs---memory-usage-tp17335201p17349393.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users



      

<<attachment: error.JPG>>

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to