Search found 3045 matches

by vmcburney
Thu Jul 26, 2007 10:33 pm
Forum: IBM QualityStage
Topic: Quality Stage Stages not visible/selectable in new projects
Replies: 5
Views: 2295

Have you created a new Server job by accident? QualityStage stages can only be added to Parallel jobs, not Server jobs.
by vmcburney
Thu Jul 26, 2007 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 to SQLServer ETL runs slow..using wrong logical
Replies: 5
Views: 2253

You might run into this problem on other jobs. The easiest way to spot it is via the job minotor showing that your job processes 0 rows for a long time. It will report that it ran at 200 rows a second but it was probably 0 rows a second for a long time followed by 1000 rows a second once it got going.
by vmcburney
Thu Jul 26, 2007 6:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD in DS8 PX
Replies: 5
Views: 1796

The SCD stage is supposed to drop rows where a dimension row is found but all Type 2 column values are not changed. It could be the change data comparison in the stage is not working properly - this can happen when comparing CHAR to VARCHAR or when a string field has extra special characters that yo...
by vmcburney
Thu Jul 26, 2007 12:29 am
Forum: General
Topic: IBM information server-Installtion failure
Replies: 4
Views: 1253

Try installing one layer at a time - repository followed by domain followed by server. That gives you a much shorter install and rollback and it may reduce the chance of failure. If it failed during install of product license it could be the repository and domain both worked (giving you a working me...
by vmcburney
Wed Jul 25, 2007 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display stages in tabular form
Replies: 5
Views: 1462

You listed version 8 in your original post, you can do something like this in the Information Server console by generating a Source to Target report but you cannot do it in the Designer. In the Designer you can view dependencies and lineage like table definitions, jobs, routines, job parameters, con...
by vmcburney
Mon Jul 23, 2007 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Grid
Replies: 8
Views: 3929

Ab Initio had the first massively parallel ETL tool, Orchestrate was one of the next to do it and were acquired by Ascential, Informatica grid came later.
by vmcburney
Mon Jul 23, 2007 8:09 pm
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 4067

Informatica dug themselves into a hole in Australia and several years ago Ascential was beating them comfortably. They cancelled a master reseller agreement and opened an office in Sydney and have recovered. Similar stories from other parts of the world, Informatica international revenue increased d...
by vmcburney
Mon Jul 23, 2007 7:51 pm
Forum: General
Topic: SSIS to Datastage migration
Replies: 3
Views: 4157

One thing your SSIS developers might have done is leveraged a lot of SQL Server stored procedures. SSIS is an ETL tool that is capable of running transformations outside of the SQL Server RDBMS engine but a lot of DTS users are more familiar with stored procedures and do a lot of the transformation ...
by vmcburney
Wed Jul 18, 2007 10:53 pm
Forum: General
Topic: Features of Information Analyzer
Replies: 0
Views: 867

The initial 8.0.1 release is mainly made up of ProfileStage functionality - and comes with a free copy of AuditStage. Future release will have AuditStage functions added. In DataStage and QualityStage 8 the table definition form has a new tab called Analytical information - it contains a summary and...
by vmcburney
Wed Jul 18, 2007 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Grid
Replies: 8
Views: 3929

I don't know much about it but the challenge for Informatica is that Ab Initio and DataStage EE were built from the ground up as shared nothing parallel processing engines. It's hard to take a product that is single threaded and build that into it - which is why Ascential stopped trying with Server ...
by vmcburney
Wed Jul 18, 2007 8:29 pm
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 4067

A quick check of ETL jobs in Australia on Seek today (note some listings are duplicates): DataStage - 119 Informatica - 102 SSIS - 80 OWB + Oracle Warehouse Buider - 37 DecisionStream (Cognos) - 14 Data Integrator (Business Objects) - 9 Ab Initio - 6 (most of them Cognos BI roles) ETI - 1 Genio - 0 ...
by vmcburney
Mon Jul 16, 2007 10:22 pm
Forum: Site/Forum
Topic: Gross!
Replies: 6
Views: 3279

I think we all missed the really big milestone - Ray was a gross of gross at 20736 posts.
by vmcburney
Mon Jul 16, 2007 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding DS 8 migration
Replies: 7
Views: 1623

I've got DataStage 8 running on my laptop with server, parallel and sequence jobs all running. I've got a DSEngine directory with all the UV files in it and all the server job Universe stuff like BASIC routines and hash files are fully supported. I would recommend exporting your DataStage projects, ...