Search found 6797 matches

by DSguru2B
Mon Jan 08, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting return value from unix script
Replies: 4
Views: 2392

Search this forum. Has been covered a lot. Search on conditional triggers or something to that effect.
by DSguru2B
Sun Jan 07, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsob waiting to finish even though -wait not specified
Replies: 10
Views: 2747

Auto purge option works without fault. Someone must have cleared one of the logs using the CLEAR.FILE option which disables the auto purge option. If you want a routine to purge the logs you can create it. Its simple, all you need is to get the job id's and pass them one by one to the TCL command CL...
by DSguru2B
Sun Jan 07, 2007 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage Failing
Replies: 6
Views: 3795

Welcome Aboard Teradata has a limit on how many load utility operation can be run concurrently. You are exceding the limit. Its exceding the timeout session as well as the tenacity(number of retries). Either increase the tenacity number or control the number of concurrent operations. Its not a datas...
by DSguru2B
Sun Jan 07, 2007 2:40 am
Forum: Data Integration
Topic: What is a typical size of DataWarehouse and Data Marts?
Replies: 15
Views: 31136

Welcome Aboard
Answer to such questions can be found by a simple google. Try doing some research.
by DSguru2B
Sun Jan 07, 2007 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with multiple columns
Replies: 31
Views: 8721

Well, right now i am running out of ideas. The only other thing that i can think of is doing everything via a script. A nasty shell/awk script. Start thinking in those lines. If i have time on monday i can work on it, but no promises.
by DSguru2B
Fri Jan 05, 2007 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecCommand output value
Replies: 44
Views: 10563

Try calling the script from a routine calling DSExecute(). You can manipulate the return of 'Output' and extract the first record from the dynamic array using Field(). See if that works. if even that doesnt work then why not just mail from unix itself. If you have never used the os mail before searc...
by DSguru2B
Fri Jan 05, 2007 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos2unix - problem while converting
Replies: 13
Views: 20599

I did some more research and this is what i found on bugzilla. Check it out
https://bugzilla.redhat.com/bugzilla/sh ... ?id=150277
by DSguru2B
Fri Jan 05, 2007 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create multiple rows from a row
Replies: 10
Views: 3766

Hmm, pretty cool. I will give that a shot on monday.
by DSguru2B
Fri Jan 05, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create multiple rows from a row
Replies: 10
Views: 3766

leomauer wrote:2. In every multi-value field replace commas with @VM (char(253))


You mean @FM :wink:
But how would you then read from the hashed file with 12 defined on your output ?
by DSguru2B
Fri Jan 05, 2007 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we merge Different Tables and write to sequential
Replies: 8
Views: 1788

A common join key(s) are needed for them to be put together. As Sam requested, give us more info. Sample data would be nice.
by DSguru2B
Fri Jan 05, 2007 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the Oracle Loading
Replies: 6
Views: 1394

The code ORA-02291tells you all. You have a foreign key in the record which has no entry in the parent table. Click on the error code in blue for more details.
by DSguru2B
Fri Jan 05, 2007 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 4455

Its telling you that the problem is with the routine "GetNextBatchNumber". The other two names that you mentioned also seem to be user defined routines. You need to look at them and see whats going on and why they are acting up. Is this the first time your getting the error?
by DSguru2B
Fri Jan 05, 2007 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datatime Field Overflow
Replies: 29
Views: 9650

Search this site, its been covered gazillions of times.
by DSguru2B
Fri Jan 05, 2007 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with multiple columns
Replies: 31
Views: 8721

In your temp table, the first column, can that have duplicates?