Kbase 16349: 7.3D undocumented user disconnect feature of proshut
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
7.3D undocumented user disconnect feature of proshut
Customers have been requesting a feature to disconnect a user
programatically using the proshut command. In 7.3D there is an
undocumented feature which allows you to disconnect a progress
user number directly from the proshut command line. Customers
can then use this to write a routine to pass a list of progress
user numbers to disconnect a group of users.
proshut 'dbname' -C LIST | awk '{ print $1 }' > 'outputfile'
Then a script can be written to loop through this file and pass
each user number to the following command:
proshut 'dbname' -C disconnect 'usrnum'
****** Please note that the above syntax may vary between
between UNIX platforms.
Progress Software Technical Support Note # 16349