Search found 3045 matches

by vmcburney
Sun Jul 27, 2008 5:12 pm
Forum: General
Topic: Comparision of Stage Variable & Transformer
Replies: 6
Views: 1335

Would combine operators merge the three Transformers into one? I would guess that a single Transformer would work best but the easiest way to tell is to design the job both ways and run a test. The one time I would use two or more Transformers in a row is if the first Transformer has a constraint th...
by vmcburney
Thu Jul 24, 2008 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between ODBC connector and ODBC Enterprise
Replies: 1
Views: 1589

ODBC Enterprise was the version 6 and 7 way of doing connectors - you add a blank stage in each job and add the connection and table details. ODBC Connector is the new version 8 way - you configure and save a connector object with connection parameters and you can add it to any job and use it in oth...
by vmcburney
Wed Jul 23, 2008 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non defined field lengths
Replies: 4
Views: 1210

You will find when you import the table definition into DataStage that it defaults most of the varchar fields to 255 - the maximum length before you have to switch to the greedier longvarchar field. You just need to make some common sense guestimates about the lengths of your fields.
by vmcburney
Wed Jul 23, 2008 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can db2 enterprise stages be used with mainframe db2?
Replies: 11
Views: 4286

I thought you needed something like DB2 Connect to get to a mainframe DB2 database from off the mainframe.
by vmcburney
Wed Jul 23, 2008 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 3020

You just run the Information Server install all over again on the new server but only install the repository and domain layers. Leave the server layer alone (DataStage). Once the Metadata Server is reinstalled you can go into the console and hook it into the DataStage server.
by vmcburney
Tue Jul 22, 2008 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository on SQL 2005 Express Edition
Replies: 10
Views: 3020

I got it running on SQL Server Express but since it's not officially supported you might have trouble getting phone support for your DataStage install problem. You didn't need to reinstall DataStage - you could have just pointed it to the new Metadata Server. I think it's more likely you missed an u...
by vmcburney
Sun Jul 20, 2008 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml input stage v8.0 AIX
Replies: 6
Views: 1231

This installation error on AIX is fixed in software patch e117664 as long as you install it before Fix Pack 1a as it has been configured to only install onto 8.0.1.0 and not the Fix Pack version 8.0.1.1.
by vmcburney
Thu Jul 17, 2008 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Features of Datastage PX 8X
Replies: 1
Views: 812

You could try What is new for DataStage 8 on the Information Server and IBM has a version 7 to 8 training course.
by vmcburney
Thu Jul 17, 2008 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking using parallel jobs
Replies: 11
Views: 8369

You need to find out what needs to be masked, why it needs to be masked and how robust that masking needs to be. Credit Card numbers for example need 106 bit encryption or masking that DataStage cannot do, customer names could just be scrambled with an external C++ routine algorithm. There are appli...
by vmcburney
Wed Jul 16, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between DS 6.0,7.0 and 7.5.2
Replies: 3
Views: 1776

I've put the features from the various release notes onto a wiki at http://it.toolbox.com/wiki/index.php/DataStage_Enterprise_Edition.
by vmcburney
Wed Jul 16, 2008 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading millions of records
Replies: 10
Views: 4376

Wait, you have an Oracle DBA? They why aren't they telling you why the load is slow? It's their job to optimize the performance of that database. They should be able to monitor the table while DataStage is running to find out what the bottleneck is. You can disable the index from the DataStage befor...
by vmcburney
Wed Jul 16, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking using parallel jobs
Replies: 11
Views: 8369

There is a data masking for DataStage solution which is due in late 2009! IBM Professional Services have already built one using routines but they are not sharing it unless you engage them directly. The main question is whether you really need data masking. Most sites make the ETL server secure and ...
by vmcburney
Wed Jul 16, 2008 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diffrence on Datastage MVS edition and Parallel extender
Replies: 2
Views: 2761

Cost is a complex question and depends on the architecture you are interested in. I'm assuming both databases reside on the mainframe and you don't want to pull the data off, transform it and push it back on again. Without a doubt the cheapest way to use DataStage on the mainframe is Information Ser...
by vmcburney
Tue Jul 15, 2008 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env variables in Parallel shared container
Replies: 3
Views: 1215

The safest way to use an environment variable in a DataStage job is to add it as a job parameter using the "Add Variable" button from the Job Parameter tab. The easiest way to add multiple variables to a job and map them through to a shared container is by using a Parameter Set. See my blog post Usi...
by vmcburney
Tue Jul 15, 2008 5:03 pm
Forum:
Topic: Metadata Workbench - anyone using?
Replies: 12
Views: 6703

When I started using Workbench for the first time I got a Word document from IBM that explained how to use the Workbench. It went through all the steps of metadata stitching. I can't find it now (switched jobs and laptops since then) but there is a guide out there! Ask IBM support. I agree the produ...