Search found 3329 matches

by Sainath.Srinivasan
Thu Jun 16, 2005 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cluster
Replies: 5
Views: 1045

Yes it can work on clusters. Can you be specific on which type of cluster you want DS to be installed.
by Sainath.Srinivasan
Thu Jun 16, 2005 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to avoid warnings?
Replies: 15
Views: 3230

If it is not able to locate an update, use a reference lookup and reject the rows. It is better to identify and remove from the stream than to let them returned as error.
by Sainath.Srinivasan
Thu Jun 16, 2005 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential FIle Problem
Replies: 12
Views: 3054

You need to decode the content with reference to the column defn in datastage.

As we cannot see either of them, you are in a better position for this.
by Sainath.Srinivasan
Thu Jun 16, 2005 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading excel file
Replies: 8
Views: 2766

This is a 36000 feet view and method of approach to your situation. If you know which sheet will contain which columns (defn), you can include to constraint to skip rows until you find that column. Similarly, ignore as trailer when you do not have certain column entries. But you need to supply more ...
by Sainath.Srinivasan
Wed Jun 15, 2005 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving the performance of OCI 9i Stage
Replies: 6
Views: 1255

You need to analyse your records to determine the best combination. OCI is better and efficient than ODBC.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a DataStage file with Excel
Replies: 20
Views: 8429

You can use ODBC stage in DS after configuring Excel ODBC in Windows.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trouble importing OracleOCI definitions
Replies: 9
Views: 1577

I think you have the option of 'name contains'.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to append the data????
Replies: 4
Views: 1147

You can write your cat command in the sequential file as filter.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing a DataStage file with Excel
Replies: 20
Views: 8429

Use an Excel ODBC for this. Otherwise, create a csv file and use excel macros to convert to .xls.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Get the First Duplicate Record from HashFile Output
Replies: 5
Views: 1016

Pass into agg stage with 'first' option for the fields.
by Sainath.Srinivasan
Wed Jun 15, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null counts in aggregator stage
Replies: 3
Views: 1403

Replace null with any non-null default value. Then pass to agg stage.
by Sainath.Srinivasan
Wed Jun 15, 2005 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading excel file
Replies: 8
Views: 2766

Manually looking at the sheets, how do you identify which are header, line items and trailer?
by Sainath.Srinivasan
Wed Jun 15, 2005 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate all the column data in a Table
Replies: 9
Views: 2440

As you are attempting to check for any changes in even one column, you are in a better situation to decide this.

Also you can improve performance using hash files, checksum etc. Search this forum for more info.
by Sainath.Srinivasan
Wed Jun 15, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Option for Job to "Fail" if the "Before Job-R
Replies: 7
Views: 1437

Make a non-zero return value as the last line in the script - if it fails.
by Sainath.Srinivasan
Wed Jun 15, 2005 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential FIle Problem
Replies: 12
Views: 3054

It says that the required column is missing. So the data has missing columns and not excess columns.