Database Shutdown

How to use proshut command to shutdown the database?
First I created database by prostrct command & when I use proshut command to shutdown the database its throwing message:
There is no server for database.

Please help me

Thanks & Regards
Sanjay Piplodiya
 
Aside from the obvious (that there is no server running) if you are running the db on Windows it is extremely finicky about the name of the db. If you start it up as c:\db\sports then you must shut it down as c:\db\sports. You cannot just proshut sports or proshut db\sports etc. Likewise if you proserve sports you cannot proshut c:\db\sports.
 
You should always tell us what version of Progress and what operating system you are running when you post a question. It often matters.

And post the full text of error messages. Including the error#. Abbreviated error messages are not very useful.
 
Back
Top