Search found 42189 matches

by chulett
Thu Nov 28, 2013 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open project 'XYZ' - 81016. ( Job Migrated )
Replies: 13
Views: 6999

Even if you have a similar error message, please start a new post and tell us the gory details of the issue you are facing. I sincerely doubt you are migrating a 7.5 PX job from SUN to AIX. :wink:
by chulett
Thu Nov 28, 2013 10:10 am
Forum: General
Topic: Poor performance from hashed file following RedHat upgrade
Replies: 6
Views: 2653

Wow... or simply e) Moderator moved it to the proper forum. I can't help it that the way Ray moves through the forums nukes the 'moved' notice. :P

Please take the discussion back over there, then I'll remove this one.
by chulett
Wed Nov 27, 2013 4:24 pm
Forum: General
Topic: multiple inputs to sequential file
Replies: 10
Views: 2708

"Fine" is a relative term. :wink:

It can certainly appear to work but that doesn't make it a good practice. Best practice is to do what you are doing.
by chulett
Wed Nov 27, 2013 1:08 pm
Forum: General
Topic: Write DataStage logs to a file (During Execution)
Replies: 4
Views: 3216

Not possible.
by chulett
Wed Nov 27, 2013 9:00 am
Forum: General
Topic: multiple inputs to sequential file
Replies: 10
Views: 2708

I suspect that is still true as well. :wink:
by chulett
Wed Nov 27, 2013 8:55 am
Forum: General
Topic: Library error when running Server job accessing DB2
Replies: 11
Views: 6676

You really need to involve your official support provider, if you haven't already.
by chulett
Tue Nov 26, 2013 11:55 am
Forum: General
Topic: multiple inputs to sequential file
Replies: 10
Views: 2708

Re: multiple input to sequential file

Welcome! 1. Is it a good/reasonable solution? Unfortunately, no. And not a DataStage thing, just simply the fact that sequential media only supports a single writer process at a time. You'd either need to funnel all of your links to a single link before the Sequential File stage or create two jobs -...
by chulett
Tue Nov 26, 2013 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml input stage URL issue
Replies: 8
Views: 3425

So you are actually looking to source directly from the site itself, an HTTP source? I don't believe that is supported unless that has changed in the 9.x world, assuming it hasn't then you'd need to code something up in Java and leverage that.
by chulett
Tue Nov 26, 2013 9:13 am
Forum: General
Topic: Formatting XML Input
Replies: 3
Views: 792

Actually, what you'll find is either formatting is just fine but you're better off using turning off all formatting in the stage and letting it produce XML that is "one long line". Those formats are for people, to help make it easier to read for a person. No automated consumer should care....
by chulett
Mon Nov 25, 2013 3:19 pm
Forum: General
Topic: Trigger DS job from a table
Replies: 7
Views: 1266

What 8.x release are you on? I thought the WISD stuff was all included now.
by chulett
Mon Nov 25, 2013 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Deadlock Issue
Replies: 9
Views: 7833

Running it on one node would certainly rule out partitioning issues if they continue to occur.
by chulett
Mon Nov 25, 2013 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Char conversion questions
Replies: 12
Views: 5649

It's a CHAR, they pad on the right as any other string would. Nothing "bad" about that. :? Now, if you need them left-padded / zero filled, that's a whole different requirement as you've addressed.

[Edit] So noted, modified to say "bad for a number", which it usually is - Andy
by chulett
Mon Nov 25, 2013 11:11 am
Forum: General
Topic: Routine to split files
Replies: 16
Views: 5547

DataStage doesn't have the ability to select output file names based on data values until Revision 9.1. Other than the Folder stage in a Server job or Server Shared Container but it too falls into the 'ugly' camp. Oh, and technically the XML Output stage. Sorta. :wink: [Edit] So noted! I modified m...
by chulett
Mon Nov 25, 2013 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Deadlock Issue
Replies: 9
Views: 7833

Improper partitioning, I would think. More than one node? If so, how are your target streams partitioned? See if hash partitioning over the key fields helps.
by chulett
Mon Nov 25, 2013 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Testing for empty file condition in Server Job
Replies: 16
Views: 7449

As noted, lots of DOS help out there. Here's one I found with a quick search:

http://www.dostips.com/?t=Snippets.ZeroBytesCheck