Upgrading to 8.0 ..Things to be looked at

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vijayrc
Participant
Posts: 197
Joined: Sun Apr 02, 2006 10:31 am
Location: NJ

Upgrading to 8.0 ..Things to be looked at

Post by vijayrc »

Fellow DSers,
If we were to upgrade to DS Version 8.0, from developer's perspective, apart from exporting/importing the code, recompiling, and ofcourse, testing, would there be any other tasks that might be involved that would take up some considerable time. [Our application has the following: Jobs, Shared Containers, Job Sequencers, Build-Ops, Schema and Table Definitions, Before/After Job-Routines etc and also DB2 calls using Stored Procedures]
Any input from people who have moved on to V8.0 from V7.xx would be great.
Thanks,
Vijay
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Post by Teej »

Training.

There are a number of new features within 8.x that would help reduce development time, particularly with the new addition of QualityStage-specific stages. There are also changes in some stages (such as Surrogate Key) that does not behave the same as the same stage in 7.5.

You could also look into the possibility of optimization of your jobs. Certain tweaks have been applied across the entire platform that could help or harm your job's performance. New features have been added that you may have done over multiple stages (or command line calls).

That's pretty much it this early on.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

IBM offers class code DX800 (What's New in DataStage/QualityStage 8.0) that has pretty good coverage. Talk with IBM Learning Services. This is not a regularly scheduled class - it is run on demand.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Aruna Gutti
Premium Member
Premium Member
Posts: 145
Joined: Fri Sep 21, 2007 9:35 am
Location: Boston

Post by Aruna Gutti »

Please be aware that you need at least 2 GB RAM for the desktops where Client will be installed.

2 GB in addition to what you need for your other applications running on that desktop.

I had a very tough time getting multi-client manager to work without the additional memory.

Regards,

Aruna.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

You also need to reconsider your server architecture. Under 8 you'll have a DataStage server and a Metadata server so you need to decide whether your server can host both or whether to bring in a lighter server to host Metadata. All the DataStage components should import into version 8 without a problem.
Post Reply