To create users in bulk and assigning groups for those users, use below python script and follow steps as given in screenshot
Step 1:
Go to below path.
D:\OBIEE\Oracle_BI1\common\bin\wlst.cmd
Now wlst (weblogic scripting tool) is offline.
We have to connect online mode.
Step 2:
Type below comment for connecting online:
Connect('username','password');
In my case connect('weblogic','Admin123');
Now it's connected to online.
Step 3:
Download and run below python script in wlst.
Download Link : hhttps://sites.google.com/site/sssbipvt/upload-files/usercreation.py?attredirects=0&d=1
You can edit this python script for your custom requirement.
In my case created one group name as 'sssobiee_grp'
And three user name as
'bharani','madhavan','srivatsan'
After running that script users/group will be created.
We can see that user in console.
No comments:
Post a Comment