Search found 3045 matches

by vmcburney
Mon Oct 09, 2006 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage is having any peoplesoft EPM plugin
Replies: 8
Views: 4721

I've heard of ibm converting a site using the inhouse convertion tool. If PeopleSoft hadn't been bought by Oracle they would probably offer it as a standard out of the box upgrade by now. The original plan was to put an express upgrade version of DataStage into every PeopleSoft product. Multiple ins...
by vmcburney
Sun Oct 08, 2006 5:06 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Difference between DWH Datastage and Datastage TX
Replies: 7
Views: 5715

I think DataStage jobs are far more common than TX jobs. For example on an Australian job site I see 113 ads with DataStage in the job description and 4 with TX or Mercator (the old name for TX). This means if you are an expert in TX you could potential earn the most money since resouces are hard to...
by vmcburney
Sun Oct 08, 2006 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage is having any peoplesoft EPM plugin
Replies: 8
Views: 4721

There is a version of DataStage called DataStage for PeopleSoft. It is a set of prewritten jobs for moving data from PeopleSoft into the PeopleSoft EPM database. There are hundreds of server jobs in this pack. This version comes "free" with PeopleSoft EPM, and by free I mean it is factored into the ...
by vmcburney
Thu Oct 05, 2006 11:07 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: More a question of IBM support....
Replies: 10
Views: 6501

If you are talking about the entire suite it is going to get a much higher profile in IBM than if it had remained at Ascential. With MetaStage reincarnated as the Information Server it becomes the home of DataStage, QualityStage and the Information Analyser from the old Ascential suite. It also serv...
by vmcburney
Wed Oct 04, 2006 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to Parallel conversion into Lookup fileset
Replies: 9
Views: 3178

I just answered this on another thread. Why don't you write from your hash file directly to lookup filesets? You should be able to do this by putting the hash file stage in a server job shared container and adding this to your parallel job.
by vmcburney
Wed Oct 04, 2006 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Server job to Parallel
Replies: 10
Views: 3780

Couldn't you just write a parallel job with a server job shared container that reads a server hash file and writes it to parallel lookup filesets? A transformer is probably not required though you might get some metadata related warning messages when you run the job. I would put a copy stage between...
by vmcburney
Fri Sep 29, 2006 9:00 pm
Forum: IBM QualityStage
Topic: QualityStage Certification
Replies: 13
Views: 9834

I always thought that the functionality of QS was excellent in the matching and standardisation but what was letting it down was the architecture. Most problems can be debugged and fixed but what I found annoying was the way it wasn't entirely client server: the Access repository and pattern file di...
by vmcburney
Wed Sep 27, 2006 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel jobs on linux
Replies: 3
Views: 1563

On recent projects I have seen Linux overwhelmingly becoming the most popular platform for DataStage servers, especially on sites running clusters or grids. If you work out how to get the first server setup correctly then you make this the standard configuration for every server that follows and you...
by vmcburney
Tue Sep 26, 2006 7:05 pm
Forum: IBM QualityStage
Topic: QualityStage Certification
Replies: 13
Views: 9834

Thanks to tzeng for finding the new certification exam on the IBM website. I don't know of any way to get automatically notified of new exams of interest so I hadn't seen this one arrive. I don't know enough about the current QualityStage to have any chance of passing the exam. I may try and take it...
by vmcburney
Tue Sep 26, 2006 7:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datawarehouse's Data Merging Considerations
Replies: 7
Views: 2002

You should also consider a master data management process. For example, where is your definitive list of customers, addresses and products? Are you decommissioning core systems? You could try and make your data warehouse the consolidated view of all information from each set of systems but you face ...
by vmcburney
Sun Sep 24, 2006 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find out what is in list 2 but not in list1
Replies: 4
Views: 1290

Use a transformer stage accepting both sources as input with list 2 as primary input and list 1 as a reference lookup. Join on all fields, if you have a unique primary key you can just join on those fields for faster processing. Have a single output with a constraint of list1.NOTFOUND. This will out...
by vmcburney
Sun Sep 24, 2006 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buy AIX server for Datastage Dev, Test and Prod environment
Replies: 5
Views: 1392

In your source and target databases you tend to store data just once. On your ETL server your store it many times, depending on how many rollback points you have, whether you have a dataset staging area, how often you archive etc. Data saved to datasets tends to take up more space than database tabl...
by vmcburney
Fri Sep 22, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Proof of concepts for DS and Informatica
Replies: 3
Views: 1158

Since Hawk isn't available yet it is hard comparing it to other ETL products.
by vmcburney
Thu Sep 21, 2006 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where I can find the DSParams.keep file?
Replies: 3
Views: 884

You don't get a dsparams.keep file until there is something to put into it! When you first create a project you get a dsparams file but since you have not made any changes to environment variables you don't have a keep file. Once you start making changes the keep file shows up.
by vmcburney
Thu Sep 21, 2006 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between ETL developer and Datawarehouse developer
Replies: 9
Views: 9797

An ETL developer on a DW project should know both ETL and DW concepts. On the modelling side they should know about things like surrogate keys, dimensional modelling and slowly changing dimensions. At least one ETL developer on the project should have both skillsets.