Hello,
I am experiencing a weird issue in BODS3.2.
I use "Task_lookup" to lookup values in target table (task table). "Case" defines when lookup results (look up results of ID) is null, then move to next transformation. Insert maps the information and key generation generate the new key for records I want to insert.
I got records up to case statement but no record count for insert query. The lookup is based on 4 equal conditions.
Lookup logic:
Monitor log:
CASE:
Insert:
Target property.
Any comments is appreciated.
Thanks.
Terry
Request clarification before answering.
Hi Terry,
Can you use Join instead of lookup.. I know we cannot use target as source in the same dataflow.. try using with sql transform or by staging target data to a staging table and use it for join.
Once i faced similar issue when using multiple conditions in lookup and got the corect output using join.
Create a test job and try this once.
Thanks,
Ravi kiran.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.