Search found 3045 matches

by vmcburney
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 ...
by vmcburney
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...
by vmcburney
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

Would it use both dir1 and dir2 or just the first one found? Might make more sense to turn one into a specific type of pool.
by vmcburney
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

The only version of DataStage parallel jobs that run on Windows are from version 7.5.2x. Nothing else will work. Have you got the right version?
by vmcburney
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...
by vmcburney
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...
by vmcburney
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 ...
by vmcburney
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...
by vmcburney
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

If your company is a partner or potential client of IBM you may be able to get evaluation software and licenses. If not then you might be better getting some open source ETL like Ketl or free ETL like Microsoft SSIS and practice with that.
by vmcburney
Tue Aug 15, 2006 7:13 am
Forum: General
Topic: Informatica Sets World Record Data Integration Performance
Replies: 6
Views: 3680

Still waiting for the results of the A sample drug test...
by vmcburney
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...
by vmcburney
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...
by vmcburney
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...
by vmcburney
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 ...
by vmcburney
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

Do you mean server jobs and parallel jobs? The best way to see the difference is to read the partitioning chapter in the Parallel Job Developers Guide as it has a good description of parallel processing and partitioning with some groovy diagrams.