Search found 53125 matches
- Fri May 26, 2006 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the various parameters needed for ETL performance
- Replies: 8
- Views: 2960
Re: What are the various parameters needed for ETL performan
What are the various parameters needed for ETL performance The first thing you need is some definition of "performance". In ETL the key performance indicator is usually the ability to meet some time window in which access to the databases in question is permissible. Nothing else really matters. For...
- Fri May 26, 2006 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transaction log full.
- Replies: 8
- Views: 1711
- Fri May 26, 2006 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to save the Job
- Replies: 8
- Views: 2067
- Fri May 26, 2006 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The section leader on bdwux407_udb1.service.com died
- Replies: 4
- Views: 1562
- Fri May 26, 2006 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel error while lookup
- Replies: 3
- Views: 1200
No it's not overload. Someone has killed one of the processes (if not more) with kill -9 on the server. That's what generated the "Unexpected termination by Unix signal 9 (SIGKILL)" message. If you do that you deserve all of the problems that you get. If it was someone else, penalize them in some way.
- Fri May 26, 2006 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: efforts estimation in datastage
- Replies: 10
- Views: 2686
Estimating design effort is fraught with difficulty. I don't think I (an experienced developer) would take as long to bring a project to fruition as someone new to the product. But even that does not always hold. I worked on one project where we were given some preliminary specifications by business...
- Fri May 26, 2006 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling rejected Records
- Replies: 7
- Views: 1717
DataStage does not process rejected records automatically in any way. It delivers them onto the rejects-handling output link of the stage in question. For Sequential File stage at least, the record is delivered as Raw - you can further process these rows by converting from Raw to something else, but...
- Fri May 26, 2006 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View ODBC Stage Data
- Replies: 7
- Views: 1949
- Fri May 26, 2006 3:53 pm
- Forum: IBM QualityStage
- Topic: QualityStage Ruleset problem - variable
- Replies: 5
- Views: 2680
- Fri May 26, 2006 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion problem
- Replies: 20
- Views: 5551
- Fri May 26, 2006 12:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unble to open hash file ,& not able to delete hash file
- Replies: 6
- Views: 1543
- Fri May 26, 2006 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer is getting aborted continuously
- Replies: 11
- Views: 2672
- Thu May 25, 2006 11:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The section leader on bdwux407_udb1.service.com died
- Replies: 4
- Views: 1562
A parallel job is like an orchestra. There is one conductor process exerting overall control. On each processing node there is a section leader process exerting control over all the player processes (one per stage, unless combined) on that processing node. For some reason, the section leader process...
- Thu May 25, 2006 11:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Routine
- Replies: 6
- Views: 2764
- Thu May 25, 2006 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selecting columns using job parameters
- Replies: 1
- Views: 508
Welcome aboard. :D Basically the answer is no. DataStage is metadata driven; the metadata (column definitions) need to be in place before the job is compiled. Some people have implemented strategies to get around this, which you can read about by searching the forum. But there is nothing "out of the...