Search found 42189 matches

by chulett
Thu May 10, 2012 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Something akin to that... for you, perhaps. :shock:
by chulett
Thu May 10, 2012 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between numeric and decimal datatype?
Replies: 5
Views: 2245

Being synonymous, does it really matter?
by chulett
Thu May 10, 2012 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer with Long constraint stays in running state
Replies: 4
Views: 3790

Hmmm... I honestly don't see how having any kind of a "long" or complex constraint would cause a job to hang as you are seeing. I'm thinking there must be something else going on but not really sure what. Have you tried setting the constraint to something simple like @TRUE or @FALSE to see...
by chulett
Thu May 10, 2012 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Read
Replies: 5
Views: 1706

So, resolved?
by chulett
Thu May 10, 2012 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Read
Replies: 5
Views: 1706

And the pipe delimiter? I'm not sure off the top of my head why you'd be seeing the behaviour you are describing unless the delimiter was set to a comma in the stage. :?
by chulett
Thu May 10, 2012 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Read
Replies: 5
Views: 1706

So... when you say "in one line" you actually mean "in one column", yes? And are you certain you set the delimiter to a pipe in the stage? I'd also be curious what the data type of this column is...
by chulett
Thu May 10, 2012 9:07 am
Forum: General
Topic: Email Notification
Replies: 7
Views: 2132

It depends on your email server. Try various delimiters - space, comma no space, comma space, semi-colon... one of them should work.
by chulett
Thu May 10, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decode function
Replies: 13
Views: 6624

So... this is resolved?
by chulett
Thu May 10, 2012 6:36 am
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2257

Of course and that would be true of any table. The obvious solution is to correct your job so it doesn't log extraneous message, especially millions of them.
by chulett
Thu May 10, 2012 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector - Locked out - Convert to Single Tread
Replies: 16
Views: 20538

You should either look them (the errors mentioned) up or take them to your DBA.
by chulett
Thu May 10, 2012 6:30 am
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 6273

Thank you... figured as much but wanted to confirm.
by chulett
Wed May 09, 2012 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create dependency between two independent pipelines
Replies: 4
Views: 2348

No, there is no equivalent to Informatica's "Target Load Plan".
by chulett
Wed May 09, 2012 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenation
Replies: 5
Views: 2679

Re: concatenation

when i implement the following oracle function in DS Transformer level i am getting the following error message. Sorry but why would you think you could use an Oracle function in a Transformer? Look up the equivalent DataStage function and use that. Or are you saying you are attempting to do that?
by chulett
Wed May 09, 2012 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Occurs Functionality through CFF stage
Replies: 11
Views: 4502

I'm curious... do you need the data transformed from columns to rows? If so, that would be a horizontal pivot something that (worst case) you could do downstream of the CFF stage if needed.