Use of unused port in join component.
What is the use of the unused port in the join component? We have reject port. Difference between the reject port & unused port?
How to create a oce (open catalog extension) in hyperion?
Launch IR Studio--Tools---Connection--Create.
As I am new to Informatica. Can anybody tell me about real time Informatica project in detail(step by step). Explain it by giving example.
Can any one explain about master data? And we use it frequently or rarely.
How to retrieve las ten or first ten rows from a flatfile
In datastage, we can use the External Filter stage, use the unix command head or tail to retrieve the particular lines from the flat file.
Using the SORT operation, we can retrieve the set of records from the flat file
Sample command;
SORT FIELDS COPY
STOPAFT=10 (stop after 10th record)
SKIPREC=10 (skip first 10 records)
What are the types of dimensions? Can you explainthe each type in short?
1. Conformed Dimensions
2. Junk Dimensions
There are 3 types of dimensions.type-1,type-2,type-3.
type-1:it maintains only latest information.
type-2:it maintains both previous and updated information.in this surrogate key comes into picture.most of the cases we use this type.
type-3:it maintains partial history of data.
What is the relationship between company database and its data warehaouse?
Hi, The main diff between database and data warehouse------> DW 1)Its stores historical & Summarized d...
Company database contains all the current data. whereas the data warehouse of means data repository. Database stores all the data on which business runs but database repository contains the data that ...
I have source like a,b,c 1,2,3 I want to populate the records in to target as follows a 1 b 2 c 3 can any body tell me how to solve the scenario by using transformer stage.(in data stages)
How to pass first, middle and last record in flat file to flat file?
By using sequence generator, Expression transformation and router T/R it will be possible.
Hyperion essbase dimension and hierarchy
What difference between dimension and hierarchy>what is mean by maxl?Difference between esscmd and maxl?If we are using only dense dimension in outline what will be effect of cube structure?
Dimensions are like your lookup tables and Hierarchies forms Dimensions. Inside dimensions there exists hierarchies. Example Employee is a dimension , inside Employee dimensions there can be hierarchies such as Directors hierarchy, Managers Hierarchy and employees Hierarchy etc.,,
A dimention is nothing but a subject oriented meta data, just like hr section, employees section etc. and the hierarchy is depend on the data source, like "hour glassmodel"Account dime...
What is the difference between replicate and broadcast ?
replicate supports the component parallelism and broadcast supports data parallelism i.e fan-out,all-to-all.
Replication moves data to a specified target, usually at a specified time, and usually is usually defined by the ETL team or DBA. Broadcast moves data to targets in the system as needed, and is usuall...
How to partition a cube in analysis services?
-->create cube using ssas and deploy it.
-->connect sql server management studio
-->then connect sql server analysing services
-->right click on cube and click partition
----------------------------------------------------------------
like this we can partition the cube..
When do we use degenerated dimension?
Any values in the fact table that dont join to dimensions are either considered degenerate dimensions or measures
What is the central repository? Is it possible to login from designer?
What are the prioritized rules in transform function?
What is dynamic insert?
INSERT FIRSTWHEN SAL > 25000 THENINTO special_sal VALUES(DEPTID, SAL)WHEN HIREDATE like ('%00%') THENINTO hiredate_history_00 VALUES(DEPTID,HIREDATE)WHEN HIREDATE like ('%99%') THEN...
How to get rejected data from the join stage without using any stages after join?
How can we remove duplicates from fact table?
What is a custom dimension?
How can we schedule our jobs in third party tool - autosys?
We need to write shell script to run the job and write JIL on autosys to schedule the job
Autosys is a total job scheduling solution that allows you to define the event dependencies, time schedules alerts etc making it a complete data center automation tool. An AutoSys job is any single co...
Hi, Answer of question is as following. 1)Reject Port:it will contain all the rejected record,here rejection does not means those records which does not follow the join condition,here comes those reco...