Search found 42189 matches

by chulett
Fri Aug 06, 2010 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: error then data from table displayed
Replies: 6
Views: 2334

Anything... unusual... about the SQL you are using? Anything 'extra' in the stage, before / after / open / close perhaps? Also curious what stage this is.
by chulett
Fri Aug 06, 2010 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait_For_File Stage
Replies: 3
Views: 1815

In other words, no, it does not support wildcards. Nothing stopping you from rolling your own solution though, typically something scripted for instance.
by chulett
Fri Aug 06, 2010 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending email to different domain
Replies: 4
Views: 1614

In general there shouldn't be a problem doing what you are doing, check with your SysAdmin re: their sendmail configuration and see if there is an issue there.
by chulett
Fri Aug 06, 2010 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Generator in a production job
Replies: 5
Views: 2275

Re: Row Generator in a production job

PhilHibbs wrote:Is there any reason not to use a Row Generator stage in a production job?
Nope. Category be damned. :wink:
by chulett
Fri Aug 06, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer in Datastage 8.1 Parallel job
Replies: 7
Views: 6851

What "basic routines" are you thinking need to be reused? Can you not convert them into something more PX appropriate? :?
by chulett
Fri Aug 06, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner stage - how ds behave on outer join attribute values
Replies: 6
Views: 7939

:!: I've removed your code tagged example data due to concerns over exposing PHI/PII in the forums here. Please feel free to edit your post and replace your previous examples with something more appropriate - redacted / masked or completely made up values for example - for things like name, phone nu...
by chulett
Fri Aug 06, 2010 5:58 am
Forum: General
Topic: How to delete a project
Replies: 4
Views: 2093

<relocated>

Nice find! Make sure people notice this bit, though:
To perform this procedure you will need the DStageWrapper script which is a utility that can be obtained through Information Server Support.
by chulett
Thu Aug 05, 2010 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file with fixed with column view data error
Replies: 9
Views: 4670

When use | delimiter its working fine. only issue with Fixed width If it has delimiters, then it's not really a "fixed width" file. Stick with a delimited read. If you really want more help with this, post some sample records as requested so we can see exactly what it is you are dealing w...
by chulett
Thu Aug 05, 2010 1:20 pm
Forum: Site/Forum
Topic: Suggestion: separate forums for tech & design help reque
Replies: 4
Views: 3996

Sorry, needed to move you down to the proper forum for things of this nature.
by chulett
Thu Aug 05, 2010 10:23 am
Forum: General
Topic: Job Sequence Fails to Restart at Point of Failure
Replies: 6
Views: 7881

What's important is that it aborts and the Terminator is one way to make that happen.
by chulett
Thu Aug 05, 2010 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file with fixed with column view data error
Replies: 9
Views: 4670

What does your actual file look like? Can you post a small number of rows from it?
by chulett
Thu Aug 05, 2010 9:15 am
Forum: General
Topic: Job Sequence Fails to Restart at Point of Failure
Replies: 6
Views: 7881

The Sequence must abort for the checkpointing to work and you'll find it in an Aborted/Restartable status in that case. You can leverage the Terminator stage for this, amongst other things.
by chulett
Thu Aug 05, 2010 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting Max(date) column with multiple rows
Replies: 19
Views: 13840

A "reducer" is a function which causes fewer rows to exit than entered, sum() for example. The error should mean you are trying to sum on a grouping (key) field.

That's my understanding anyway.
by chulett
Thu Aug 05, 2010 5:13 am
Forum: General
Topic: Compilation through dscc
Replies: 7
Views: 5535

Double-quotes are the right answer, that or the 8.3 original short name that's still there. Try "\Jobs\TEST\00 SAMPLE\"* instead, that or \Jobs\TEST\00SAMP~1\* as a guess. Note the number at the end may be different depending on 'duplicates'.
by chulett
Thu Aug 05, 2010 5:10 am
Forum: General
Topic: Datastage Challenge
Replies: 7
Views: 2016

Parallel job? Server job?