MDM Syndicator Question

Hi,
I have a question on the MDM syndicator.
Can the MDM Syndicator handle the following business case... or do you need to have XI in the middle ?
MDM would need to send
(a) New data to each of 3 connected systems
(b) Changed data to each of the system for which there is an external key present.
I know the  suppress unchanged records and suppress the records without a key option.. but these don't seem to be sufficient.
Thx,
Dirk

Hello Dirk:
As you ask about using XI, the answer is yes, MDM cannot interact (as syndication goes) with any system, it only exports the data either on txt flat files, or XML files, so XI, or any broker for that matter, is needed.
Sending data to new previously empty systems is also posible, just set up a new Client System and create its correspondient syndication map.
I hope that helps
Regards
Alejandro

Similar Messages

  • Need to add a new field to the Schema for MDM Syndicator

    We are running MDM 5.5 SP6.
    We have a requirement to add a new field and syndicate the new field to the our Procurement System.
    I was able to add the new field to the repository and schema in SAP MDM Console.  However, when I went into the Syndicator to map the new field (which I do see) to the new Schema field, I don't see the new field to map in the Schema.
    How can I change the existing syndication jobs (11 of them) to use the new Schema?  Or do I have to recreate all of them?
    Thank you in advance!!!

    Hi Janynne,
    I hope you have modify the Syndication XSD(add new field) and then load it in XML Schema table of MDM Console, right ?
    If you have done it, now open MDM Syndicator>Go to File>Open, select the required Remote system and Available map.
    Now your existing map will be loaded which has not the required added field, Now again, go to file-->Export.
    Give file name and save this syndication map on your Desktop. Once you have done this.
    Go to File>New>Select respective remote system and Type as XML Schema if you have loaded this XSD in Console else select Type as XML Schema file and select the modified XSD (added new field XSD) from Desktop. Once it is loaded, import the existing syndication map(which you have exported as said above) which should have all the fields mapped, now in target side you will have here new added field too, map it with required source field in Item Mapping and then go to file>Save as>select the required Remote system and give new map name. Use this map for exporting files for future reference.
    Also, if your are using Port Concept, you need to change the Properties Map and XML Schema in Port of MDM Console.
    Regards,
    Mandeep Saini

  • MDM syndicator, Root path is disabled

    Hi
    I have created xsd version of my repository and in the MDM syndicator, Root path is disabled.
    should I have to create xsd root file or how can I do that
    thanks
    Manian

    Hi Manian,
    if your root path is disabled, i.e. you cannot select any, when you are specifying your schema file, then most likely there is an error in the xsd file. Try to validate it again.
    Otherwise, if you refer to the mapping part:
    1. You set up "XML File Output" to "Multiple Files" in the Map Properties, then you do not need the root element anyway.
    2. You set up "XML File Output" to "Single File" in the Map Properties, then you need to specify a repeatable node name. If this is supposed to be your root, then you need to specify another root node in the xsd.
    Best regards
    Christian
    Edited by: Christian Heuer on Jul 8, 2008 4:08 PM

  • Can't specify XML Schema root in MDM Syndicator

    Hello:  I am using MDM 5.5 SP3, and I am trying to use Syndicator to output multilingual XML product descriptions.  The XSD I am attempting to use is pasted below.
    When I attempt to specify the Destination Properties and select the XSD file I have loaded into the repository via the Console, I am unable to select the "Root" (it is grayed out).  I am unable to use the XSD in any way within Syndicator because the "OK" button is grayed out...I assume because Root has not been specified.
    Any suggestions?
    Thank you - Matt
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2000/10/XMLSchema">
    <xs:element name="ProdDescription" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ProdCatalogNum" type="xs:string"/>
          <xs:element name="Description" type="xs:string" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Language" type="xs:string"/>
                <xs:element name="Value" type="xs:string"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    </xs:schema>
    I also tried this variant with no success.  Changes are <b>in bold</b> and notes are <u>underlined</u>.
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2000/10/XMLSchema">
    <b><xs:element name="root">
      <xs:complexType>
        <xs:choice maxOccurs="unbounded">
          <xs:element ref="ProdDescription" />
        </xs:choice>
      </xs:complexType>
    </xs:element></b>
    <xs:element name="ProdDescription"> <u>previously: maxOccurs="unbounded"</u>
    <xs:complexType>
        <xs:sequence>
          <xs:element name="ProdCatalogNum" type="xs:string"/>
          <xs:element name="Description" type="xs:string" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Language" type="xs:string"/>
                <xs:element name="Value" type="xs:string"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    </xs:schema>

    I solved my problem:  here is the updated XSD:
    I believe it was mostly due to the <b>bolded</b> line:
    <?xml version="1.0"?>
    <b><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"></b>
         <xsd:element name="ProdDescription" type="ProdDescType"/>
         <xsd:complexType name="ProdDescType">
              <xsd:sequence>
                   <xsd:element name="ProdCatalogNum" type="xsd:string"/>
                   <xsd:element name="Description" type="DescriptionType" maxOccurs="unbounded"/>
              </xsd:sequence>
         </xsd:complexType>
         <xsd:complexType name="DescriptionType">
              <xsd:sequence>
                   <xsd:element name="Language" type="xsd:string"/>
                   <xsd:element name="Value" type="xsd:string"/>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

  • MDM Syndicator Destination Items Properties

    Hi All,
    How does the Normalization property for Destination Items works in MDM 5.5 SP3?
    How can I specify Custom Normalization?
    Is there similar Normalization (custom too) feature available in MDM Import Manager?
    Thanks,
    Abhay

    Hi Abhay,
    <b>Syndicator:</b>
    The Normalization property for Destination Items has the following options:
    1. Standard
    2. Custum with Standard Normalisation
    3. Custom Normalisation only
    <b>1. Standard:</b> The text will be normalised in a standard way, all characters converted to Uppercase with all special characters other than underscore "_" removed.
    <b>2. Custum with Standard Normalisation:</b> Frankly speaking it never worked properly for me
    <b>3. Custom Normalisation only</b>: The text will be normalised and the characters given in the "Custom Characters" will be removed.
    <b>Import Manager </b> also has the normalisation functionality when Value mapping is done. Right click on the value and select "Normalise". This also changes the case of the text to uppercase and removes all special characters except underscore. But, Custom Normalisation is not possible as far as my knowledge is concerned.
    Hope this helps,
    Rajani Kumar

  • Cisco ISE 1.2 MDM Integration Question

    I have a working Cisco ISE 1.2.1 install which I've performed the integration to our MobileIron server. The "integration test" reports that the integration is good, but whenever ISE verifies MDM compliance, registration, etc.. with MobileIron when a mobile device connects it always reports that all statuses are good even if they aren't.
    My test phone is out of compliance on Mobileiron because of an unapproved app, but when the phone connects ISE believes the MDM compliance status is good. I'm not sure if it isn't really checking with MDM or if the Mobileiron server is reporting erroneous results.
    I also saw in a video that the phone has to be registered with MobileIron through ISE. Is this correct? I don't plan to on-board devices with MobileIron through ISE, it will be done directly through MobieIron (not connected to the Wifi network).
    I only want ISE to check the compliance status of the device against MobileIron and quarantine if it isn't compliant or MDM registered.
    Any help would be appreciated

    Saurav and others,
    Unfortunately, on-boarding sets some attribute fields on the endpoints that will then allow them to participate in a policy. It is nice that we all have MDM integration working but we almost need another class of on-boarding for corporate devices that are already in the MDM of choice (where we prefer to manage them!) 
    There is a little documented feature in ISE. 
    It appears to me that;
    the on-boarding turns on the following states for the endpoint;
    BYODRegistration
    No   ( No becomes Yes)
    DeviceRegistrationStatus
    NotRegistered   (becomes Registered)
    ( The device is actually registered in MobileIron - this means did ISE register with MI. )
    No MI attributes will work without this magic. TAC engineers I have dealt with don't seem to understand this feature.
     This is definitely an enhancement that is needed.   

  • Value Mapping Table - XI MDM Design Question

    Hi All,
    I have a scenario as :
    When XI receives data from a sender system,before sending data to receiver system (in this case MDM),XI is supposed to check some fields in MDM and depending on the result XI should decide whether to send the records or not.
    Now,in this case I have two options:
    1.After recieving data from sender system ,from XI mapping call a webservice(webservice is supposed to go to MDM and check the fields and give the result),then depending on the result XI will decide whether to send or not.
    2.After receving data from sender system,from XI mapping access a value look table in XI from a UDF and then check the result,then depending on the result XI will decide whether to send or not.
    I have pointed out some glitches for every option:
    1.First considering volume of XI source message( approx. 800 records per message),then MDM database records (approx 40000 or 50000).Hence once XI receives message XI will have to go to MDM for every record and every time it will search among 40000 MDM records using webservice.
    This will effect performance as for every record webservice will be called and again it might face connection problems.
    2.In this option XI will have to store all the 40000 records from MDM in the value lookup table.Again,how to synch up this value lookup table with MDM database?
    This table has to be a copy of MDM database which changes everyday.
    Is it ok to store around 40000 records in XI's value lookup table?
    Considering above points can you please help me to find out optimum solution?
    Thanks,
    Shweta.

    >>Is it ok to store around 40000 records in XI's value lookup table?
    its advised to use value mapping for static values,not for dynamic values,since you will have changes everyday you should not use Value mapping here.
    now coming to your first approach,why not copy this table from MDM to XI(i know XI is not the owner of data,but if its an internal MDM server,you should be able to do it),once the table is copied in XI itself,you can simply use ABAP mapping to create the receiver structure.
    the above approach looks good to me as long as the MDM guys don't have any problem with XI storing the data as well and you sync up the table between XI and MDM periodically
    Thanx
    Aamir

  • MDM schema questions

    I am using
    MDM Version 5.5 SP4 (5.5.33.13) on Windows XP
    Please help me with the following
    1. "Create Repository from Schema" option is not available in MDM console
    2. How do I use the Business Content that comes with MDM to create schemas and import and syndication etc?
    3. How do I use a2a files?
    Thanks

    Hi,
    1. "Create Repository from Schema" option is not available in MDM console
    Here you can create repository  say Demo_Repo first  by right click on your MDM Server Once the Repository is created Right click on your Demo_Repo and try using Export Repository Schema which is nothing but Create Repository From Schema.
    2. How do I use the Business Content that comes with MDM to create schemas and import and syndication etc?
    You dnt need to worry after downloading Business Content say for Article  when you Archive this repository Everything you will get ready made except data means complete structure with required tables and fields, you have alredy created Ports etc.
    3. How do I use a2a files?
    Firstly you have to Place this .a2a files under your Archive folder as
    C:\ProgramFiles\SAPMDM5.5\Server\Archives
    where say C: Drive in which  you have installed MDM Server
    After placing files:
    In MDM Console Right click on Server then Unarchive Repository then give your DBMS server: , Login, Password Credentials then give any repository Name say Susalra_Demo_Repo and select the respective archive name from drop down list then Finish. then you could see an ew repository is created under your MDM server with Name Suslra_Demo_Repo it take some time during unarchiving let it complete itself once it done then Load your Repository again it will take some time to get load
    Hope it will Help you,
    Rewards if found Useful....
    Thanks,
    Mandeep Saini
    Edited by: Mandeep Saini on Aug 5, 2008 5:28 PM

  • Generic Vendor XSD in MDM syndicator

    Hi All,
    I downloaded Generic Vendor XSD file from XI Content and trying to use in MDM syndication.
    But,When I select Generic Vendor XSD in syndication,root element is not coming and ok button is in disable mode.
    please look into my xsd file here...
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/BICONTENT" targetNamespace="http://sap.com/xi/BICONTENT">
         <xsd:simpleType name="PartnerLocalId">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c2fdd4507b2a11dcbf3a0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="60" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TextShort">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c2fb63517b2a11dcb5250013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="20" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="LanguageCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3001e407b2a11dc87310013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="2" />
                   <xsd:minLength value="2" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="MarketTradePartner">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3028f407b2a11dcc4cb0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="36" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TransportZone">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c30500407b2a11dc8be70013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GroupID">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3074a307b2a11dca5530013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="32" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GenericVendorId">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c309bb307b2a11dc9d150013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="60" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="CountryKey">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c30c05207b2a11dc9e9d0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="3" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="SourceSystemName">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c31331137b2a11dc830f0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="60" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TextLong">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c31331107b2a11dc82d80013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="40" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoSourceID">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c315a2127b2a11dccda20013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="4" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TextMedium">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c31cce007b2a11dc9d7e0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="40" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoPrcisionLocation">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c31f17f07b2a11dc9fbb0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:integer">
                   <xsd:totalDigits value="4" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="Street60">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c32188f07b2a11dcb5cf0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="60" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="PostalCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c323f9f07b2a11dcae280013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="Region">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c32643e07b2a11dcc0c80013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="3" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TimeZone">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c328b4e07b2a11dcc11a0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="6" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="CompanyCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c328b4e37b2a11dcabfd0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="4" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="City">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c32b25e27b2a11dccc770013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="40" />
                   <xsd:minLength value="1" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="BackEndType">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c32d6fd27b2a11dc993f0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="4" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="NationCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c32fe0d17b2a11dc895c0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="3" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoLatitude">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3322ac07b2a11dca37e0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:decimal">
                   <xsd:totalDigits value="27" />
                   <xsd:fractionDigits value="12" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoAltitude">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3349bc07b2a11dc9f6e0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:decimal">
                   <xsd:totalDigits value="20" />
                   <xsd:fractionDigits value="3" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="Gender">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3370cc07b2a11dcbc340013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="1" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TelNumber">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3370cc37b2a11dcac2e0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="30" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="BusinessPartner">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c33956b27b2a11dc85200013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="PartnerSourceSystemID">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c33bc7b27b2a11dc896f0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="2" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="LegalForm">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c33e38b17b2a11dcb0bb0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="2" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="OrgUnit">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c34082a07b2a11dc83200013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:integer">
                   <xsd:totalDigits value="8" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="FaxNumber">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c342f3a07b2a11dc8c6d0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="30" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="LocalVendor">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3453d907b2a11dccc3f0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoPostalCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3453d937b2a11dc921f0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="HouseNumber">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c347ae927b2a11dcb78d0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="10" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="TaxJurisCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c34a1f927b2a11dc84640013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="15" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GeoLongitude">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c34c69807b2a11dca0070013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:decimal">
                   <xsd:totalDigits value="27" />
                   <xsd:fractionDigits value="12" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="GlobalUltimateDuns">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c34eda807b2a11dc9ff90013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:integer">
                   <xsd:totalDigits value="9" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="DunsNumber">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c3514b807b2a11dcc48a0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:integer">
                   <xsd:totalDigits value="9" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="ClientObjectType">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35395737b2a11dcb5ea0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="32" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="DeletionFlag">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35395707b2a11dca4df0013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:length value="1" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="ApoLocno">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35606727b2a11dc8ff40013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="20" />
                   <xsd:minLength value="1" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="CountryCode">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35850627b2a11dccde30013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="3" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="SourceInfoObject">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35ac1617b2a11dca0230013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="30" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:simpleType name="EmailAddress">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   c35d32607b2a11dc80c90013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:restriction base="xsd:string">
                   <xsd:maxLength value="60" />
                   <xsd:minLength value="0" />
              </xsd:restriction>
         </xsd:simpleType>
         <xsd:complexType name="GenericVendor">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   5d21eea07b2a11dcc8b80013725d3a37
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="GenericVendorID" type="GenericVendorId" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             a1cd2d00f46611d9ad8dd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="APOLocation" type="ApoLocno" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             a1cd2d01f46611d993e0d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="BusinessPartner" type="BusinessPartner" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cb1ab990f46911d9ca58d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="GroupID" type="GroupID" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cb1ab991f46911d9c008d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="CompanyCode" type="CompanyCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             e16b4f70f46911d9ac0cd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Country" type="CountryKey" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             4b41e260f46a11d980b3d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="DunsNumber" type="DunsNumber" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             4b41e261f46a11d9b6acd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="BackEndType" type="BackEndType" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             4b41e262f46a11d99c2fd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="LocalPartnerID" type="PartnerLocalId" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9ec56e70f46a11d9a572d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="SourceSystemID" type="PartnerSourceSystemID" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9ec56e71f46a11d9bbbbd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="SourceSystemName" type="SourceSystemName" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             33efe2a0fe9d11d9b2ebc5a20a12cf18
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="SourceInfoObject" type="SourceInfoObject" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cc2ca950f46a11d9c5edd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="ClientSystemObjectType" type="ClientObjectType">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             33efe2a1fe9d11d9c169c5a20a12cf18
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="MarketTradePartner" type="MarketTradePartner" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             f0780b10f46a11d9b9f7d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="PostalCode" type="PostalCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             41ac4ff0f46b11d990dad7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Region" type="Region" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             a1cce870f47211d981d6d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="LocalVendorID" type="LocalVendor" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             a1cce871f47211d9a2e1d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="GlobalUltimateDunsID" type="GlobalUltimateDuns" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             e110fc30f9d411d9959fc42c0a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="CountryCode" type="CountryCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             870a26c0f9d511d992b7c42c0a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Altitude" type="GeoAltitude" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             496718d0f47311d9851dd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="City" type="City" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             496718d1f47311d998b1d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="EmailAddress" type="EmailAddress" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             496718d2f47311d999e9d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="FaxNumber" type="FaxNumber" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             496718d3f47311d99a31d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Gender" type="Gender" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd820f47411d98ffdd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="HouseNumber" type="HouseNumber" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd821f47411d9c6e6d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="LanguageCode" type="LanguageCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd822f47411d9ba96d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Latitude" type="GeoLatitude" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd823f47411d9b1aad7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="LegalForm" type="LegalForm" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd824f47411d9ac3dd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Longitude" type="GeoLongitude" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             17aa7d70f91c11d9b9a8c3c70a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Nation" type="NationCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             26ecd825f47411d9c6d5d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="OrganizationalUnit" type="OrgUnit" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             505fe380f47611d9ce02d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="GeoPostalCode" type="GeoPostalCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             505fe381f47611d99a89d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="PrecisionLocation" type="GeoPrcisionLocation" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             505fe382f47611d9c360d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="GeoSourceID" type="GeoSourceID" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             628b1d30f47711d9a05bd7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="Street60" type="Street60" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             c835b9b0f47711d98906d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TaxJurisdictionCode" type="TaxJurisCode" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             c835b9b1f47711d9c9c3d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TelNumber" type="TelNumber" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9af28c20f47811d9a820d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TimeZone" type="TimeZone" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9af28c21f47811d9a064d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TransportZone" type="TransportZone" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             9af28c22f47811d98414d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="DeletionFlag" type="DeletionFlag" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             870a26c1f9d511d98cd2c42c0a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TextShort" type="TextShort" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cce01270f47811d9b0c9d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TextMedium" type="TextMedium" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             cce01271f47811d9b274d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
                   <xsd:element name="TextLong" type="TextLong" minOccurs="0">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             fc8667e0f47811d9b851d7990a12cf0d
                             </xsd:appinfo>
                        </xsd:annotation>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>

    Hi JJ,
    most propably the cause for your issur is the namespace definition within the XSD:
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/BICONTENT" targetNamespace="http://sap.com/xi/BICONTENT">
    Solution:
    1. Add the namespace information to the URI field when adding the XSD to your repository in MDM Console
    OR
    2. Remove the namespace information within the XSD as it is not really mandatory.
    This should help.
    BR Michael

  • MDM Platform Question

    Hi,
    We were running MDM on a 32-bit Windows machine but were running into problems with our larger repositories.  We have switched to a 64-bit Windows server running 64-bit MDM.  However, we were unable to procure a 64-bit version of SQL-Server.  Our 64-bit MDM instance has been locking up at least once a day requiring the MDM services to be stopped and restarted. 
    Is a 64-bit version of SQL-Server needed if running a 64-bit version of MDM?
    Thanks,
    Vince Moore

    Hi Vince,
    What do you concider "large".. I don't know a solution but would like to understand the limitations a bit,
    Thx,
    Dirk

  • MDM - Beginner question(s)

    We (Post Danmark) are just starting out with SAP and we are fairly certain that we are going to need some sort of Master Data Management approach (and perhaps tool).
    We have a number of persons in the business that are responsible for the definition of one or more types of Master Data.
    I would very much like to know more about what Master Data are needed in which modules/applications (in SAP).
    What I'm are looking for is a list (per module/application) of what Master Data is required, when the module/application is installed without modifications.
    Ie.
    - SD  needs Customer, Sales Price, Material/Product etc.
    - CRM needs Customer, etc.
    Does such lists exist, can they be extracted from R/3 or ... ?
    Thanks (in advance),
    Christian Roig

    Hi Christian,
    Both Solution Manager and it's predecessor (Value SAP framework), have good master data overview lists. The following is an extract straight from ASAP ( the full list is over 1000 lines long, so I'm not going to post it all, here).
    If this looks good, let me know and we'll try and work out how to send you the full listing via email, rather than fill this forum with data.
    Thanks, Andy
    General Master Records     
         Material Master
         Material BOM
         Service Master
         Batch
         Central Business Partner
         Serial Numbers
         Handling unit
         Work Center
         Customer Master Record
         Vendor Master Record
         Bank/Bank Directory TR/FI
         Taxes
    Product Data Management     
         Change master
         ECR/ECO
         Leading change master record
         Change package
         Object management record
         Revision level
         Single Dependency
         Dependency net
         Configuration profile
    Production Planning and Procurement Planning     
         Sales and Operations Planning
         MRP/MPS/Long-Term Planning
    Procurement     
         Buyer
         Purchasing Info Record
         Manufacturer Part Number
         Conditions
         Source List
         Quota Arrangement
         Standard Service Catalog
         Model Service Specifications
         Service Condition
         Message Conditions
         Delivery Address
         Vendor Rebate Arrangements
         Settlement Accounting
         Release Strategy with Classification
         Vendor Evaluation
    Production     
         Discrete Production
         Repetitive Manufacturing
         Process Manufacturing
         KANBAN
    Sales and Distribution     
         Business Partner
         Products
         Assortment
         Agreements
         Conditions
         Output
         Transport
         Foreign Trade
    etc.....etc.....etc....

  • What are the differnet type of tables in mdm ?

    hi experts i am new to mdm. just i have refered some documents in that the have created some table and fileds ,taxnomy,lokups,.......
    so can any one give me the bref ida on
    what is mdm ?
    what are the different type of tables in mdm ? What is the requirement for the selection of table?
    what is a feld ? what are the diff type of fealds in mdm ? And requriement ?
    what is taxnomay ? And Requriement or where or when we can use ?
    what is lookups in mdm ? what is lookup tables in mdm ?
    what is mdm console ?
    what is mdm data manager. ?
    what is mdm import manager ?
    what is mdm syndicator ?
    please any body answer this questions .

    Hello Praveen,
    Below are the the all possible links of books,articles... etc for MDM.
    http://hosteddocs.ittoolbox.com/RD021507b.pdf
    demo
    http://www.sap.com/community/int/innovation/esoa/demo/MDM_demo/index.html
    http://www.asug.com/DesktopModules/Bring2mind/DMX/Download.aspx?TabId=66&DMXModule=370&Command=Core_Download&EntryId=3431&PortalId=0
    MDM
    http://www.asug.com/DesktopModules/Bring2mind/DMX/Download.aspx?TabId=66&DMXModule=370&Command=Core_Download&EntryId=1666&PortalId=0
    SAP Netweaver MDM Overview
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b09b548d-7316-2a10-1fbb-894c838d8079
    SAP NETWEAVER MDM Leverage MDM in ERP Environments - An Evolutionary Approach -
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4059f477-7316-2a10-5fa1-88417f98ca93
    Master Data Management architecture patterns
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0703sauter/
    MDM and Enterprise SOA
    http://www.saplounge.be/Files/media/pdf/Lagae---MDM-and-Enterprise-SOA2007.10.10.pdf
    Effective Hierarchy Management Using SAP NetWeaver MDM for Retail
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ee0c9e-29a8-2910-8d93-ad34ec8af09b
    MDM World
    http://mdm.sitacorp.com/
    MDM: Master Data for Global business
    http://www.sitacorp.com/mdm.html
    MDM Master Data Management Hub Architecture
    http://blogs.msdn.com/rogerwolterblog/archive/2007/01/02/mdm-master-data-management-hub-architecture.aspx
    Improve Efficiency and Data Governance with SAP NetWeaver MDM
    http://www.sapnetweavermagazine.com/archive/Volume_03_(2007)/Issue_02_(Spring)/v3i2a12.cfm?session=
    Data Modeling i MDM
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d4211fa-0301-0010-9fb1-ef1fd91719b6
    http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/0/articlesVersions-31279471c9758576df
    SRM-MDM Catalog
    http://help.sap.com/saphelp_srmmdm10/helpdata/en/44/ec6f42f6e341aae10000000a114a6b/frameset.htm
    http://events.techtarget.com/mdm-ent/?Offer=DMwn716mdm
    http://viewer.bitpipe.com/viewer/viewDocument.do?accessId=6721869
    http://searchdatamanagement.bitpipe.com/data/search?site=sdmgt&cr=bpres&cg=VENDOR&sp=site_abbrev%Asdmgt&cp=bpres&st=1&qt=MasterDataManagement
    http://viewer.bitpipe.com/viewer/viewDocument.do?accessId=6721819
    http://www.dmreview.com/channels/master_data_management.html
    http://searchdatamanagement.techtarget.com/originalContent/0,289142,sid91_gci1287620,00.html?bucket=NEWS&topic=307330
    MDM Console -- http://help.sap.com/saphelp_mdmgds55/helpdata/en/88/9f9c427055c66ae10000000a155106/frameset.htm
    MDM Import manager --http://help.sap.com/saphelp_mdmgds55/helpdata/en/43/120367f94c3e92e10000000a1553f6/frameset.htm
    MDM DataManager --http://help.sap.com/saphelp_mdmgds55/helpdata/en/43/e0615a82b40a2ee10000000a11466f/frameset.htm
    MDM Syndicator --http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/5fe0e8a55f5f6be10000000a1553f6/frameset.htm
    Rgds
    Ankit

  • Root Element in Syndicator?

    hi All,
    I am currently working with MDM Syndicator.
    My problem is about Root element
    when i am opening in the syndicator file-->destination properties
    it will open dialog box with the following options, (i.e. type,Remote system,port,xml schema,xml file name,Root.
    when i am selecting type as xml schema , romote system(i.e which i have declared in console for that repository). but when i click on OK button.
    it is asking for the Root element required.
    can any one help me about:
    1)what is root element?
    2)where we can declare root element and where we can use it in syndicator?
    3)what actually Root element holds in it?
    can any please provide answers to this questions
    thanks in Advance
    Bharat.chinthapatla

    Hi Michael,
    Thanks for your reply for the pervious question Michael.
    But.................?
    My Problem is..........
    Under Admin in console i  have selected XML Schema table and i have created one record with Name as "xml schema file one" and in the filename field i have clicked on the browse button and selected one .xsd file in the repository.
    (i have tried with .xml schema file also but not....)
    I have opened the syndicator on that particular repository and in the source item i am able to see the table and fields of that particular repository and i have clicked on the file option and i have choosen "Destination properties" it has opened dialog box with different input fields, there i have selected type as "xml schema" and Remote system " MDM "(default). when i selected type as xml schema automatically xml schema input field is enabled and it as shown all the xml schema files or record  which i have created in the XML schema table under Admin of the console.
    But Root element is not enabled, what i have to do?
    In the previous question you have said like this " <b>you have to add an XML Schema to your repository using the <u>corresponding branch</u> in the Console Admin menu</b>.
    what is the corresponding branch in the console Admin menu,  can you please explain me in details...
    if there is any other procedure to come out of this problem, can you please explain me in details ?
    Thanks in advance
    bharat.chinthapatla

  • MDM clarifications

    Hi All,
      Can anybody help me in understading the below issues.
      1.When to go for qualified table and when to go for normal lookup table? What is the exact difference?.
      2.The MDM XI content only has the employee object interface. What about the other objects like material, customer?. Why is it not delivered as part of the XI content?
      3. Which is the preferred place for mapping i.e. in MDM syndicator or XI mapping step?. For example material, vendor .....object mappings are delivered as part of MDM where as the employee object has XI content. Which solution we have to advice the customers?
    Sreekanth

    > Hi All,
    > Can anybody help me in understading the below
    > ow issues.
    >
    > 1.When to go for qualified table and when to go for
    > or normal lookup table? What is the exact
    > difference?.
    see blog at /people/sap.user72/blog/2005/06/14/worlds-fastest-and-shortest-introduction-to-netweaver-mdm-55
    it talks exactly about difference between lookup and qualified tables
    > 2.The MDM XI content only has the employee object
    > ct interface. What about the other objects like
    > material, customer?. Why is it not delivered as part
    > of the XI content?
    in SP2 XI content should be provided for all repository schemas going along with the build. I think there are four of them (but not sure for 100%)
    > 3. Which is the preferred place for mapping i.e. in
    > in MDM syndicator or XI mapping step?. For example
    > material, vendor .....object mappings are delivered
    > as part of MDM where as the employee object has XI
    > content. Which solution we have to advice the
    > customers?
    mapping actually occurs in two places - in XI and ImportManager. XI mappping serves for mapping external sources (non necessarilly from SAP) to XML files (in the current release, later it can use other mechanisms). Then to pick up those files and import them to the repository the ImportManager uses its mapping. So there is no question which of the mappings to use. You have to use both.
    > Sreekanth

  • Custom Item in Syndicator: count of record exported

    Hi all,
    I'm new in MDM and I have many doubt.
    One is about the possibility of add a custom item in syndicator contaning the number of the record exported.
    It's possible?
    Any suggestion?
    thanks in advantage.
    Enzo

    Hi Enzo,
    Custom Item in MDM Syndicator are used for the follwing reasons:
    1.To include Source fields from the current table.
    2. To include Source attributes from the connected repository.
    3.To include Remote keys from the current table and its subtables.
    4. To include Raw text entered directly into the custom item.
    5.To include Repository name from which the syndicated data originated.
    6.To include Date and time of the syndication.
    For more information u can visit the link:
    <b>http://help.sap.com/saphelp_mdm550/helpdata/en/ff/37e4c6857449388ddb6c77f160ac4f/frameset.htm</b>
    What i understood from ur question is that u want to add a custom field containing the number of records to be syndicated?
    U can control the number for record u want to syndicate by applying the appropriate search criteria.
    If u have any more queries feel free to revert back.
    Hope i've tried to answer ur question.
    Regards,
    Seema Rane.
    PS: Pls give points to helpful answer.

Maybe you are looking for

  • User exit / substiution /  badi for changing baseline date

    Dear Experts ,                        I have a requirement to change the base line date of residual document created in F-28 / F-32 to the base line date of original document getting partially cleared . I have explored the option of substitution but

  • The new upgrade with Itunes will not install

    I have tried to download the new update for ITunes and it doesn't install correctly.  now it is missing a file and i can't even open it

  • Synchronizing methods and a static main method

    I have a class with a static main method, calling 3 different jdbc updates. I want to make sure this is thread safe when called for various clients. It's goes: args[0] = clientI update 1:update field1 where clientid = client1 update 2:update field2 w

  • SAP EP - Windows 7 and IE 8 problem

    Hi all, Sorry to disturb all of you. I'm confronting a ridiculous problem. Some of my clients are using Windows 7 and IE8. The EP is working fine. However, there is somewhat of PCs don't work with Windows 7 and IE8 the browse will hang and became idl

  • My iPad 3 can't find my location...

    Hi, I have an iPad 3 with wifi running iOS 7.0.4. For some reason, it can't find my location. It won't work with Siri, maps or weather apps. I have location enabled for all of those apps in my settings. The problem arose when my router was replaced.