Search found 3329 matches

by Sainath.Srinivasan
Tue Jun 07, 2005 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter commands
Replies: 4
Views: 1478

How did you come to the conclusion that it did not sort the file?

Try to view data to confirm the sort.
by Sainath.Srinivasan
Tue Jun 07, 2005 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About "ORAOCIBL" stage
Replies: 1
Views: 469

Check whether there are any other warnings / errors near this error.
by Sainath.Srinivasan
Tue Jun 07, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Merger Question
Replies: 3
Views: 900

In reformatting the rows.
by Sainath.Srinivasan
Tue Jun 07, 2005 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To trigger DS Job if there is no null values in stage table
Replies: 1
Views: 545

You need a link from your job to count null and supply the result on constraint to dslogfatal or utilitylogfatal.

Search for them in the forum.
by Sainath.Srinivasan
Tue Jun 07, 2005 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update tabla through Oracle Stage
Replies: 11
Views: 3323

Did you try running it outside DataStage?

If you can, then you can include the SQL as a post-job script.

But still, I believe such an update cannot be utlized as rows may migrate during updates or or migration or rebuild process.

Let us know if you encounter any difficulty in this.
by Sainath.Srinivasan
Tue Jun 07, 2005 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update tabla through Oracle Stage
Replies: 11
Views: 3323

Can you explain why you have it, what you wish to achieve from it and how you are approaching it so we can try to find a solution or alternative way.
by Sainath.Srinivasan
Tue Jun 07, 2005 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update tabla through Oracle Stage
Replies: 11
Views: 3323

You must be able to do that (as long as col1 has datatype to hold the value).

But why will anyone require to issue such a command as rowid may change upon the update itself.
by Sainath.Srinivasan
Tue Jun 07, 2005 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NOTFOUND as field name
Replies: 4
Views: 1026

NOTFOUND column can be part of your source. But the issue is when you have it as part of your lookup / reference information column. When you include a constraint as 'referenceLink.NOTFOUND', DataStage will check the value in the NOTFOUND column of the input link than the logical check of whether th...
by Sainath.Srinivasan
Tue Jun 07, 2005 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update tabla through Oracle Stage
Replies: 11
Views: 3323

I am not sure whether you have successfully implemented the logic described by Ray or whether you are having problems. You need to use 2 columns in your link to update - say fld1 and fld2. One of them (say fld2) is to be marked as key. The datatype for both fields must be identical to that of col1. ...
by Sainath.Srinivasan
Tue Jun 07, 2005 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger Expression
Replies: 4
Views: 1061

There can be several reasons for this. Some of them are

1.) Someone removed the parameter from your job
2.) Someone included the check in your job
3.) The data flow never used that route in the past and was not tested for

So you are in the best seat to drive the show.
by Sainath.Srinivasan
Mon Jun 06, 2005 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger Expression
Replies: 4
Views: 1061

Ensure that 'jobparameter' is a job parameter of the sequence.
by Sainath.Srinivasan
Mon Jun 06, 2005 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Instance Job
Replies: 7
Views: 1559

Under job properties tab. You have the check-box for this purpose.
by Sainath.Srinivasan
Mon Jun 06, 2005 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine - Custom Build
Replies: 4
Views: 828

You neede BCI routines.

Or you can perform shell calls.

But why do you need to perform a 'SELECT' from a routine?
by Sainath.Srinivasan
Mon Jun 06, 2005 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Plugin Not Responding
Replies: 7
Views: 2265

In that case, you need to verify whether your PC has been upgraded with any other software that may impact DRS. Is your PC a Win XP 2?
by Sainath.Srinivasan
Mon Jun 06, 2005 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Relationship between Nodes and Partitions
Replies: 3
Views: 1296

Generally nodes = partitions. But you can control the nodes and their uses to control the partitions via your job and/or the configuration file.