Search found 4992 matches

by kcbland
Tue Jan 03, 2006 9:55 am
Forum:
Topic: Metadata Repository
Replies: 2
Views: 1586

MetaStage has something called metabrokers which allow connectivity to various source, as well as some capability to push data back into those sources. No coding is required, but automation may be desired and that would require scripting. After you have all of your metadata gathered, you will write ...
by kcbland
Mon Jan 02, 2006 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: slowly changing dimensions
Replies: 3
Views: 1399

Type 1, 2, 3, or a hybrid? How familiar are you with the types and their differences? None of them require usage of surrogate keys, but they absolutely make convincing evidence of solving problems. I suspect that you might not be totally familiar with their implementation, but the normal steps are: ...
by kcbland
Mon Jan 02, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL auditing
Replies: 9
Views: 2918

Usually you have the originating key information, or at least a unique identifier stored with the data. In the case of surrogate key assignment, this is an absolute minimum. As far as auditing, you can perform reconciliations to show that all source rows are loaded via count comparisons based on nat...
by kcbland
Mon Jan 02, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Strategy Loading Teradata tables from Oracle
Replies: 1
Views: 960

Are you basically loading Oracle, but want to keep a synchronized copy in Teradata? What happens when the Oracle piece is retired in favor of just the Teradata side? You could consider making all transformation processes create insert and update files per table, that way you just need loading jobs f...
by kcbland
Mon Jan 02, 2006 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running PX on a Windows Platform
Replies: 6
Views: 1489

Re: running PX on a Windows Platform

gbusson wrote:Which version does allow this feature?

7.5.x2

gbusson wrote:What are the requirements (hardware and software?)


Minimum is 1 cpu, 512MB RAM, Windoze XP Professional
by kcbland
Sun Jan 01, 2006 10:10 pm
Forum: Site/Forum
Topic: Happy New Year and welcome to 2006
Replies: 6
Views: 3210

May your billing rates be high, your runtimes low, and your temper even. 8)

Cheers
by kcbland
Sun Jan 01, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Sequential file
Replies: 7
Views: 1385

The Stage icon allows multiple input and output links, but each link has its own filename associated to it. To have multiple links combine their owns in to a single stream, use the link collector stage. If you attempt to have multiple output links write to the same file simultaneously, you will end ...
by kcbland
Wed Dec 28, 2005 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR: Function call is illegal at this point
Replies: 4
Views: 1873

Can you copy 1 row from your data file into a new file and then run against that? You should be able to massage that 1 row of test data until you isolate which column is causing the error. By the way, is this the first time you've tried loading into Informix using DataStage, meaning is this a new in...
by kcbland
Wed Dec 28, 2005 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error messages based on constraints
Replies: 3
Views: 916

Send your output links to a link collector and spool to the sequential file form the collector. Make sure the metadata is the same on all links. Each link will have its own constraint for its condition as well as applicable derivation for the reason output column.
by kcbland
Tue Dec 27, 2005 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue of a job
Replies: 3
Views: 951

You need to benchmark how long pure inserts take and how long pure updates take. Spool your inserts to a text file, spool your updates to another. Write a job that just reads the inserts text file and inserts into the target database. Copy that job and have it read the updates text file and change t...
by kcbland
Tue Dec 27, 2005 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLFetch failed
Replies: 6
Views: 3283

Your metadata definitions represent the datatypes that the ODBC driver will bind to the returning rows. Inconsistencies here are best to be avoided. Importing metadata and using it insures that the database, ODBC driver, and DataStage all agree as to the content. User-defined queries are best to be ...
by kcbland
Tue Dec 27, 2005 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignoring Duplicates while reading from Seq File
Replies: 13
Views: 5906

Or use the Aggregator stage and group by the key columns and use FIRST derivation for all other attribute columns. This effectively gives you the first row, as long as you handle NULL values properly, like with a substitute value to get it thru the Aggregator for non-nullable values (numerics) and t...
by kcbland
Tue Dec 27, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLFetch failed
Replies: 6
Views: 3283

This is definitely weird, but just for grins, did you press the Get SQL Info button on the ODBC stage to make sure that the driver was verified for constructing the query? My assumption is that you could correctly import metadata and are using Auto-genered SQL. The only way you could get the trim() ...
by kcbland
Tue Dec 27, 2005 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No connect to tera database after upgrading tera client to R
Replies: 3
Views: 894

Whooosh

A swing and a miss (to use a baseball analogy).
by kcbland
Mon Dec 26, 2005 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to attach an AS/400 shared folder
Replies: 1
Views: 537

Don't know about AS/400 shared folders mattering but any chance m: is already in use? Meaning you can't detach because there's an open user/process in that file system?