Search found 45 matches

by mfavero
Fri Feb 13, 2015 2:09 pm
Forum: General
Topic: uvconfig shared memory settings for side by side versions
Replies: 6
Views: 3368

Thank you Craig. I was not experiencing a problem - just trying to understand the parameters better.
by mfavero
Wed Feb 11, 2015 11:20 am
Forum: General
Topic: uvconfig shared memory settings for side by side versions
Replies: 6
Views: 3368

I am not concerned or interested in v11 The key here is running multiple versions of PXEngine on the same server. If these memory variables are offsets then I would think they should be different for every version running. If they are the same then perhaps the Engines will conflict and walk over eac...
by mfavero
Tue Feb 10, 2015 2:20 pm
Forum: General
Topic: uvconfig shared memory settings for side by side versions
Replies: 6
Views: 3368

uvconfig shared memory settings for side by side versions

We are running multiple versions of DataStage all using just PX not the DS Server version. 7.5.2, 8.1.2 & now 9.1.2 I see that the shared memory parameters are different in 7.5 and 8.1 and when I install 9.1 they end up being the same as 8.1. Shouldn't the 9.1 values be different. I have found n...
by mfavero
Thu Jun 04, 2009 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of all the datasets in a sequncer
Replies: 5
Views: 2790

Well it's probably easier to write a query against DS_JOBS/DS_JOBOBJECTS, but you have to find someone who knows the internal structures. I hadn't realized the original question was for V7. I worked with the whole set of tools last July on V8 and I posted a few opinions/questions. Conclusion - defin...
by mfavero
Thu Jun 04, 2009 9:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of all the datasets in a sequncer
Replies: 5
Views: 2790

Well it's probably easier to write a query against DS_JOBS/DS_JOBOBJECTS, but you have to find someone who knows the internal structures. I hadn't realized the original question was for V7. I worked with the whole set of tools last July on V8 and I posted a few opinions/questions. Conclusion - defin...
by mfavero
Wed Jun 03, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of all the datasets in a sequncer
Replies: 5
Views: 2790

Submit to IBM as what a metadata respository SHOULD do. So far the reporting capabilities of their new and improved V8 intergrated suite are woefully sad. :cry:
by mfavero
Tue Jun 02, 2009 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup design and performance
Replies: 6
Views: 3339

If all of the lookup keys are on the source file you can do it all in one transformer. If any of the lookups need to build a key with columns from a previous lookup you need to have more than one transformer. You may also find it easier to have multiple transformers for rejecting rows and deciding w...
by mfavero
Tue Jun 02, 2009 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 8
Views: 4013

Are you only doing updates? If not, you are probably doing upserts. Split the file into two, one for inserts and one for updates. Then run each file through the proper load. If you are doing all updates, consider generating a key file and delete all the rows with those keys. Then bulk insert all the...
by mfavero
Tue Jun 02, 2009 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent and child tables in a single datastage ETL job
Replies: 13
Views: 10136

In my experience, the best practice has always been to have the ETL resolve referential integrity. The number of jobs is not relevant. You could have 3 jobs for each table, depending on complexity and modularity. The load images for the related tables would be generated as seq files or datasets and ...
by mfavero
Thu May 07, 2009 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import routine from dsx file
Replies: 16
Views: 12066

You can see if a routine is read-only by double clicking on it in designer and at the top of the window it will show (Read-Only) Also all the buttons are grey except Close and Help, so you cannot save or compile it. If your routines are not read-only then it must be something in the new projects -ma...
by mfavero
Thu May 07, 2009 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import routine from dsx file
Replies: 16
Views: 12066

You can see if a routine is read-only by double clicking on it in designer and at the top of the window it will show (Read-Only) Also all the buttons are grey except Close and Help, so you cannot save or compile it. If your routines are not read-only then it must be something in the new projects -ma...
by mfavero
Thu May 07, 2009 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import routine from dsx file
Replies: 16
Views: 12066

Are the routines marked read-only in the project you export from?

Do they already exist in the project you are importing to and are they read-only there?

inspect the dsx file and search for ROUTINE - are there other routines in the dsx besides the 3 you want?
by mfavero
Wed May 06, 2009 8:26 pm
Forum: General
Topic: Why IBM sucks and DataStage will never be the leading tool
Replies: 16
Views: 12631

Interesting discussion. Rather emotional on all sides I think. The message to IBM is simple - IMPROVE YOUR TRAINING - at least keep up with the competition. Whether you think the money leads to revenue or not. I for one think you will get a bountiful return on investment. The better the world of dev...
by mfavero
Wed May 06, 2009 3:17 pm
Forum: General
Topic: How do I get dsjob -logdetail to list the log from the last
Replies: 12
Views: 25895

#!/bin/ksh ####### ################################################################################ ####### ####### FILE: dsjob_logwarns.ksh ####### ####### DESCRIPTION: Retrieve Warning and Fatal error messages from datastage job ####### log for latest run ####### ####### Steps: ####### 1) Use dsj...
by mfavero
Wed May 06, 2009 8:55 am
Forum: General
Topic: Why IBM sucks and DataStage will never be the leading tool
Replies: 16
Views: 12631

Where are all the testimonials to how good the IBM training classes are?? The issue is not whether certification is important or whether IBM has better consultants than the independents. There are a few alternative education alternatives that are better and cheaper than IBMs - always have been - DSX...