Transformer stage strange Issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Transformer stage strange Issue

Post by mandyli »

Hi

We are facing one strange issue from Transformer stage.
We are in the process of migrating from Data stage 8.1 to Data stage 9.1. One of our DS job no data pass through after transformer stage. But the same job running and passing the data from 8.1 job Transformer stage.

I did some fix and workaround. I have removed/replaced with new transformer stage in DS 9.1 job and it works fine and data also passed into next stage.

Is this any bug or issue with Transformer stage.

Thanks

Man
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Did your "some fix and workaround" involve more than replacing the transformer with an exact copy of itself? I'm also assuming there is a constraint on the output link and that evaluating to false before your change is what caused it to not "pass" any data - can you confirm? I'm guessing a code issue in the constraint expression, something that was tightened up in the new release and which required a fix to allow data to pass again.
Last edited by chulett on Mon Jun 30, 2014 12:34 pm, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

I'm not aware of any bugs in the stage. Maybe it has something to do with null handling behavior changes after version 8.1. If you are able to reproduce the difference and narrow it down further, please share the details.
Choose a job you love, and you will never have to work a day in your life. - Confucius
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

When you exported from 8.1 to 9.1 did your crew "include dependent objects" or those read only objects?
Post Reply