Search found 4605 matches
- Mon Jan 02, 2006 8:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL auditing
- Replies: 9
- Views: 2918
- Mon Jan 02, 2006 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL auditing
- Replies: 9
- Views: 2918
- Mon Jan 02, 2006 11:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL auditing
- Replies: 9
- Views: 2918
I think what not to do here is more important than what to do. Select InvoiceId From InvoiceFact, InvoiceDim, SourceLink@Invoices Where InvoiceFact.InvoiceKey = InvoiceDim.InvoiceKey and InvoiceDim.InvoiceId = Invoices.InvoiceId and InvoiceFact.InvoiceAmount <> Invoices.InvoiceAmt and InvoiceFact.In...
- Mon Jan 02, 2006 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL auditing
- Replies: 9
- Views: 2918
Simple audit should compare numbers from the source to the target warehouse. It should count or sum some number of rows to the source. AGGREGATE TOTALS: 1. Did all the rows in the source end up in the target? 2. Do the columns in the fact table total the same to the source? 3. In aggregate do you ma...
- Fri Dec 30, 2005 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture the total no. of rows passed through a link
- Replies: 11
- Views: 4986
- Fri Dec 30, 2005 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture the total no. of rows passed through a link
- Replies: 11
- Views: 4986
- Fri Dec 30, 2005 9:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error popped when Exporting Jobs
- Replies: 9
- Views: 3361
- Thu Dec 29, 2005 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Question
- Replies: 9
- Views: 1629
Actually the key is a part of the string. Each level has a separate separator starting with char(255) which cannot be used for anything. This separates keys from the record also known as @FM. Char(254) is called a field mark. Char(253) is called a value mark also @VM. A value mark will separate mult...
- Thu Dec 29, 2005 9:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help in creating a Basic Program
- Replies: 5
- Views: 1019
- Wed Dec 28, 2005 2:18 pm
- Forum: Data Integration
- Topic: fact table
- Replies: 9
- Views: 15799
That is correct. All measures are 0. You can do the same with an outer join to the salesman dimension but sometimes this messes up OLAP tools. The purpose is to show all salesmen even if they had no sales. No sales maybe more important than who sold something. You may want to eliminate poor performe...
- Thu Dec 22, 2005 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where can I find more info on uvsh warning and error message
- Replies: 3
- Views: 1453
- Thu Dec 22, 2005 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Communication link failure
- Replies: 1
- Views: 1526
- Thu Dec 22, 2005 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change Hashfile name
- Replies: 13
- Views: 3818
- Wed Dec 21, 2005 7:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status fo the job
- Replies: 8
- Views: 1524
- Wed Dec 21, 2005 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup Problem
- Replies: 4
- Views: 1099