Search found 53125 matches
- Tue Jan 23, 2007 7:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Value handling in seqential file stages in DSEE 7.5.2
- Replies: 13
- Views: 9367
- Tue Jan 23, 2007 7:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in Nodes and Players
- Replies: 6
- Views: 1574
Sessions per Player is a property in the Teradata Enterprise stage, which is what prompted the original question. You need a bit of understanding about how DataStage interacts with Teradata to really get a handle on the best settings for these properties; you are trying to get as many sessions out o...
- Tue Jan 23, 2007 7:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String Manipulation
- Replies: 18
- Views: 3330
- Tue Jan 23, 2007 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automated Releasing of Jobs
- Replies: 1
- Views: 1029
It's true that there is no Version Control with version 8.0. But I feel that reverting to using packages of released jobs would be a big step backwards. The future (version 8.2?) holds an interface to "traditional" source code control products, such as ClearCase. In the meantime, how about using DSX...
- Tue Jan 23, 2007 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No File Descriptor --ERROR
- Replies: 21
- Views: 11051
- Tue Jan 23, 2007 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in Nodes and Players
- Replies: 6
- Views: 1574
Is this job using a Teradata Enterprise stage? In any case, the message is clear. Your configuration file has four nodes, but your job is so simple that it generates only two player processes. Therefore two of the nodes will remain unused. Maybe you are running stages in sequential mode rather than ...
- Tue Jan 23, 2007 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating new configuration file
- Replies: 8
- Views: 1911
Partly. It's why best practice is always to set up $APT_CONFIG_FILE as a job parameter so that you can run a job using different configuration files, depending (for example) on the volume of data to be processed. For example, a retail DW might ordinarily use ten nodes, but during the post-Xmas sales...
- Tue Jan 23, 2007 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding exporting datamodel
- Replies: 53
- Views: 13005
- Tue Jan 23, 2007 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get rid of mesg -Violation of PRIMARY KEY constraint
- Replies: 13
- Views: 7394
- Tue Jan 23, 2007 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know what all ETL jobs used the Oracle Tables
- Replies: 14
- Views: 4109
- Tue Jan 23, 2007 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wee have mystery dbx processes on our Unix server
- Replies: 31
- Views: 9529
- Tue Jan 23, 2007 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating new configuration file
- Replies: 8
- Views: 1911
- Tue Jan 23, 2007 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No File Descriptor --ERROR
- Replies: 21
- Views: 11051
- Tue Jan 23, 2007 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: One DataStage Server is going to die
- Replies: 18
- Views: 6779
- Tue Jan 23, 2007 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to configure DSN for Oracle In unix (Server)
- Replies: 22
- Views: 8704
The mindset that you need is that DataStage is just another client as far as Oracle is concerned. So the usual environment variables, such as ORACLE_HOME, need to be set up for DataStage (in the dsenv script), the DSN (for ODBC) is set up in .odbc.ini and in uvodbc.config, and Oracle client software...