proshut

Status
Not open for further replies.

parul

Member
I am trying to evict the user by using the proshut command's -C option.
code looks something like this.
a = "proshut dbname -c disconnect userid".
os-command value(a).

it gives me error at the dos prompt

user {my windows login name } cannot disconnect {name of user i am trying to evict}
the error no is 2258.
please help
 
parul said:
I am trying to evict the user by using the proshut command's -C option.
code looks something like this.
a = "proshut dbname -c disconnect userid".
os-command value(a).

it gives me error at the dos prompt

user {my windows login name } cannot disconnect {name of user i am trying to evict}
the error no is 2258.
please help


Only system administrators (the user that started the database server) have permission to disconnect users from the database. You are also allowed to disconnect yourself.
 
Status
Not open for further replies.
Back
Top