Hi,
What is exactly node ? what is exactly domain ?
How loadbalancer will work ? what is Integration service
(IS) ?
Can anyone give me exact scenario when I click on start
workflow in the workflow manager ?
(Note : I am not expecting answer like, node means logical
representation of a machine and domain will contain multiple
nodes .I gone through Informatica help but I couldn’t
understand. I am expecting exactly what is happening in
background detailed explanation or Pictorial representation
will be highly appreciation )
Advance thanks
Answer Posted / c manojkumar
Hi Chiky,
Thanks for your answer.
Can you tell me when load balencer will start ?
Does Integration service starts it or the other ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Explain what is informatica metadata and where is it stored?
What is standalone command task?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What is union transformation?
What is transformation?
In which transformation you cannot drag ports into it?
What is the use of an aggregator cache file?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
what is granularity,what type of granularity we will take in fact tables either lowlevel or highlevel,if two tables having same granularity that is posiable or not
What is a repository manager?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What is flashback table ? Advance thanks
What is main use of mapplet?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?