Warning Message:
main_program: Sort key "GTEWAY_TP_ID" no longer exists in dataset schema. It will be dropped from the inserted sortmerge collector.
Job:
Solutions:
1. แก้ชื่อ column ของ join key (GTEWAY_TP_ID -> KEY) ที่ Input link ทั้ง 2 link ของ join stage ถ้า source ของ link นั้นเป็น Oracle Stage ให้ SELECT col as Newname เช่น SELECT GTEWAY_TP_ID as KEY
2. Rename column กลับไปเป็นชื่อปกติ (GTEWAY_TP_ID) ที่ output link ของ join stage
No comments:
Post a Comment