Search found 15603 matches

by ArndW
Fri May 16, 2008 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of job
Replies: 11
Views: 1760

Finished with the previous run date/time? Please add an after-job ExecSH call to the command "touch /tmp/ThisIsAnEmptyFile.txt". Then compile the job and run the job sequence. Is the state of the job still "compiled" and does that file exist in /tmp?
by ArndW
Fri May 16, 2008 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sort in Datastage server - stage: Oracle_OCI_9i
Replies: 11
Views: 5579

I am not at a computer where I can test this. What about "cast('sfsdf' as VarChar(32))"?
by ArndW
Fri May 16, 2008 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove unwanted space at one column
Replies: 16
Views: 5674

A decimal column doesn't have any spaces; just when displayed.
by ArndW
Fri May 16, 2008 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of job
Replies: 11
Views: 1760

You have automated log clearing enabled.
Now that you have a job that has already run, if you re-run the script what is the last-run-time of the job you manually started? Has it changed or does it remain the same?
by ArndW
Fri May 16, 2008 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint to " OTHERWISE" for a otherwise link in
Replies: 18
Views: 3451

I haven't checked at V8 or in PX. Could be a "gotcha"
by ArndW
Fri May 16, 2008 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Always running DS job
Replies: 4
Views: 1200

Option 2 will use less resources for the same polling period.
by ArndW
Fri May 16, 2008 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning with Multiple Keys
Replies: 4
Views: 847

If you use all 6 columns for hashing, then you will get different ordering and will get different ABC column value combinations onto the same node. Just a mathematical certainty as a funciton of the hashing algorithm.
by ArndW
Fri May 16, 2008 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sort in Datastage server - stage: Oracle_OCI_9i
Replies: 11
Views: 5579

this might be a char/nchar issue on collation. Can you change your SQL to cast the results to VarChar2()?, i.e. "...select 'aa11' as VarChar(32) from dual..." and see if you get identical results?
by ArndW
Fri May 16, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of job
Replies: 11
Views: 1760

ArndW wrote:...What happens if you start one of these jobs manually from the director...
by ArndW
Fri May 16, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null input in transformer stage
Replies: 3
Views: 1010

Re: null input in transformer stage

cetzhbo wrote:...but if this null input columne appears in the output derivation, corresponding output will be rejected...
Could you explain that? NULL output columns are perfectly valid and are used all the time.
by ArndW
Fri May 16, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning with Multiple Keys
Replies: 4
Views: 847

You will have to partition your data using A,B and C as keys. The number of nodes isn't relevant, just that for each node the keys used to compare with the last record are identical.
by ArndW
Fri May 16, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint to " OTHERWISE" for a otherwise link in
Replies: 18
Views: 3451

Nothing new, in server transform stages it was labelled "reject" link.

And it functions just as Craig and I have stated - if a row doesn't get output to any other link(s) then it goes to the otherwise link.
by ArndW
Fri May 16, 2008 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge: Memory crash problem
Replies: 3
Views: 826

What exact message do you get when using it as a lookup or as merge?
by ArndW
Fri May 16, 2008 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create surrogate key using @INROWNUM/@OUTROWNUM/@NUMPARTITIO
Replies: 7
Views: 3843

Instead of answering the question, I would like to point out that at Version 8 the transform stage has a surrogate key function that works quite well.
by ArndW
Fri May 16, 2008 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint to " OTHERWISE" for a otherwise link in
Replies: 18
Views: 3451

No, only rows that don't go down any other links will go down an "Otherwise".