Search found 3045 matches

by vmcburney
Fri Mar 23, 2007 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PASSWORD MISSING Error in DB2/UDB Enterprise
Replies: 6
Views: 2307

This problem is almost never caused by a missing password and is usually due to an incorrectly setup DB2 client for DataStage. I posted a link to a DB2 tutorial from IBM DataStage Tip: Extracting database data 250% faster . One tip is to try to connect to DB2 from the command line to get better erro...
by vmcburney
Wed Mar 21, 2007 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop flow of Warnings in Director
Replies: 3
Views: 643

The last thing you want to do is to have the log messages being loaded into your Director, that really slows things down. I think you can right mouse click and clear the log from Director without looking at the log. This should make it easier to get rid of your warnings.
by vmcburney
Wed Mar 21, 2007 9:21 pm
Forum: General
Topic: DataStage 8.0.1 released, may be the Unix/Linux version
Replies: 4
Views: 1708

IBM have now added links to download the Information Server 8.0.1 for AIX and LINUX so it looks DataStage 8 for Linux and AIX has arrived. I'm sure it's not long until the Solaris and HP versions! :)
by vmcburney
Wed Mar 21, 2007 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic lookup with Datastage 7.5
Replies: 1
Views: 1908

Would it work with the join stage? You might also be able to replace your lookup stages with a custom operator stage that calls the lookup function without the GUI. Not sure how this would go with job parameters and RCP though.
by vmcburney
Wed Mar 21, 2007 6:44 pm
Forum: General
Topic: DataStage 8.0
Replies: 5
Views: 1793

You are learning about this in my blog aren't you?
by vmcburney
Wed Mar 21, 2007 5:53 am
Forum: General
Topic: DataStage 8.0
Replies: 5
Views: 1793

QualityStage is fully implemented as stages within DataStage 8 so you don't get the option to install them on different servers. You could probably do something with the config files if you wanted to make parts of a cluster or grid specialise in Quality functions like matching. QS 8 and DS 8 are ful...
by vmcburney
Tue Mar 20, 2007 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change server jobs to parallel?
Replies: 8
Views: 2629

It's pointless to convert all jobs since many smaller volume jobs will run faster as server jobs. It is dangerous to do a large scale conversion without an expert parallel job developer. IBM offers a conversion service, they have conversion tools in house and a specialised team, they don't advertise...
by vmcburney
Mon Mar 19, 2007 7:48 pm
Forum: General
Topic: This Job contains one or more unattached links, all links mu
Replies: 10
Views: 9526

If you choose "Show Link" from the compilation box and immediately hit the delete button it should remove the link even if you can't see it. Another way of finding it is to draw a selection box over your entire job and see if anything gets highlighted that is too small to see. You also might have a ...
by vmcburney
Sat Mar 17, 2007 3:20 am
Forum: General
Topic: DataStage 8.0.1 released, may be the Unix/Linux version
Replies: 4
Views: 1708

DataStage 8.0.1 released, may be the Unix/Linux version

My IBM DataStage RSS feed alerted me to a new release note for the Information Server 8.0.1 release that indicates it is the first AIX and Linux version. See my blog post IBM release Information Server 8.0.1 for Unix AIX and Linux for the links. Can anyone confirm whether this is available in the US?
by vmcburney
Sat Mar 17, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration 7.5x2 to 8.0
Replies: 15
Views: 4088

It doesn't need to change. While the metadata repository has changed the parallel engine hasn't. Datasets should be the same. It's the cataloguing of datasets that is causing your problems. If you have upgraded it should still be available through the dataset manager. If it isn't get in touch with A...
by vmcburney
Fri Mar 16, 2007 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration 7.5x2 to 8.0
Replies: 15
Views: 4088

Use the new performance monitoring reports and graphs to monitor jobs that fail. Do they fail when they are run individually or when they are run with a lot of other jobs? Compare your current environment and project variables to the values you had pre migration to find out if any important settings...
by vmcburney
Wed Mar 14, 2007 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint in Transformer
Replies: 3
Views: 874

If you have no constraint and no rows going down that link it is usually because the rows are being rejected. Do you have a reject link on the transformer to trap dropped rows? Are there warning messages in the log. If it is a glitch in the link you could just delete it and replace it with the link ...
by vmcburney
Thu Mar 08, 2007 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select Privileges & Sox compliance
Replies: 12
Views: 3188

It's odd because they are giving you access to the most sensitive tables - the customer and financial data tables - and are kicking up a stink about irrelevant system tables that have no private information in them. I think you could publish most system tables to the entire world without breaking SO...
by vmcburney
Thu Mar 08, 2007 12:43 pm
Forum: General
Topic: Difference btw Sequencer & Batch jobs
Replies: 3
Views: 1994

You should explore your right mouse click menu in Transformer to see what macros and constants are available. You might find a use for things like job start time or job name or invocation id. Functions like wait for file and send email should be run once before or after the job so they are best in a...
by vmcburney
Tue Mar 06, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Env variable value
Replies: 1
Views: 804

Have a look at the first message in the Director logs that lists all the environment variables for that processing session. Sometimes a job uses a different profile to the one you expect. It's not all that dynamic since the user would need to keep changing the environment variable each time they run...