DimPayableLoad
 LKP Source Payable AK (Component)
  Properties
Property Value
Name LKP Source Payable AK
Description Looks up values in a reference dataset by using exact matching.
Up Stream Components
Down Stream Components
ID 19
Component Class ID {27648839-180F-45E6-838D-AFF53DF682D2}
Contact Info Lookup;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;5
Identification String component "LKP Source Payable AK" (19)
Is Default Locale True
Pipeline Version 0
Uses Dispositions True
Validate External Metadata True
Version 5
  Connections
Name Connection Manager Description
OleDbConnection
  Custom Properties
Name Value
CacheType
0
ConnectionType
0
DefaultCodePage
1252
MaxMemoryUsage
25
MaxMemoryUsage64
25
NoMatchBehavior
1
NoMatchCachePercentage
0
ParameterMap
#301;
ReferenceMetadataXml
<referenceMetadata><referenceColumns><referenceColumn name="PayableAK" dataType="DT_STR" length="12" precision="0" scale="0" codePage="1252"/></referenceColumns></referenceMetadata>
SqlCommand
SELECT DISTINCT
 CAST(ApPay.FISCAL_YEAR + ApPay.PAYABLE_NBR as varchar(12)) as PayableAK  FROM AP_PAYABLE ApPay;
SqlCommandParam
select * from (SELECT DISTINCT CAST(ApPay.FISCAL_YEAR + ApPay.PAYABLE_NBR as varchar(12)) as PayableAK FROM AP_PAYABLE ApPay;) [refTable] where [refTable].[PayableAK] = ?
  Input Columns
Name ID LineageID
PayableAK
303
301
  Output Columns
Name ID LineageID
ErrorCode
36
36
ErrorColumn
37
37
Powered by BI Documenter