OK, so GT.M is telling you that it cannot rundown the database file
because one or more other processes are accessing it.  You need to find
out what those are and shut them down.

Before shutting things down, you need to shut down these processes.
Although you can do a ps -ef | grep mumps and issue a mupip stop to
them, it would be preferable to find out what processes they are and
shut them down from within the application.  If they are not user
processes, they are probably Taskman processes.  In case you don't
already know how, others on this group should be able to help you
identify Taskman processes and to shut them down cleanly.

-- Bhaskar

On Thu, 2005-02-17 at 23:11 -0500, [EMAIL PROTECTED] wrote:
> The response is as follows
> 
> [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip rundown -file
> "/home/vista/OpenVistA/g/mumps.dat"
> /home/vista/OpenVistA/g/mumps.dat -> File is in use by another process.
> %GTM-W-MUNOTALLSEC, WARNING: not all global sections accessed were
> successfully rundown
> 
> Usha



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to