Search found 42189 matches

by chulett
Fri Jul 15, 2016 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suddenly all server jobs extract only 50 rows
Replies: 3
Views: 3742

Also note that I am assuming you meant they stop after 50 warnings rather than 50 rows. Please correct any invalid assumptions on my part.
by chulett
Fri Jul 15, 2016 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suddenly all server jobs extract only 50 rows
Replies: 3
Views: 3742

Funny, my clients always ran theirs with a limit of 1, thousands of jobs over many years. There's no reason for a Server job to ever throw an error unless something is really wrong and it needs to stop. IMHO. :wink: Now, how are you running them? Does it matter if they are started manually from the ...
by chulett
Fri Jul 15, 2016 6:17 am
Forum: General
Topic: Determine if a ExeCmd is invoked inside Exception Block
Replies: 7
Views: 3095

I'm sorry but by Exception 'Block' do you mean the Exception Handler stage used in a Sequence job?
by chulett
Fri Jul 15, 2016 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record loaded issue
Replies: 6
Views: 2997

Yup, double-check the basics as it will be something simple like that, I'd wager.
by chulett
Thu Jul 14, 2016 9:10 am
Forum: General
Topic: Fallen Premium Poster: Kim Duke
Replies: 32
Views: 18286

:cry: Damn. What a shock to open the site up at work and see Kim's mug on the home page and then realize why in the heck he is there. While we didn't get a chance to visit face to face all that much and it has been a few years since I'd last seen him, he was always a friend and a great resource... i...
by chulett
Thu Jul 14, 2016 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates after concatenation
Replies: 10
Views: 3924

That's fine as it doesn't really affect my answer, it's just one-time coding which you could grind out in all the time spent here looking for something else. And would perform just fine I would wager. :wink:

Now if you had said 240...
by chulett
Thu Jul 14, 2016 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unstructured Data with big number
Replies: 7
Views: 6521

8)

Thanks for posting that!
by chulett
Thu Jul 14, 2016 6:39 am
Forum: Site/Forum
Topic: Newsletter sign-up form will not work!
Replies: 9
Views: 10649

My work laptop is government issue so I have a crap-ton of restrictions on mine, all maintained and pushed down to me from somewhere else, so most of my fun stuff needs to wait until I'm not at work!
by chulett
Wed Jul 13, 2016 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates after concatenation
Replies: 10
Views: 3924

Yup, that was one of the 'other methods' I was thinking of when I mentioned there were others I could think of. :wink:
by chulett
Wed Jul 13, 2016 3:24 pm
Forum: Site/Forum
Topic: Newsletter sign-up form will not work!
Replies: 9
Views: 10649

So... do it from home. :wink:
by chulett
Wed Jul 13, 2016 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates after concatenation
Replies: 10
Views: 3924

I was assuming they needed the extra pipes as they were doing what looked to me like essentially a de-dup and coalesce / shuffle back into the current structure, front to back. And yes, also assuming a relatively 'small' number of columns with a volume NOT measured in the bajillions. :wink: And to y...
by chulett
Wed Jul 13, 2016 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates after concatenation
Replies: 10
Views: 3924

There are certainly other options that are more complex but are they 'better'? Hard to say. Find something that works for you and is 'self documented' properly. So do you actually only have five columns to check or that just a made up example that is only 'like' your source? (sorry, pet peeve alert)...
by chulett
Wed Jul 13, 2016 9:28 am
Forum: Site/Forum
Topic: Newsletter sign-up form will not work!
Replies: 9
Views: 10649

Worked fine for me... what about the country drop-down doesn't work for you - does it not present you with a list? As a test I used Chrome, I.E. both old and new, Windows 7 and Windows 10 without issue.
by chulett
Wed Jul 13, 2016 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: java.lang.NullPointerException in heirarchical stage
Replies: 5
Views: 3794

Cool you found the issue... still don't think anything like that should cause any kind of null pointer exception. I'd still suggest reporting it if you haven't yet. Edited to add: could be wrong but seems to me that nulls in places it doesn't like could / should be handled a little more... cleanly? ...