Search found 3329 matches

by Sainath.Srinivasan
Thu Jun 09, 2005 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to import table definitions using ODBC
Replies: 4
Views: 1983

To get list of tables, you need to access your system tables. But you need not write it.
by Sainath.Srinivasan
Thu Jun 09, 2005 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Coverting a Julian date into normal date format
Replies: 6
Views: 3038

Did you search this forum for julian and iconv?

Try that and if you find any difficulty, do let us know.
by Sainath.Srinivasan
Thu Jun 09, 2005 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner
Replies: 4
Views: 809

You can use link-partitioner. But that will not be the best solution. As mentioned before, you are better-off using a transformer with 2 output links and constraints to dirvert the traffic.
by Sainath.Srinivasan
Thu Jun 09, 2005 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC stage
Replies: 1
Views: 871

No. You get CDC as an add-on in earlier versions.
by Sainath.Srinivasan
Thu Jun 09, 2005 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner
Replies: 4
Views: 809

Are there only 2 values?
by Sainath.Srinivasan
Thu Jun 09, 2005 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Stage Problem.
Replies: 3
Views: 1633

Is it a user-defined SQL. Check the data type of second column in the link.
by Sainath.Srinivasan
Thu Jun 09, 2005 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Coverting a Julian date into normal date format
Replies: 6
Views: 3038

You can convert your date into DataStage internal date and add (or subtract) the difference between julian and datastage date.
by Sainath.Srinivasan
Thu Jun 09, 2005 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize plug-in
Replies: 10
Views: 2240

How did you verify that the dsenv entries were not set?
by Sainath.Srinivasan
Thu Jun 09, 2005 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search Multiple Rows from Hash File
Replies: 2
Views: 591

You can use universe stage.

But can you explain your logic a bit more as what you wish to achieve.
by Sainath.Srinivasan
Thu Jun 09, 2005 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSP.Open Error writing to Oracle - again.
Replies: 15
Views: 5935

By permissions, I meant that of the library and corresponding objects within DataStage and not in Oracle.

Did you try to run as a root user or something similar?

You can reinstall the plugin and retry.
by Sainath.Srinivasan
Thu Jun 09, 2005 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1918

One option is to remove few columns from the target load and rerun the job. I assume it is some datatype of load problem into the target.

you need to isolate to the columns that cause the error by process of elimination.

The contenders could be your date or numeric values.
by Sainath.Srinivasan
Thu Jun 09, 2005 2:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3064

By-the-way, did you check the read-speed of the source as a separate entity? Also check whether writing into the target has any difficulty.

Also check whether you have any constraints on the rows that restricts the flow.
by Sainath.Srinivasan
Thu Jun 09, 2005 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: same sequence number to be used in loading multiple tables
Replies: 13
Views: 3598

Try writing a simple job that will pass a constant and reference it from the hash file. This will confirm the working of your lookup. Next is to write a sequential file in your job linked to the central transformer. Have the source column linked to lookup as a new column in the output. This will ver...
by Sainath.Srinivasan
Thu Jun 09, 2005 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1918

What is the stage on which the 'abnormal termination' is reported?
by Sainath.Srinivasan
Thu Jun 09, 2005 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH File Lookup is very Slow
Replies: 10
Views: 3064

Before loading to memory, make sure that you are not writing into the file in the same job.

Secondly, try using hash-file calculator to identify the best spread and creation options. You can try to create a static hash-file.

Also delete the old one and recreate it if you can.