Multidomain MDM
- Multidomain MDM 10.4 HotFix 1
- All Products
SIP-MV-22000 The name attribute for DB bundle [<lookup table name>.dbBundleMapping] is not defined in the configuration
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <dbBundleConfiguration xmlns="http://www.example.com/mdm/db-bundle-configuration"> <bundle name="LUCountry" hubObject="C_LU_COUNTRY_LCL"> <mappingname="LUCountry"keyColumn="COUNTRY_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> <bundle name="LUState" hubObject="C_LU_STATE_LCL"> <mappingname="LUState"keyColumn="STATE_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> <bundle name="LUCountry.LUState" hubObject="C_LU_STATE_LCL"> <mappingname="LUCountry.LUState"keyColumn="STATE_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> </dbBundleConfiguration>