Search found 5168 matches

by kumar_s
Wed Jun 14, 2006 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator mis behave and slow down when we correct it
Replies: 12
Views: 4732

To avoid 2dn and 4th warning, you can change your target field as Nullable - yes or use the same modify stage to handle_null().
by kumar_s
Wed Jun 14, 2006 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Jobs
Replies: 7
Views: 1188

So its is all you need to check the availability of unprocessed data and based on the result you need to trigger the job. So how you define the unprocessed data. Is it the data left back in the tables? If so do a rowcount, and if it is positive trigger the job. But your earliar post shows that you n...
by kumar_s
Wed Jun 14, 2006 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Promote warning to fatal error
Replies: 7
Views: 2650

Isnt it not possible by message handler?
Or if it is metadata mismatch, collect it in reject link and add a transformer to "Abort after 1 row"
by kumar_s
Tue Jun 13, 2006 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you multiple compile sequences?
Replies: 9
Views: 1964

Still I doubt with the version :roll:
by kumar_s
Tue Jun 13, 2006 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can you multiple compile sequences?
Replies: 9
Views: 1964

Job Sequence is also a part of selection criteria. Hence you can compile the sequence either through Multiple job compile or though DSCC.
by kumar_s
Tue Jun 13, 2006 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in lookup
Replies: 3
Views: 1225

Also the first warning tells you that the key value in the lookup data has duplicates. Either remove duplicate or handle the duplicate with the option avaialbe in Lookup.
For the second error, check with the "Condiiton not met" and "Lookup failure" options aviable in lookup stage.
by kumar_s
Tue Jun 13, 2006 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Have to call a DB2 stored procedure
Replies: 9
Views: 5118

You can check with this example given by Craig on Oracle Shared library.
by kumar_s
Tue Jun 13, 2006 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Performance
Replies: 3
Views: 970

If by any change, this is true reason on datatype, theoritically, I would guess, it might be due the timestamp avaialability.
Timestamp may need to be converted into internal value of datastage while processing and converting back to the original value.
by kumar_s
Tue Jun 13, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Lookup Values
Replies: 7
Views: 2232

parag.s.27 wrote:Hi,

Actually i mentioned in my post that i want to retain 1st value...


Balaji also gave a solution which was unnoticed.

preprocess the file using unix uniq command in before job subroutine or in filter option of sequential file
by kumar_s
Tue Jun 13, 2006 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 3906

As mentioned that may be due the server over load by triggereing 12 jobs at a time by a JobSequence.
You can try to give pause between job which are called.
Search the forum from more information.
by kumar_s
Tue Jun 13, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: memory consupmtion and band width
Replies: 3
Views: 675

Perhaps related to the network usage...
Again it doesnt come under datastage monitoring.
by kumar_s
Tue Jun 13, 2006 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

And start investigating why it turned out to be empty. :wink:
by kumar_s
Tue Jun 13, 2006 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Update eror
Replies: 14
Views: 3783

What is the query used?
by kumar_s
Tue Jun 13, 2006 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to improve perfomance
Replies: 2
Views: 796

Was your source and target are in different network?
Do you find any difference if the target table is replaced with a sequential file?
If so was any index build on the columns of the tables on which Insert is taking place? If so dorp the index before loading and recreate after loading.
by kumar_s
Tue Jun 13, 2006 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Values using Row Generator
Replies: 3
Views: 1204

Double click on the column grid in the metada on the output tab, you will get the properties to edit.