GAURAVGUPTA9
29th November 2002, 09:37
Hi all
Is there any way to give athorization of a session to all users at one go. not to enter user name again and again.
thanx in advance.
also can i generate a session for that. if so how to specify table of 000 company.
Regds
Gaurav
morpheus
29th November 2002, 10:12
Grant authorizations to one user, and then execute session ttaad2240m000 .
GAURAVGUPTA9
2nd December 2002, 08:56
hi
thanx morpheus.
I tried the session but it gives all the session authorization to the user specified. but i want to give the authorization of one session to all the users. how can we do that?
Regards
Gaurav
evertsen
3rd December 2002, 05:49
Unfortunately, I don't think there is a way to do what you are asking (though it would be useful for me as well) and I would not recommend writing a session that writes to Tools tables (however, others may be braver:)).
morpheus
3rd December 2002, 07:24
Gaurav,
I agree with evertsen.
But, if such situations are very frequent in your organization, then you can make a dummy user, keep on changing his session authorizations (as and when required), and then execute the session specified earlier.
I would not advice writing into Tools tables.
richard
3rd December 2002, 12:58
You can create a dump file with separators of the session
authorization and of the user table ttaad200 and work the file with an editor (vi).
After that, you can load the file.
To convert all users, you have to load the ttaad400 table, with u/user/empty/empty
regards