Hi All,
I have two Sources one is Base files(AS400) and another one is Pub Fies (TIBCO).
First, I ran the Base file job , It is loaded data in target table
and again I ran Pub file Job , if the data matches for both the tables it is going to exception table, otherwise it is going to target table.
I have setup the Scheduling for the Pub file Job every one hour running continuously.
Initially, they are not loaded any data ,by the end of today they are uploaded the data for 10 records in pub file.
next day morning, I have verified the Oracle target table and exception table., Is loaded the data in target table but it is not loaded exception table.
I have verified the log file , it is showing the message , it is loading to the data exception table.
For example:
Base file :
State degree policy type
LA 6 CC
MA5 OC
IN 4 CM
Pub file data:
State Degree Policy type ADB OPCODE
LA 6 CC 1
FL 5 OC 3
The Primary keys are state, degree and Policy type.
I think it should be going to one records in exception table.
Please let me know if any one tell above the question..