A session S_MAP1 is in Repository A. While running the session error message has displayed
Answer / pawan
Number of reasons can be there:
1. Session Impacts.Its not saved properly.
2. Integration service is not correctly mapped.
3. Connection missing in between source & source Qualifier.
4. Parameter file path is not correctly mentioned.
5. Date conversion is not correctly done.etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
How many types of sessions are there in informatica.please explain them?
what are the Methods For Creating Reusable Transformations?
How to load query faster,so that It will take less time to load?
In which circumstances that informatica server creates Reject files?
What is meant by incremental aggregation?
if suppose i have 3 columns namely 1,2,3 in table a and 1,2,3 in table b Now in table a 1,2 and table b 1,2 columns are having same data.now based on this two columns either data should get inserted or updated. How do i write a sql query to check whether the data is populated correctly or not
Can we get 1st record through Informatica(without sequence number).
What are the types of lookup transformation?
How can you access the remote source into your session?