Skip to main content

Multi user development environment (MUDE) in OBIEE 11g


By default only one user can work on RPD file.

If multi users needs to work on same RPD file then we need to implement MUDE.

MUDE is totally controlled by administration.

Setup of MUDE:

We have 3 steps

1.    Creating projects. 


2.    Copy RPD into shared path & rename RPD. 


3.    Define multi user directions. 


Step1: Creating Projects

A piece of RPD is called as project.

RPD will be divided into projects based on BMM or subject area.

On one project two or more members can work.

Process;

Open ABC –aflis08-dimension hierarchies RPD in offline mode --> manage --> projects --> action menu --> new project --> name: sales --> select subject area --> expand subject area supplier sales --> select sales fact --> add --> expand presentation --> select supplier sales --> add --> ok.

Step2:

Copy above RPD from repositories folder to E:/documents & settings/all users/shared documents/shared folder/new folder.

Note: if shared RPD is not available create one --> rename RPD in shared folder to shared-ABC.RPD.


Step3:

Administrator tool --> tools menu --> options --> browse and print to E:/documents & settings/all users/document/shared RPD --> provide same name --> ok.

Using MUDE Environment :

In using we have below steps.

1)    Check out. 


2)    Change metadata. 


3)    Merge. 


4)    Publish. 


5)    Move RPD from shared folder to repository folder. 


6)    Test. 


Step 5: 


1.    Open admin tool --> file menu --> multi user --> check out --> repository password:RRitec123 --> ok name : B147-1ROPD --> save --> open another instance of admin tool --> multi user --> check out --> password: RRitec123--> name :B147-2RPD -->save. 


2.    In B147-1RPD -->Rt click on sales facts --> new object --> logical column --> name:1 --> column source --> drive from ….. --> type 1 --> ok. 

3.    Drag and drop into presentation layer sales facts --> save. Similarly add second column in B147-2RPD. 


4.    File menu --> multi user --> merge user --> merge local changes --> save. 


5.    Go to file menu --> multi user --> publish to network --> ok. Do step3 & step4 for another RPD. 


6.    Copy RPD from share to repository. 


7.    Open RPD  in offline mode & observe changes.


Comments

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope