Search found 15603 matches

by ArndW
Fri Feb 26, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: number of file descriptors error
Replies: 5
Views: 2052

Ok, the MAXUPROC isn't applicable after all, just assume I made you do it out of sheer malice :roll:

Do you have root access and could manually change the hard file limits to something much larger? Under what user have you configured your datastage jobs to run (is it really 'dsadm'?)?
by ArndW
Fri Feb 26, 2010 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using fileset lookup stage or not?
Replies: 2
Views: 1436

According to the documentation the fileset will have better performance, since the data is stored in correct form. I've not noticed significant performance differences, but lookup filesets cannot be 'viewed', which is a distinct disadvantage.
by ArndW
Fri Feb 26, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build Stage Job
Replies: 4
Views: 1335

what is not working? Are you assigning the string value as the return value?
by ArndW
Fri Feb 26, 2010 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get end of Month based on year and Month
Replies: 19
Views: 8627

The logic is to take your year/month, add one month, create a date of the first day of tht month and then subtract a day.
by ArndW
Fri Feb 26, 2010 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: number of file descriptors error
Replies: 5
Views: 2052

Could you please enter "lsattr -E -l sys0 | grep maxuproc" (not necessarily applicable to your problem). Also, what are the hard and soft limits for user dsrun in smitty?
by ArndW
Fri Feb 26, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error - TimeStamp_From_String
Replies: 6
Views: 12117

abhi - what is different between your suggestion and the original post? I can't see a difference.
by ArndW
Fri Feb 26, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: one file with multiple layouts
Replies: 9
Views: 3901

The CFF (Complex Flat File) stage uses data contents to determine record type, i.e. if the first byte contains one value it is record type 1, on another value it is record type 2, etc. In this case it is line dependent, so I would read the data as one VarChar() column then use @INROWNUM in a transfo...
by ArndW
Thu Feb 25, 2010 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Problem on both 8.0 and 8.1
Replies: 3
Views: 972

No, the scores just reflect the text version I posted, showing 2 nodes and 1 node respectively for those stages.
by ArndW
Thu Feb 25, 2010 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning Problem on both 8.0 and 8.1
Replies: 3
Views: 972

Partitioning Problem on both 8.0 and 8.1

I have a strange problem that I can't really understand and am trying to simplify in order to submit a bug report. One job uses two sources that each go through a filter stage and from there to a sort stage and then to a join stage; the single stream then goes through a transform stage to 2 output d...
by ArndW
Thu Feb 25, 2010 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle null values
Replies: 1
Views: 795

Welcome to DSXChange, ntr.

While I don't know what 'sena topics' are or how they apply to real time or to null handling I would like to ask that you describe your question in a bit more detail.
by ArndW
Wed Feb 24, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error - TimeStamp_From_String
Replies: 6
Views: 12117

srinivas - the %mi" works in Oracle, but is the wrong format picture for DataStage.
by ArndW
Wed Feb 24, 2010 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

What is your OS? This can be done in the user setup, or in the user ".profile" by executing "umask 022".
by ArndW
Wed Feb 24, 2010 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error - TimeStamp_From_String
Replies: 6
Views: 12117

Just to see what might be happening, add another transform stage where you convert your timestamp back to a string and see what the value might be. Also, disable operator combination and see which stage is giving you the warning message.
by ArndW
Wed Feb 24, 2010 3:16 am
Forum: General
Topic: Null checking for decimal
Replies: 3
Views: 1072

Perhaps it is "nullable no" on output, that would explain the behaviour
by ArndW
Tue Feb 23, 2010 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage tfmr detected
Replies: 10
Views: 13079

In that case you need to follow the same approach, but at a stage level instead of at a column level. Remove stages until the job runs, then the last stage removed is triggering the problem and you can drill down from there.