Search found 3045 matches

by vmcburney
Tue May 23, 2006 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Additional Features in DataStage 6.0
Replies: 3
Views: 779

Is there any reason for going to 6.0 instead of 7.5.2? DataStage jobs look and run pretty much the same between 5 and 7. The main changes are sequence jobs and the underlying Universe engine. I would expect your 5 jobs to upgrade smoothly to 7.5.2 and save you the bother of future upgrades.
by vmcburney
Tue May 23, 2006 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server to Enterprise Edition Transition Lab!
Replies: 7
Views: 1987

Pity, I would have flown to the US for free minibar.
by vmcburney
Mon May 22, 2006 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server to Enterprise Edition Transition Lab!
Replies: 7
Views: 1987

Does that include the contents of the hotel minibar?
by vmcburney
Tue May 16, 2006 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a Parallel job on Win XP server
Replies: 7
Views: 2250

You will have to do it through IBM-Ascential support and have a valid serial number or evaluation agreement with IBM. They can send you the software on CD or DVD or they might be able to set up an ftp link. This is not like DB2 Express with a free version or even like Sunopsis with an evaluation ver...
by vmcburney
Tue May 16, 2006 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server - Benchmark
Replies: 11
Views: 3267

There are sites out there running DataStage on hundreds of servers in a grid. The speed and throughput depends on how many CPU, disk and RAM resources you throw at it and the bandwidth of your network and the performance of your source and target databases.
by vmcburney
Tue May 16, 2006 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Got certified in Datastage
Replies: 40
Views: 13776

Good to see people passing the exam. It's a great way to round out your knowledge of the product. Currently the only certification help out there is the overview on the IBM website and my blogs: Can I prepare for certification on an old version of DataStage? and DataStage Certification - how to pass...
by vmcburney
Mon May 15, 2006 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use datastage version control to version shell script
Replies: 8
Views: 2004

Has the company you are with spent money for EE and yet does not have a solution for Change/Version Control for other non-EE software? Yes! All the time! DataStagers are usually on specific project teams with a standalone server setup with just DataStage software. On a lot of these projects no one ...
by vmcburney
Sun May 14, 2006 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between sever and parallel job
Replies: 9
Views: 2398

Thanks Guru, great to get some feedback.
by vmcburney
Fri May 12, 2006 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use datastage version control to version shell script
Replies: 8
Views: 2004

I have used it to control shell scripts and I think it works very well. It is a lot safer then hoping that developers remember to ftp the right scripts between envs. Read the vc manual section on custom folders. I believe it can control any type of file in that directory including programs.
by vmcburney
Fri May 12, 2006 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between sever and parallel job
Replies: 9
Views: 2398

I did some comparisons that revealed that sorting was significantly faster in parallel then server and that even without using massively parallel jobs you could still get better performance. See DataStage server v enterprise: some performance stats . Also read my article in DB2 Magazine that gives s...
by vmcburney
Thu May 11, 2006 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Make environment variables inaccessible for change
Replies: 4
Views: 1110

Assuming that you have an administrator login (such as dsadm) that the developers do not have the password to you could try setting the permissions of the DSPARAMS file in each project directory so that only the dsadm user can modify that file. When user defined variables get moved from testing into...
by vmcburney
Thu May 11, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterpirse Stage use /tmp directory to making temp file
Replies: 7
Views: 2932

The temp directory setting is under the project environment variable settings in the DataStage Administrator and is set for each project. I think this is the one the DB2 load will use.
by vmcburney
Tue May 09, 2006 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata enterprise
Replies: 2
Views: 1025

Have you been through all the teradata setup steps from the Install and Upgrade Guide? It might be a missing dsenv value. You might find the Teradata API if you open your Designer repository and from the right mouse click menu display stage types, browse through the parallel stage types the missing ...
by vmcburney
Thu May 04, 2006 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible Performance deterioration after upgrading to 7.5.1A
Replies: 3
Views: 864

Do you have a copy of the pre-upgrade dsenv file (in the DSHome directory) or the DSParams file (in each project directory) that you can run a text file comparison on. Have you reverted to a default config file? Is there a trace parameter turned on? Is the deterioration only in jobs that insert or u...
by vmcburney
Thu May 04, 2006 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Quick way of copying parameter set from one job to another?
Replies: 8
Views: 3252

I use Ken's parameter all the time. It is quite flexible, you can use it to copy one parameter or multiple parameters, it can add just the missing parameters or wipe and create new sets. Look for the link to Ken's website on his profile page.