Search found 3329 matches

by Sainath.Srinivasan
Thu Aug 20, 2009 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic reset of Parallel Job
Replies: 14
Views: 5594

dxk9 wrote:Here are some of the frequent errros which we face:


c.Fatal Error: Tsort merger aborting: Scratch space full
Did you try pre-sorting your sources ?
by Sainath.Srinivasan
Thu Aug 20, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic reset of Parallel Job
Replies: 14
Views: 5594

dxk9 wrote:Here are some of the frequent errros which we face:


c.Fatal Error: Tsort merger aborting: Scratch space full
Did you try pre-sorting your sources ?
by Sainath.Srinivasan
Thu Aug 20, 2009 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Length issue
Replies: 4
Views: 1590

Being Char(15), it will occupy 15 characters -immaterial of whether you trim or not.

If you are concerned about leading zeros, you can do a leading trim for zeros within a NullToZero function (as Varchar).
by Sainath.Srinivasan
Thu Aug 20, 2009 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mismatch using ODBC connector stage
Replies: 18
Views: 3525

Did you do this?
Sainath.Srinivasan wrote:Try creating a dummy table with 2 columns - varchar and datetime.

Pass same value (after typecast) to both and check the result.

Also run an sql insert via SQL Server front-end rather than DataStage to verify the outcome.
by Sainath.Srinivasan
Wed Aug 19, 2009 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator issue
Replies: 4
Views: 2435

The output column derived is defined to be dfloat (Decimal).

Convert it as Timestamp.
by Sainath.Srinivasan
Wed Aug 19, 2009 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Stage
Replies: 8
Views: 3019

That must work. What is the error you obtain ?
by Sainath.Srinivasan
Wed Aug 19, 2009 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using $DSHOME/bin/dssh
Replies: 5
Views: 2559

Craig, I think the op indicates appearence of UV prompt as result of successful invocation of uvsh in the first case and failure to do so in second. Peddidsx, Can you compare the library path after loading dsenv in both environments. Did you manage to locate the missing .so file ? By 'which OS', I m...
by Sainath.Srinivasan
Wed Aug 19, 2009 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Stage
Replies: 8
Views: 3019

Yes.

That is because APT_String is a class and thus a datatype in itself. You have operators over-ridden by APT_String.

What operation do you intend to perform ?
by Sainath.Srinivasan
Wed Aug 19, 2009 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using $DSHOME/bin/dssh
Replies: 5
Views: 2559

Your library path is incorrect or incomplete.

Locate the missing file and include it in your lib path.

What OS are you running ?
by Sainath.Srinivasan
Wed Aug 19, 2009 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Stage
Replies: 8
Views: 3019

In that case, you will need a memory structure to hold the values.

Also when will you initiate the read from source ?
by Sainath.Srinivasan
Wed Aug 19, 2009 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop Stage
Replies: 8
Views: 3019

Your source must be autoread and your reference not.

There are few more things to check...but one at a time.

Btw, why don't you use the normal lookup or join stage ?
by Sainath.Srinivasan
Wed Aug 19, 2009 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

All I was saying that you must fix the Ora errors thrown from the job. (see last few lines of your message).
by Sainath.Srinivasan
Wed Aug 19, 2009 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

Which post ? What hidden ?
by Sainath.Srinivasan
Wed Aug 19, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: first() implemation in datastage
Replies: 5
Views: 3040

It is available in DS Server edition.

In PX, you can use a tx or lookup first row.
by Sainath.Srinivasan
Wed Aug 19, 2009 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

You need to fix the errors before looking into the Agg. AGG..Oracle_OCI_2: INSERT INTO Q_SALES(QUARTER, CUSTID, TOTALSALE) VALUES(:1, :2, :3) AGG..Aggregator_1: The value of the row is: QUARTER = 1987Q1 CUSTID = 102 TOTALSALE = 1195550 AGG..Aggregator_1: ORA-01438: value larger than specified precis...