| Author |
Message |
shriya reddy Warnings : 1 New User
Joined: 05 Jun 2004 Posts: 45
|
|
|
|
Hi,
Please help me out in the below issue.
We will provide the Programe(PGMR), DBA..etc access to any user by using OCF, by using the below command.
ALTER GROUP GROUPNAME ADD USER ABCD123
ABCD123 - USER ID
Please let me how to remove the user from a particular group. I have to remove couple of users from the groups.
Thanks,
Shirya Reddy |
|
| Back to top |
|
 |
References
|
Posted: Fri Feb 15, 2008 5:36 am Post subject: Re: IDMS DBA gruop access |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6033 Location: 221 B Baker St
|
|
|
|
Hello,
I believe it is REMOVE instead of ADD, but i'd suggest you check in the documentation.
If your system is licensed to use IDMS, all of the documentation may be downloaded for free from CA support. |
|
| Back to top |
|
 |
shriya reddy Warnings : 1 New User
Joined: 05 Jun 2004 Posts: 45
|
|
|
|
Hi,
Thank you very much for your reply.
I tried in CA documentation, but I did not get any OCF documents which using the OCF commands to provide the user access. If you have any documents please send me the path or document. It will be great helpful to me.
Thank you once again!!!
Shriya Reddy |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6033 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| but I did not get any OCF documents |
Did you download the command facility documentation?
If you cannot find what you need in the documentation, you may need to open an issue with CA support.
The IDMS material is covered by copyright and mey neither be posted nor linked to via our forums. |
|
| Back to top |
|
 |
shriya reddy Warnings : 1 New User
Joined: 05 Jun 2004 Posts: 45
|
|
|
|
Hi,
I have the command facility document, But these command are not available in the OCF manual.
Thanks,
Shriya Reddy |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6033 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| But these command are not available in the OCF manual. |
Sounds like it is time to open an issue with CA Support. . .
Good luck and when you find the answer, it may help someone else later if you post what you find  |
|
| Back to top |
|
 |
navneet.dewangan
New User
Joined: 09 Oct 2005 Posts: 21 Location: INDIA
|
|
|
|
Go to the group in which you have added the user.
within OCF
DIS GROUP GROUPNAME AS SYN
ALTER GROUP GROUPNAME
DROP USER ABCD123
THIS WILL DELETE THE USER FROM THE GROUP.
LET ME KNOW IF IT WORKED |
|
| Back to top |
|
 |
|
|