Search found 42189 matches

by chulett
Fri Dec 07, 2012 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence for getting the value
Replies: 11
Views: 4042

If your insert DML is updated as I noted to include the reference to SEQ_NAME.NEXTVAL, then yes - the only time it will be incremented is when the insert statement is executed.
by chulett
Fri Dec 07, 2012 7:42 am
Forum: General
Topic: Not able to save jobs in same name
Replies: 3
Views: 1459

ajithaselvan wrote:Any help?
Seriously? You waited what - all of an hour an a half before pushing for help? Learn some patience, this is an all volunteer post-when-you-can peer support board, not 1-800-HELPMENOW. :?
by chulett
Thu Dec 06, 2012 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-31011: XML parsing failed
Replies: 3
Views: 2946

For anyone to be able to help, you're going to need to provide details. For example, we have no idea what your job design looks like nor what exactly it is you are doing in the RDBMS stage. Looks like you are working with XMLTYPE data? Stored procedure?
by chulett
Thu Dec 06, 2012 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-31011: XML parsing failed
Replies: 3
Views: 2946

<split out from and linked back to 'jacked post> :!: Please - no matter how "same" your issue is, always start your own post rather than jumping on someone else's post your search turned up. If you feel it would be helpful, link back to any related posts from the past. And just do this on...
by chulett
Thu Dec 06, 2012 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I apply this logic?
Replies: 11
Views: 3085

I don't have any documentation in front of me at the moment but it should be pretty straight-forward to work out what you need there. Basically, for every field you are not grouping by you have to tell the Aggregator what aggregation method you want applied. One of the available methods is Max or Ma...
by chulett
Thu Dec 06, 2012 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - timeout waiting for mutex
Replies: 16
Views: 8694

By "common merge stage" do you actually mean a Link Collector?
by chulett
Thu Dec 06, 2012 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence for getting the value
Replies: 11
Views: 4042

OK, that only changes my answer slightly. After the lookup, branch out two links from a transformer - one for records where the lookup succeeded and another for where it failed. For the former, process as normal (I've been assuming an insert follows). For the latter, process as indicated previously....
by chulett
Thu Dec 06, 2012 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Address Shuffle
Replies: 8
Views: 3169

Shuffle = Randomize, in a sense. As in re-arrange whom has which address within a given state.
by chulett
Thu Dec 06, 2012 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TWO DIFFERENT DATA FLOWS IN A SINGLE JOB
Replies: 13
Views: 3952

Which was Frankline's point I do believe. However, much like Mike I never considered lumping multiple independent flows in a single job any kind of a good idea for the reasons he stated.
by chulett
Thu Dec 06, 2012 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I apply this logic?
Replies: 11
Views: 3085

Aggregator. Group by the first column, take max() on both of the other two columns.
by chulett
Thu Dec 06, 2012 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence for getting the value
Replies: 11
Views: 4042

Rather than select it on every row (which you could do via a lookup) I would just use custom sql. Pass all columns except the sequence field to the target stage, let it generate the DML and then modify it to include the sequence field with a value of SEQ_NAME.NEXTVAL which tells the insert DML to au...
by chulett
Thu Dec 06, 2012 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data type change for date
Replies: 12
Views: 4851

Then it must be something they've smartened up in later releases as I don't recall that being the case in the past. 8)
by chulett
Thu Dec 06, 2012 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data type change for date
Replies: 12
Views: 4851

I believe that format string will only work for single digit months / days like the 7/4 example posted but will have issues with dates like 10/4 or 7/25 or 11/16. The link James posted shows not only the valid format tags but also the options that are valid for them. Check out the "s" note...
by chulett
Thu Dec 06, 2012 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HFC hashed file calculations
Replies: 5
Views: 1646

Colin - This post by our friend Ken Bland may help.