Search found 3329 matches

by Sainath.Srinivasan
Tue Apr 07, 2009 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Running AWK
Replies: 14
Views: 4818

Maybe you are covering the whole command string within a double quotes. Try single quotes over field demiliter (or viceversa)
by Sainath.Srinivasan
Mon Apr 06, 2009 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: result rows are not showing up-total mismatch
Replies: 18
Views: 4875

Did you identify which records are missing and see whether there is any pattern that may case them to be dropped ?

Also what happens if you load only the 900 rows that were successfully loaded.

Maybe your 3rd party s/w is working in 90% efficiency.
by Sainath.Srinivasan
Mon Apr 06, 2009 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help with pivoting columns
Replies: 13
Views: 5102

Did you try searching?

There are loads of similar (or identical) posts.

General Answer: Use stage variables
by Sainath.Srinivasan
Mon Apr 06, 2009 4:39 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 4526

Even though I wish to differ from Ray that Datasets can be compressed but agree that the benefits are not huge.

As mentioned before, you may gain by organising it better.
by Sainath.Srinivasan
Mon Apr 06, 2009 4:37 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 4526

Even though I wish to differ from Ray that Datasets can be compressed but agree that the benefits are not huge.
by Sainath.Srinivasan
Thu Apr 02, 2009 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Control File Truncated
Replies: 10
Views: 2771

SQL loader control file is different from control file of Oracle.

They are text files created in OS.
by Sainath.Srinivasan
Thu Apr 02, 2009 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Control File Truncated
Replies: 10
Views: 2771

Did you look at the sql loader control file from operating system level?
by Sainath.Srinivasan
Thu Apr 02, 2009 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Control File Truncated
Replies: 10
Views: 2771

How did you come to the conclusion? What errors did you obtain?

Did you check the ctl file from OS level ?
by Sainath.Srinivasan
Thu Apr 02, 2009 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection failed
Replies: 2
Views: 1879

That is a SQL Server issue.

Is DB down?
by Sainath.Srinivasan
Thu Apr 02, 2009 3:08 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 4526

You can compress using normal OS commands.

Compression ratio depends on the content - just like the text files.

Before going down that route, did you try clearing unwanted and "expired" datasets.
by Sainath.Srinivasan
Thu Apr 02, 2009 2:43 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 4526

You can compress datasets.

But before that can you provide more info on what you are trying to achieve.
by Sainath.Srinivasan
Thu Apr 02, 2009 2:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source stage
Replies: 12
Views: 5099

Check your PATH.

Try a simple Unix command from DataStage.
by Sainath.Srinivasan
Thu Mar 26, 2009 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting rows between two dates
Replies: 11
Views: 3235

Do you have any "Date" or "Calendar" table in oracle ?

It will be better to generate rows in Oracle itself.

Create a view to generate rows for last n years. You can join this in Oracle source.
by Sainath.Srinivasan
Fri Mar 20, 2009 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle write mode failure
Replies: 2
Views: 1189

Do you have relevant permissions to load?
by Sainath.Srinivasan
Fri Mar 20, 2009 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine Data from two different sources using Pivot
Replies: 11
Views: 3168

What do you mean by 'source 2' ?

Can you provide a pseudo-code of your expected logic.