Skip to main content

DAC Administration



 

DAC Administration Terminology and Icons

 

Task Phase: A logical grouping of similar tasks. The phases are assigned priority values (low to high). When tasks within different phases have the same table dependencies, the phase with the lowest priority value is given preference in the execution plan order.

The phase priority value also helps drive proper data warehouse extraction. The proper BI Application execution plan order is extract fact->extract dimension->load dimension->load fact.



Task Physical Folders:  Folders in the Informatica repository that contain Informatica objects. The names of these folders are usually unreadable and not user friendly.



Task Logical Folder: Another name for the Informatica task physical folders. These names are more user friendly than the names of these folders in the task physical folders. Common names are Extract, Custom Extract, Load, Custom Load, etc...



Logical Data Source: Identifies a task’s source and target table connection information. The Logical Data Source becomes a parameter value, which passes the connection information on to Informatica’s Integration Service.



Index/Table/Task Actions: User-defined SQL commands that are assigned to indices, tables or tasks. Actions can be used to change index drop or create scripts; table analyze or truncate properties; and task success, restart and failure commands. (not covered in this course)






User Roles: There are three roles a user can be assigned to: Administrator, Developer and Operator. Securities are assigned as below based on the user role.

 





Import/Export Categories: Categories are used during the import/export process to import/export select views and properties.

 


Logical


• Design View


• Database Connection Information



Run Time


• Execute View



System


• Setup View w/o Passwords



User Data


• Users



Overwrite log file


• Creates new log file            

 


Plug-in Icon: The icon will change colors as the DAC server changes status.


• Red – Server is stopped


• Yellow – Server is running, but idle


• Green – Server is running an execution plan

 


Functions of the DAC Administrator

 

1. To Configure Users

 

2. To Import/Export the DAC Repository

 

3. To Manage the Source System Container

 

4. To Define Task Phases

 

5. To Define Task Physical Folders

 

6. To Define Task Logical Folders

 

7. To Define Logical Data Sources

 

8. To Configure the DAC Server and Email Properties

 

9. To Start and Stop the DAC Server

 

10. To Create Data Warehouse Tables

 

 

To Configure Users:

 

1.Select “User Management” in the File menu.

 



2.Click on “New” to create a new DAC user. Enter the new name and password.

 





3.Define the role of the user by clicking on the icon.




 


To Import/Export the DAC Repository:

 

1.Select the “Import” option in the Tools -> DAC Repository Management.




 

2.Change the import/export folder location, if necessary.





 


3.Select the appropriate categories (views).

 





4.Select the applications (source system containers) to import.

 


5.To export the repository, select the export option in the Tools -> DAC Repository Management and perform steps 2 – 4.





 

 

To Manage Source System Containers:

 


1.Select the “New Source System Container” option in the File menu.





 

2.Enter a unique new container id and name.


 




To Define Task Phases:

 

1.Select the “Task Phases” option in the Tools -> Seed Data menu.





 


2.Create, modify and delete the priority values.





 


To Define Task Logical Folders:

 

1.Select the “Task Logical Folders” option in the Tools -> Seed Data menu.




 

2.Create, modify, and delete the logical folder.

 




To Define Task Physical Folders:

 

1.Select the “Task Physical Folders” option in the Tools -> Seed Data menu.




 

2.Create, modify, and delete physical folders and instance priority.

 




To Define Logical Data Sources:

 

1.Select the “Logical Data Sources” option in the Tools -> Seed Data menu.




 

2.Create, modify, and delete logical data sources.




 


To Configure the DAC Server and Email properties:

 

1.Select the “DAC Server Setup” option in the Tools -> DAC Server Management menu.




 

2.Enter in the DAC Repository credentials or click on the Populate from preconfigured client connection... button in the “Repository Connection Information” tab.




 

3.From the “Email Configuration” tab, enter the user name, password, email server, email server port, and email address.



 


To Start and Stop the DAC Server:

 

1.To start the Server, locate the install directory for DAC, double click on “startserver.bat”.

 



2.To stop the DAC server, in the same install directory, double click on “stopserver.bat”.

 




To Create Data Warehouse Tables:

 

1.Click on Tools -> ETL Management -> Configure.




 

2.In the pop-up menu, select the correct source and target database platforms.

 

3.Check the box next to Create/Upgrade Data Warehouse Tables.





 

4.Enter the source system container, table owner, password, ODBC data source and table space for the target tables. Check the box if the source system data is unicode.




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