Search found 42189 matches

by chulett
Mon Jun 30, 2014 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage strange Issue
Replies: 3
Views: 1619

Did your "some fix and workaround" involve more than replacing the transformer with an exact copy of itself? I'm also assuming there is a constraint on the output link and that evaluating to false before your change is what caused it to not "pass" any data - can you confirm? I'm ...
by chulett
Sun Jun 29, 2014 6:00 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Passing user defined Header to WebService
Replies: 6
Views: 10346

Five years later? Best to start your own post and tell us exactly what this "same issue" is that you are having.
by chulett
Sun Jun 29, 2014 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UPPER function in Datastage filter stage
Replies: 1
Views: 2349

The function is "upcase" and if it still doesn't like it, do it before the Filter stage.
by chulett
Sat Jun 28, 2014 10:19 am
Forum: General
Topic: Aborting Job after 5 error
Replies: 1
Views: 849

Five warnings, yes but a job will abort on the first error.
by chulett
Sat Jun 28, 2014 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning as invalid date
Replies: 7
Views: 5125

Not the "data type" but rather the data element, a specific column property.
by chulett
Sat Jun 28, 2014 6:48 am
Forum: General
Topic: Job properties window taking long time
Replies: 5
Views: 2018

Yup, 2GB is the minimum memory requirement for a client PC and that's why you are seeing your issue. Things work but not all the well. As far as how much would be required, the more the merrier but you'll want at least 4GB.
by chulett
Fri Jun 27, 2014 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp format Problem (AM/PM)
Replies: 7
Views: 4857

Not working HOW?

Note that the goal is to get it into a timestamp, something which does NOT carry an AM/PM designation. That's all about the external format when it is selected so your "example" is correct... but far too much work to get there.
by chulett
Thu Jun 26, 2014 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expected identifier; got: "*"
Replies: 6
Views: 4014

Let's make sure we're on the same page - when you say "basic transformer" do you in fact mean the "BASIC Transformer" in a Server Shared Container as in the one that comes from Server jobs? That was my concern as I didn't see anything Server-like in what you were doing. If you ju...
by chulett
Thu Jun 26, 2014 9:52 am
Forum: General
Topic: Identify sequence/job
Replies: 3
Views: 853

by chulett
Thu Jun 26, 2014 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp format Problem (AM/PM)
Replies: 7
Views: 4857

Check the documented time formats supported by DataStage. You'll see that %H and %HH are used to handle a "12 hour format" which is what you have.
by chulett
Thu Jun 26, 2014 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to enhance Hash file performance ?
Replies: 3
Views: 2247

I'm going to assume the issue is writing to it... Use the Hashed File Calculator that (I believe) still ships with the product to determine how large to pre-create the hashed file, i.e. what Minimum Modulus to specify. The default is 1 which means it starts off tiny and spends a great deal of time e...
by chulett
Thu Jun 26, 2014 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance stats and no. of rows in source does not match
Replies: 7
Views: 3615

Meaning what, exactly?
by chulett
Thu Jun 26, 2014 6:48 am
Forum: General
Topic: Identify sequence/job
Replies: 3
Views: 853

That would involve querying DS_JOBS where (from what I recall) the job type is stored. And you would launch the select using dssh. The values for job type should be documented in one of the engine's include files or perhaps some kind soul will post them or link to a post containing them... I didn't ...
by chulett
Wed Jun 25, 2014 6:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to delete datasets using orchadmin
Replies: 3
Views: 771

Exactly. That or xargs are the two options of choice with find.
by chulett
Wed Jun 25, 2014 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expected identifier; got: "*"
Replies: 6
Views: 4014

Also wondering what your source dates look like as I'm not aware of any 'julian' dates that can be converted by adding 19000000 to them. Can you post some examples including what their corresponding converted value should be, please? I'm guessing they are all normal Gregorian dates in YYMMDD format ...