Thursday, October 8, 2015

User/Group Creation in OBIEE using weblogic scripting tool

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
D:\user\Capture.PNG
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');
D:\user\Capture2.PNG
Now it's connected to online.
Step 3:
Download and run below python script in wlst.

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'
D:\user\Capture4.PNG
After running that script users/group will be created.
We can see that user in console.

D:\user\Capture5.PNG

No comments:

Post a Comment