Hi,
I want to disconnect all the users from Client not want to shut down the Database. For this I am using PROSHUT command -
proshut "C:\rishi\test\data\autodb.db" -H 192.168.10.52 -s 3055 -by
where 3055 -- broker port number
When I execute above it will disconnect the users as well as shut down the database. I dnt want to shut down the database. Can you please specify which option shall i use?
Hi Shilpi,
I hope the following commands may help you.
A list of users currently connected can be found by running:
PROSHUT dbname -C list
And then currently connected users can be disconnected from the command line with
PROSHUT dbname -C disconnect <usernum>
Reference: knowledgebase.progress.com/.../000037493
Thanks & Regards,
Rama