Search found 42189 matches

by chulett
Thu Apr 10, 2014 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv
Replies: 5
Views: 3212

Sorry, still looking for a precise description of the problem. What is "not correct" about the output you get from Project B? Can you show us what you get versus what you want / expect?
by chulett
Thu Apr 10, 2014 8:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv
Replies: 5
Views: 3212

Explain for us what "not working properly" means.
by chulett
Thu Apr 10, 2014 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Composer Multiple Nested List Elements
Replies: 4
Views: 3959

Funny... almost asked if you had logging enabled in the stage. :wink:
by chulett
Thu Apr 10, 2014 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort job if 0 record from input file.
Replies: 11
Views: 8066

Still think it is better as a "pre-process". Run something to check all of the files and if any are zero, send out a alert and don't process any of them since that seems to be your requirement. Or check each before the load and only execute the job if there are records to load, otherwise a...
by chulett
Thu Apr 10, 2014 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk load using DB2 UDB stage
Replies: 10
Views: 7472

You posted in the Parallel forum yet marked your Job Type as 'Server'. Not sure it ultimately matters in this case but can you clarify which job type we're talking about?
by chulett
Thu Apr 10, 2014 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort job if 0 record from input file.
Replies: 11
Views: 8066

No possible. Zero records in the source means nothing flows through the job.
by chulett
Thu Apr 10, 2014 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading Timestamp into Oracle
Replies: 9
Views: 2957

It's not correct... note that the input value is "20140225 060253" in both cases and the second value is the time.
by chulett
Thu Apr 10, 2014 7:15 am
Forum: General
Topic: DataStage Process Control
Replies: 3
Views: 1001

I'm assuming you're talking about a generic "start a DataStage job" script / process, yes? We kept ours simple... pretty much just check to make sure the job exists and is in a runnable state and then whatever was needed "post" to determine what happened or to capture whatever yo...
by chulett
Thu Apr 10, 2014 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Join
Replies: 6
Views: 2934

I think Ray meant Prasson, his is the PX specific one. And it just looks like a cross join from the very small sample data posted but I doubt it is - so the Merge stage should be able to handle the two files directly without any shenanigans.
by chulett
Wed Apr 09, 2014 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading Timestamp into Oracle
Replies: 9
Views: 2957

Again, clarify for us any transformations that you are doing. Your source is what, a string? And then you do what with it to convert it to a timestamp?
by chulett
Wed Apr 09, 2014 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping transformer from interpreting
Replies: 3
Views: 1140

For that you'd need the parallel version of EReplace, posted here as pxEReplace by (most recently) the user PhilHibbs. However, I seem to recall it being... leaky.

There's an official IBM version but from what I recall, you'd have to upgrade into the 9.x world to get it.
by chulett
Wed Apr 09, 2014 10:03 pm
Forum: General
Topic: Issue with Execute command activity stage in sequencer
Replies: 10
Views: 6143

It's not one of theirs. This may help or get you pointed in the right direction:

http://www-01.ibm.com/support/docview.w ... wg21642236

Sorry, I missed the "used to work but started misbehaving today" part. I thought the error started when you added the Execute Command stage.
by chulett
Wed Apr 09, 2014 2:59 pm
Forum: General
Topic: Issue with Execute command activity stage in sequencer
Replies: 10
Views: 6143

Why don't you post the contents of the Execute Command stage so we can see your 'settings'?
by chulett
Wed Apr 09, 2014 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert varchar to timestamp
Replies: 11
Views: 3950

I prefer the operator over the function, but six of one...

input[1,4]:''-'':input[5,2]:''-'':input[7,2]: <etc>
by chulett
Wed Apr 09, 2014 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert varchar to timestamp
Replies: 11
Views: 3950

Opened them.