Search found 42189 matches

by chulett
Mon Jun 27, 2011 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple rows to single row
Replies: 15
Views: 5846

As noted, you (in essence) insert the first record and update all subsequent records. And you do the 'update' by looking up the current value and appending/concatenating any new values to it before doing the destructive overwrite back to the hashed file.
by chulett
Mon Jun 27, 2011 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple rows to single row
Replies: 15
Views: 5846

On a lookup "miss" you put the value in the second field. For any subsequent lookup "hit" you append a comma and the new value to the existing value.
by chulett
Mon Jun 27, 2011 7:30 am
Forum: General
Topic: not able to view log files
Replies: 3
Views: 1283

OK... you could have also used the proper viewer for log entries in the XMETA repository, which is done via the console from what I recall.
by chulett
Mon Jun 27, 2011 7:28 am
Forum: General
Topic: DS 7.5 and 8.1 on same server.
Replies: 10
Views: 3293

I would assume 8.5 as the older 8.x versions are not supposed to support an itag install. Good to know that it looks like they've finally added that ability back in.
by chulett
Mon Jun 27, 2011 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time to integer issue
Replies: 4
Views: 2108

Sorry but there's no such thing as an integer with a format. Once you add any kind of external format (like "99:99:99") then it becomes a string. As noted, compare them as such or remove the formatting and compare the integers.
by chulett
Mon Jun 27, 2011 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: multiple rows to single row
Replies: 15
Views: 5846

Re: multiple rows to single row

This topic is already discussed so many times . but the scenario which i explain is little bit different. Sorry, don't see anything different about this, just a plain old ordinary vertical pivot. The fact that you want everything in one column instead of multiple columns is just a variation on that...
by chulett
Mon Jun 27, 2011 7:09 am
Forum: General
Topic: not able to view log files
Replies: 3
Views: 1283

First make sure you don't have any kind of filter turned on.
by chulett
Mon Jun 27, 2011 7:08 am
Forum: General
Topic: DS 7.5 and 8.1 on same server.
Replies: 10
Views: 3293

rohitagarwal15 wrote:So you mean to say that if i need both versions on same server then probably first i have to uninstall the 7.5 version then first install 8.1 and then 7.5 version.
I'm unsure, hence the question mark in my statement. Ray probably knows, in the meantime you could always check with support.
by chulett
Sun Jun 26, 2011 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create a null column in Modify stage
Replies: 8
Views: 3124

Why not show us what you tried and what error(s) you received?
by chulett
Sun Jun 26, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete job from director,but still there in designer
Replies: 4
Views: 2055

Yes, one is the XMETA database. The other is the legacy "Universe" repository that you suggested might need to be reindexed.
by chulett
Sun Jun 26, 2011 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB issues
Replies: 3
Views: 3067

You might want to google for "ORA-03127", looks like it is an Oracle client / sqlnet issue where *it* rather than DataSTage may be doing something multi-threaded (which may line up with your "different section" thought) and failing in that attempt. From what I saw, upgrading your...
by chulett
Sun Jun 26, 2011 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB issues
Replies: 3
Views: 3067

As far as I know, DataStage doesn't do anything magical with CLOBs so not really sure what "moves in a different section" might mean. Regardless, you've been asked for a solution using a tool that doesn't support CLOBs. Have you checked with your official support provider, passed along tha...
by chulett
Sun Jun 26, 2011 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete job from director,but still there in designer
Replies: 4
Views: 2055

Not necessarily any more, 8.x stores that information in two places. Best to involve your official support provider, get their help to sync things back up again.
by chulett
Sat Jun 25, 2011 7:11 am
Forum: General
Topic: DS 7.5 and 8.1 on same server.
Replies: 10
Views: 3293

In the past, there was a pdf manual supplied on the subject of installing / supporting multiple server installations - is that no longer included? As noted, the 7.x version will need to be reconfigured (reinstalled?) with a different itag as 8.x can only use the default. I'm sure your official suppo...
by chulett
Sat Jun 25, 2011 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLFetch: Error retrieving results
Replies: 9
Views: 3962

He said "can mean" not "does mean". Is this an ongoing issue? Since you've chaged the status, what is your 'workaround' for this?