Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How To DTS Import Transaction Database Custom Data to Data Warehouse


View products that this article applies to.

This article was previously published under Q324149

↑ Back to the top


Summary

A Transaction DTS task does not export to the Datawarehouse database any new fields or new columns that you add to OrderGroup, OrderGroupAddress, OrderFormHeader, or OrderFormLineItems.

↑ Back to the top


More information

There are four Transaction tables where the Transaction DTS locates data. These are OrderGroup, OrderGroupAddress, OrderFormHeader, and OrderFormLineItems.

If you add fields or columns to these tables, Transaction DTS may not recognize them. To export the data in those additional custom columns to the DataWarehouse database, do the following:
  1. For a new field in any of the four Transaction tables, add an entry in the TransDimension Table (located in the Commerce transaction database) that has the RequiredDim column set to 1.

    For example, if you add a custom column named TaxPercentage to the OrderformHeader table, an entry should be added to the Transdimension table as in the following example:
    DimensionName  FieldName      CategoryName    KeyField RequiredDim
    TaxPercentage  TaxPercentage  OrderFormHeader  0        1
    					

  2. After this change, you can use the Transaction DTS to import data in the custom column TaxPercentage into the Data Warehouse.

↑ Back to the top


Keywords: KB324149, kbpending, kbnofix, kbhowto, kbfix

↑ Back to the top

Article Info
Article ID : 324149
Revision : 4
Created on : 7/1/2004
Published on : 7/1/2004
Exists online : False
Views : 278