Teradata Connector Stage

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
sachinag
Participant
Posts: 12
Joined: Fri Mar 12, 2010 4:38 am

Teradata Connector Stage

Post by sachinag »

Hi Team,

My job flow is like below

Seq File --->Transfomer---->Teradata Connector Stage

I im passing two values from my file as '0' & '1',based on these values i want to execute DDL written in the teradata Connector stage.

I am using constraint in transformer as if value equal to '0' than execute the DDL.

This is working fine if I am using DROP statement in connector stage as when I am passing '1' my DDL is not getting executed and my job is not getting aborted.

But same thing if i am doing with CREATE statement my job is failing and getting aborted if I am passing '1' as a value.

Please help me this.


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

Post by chulett »

Post your constraint. And where in the Connector is your DDL?
-craig

"You can never have too many knives" -- Logan Nine Fingers
sachinag
Participant
Posts: 12
Joined: Fri Mar 12, 2010 4:38 am

Post by sachinag »

I am using User Defined SQL in connector stage to Run my DDL Statements

Regards,
Sachin Gupta
Post Reply