what is threshold error in informatica?
Answer / siva
When the target is used by the update strategy
DD_REJECT,DD_UPDATE and some limited count, then if it the
number of rejected records exceed the count then the
session ends with failed status. This error is called
Threshold Error..
| Is This Answer Correct ? | 11 Yes | 1 No |
without update strategy how to insert &update?
How to update or delete the rows in a target, which do not have key fields?
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
How can you differentiate between powercenter and power map?
Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
hi all hi have flat file like below my requirement is empid,ename,sal,loc 101,vamshi,5000,hyd 101,vamshi,5020,hyd 201,raju,5000,hyd 202,ram,4000,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd i want the o/p like this in one target 201,raju,5000,hyd 202,ram,4000,hyd and in second target 101,vamshi,5000,hyd 101,vamshi,5020,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd
source table have 3 records? and it is sucessfully loaded into target. and 4more records is added in to source .that means 7 records now in source. we have to load the remaining 4 records into the same trgt table with maintian top 3 records. how ?can any one give me the data flow of this logic plz?
How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?
HOW DO YOU CONNECT TO REMOTE SERVER ?
in which situations do u go for scds ?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?