Search found 3329 matches

by Sainath.Srinivasan
Wed May 13, 2009 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Parameterize Invocation ID
Replies: 10
Views: 7177

What do YOU mean by parameterizing? How do you intend it to change for each run ?
by Sainath.Srinivasan
Tue May 12, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner is not finding match when hash partition is given
Replies: 3
Views: 1489

Your question itself has the answer.

Partitioning affects the flow of records.

Think about it.
by Sainath.Srinivasan
Tue May 12, 2009 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting a particular row in a sequential file
Replies: 7
Views: 2537

You can locate the nth record and read them alone using unix commands.
by Sainath.Srinivasan
Tue May 12, 2009 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate Type 30 descriptor, table is full
Replies: 10
Views: 9314

It is regenerate the kernel. Different from apt config.
by Sainath.Srinivasan
Mon May 11, 2009 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job has processed all records but not completed
Replies: 6
Views: 1738

Assuming your job is now
DataSet -> Lookup -> Copy

Can you replace the lookup with copy and see what happens.

Also I assume your CPU and disk are not 100% occupied.
by Sainath.Srinivasan
Mon May 11, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Pivoting/Spliting
Replies: 11
Views: 2999

Or join with a row generator and do a split the fields.
by Sainath.Srinivasan
Fri May 08, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different metadata in source and target tables
Replies: 5
Views: 1278

Nagarjuna is correct. Try it and you will understand.
by Sainath.Srinivasan
Fri May 08, 2009 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Operation
Replies: 6
Views: 1941

Your requirement appears incomplete.

Who is be using your output? With so many pipes, the receiving party will have an heck of translation to do.
by Sainath.Srinivasan
Fri May 08, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job has processed all records but not completed
Replies: 6
Views: 1738

How many partitions? and how big does your partition get before locking?

Copy the job and replace the target dataset with a copy and see whether it finishes.

If not, we will have next round.
by Sainath.Srinivasan
Fri May 08, 2009 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import routine from dsx file
Replies: 16
Views: 8734

In that case, you can append a job to the export and do a "import selected".
by Sainath.Srinivasan
Thu May 07, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pb using Isnull function : doesn't work
Replies: 9
Views: 2403

:roll:
I am not asking you to bypass DataStage. All I am suggesting is to find which part of the activity is causing trouble.
by Sainath.Srinivasan
Thu May 07, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare files taken from FTP
Replies: 5
Views: 1893

Checksum is a name and not a fixed logic.

You need to be asking this to your business or source team of file.
by Sainath.Srinivasan
Thu May 07, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import routine from dsx file
Replies: 16
Views: 8734

Read only ?
by Sainath.Srinivasan
Thu May 07, 2009 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pb using Isnull function : doesn't work
Replies: 9
Views: 2403

What if you copy the production hashed file into development area and re-run the job post the hashed file creation.