Search found 3045 matches
- Sun Aug 27, 2006 2:12 pm
- Forum: Site/Forum
- Topic: Some suggestion/changes for the forum...
- Replies: 6
- Views: 3738
I have seen other forums try to prevent duplicate posts by only letting someone post once every 30 seconds. This stops the double clicking / backspace / refresh accidents. It probably only needs to be turned on for new posts and not replies. It is rare to see duplicate replies and the submitter can ...
- Tue Aug 22, 2006 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Parameters Vs Environment variables
- Replies: 8
- Views: 7465
I had some success where the Sequence job layers used project specific environment variables and the parallel jobs used normal job parameters. The parameters had the same name, just the $ removed from the parallel jobs. The sequence jobs mapped the $ parameters to the normal parameters. This let the...
- Mon Aug 21, 2006 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logical Nodes vs Number of Partitions
- Replies: 4
- Views: 1465
- Mon Aug 21, 2006 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing Parallel extender
- Replies: 2
- Views: 757
- Sat Aug 19, 2006 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is there any easy way of replacing basic transformers with..
- Replies: 2
- Views: 1179
I think you could write a server transformer to parallel transformer function that alters the export file. Maybe as a search and replace macro in a text editing tool. You will need to build a simple job with a server routine, export it, replace it with a parallel routine, export it. Compare the file...
- Fri Aug 18, 2006 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ or C Compiler on DataStage EE??
- Replies: 3
- Views: 1394
Have a look at the DataStage installation guide to make sure you get the right AIX package and version number for the C++ compiler. You should find the install guide in the client documentation folder on the install CD or you can install your DataStage client and access it through the start menu - D...
- Fri Aug 18, 2006 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Server Objects and PX
- Replies: 7
- Views: 2543
Hawk supports parallel, server and sequence jobs. Server jobs are still supported but are not being enhanced and will not have the four new QualityStage plugins or the new slowly changing dimension stage or the new range lookup feature. Having said this server edition will still be a better product ...
- Thu Aug 17, 2006 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Promoting job executables between dissimilar environments
- Replies: 1
- Views: 609
All those differences you described are purely run time parameters, they are not "compiled" into a DataStage job. Therefore your executables should run fine regardless of what CPUs and config files you use. We tried promoting just the executables but we got some errors on some of our jobs. Cannot re...
- Tue Aug 15, 2006 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I get an evaluation version of Px
- Replies: 3
- Views: 1018
- Tue Aug 15, 2006 7:13 am
- Forum: General
- Topic: Informatica Sets World Record Data Integration Performance
- Replies: 6
- Views: 3680
- Tue Aug 15, 2006 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage experience with Model 204 database...
- Replies: 5
- Views: 2152
Probably no performance benefits to using the ODBC stage. In parallel jobs the only supported databases for the Enteprise ODBC stage are Oracle, Informix, DB2 and Teradata. The m204 ODBC or JDBC can be used but only with the single threaded odbc stage so it will probably be slower than a flat file i...
- Mon Aug 14, 2006 6:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Open -> "Good to have" Features in DataStage ne
- Replies: 5
- Views: 1622
Re: Open -> "Good to have" Features in DataStag
Hello folks, Features "looking forward" ================ 1)Jobs in Designer should have a last run parameter view , where it should automatically pick up the last run parameter. this is helpful when debugging [especially complex jobs]. example: view data should automatically fill in the last run pa...
- Mon Aug 14, 2006 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Question about dual core CPUs and hyperthreading!!
- Replies: 9
- Views: 2400
I have been meaning to blog about this, maybe tomorrow, IBM have changed the CPU based pricing model to cater for dual core and hyperthreading. Each core is either worth 1 CPU or 1/2 a CPU depending on the type. The good news is that Intel and AMD dual cores will be priced as one CPU, while proper d...
- Mon Aug 14, 2006 6:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with delete using DB2 enterprise stage
- Replies: 7
- Views: 3758
Great tip Diddy. You should also have a look at capturing your sql codes from the failed delete statements. I am afraid you are suffering from row leakage , follow the link for instructions on trapping error messages from your DB2 enterprise stage. You might fix this one problem but you still might ...
- Mon Aug 14, 2006 6:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Server Objects and PX
- Replies: 7
- Views: 2543