What are the circumstances that infromatica server results
an unreciverable session?
Answer Posted / swetha
The source qualifier transformation does not use sorted ports.
If you change the partition information after the initial
session fails.
Perform recovery is disabled in the informatica server
configuration.
If the sources or targets changes after initial session fails.
If the maping consists of sequence generator or normalizer
transformation.
If a concuurent batche contains multiple failed sessions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
On which transformations you created partitions in your project?
What is the difference between router and filter?
What is the reusable transformation?
Explain in detail about scd type 1 through mapping.
what are 3 tech challenges/ common issues you face?
What is expression transformation?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What are the new features of informatica 9.x developer?
How we can use union transformation?
How to use pmcmd utility command?
How might you approve all mappings in the archive all the while?
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 the scenario which compels informatica server to reject files?
How do you load only null records into target? Explain through mapping flow.
Write the program through which the records can be updated?