See Multiple node names under Import manager source table of single XML

Hi,
I have a xml file with differnt nodes of following structure when it comes to IMport manager It shows multipletable names where I can choose Business Partner, Partner, RemoteSystem... But My maps are based on Partner only.. Now I need to update the look up Qualifer table.. of which values are in Type.. Which I am unable to see under Partner node in import manager...I dont see the fields of Type Node under Map Filed/Values tab...
<Business_partner xlms....
--<Partner>
<Address>
<name>   
<name1>
<Role>
<A>   
<B>
<Remote SYstem>
<name>   
<Code>
<Type>
<Type>   
<Type2>
Can any one put there comments please..
Thanks
Rajeev

Hello Rajeev
"Import manager guide"
page 36:
"For XML source files, the source table list displays the nested elements defined in the XML schema."
page 44:
"The XML Schema list includes an entry for each XML schema defined in the MDM Console."
page 86:
"Ways in which the Source Hierarchy tree now reflects an XML fileu2019s structure include:
u2022 Top-level node is the source XML file
u2022 Tables in the tree represent nested XML structures
u2022All tables are nested under the root element
u2022 Fields in the tree represent data-storing XML elements
u2022 Joins and _ID fields are no longer added or required
With these changes, users no longer have to manually recreate the relationships implicit in the XML schema, as they are preserved by MDM and accurately reflected in the source hierarchy tree.
NOTE ►► To ensure that Import Manager correctly interprets the structure of an XML file, specify its corresponding XML schema file in the Connect to Source dialog (see u201CStarting and Exiting the Import Manageru201D on page 43 for more information)."
page 188:
"When the source is an XML file, the Available Fields list is limited to nodes which are siblings (on the same level as), or children of (nested below) the currently selected Source Hierarchy tree node."
page 213
"For example, if a source file is in XML format, Import Manager uses a tree in the Source Fields grid to depict the nested structure of fields within the associated XML schema."
Use XML schema for right node showing
Regards
Kanstantsin Chernichenka

Similar Messages

  • Unable to see the root node in the import manager

    Hi All,
    I want to load an xml file based on the schema .
    I am unable to see the node <Record> containing the records in the import manager.
    What I am seeing now in import manager Source Hierarchy is
    > None
    >ns1:MT_MDM_003_Shipping
    What I am supposed to see
    > None
    >ns1:MT_MDM_003_Shipping
    >Record
    Could anyone  let me know if the structure of xml or schema is wrong below.
    XML File:
    <?xml version="1.0" encoding="utf-8"?>
    <ns1:MT_MDM_003_Shipping xmlns:ns1="urn:Test-com:Customer_Master" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Test-com:Customer_Master J:\Data\MDM\CUSTOM1\IMPORT2\MT_MDM_003_Shipping.xsd">
         <Record>
              <Sales_Organization>1001</Sales_Organization>
              <Distribution_Channel>00</Distribution_Channel>
              <Division>00</Division>
              <Customer_Nr>00114</Customer_Nr>
              <Order_Combination>Y</Order_Combination>
              <Complete_delivery_reqd_by_law/>
              <Max_partial_deliveries/>
              <Delivery_Priority/>
              <Shipping_Conditions/>
              <Delivering_Plant/>
              <Partial_delivery_per_item/>
         </Record>
         </ns1:MT_MDM_003_Shipping>
    XSD File:
      <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema targetNamespace="urn:Test-com:Customer_Master" xmlns="urn:Test-com:Customer_Master" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:element name="MT_MDM_003_Shipping" type="DT_MDM_003_Shipping" />
    <xsd:complexType name="DT_MDM_003_Shipping">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">3c427550330e11dda6b400112539c3ab</xsd:appinfo>
      </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="Record" minOccurs="0" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd01c4f11dd8b8b02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Sales_Organization" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd11c4f11ddb25802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Distribution_Channel" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd21c4f11dd800802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Division" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd31c4f11dd99b802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Customer_Nr" type="xsd:string">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd41c4f11ddb93902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Order_Combination" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd51c4f11dd871702004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Complete_delivery_reqd_by_law" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd61c4f11dda64f02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Max_partial_deliveries" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd71c4f11dd832102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Delivery_Priority" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd81c4f11dda0e902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Shipping_Conditions" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfd91c4f11ddb21602004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Delivering_Plant" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfda1c4f11dd9e5402004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Partial_delivery_per_item" type="xsd:string" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">414ccfdb1c4f11ddaf1202004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:schema>

    Hi Aravind,
    Try importing two records i.e. your XML file should consists of two record nodes
    <?xml version="1.0" encoding="utf-8"?>
    <ns1:MT_MDM_003_Shipping xmlns:ns1="urn:Test-com:Customer_Master" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Test-com:Customer_Master J:\Data\MDM\CUSTOM1\IMPORT2\MT_MDM_003_Shipping.xsd">
    <Record>
    <Sales_Organization>1001</Sales_Organization>
    <Distribution_Channel>00</Distribution_Channel>
    <Division>00</Division>
    <Customer_Nr>00114</Customer_Nr>
    <Order_Combination>Y</Order_Combination>
    <Complete_delivery_reqd_by_law/>
    <Max_partial_deliveries/>
    <Delivery_Priority/>
    <Shipping_Conditions/>
    <Delivering_Plant/>
    <Partial_delivery_per_item/>
    </Record>
    <Record>
    <Sales_Organization>1001</Sales_Organization>
    <Distribution_Channel>00</Distribution_Channel>
    <Division>00</Division>
    <Customer_Nr>00114</Customer_Nr>
    <Order_Combination>Y</Order_Combination>
    <Complete_delivery_reqd_by_law/>
    <Max_partial_deliveries/>
    <Delivery_Priority/>
    <Shipping_Conditions/>
    <Delivering_Plant/>
    <Partial_delivery_per_item/>
    </Record>
    </ns1:MT_MDM_003_Shipping>
    Please change the data of second record accordingly. I also faced the same problem and some how manage to get this solution. Lets see whether it is working in your case.
    Regards,
    Jitesh Talreja

  • Source table has an xml column that I need to query before splitting into 2 tables.

    Hi
    I have a source table with an xml column that I need to query on the nodes and then depending on what data is in the node then to split it into 2 different tables. I don't think I can use conditional split so I am looking at just a straight Execute SQL Task.
    Has anyone got any ideas on any other way of doing this?
    Thanks for the help in advance.
    Dave

    Hi TheDish,
    Your goal arguably can me accomplished using pure T-SQL only encompassing XPath or XQuery.
    E.g. the XQuery would retrieve the nodes as explained in http://sqljudo.wordpress.com/2013/12/02/xpath-for-the-sql-server-dba/
    And then you may want to use the WHERE clause to extract - insert the nodes that go to one or another table.
    I don't see why SSIS is necessary, but you can run the same queries in two Data Sources, or Execute SQL Tasks (that capture a resultset).
    Arthur
    MyBlog
    Twitter

  • Where to see the standard Maps  in import manager ?

    hi to all
                   I am working on MDM 5.5 Import Manager i want to know where exactly we see the standard maps of employee,vendor,product,customer in order to import data from sapR/3 .

    thanks rajani for ur help ,i will be glad if u provide me some more information regarding the linkage of Maps with the agency and also Where exactly the Global attributes are maintained is it the console design or in the client.
    regards
    kanth
    Message was edited by: lakshmi kanth
    Message was edited by: lakshmi kanth

  • Import Manager Join Tables not working

    Hi Experts,
    for combining tables in the Import Manager i tried to use the join and lookup function.
    My easy example is:
    Table1
    Product ID
    Organsation ID
    Table2
    Organisation ID
    Plant
    Now I'm joining using the field Organisation ID which contains the same items and make a lookup on the field Plant. In the Source Preview I can see the looked up field but without any values and it is with a grey background.
    Any suggestions?
    Thanks
    Andy

    Hi,
    I tried this at my end. It seems like a Bug. I am using MDM 7.1 SP3.
    Facing same issue, I mean Grey background (not editable) in source preview, when we look-up field Plant from Table1 to Table2.
    This field values are seen mapped in Map Fields/Values tab, but when i import data. Fields get populated for Product ID and Organization ID only but Plant field is not getting populated into MDM data Manager.
    So, i am quite sure it seems like a Bug and I would Suggest you to Raise OSS note for the same.
    Temporarily, You can import data in below manner.
    I mean when you select Source table as Table1, you can import Product ID and Organization ID.
    After importing Table1, select your Source table as Table2 map both fields Organization Id and Plant.
    Import data by selecting Matching Field as Organization ID and Default Import Action as Update (All Mapped Fields).
    So, in this way you can have your complete data in your MDM but obviously just because of bug which you can do in Single Step, Now going to be done in two Steps.
    Note: For one of Client i did this on MDM 5.5 SP6, that time it was working perfectly.
    Thanks and Regards,
    Mandeep Saini

  • Import Manager - Convert Degree Symbol in XML

    We have a situation whereby in our XML file we use the following code &#xB0;  to convert to a degree symbol.  So, in our XML file it would read 45&#xB0;
    When I import this in Import Manager I get this: 45° Street Elbows
                            In our Taxonomy we have this: 45º Street Elbows
    So, when I Automap there's no matching because the symbols don't match.  If you notice carefully, the degree symbols are different.
    Does anyone have any suggestions that we can try so the symbols match?
    regards,
    Orlando

    if you use utf-8 simply but the real character into the data.
    named character entities such as
    &deg;
    has to be declared in your dtd.
    with character entities such as
    &#x00B0; or &#176;
    are working fine.
    regards,
    gregor

  • Load into single target table frm multiple source table in single interfac

    Hi
    I have four source table and a single target table.
    I need to move data from either of these tables into a target table , and we have to decide the source table based on user input.
    Example :
    Lets say there are four tables A,B,C,D and one target table T.
    If user input says A
    then the data from table A will move to table T
    And again , if the user says table C then data from table C will move to table T.
    And we have to create only one interface for achieving this in oracle Data Integrator ( ODI ).
    You can take assumptions in source and target table.

    Hi ,
    In ODI 11g , there are new feature callled dataset. It allows to use UNION , MINUS etc.
    Google it , you will get many tutorials on Dataset. check the link
    http://www.rittmanmead.com/2011/06/odi-11g-new-mapping-and-interface-features-part-1/
    In your case , you can provide filter conditions on your tables i.e.
    Say My target table is EMPLOYEE , My source tables are EMPLOYEE and DEPARTMENT
    INSERT INTO EMPLOYEE(CUSTOMER_ID , CUSTOMER_NAME) SELECT CUSTOMER_ID , CUSTOMER_NAME from employee where 'EMPLOYEE' = :EMP
    UNION DEPARTMENT_ID , DEPARTMENT_NAME from departments where 'DEPARTMENT' = :EMP ;
    Just pasted the Screenshots on following page : http://oracoholic.blogspot.in/ . Have a look
    Edited by: user8427112 on Jan 8, 2013 11:04 AM

  • Import Manager doesn't recognize E1MARAM segment

    Using MDM_CLNT_EXTR and MATERIAL_EXTRACT object to create IDOC for materials.  Use WE14 to send IDOC to XML port.  I then use Import Manager to import XML doc into MDM.
    If I use a material number range in MDM_CLNT_EXTR that gets multiple materials, the MDM import manager sees the E1MARAM segment as a source table.  However, if I only specify 1 material number in the extraction program then the import manager doesn't recognize the E1MARAM segment.
    I can open the XML files and see that the segment is there. Does anyone have any experience with this?
    Thanks,
    -Aaron

    Hi,
    Are you using standard Import maps or Custom Import map?
    Regards,
    Rajani

  • How to rename element (node) names in an XMLType column?

    I have a source table with a xml data stored in an XMLType column.
    The xml contains elements/nodes identified by numbers. I need to replace the numbers with the appropriate names.
    The plsql below does this, but has two issues:
    i. It selects the data into a clob and does a text replace on the elements in a loop. This works, but is super slow for 3500+ xml rows (about 500 node pairs per row).
    ii. Once the data has had the element numbers replaced with the names, it inserts the new xml (clob wrapped in xmltype function) into the table with the XMLType attribute.
    The problem with the latter action is that it is failing due to nls client vs server settings, or so it appears from what I could dig up. The actual error message:
    ORA-19202: Error occurred in XML processing
    LPX-00242: invalid use of ampersand ('&') character (use &amp;)
    Error at line 3
    There are come entities in the original xml like "&#61616;" (the degree symbol).
    My question is two-fold:
    a). Can I replace the element names without straying from the xmltype datatype? If so, how?
    b). If I cannot do "a.)", then what must I do ensure that the clob gets converted correctly to xmltype and inserted into the table?
    SQL> select <some rows> from nls_database_parameters ;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0
    SQL> SELECT * FROM NLS_SESSION_PARAMETERS;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    ----code below-----
    (note, this is a stripped down version of the original, so there may be typos)
    declare
    l_xmlclob CLOB;
    l_newxml XMLType;
    v_record_uid NUMBER(20);
    CURSOR my_cur IS
    select a.elementname,b.tagname
    from t_elements a, t_tags b
    where (a.element_uid = b.element_uid)
    begin
    select br.xml_data.getClobVal() xml_data into l_xmlclob from t_elements;
    FOR my_rec IN my_cur LOOP
    l_xmlclob := replace(l_xmlclob,my_cur.elementname,my_cur.maptag_name);
    END LOOP;
    l_newxml := XMLType(l_xmlclob);
    insert into test_translated_xml (xml_data) values (l_newxml);
    end;
    (hopefully I haven't missed anything)
    Any tips or hints would be much appreciated.
    Thanks!

    Hello again,
    Take a look at html entity codes: http://www.w3schools.com/tags/ref_entities.asp.
    You can use this:
    insert into t values (xmltype('<test>'||dbms_xmlgen.convert('this is a test &')||'deg;</test>'));
    or
    insert into t values (xmltype('<test>'||dbms_xmlgen.convert('this is a test &')||'#176;</test>'));
    see this: &deg; (& deg;) or this: &#176; (& #176;)
    SQL*Plus will not display degree character. But this is valid enitity code, and when you generate HTML out of this, it should be displayed properly in web browser.
    HTML is in fact XML, that is validated by specific DTD (Document Type Definition).
    Paweł

  • "Package Upload" not shown under Content Management

    Hi ,
    I want to upload the ice package of PDK, I am following the steps from its installation guide.
    <b>But I cannot see the  "Upload Package" under Content Managment->Content Exchange</b>.
    I have also assigned the required roles to the user(JavaDeveloper, super_admin_role,ContentManager,navigationconnectortestrole).
    Any idea?
    Regards,

    Earlier i was trying to access server using IP address, but when i try to access it using host name the problem has gone. I guess, its effect of some domainb policies(Not sure).
    Regards

  • NO Entries under Entry Management in OID

    Hi,
    After connecting to the OID through ODM(Oracle9i on Win2k Professional),there are no nodes(entries) under "Entry Management".i.e there is no DIT under that.
    There were no errors during the installation though.
    I was wondering wherez the cn=orcladmin entry(if not under the sitting which has to exist because as i could already login to OID using the same through ODM.
    Also ,do i need to run any additional script to create the entries?
    Any pointers as to what could be wrong.
    Thanx for ur help in advance..
    Arif

    Thanx Steve and Andrew for the reply.
    I tried to search for the entry orcladmin and the search fails with an Error code 106(Search criteria doesnt match any entries.This bamboozled me completely as iam logged into the OID thru ODM but cant find the orcladmin entry...something bad....
    Then I relaised that my SSO COnfiuration Assistant/Internet Directory Configuration Assistant must have failed.
    This is what is happening.
    My Oracle Internet Directory Server(OID) is running on port 389(non-ssl default) and the configuration assistants are trying to connect to port 4032.
    I Tried 2 WorkArounds which failed
    WorkAround 1: Tried Runnning the OID on port 4032
    I tried to run the OID on port 4032 using
    (oidctl connect=iasdb server=oidldapd instance=1 flags='-p 4032' start)
    but it fails.I could see it from the LDAP LOGS ($ORACLE_HOME\ldap\logs\oidmon.log)..The OID Monitor just adds that instance and deletes it from the registry as it is unable to start the OID Server..
    But other instances could be started on port 389 though...
    WorkAround 2:
    I tried to run the SSOConfigAssistant from the command line as :
    java -jar D:\oracleinfra\sso\lib\ossoca.jar D:\oracleinfra orasso orasso
    hydtrn01.mydomain.com 389 "orcladmin" welcome hydtrn01.mydomain.com 1521
    iasdb AMERICAN_AMERICA.WE8MSWIN1252
    But this throws me off giving an error.
    Failed to obtain OiD password. Exception is :java.lang.Exception: Version mismat
    ch!.
    where is the SSoConfigAssistant trying to get the OID Passwd from.
    Iam not sure as to how to proceed frm here other than Reinstalling...Also the Unistallation isnt clean as it leaves a lot of entries in the registry on win2k..
    Any help would be mightly appreciated
    Thanx in Advance.

  • Cannot view the names under the Main Navigator

    Hello,
    In the Main Navigator we have different type of segments. Under that for each and every segment we have different attributes assigned. For example the segments Food, Chemistry and Metal Processing. And for these we have different attributes assigned Main Industry Food and Main Industry Manufacturing Industry and Application Manufacturing Industry. But I cannot see the names under Manin Industry Manufacturing Industry where as I can see all the names under diffrent attributes. Can anyone help me how to view the names under Main Industry Manufacturing Industry.
    Thnx in advance
    Cheers
    Murali

    Hello Karsten,
    This is Knowledge Management. In the R&D Globe under MainNavigator I get this problem. I have set all the properties under content Management. I cannot view the Allowed Values(csv) under the MainIndustryManufacturingIndustry. Please help me.
    Thnx.
    Cheers,
    Murali

  • How do I pull XML data by a node name?

    I am new to Flash and XML so I hope I am not asking a
    completely dumb question. I have figured out how to retrieve data
    from and XML file by the node possition but now I would like to
    know how to pull it by a specific node name. Here is what I
    currently have:
    on (rollOver)
    myLot = 1;
    _root.myInfo =
    _root.myXML.childNodes[0].childNodes[this.myLot].childNodes[0].childNodes[0].nodeValue;
    With XML file like this:
    <SectionOne>
    <Lot1>
    <Lot>1</Lot>
    <Price>$450,000</Price>
    <Status>Active</Status>
    </Lot1>
    <Lot4>
    <Lot>4</Lot>
    <Price>$389,000</Price>
    <Status>Sold</Status>
    </Lot2>
    </SectionOne>
    What I would like is to pull instead of
    childNodes[this.myLot] to pull the node named Lot1. The problem I
    have is I don't always have consecutive lot numbers and I don't
    want to have to build in blank xml lines for a placeholder. I hope
    that makes sense.

    Sorry for the delay. I originally posted this on the
    newsgroup, but I suppose it did not propagate to here.
    What you would do is use a loop statement and compare the
    nodeNames.
    To see a nodes name such as Lot1 you use:
    childNodes[x].nodeName
    // Load up the lotNodes object
    lotNodes = _root.myXML.childNodes[0];
    // Now lotNodes contains all the nodes Lot0, Lot1, Lot2.....
    // Iterate through all of lotNodes childNodes and compare the
    // nodeName until you find the one you want then drill down
    // it to get the info you want.
    for( var counter01 = 0;counter01 <
    lotNodes.childNodes.length;counter01++){
    if(lotNodes.childNodes[counter01].nodeName == "Lot1"){
    myInfo =
    lotNodes.childNodes[counter01].childNodes[0].childNodes[0].nodeValue;
    I have not had time to test this but it should work, I'll
    double check it after work.
    I hope this helps get you moving forward.
    If you have any other problems or can't get it to work, let
    me know here or email me. Preferably here, so others can learn and
    help.
    Scotty
    [email protected]

  • Using Import manager with XI

    Hi,
    I am working with Import manager without any connection with XI. So, I have created by myself a XML file and a its corresponding XSD file, and I have put the XSD file into the console using XML Schemas Table.
    Finally, I choose into the MDM Import manager the next options:
                         - Type: XML Schema.
                         - Client System: MDM.
                         - XML Schema: the XML Schema declared.
                         - File name: the XML file created.
    The import manager imports the XML file correctly. But, my question is:
    It's the same using XI? I mean, How works MDM Import manager using XI?
    For instance, If I want to work with a CRM client system:
                            1. XI works with CRM and tranforms its IDocs to XML.
                            2. XI puts its XML file into any folder (than doesn't correspond with the ports declared into the MDM Console).
                            3. Finally, XML takes the XML file in to that folder (exactly in the same way that I did before)
                            4. MDM Import manager then imports the XML file into the repository.
    Is that correct or the process is absolutely different using XI?
    Thanks in advance,
    Marta.

    Each time you create a <b>Port</b> in the MDM Console directories are created on the server to hold data being exported and imported via the Import Server and the Syndication Server.  If you log into your server you can find these directories in a heirarchy similar to this:
    /opt/MDM/Distributions/ServerName/Repository/
    So for example, a directory for one of your <b>Ports</b> may be:
    /opt/MDM/Distributions/MDM_ORA/Material/Inbound/ECC(clientsystem)/In_ECC(portname)/
    In that directory you will find several folders.  One of which is the <b>Ready</b> folder. That is where the import server looks to find files to import.  You can change the settings for the Import Server in its .ini file.  This file is probably located in either your /opt/MDM folder or /opt/MDM/bin depending on how the installation was set up.  There you can set how frequently you want the import server to check that port directory.  If you are on unix you start the import server by navigating to the /opt/MDM/bin directory and running the command:
    ./mdis
    Then check that it's running via command:
    ps -ef | grep mdis
    If you are on a Windows server you simply have to right click -> start the service in <b>Services</b> panel.  Also make sure to check the /Exceptions folder in the port directory (same location as the Ready folder), because if the import fails, a file will show up there and lock the port from further use until that file is removed from the Exceptions folder. 
    Good luck
    Message was edited by:
            Harrison Holland

  • Updating multiple node in a single query

    Hi
    Shall I update multiple nodes (which satisfies the given condition) in a single query? From the prototype we suspect that all nodes in all document are not updated in the container.
    Version: BDB XML 2.4 - Fedora core 4 Linux - C++ language
    Query:
    replace value of node collection()/File[@Id="57565C01327A"]//Entry[@Class="Measurement" and @Id="0"]/Attribute[@Name="apDlBhUtil"]/@Value with 8'
    Result:
    XmlException occurred with msg 'Error: Sequence does not match type node() - the sequence contains more than one item [err:XUTY0008], <query>:1:1'
    We have tried running the query in both Lazy and Eager evaluation type. Please clarify that the issue is with the query/execution type or BDB XML doesn't support this feature?
    Thanks
    Santhosh

    Santhosh,
    Try:
    for $i in collection()/File[@Id="57565C01327A"]//Entry[@Class="Measurement" and @Id="0"]/Attribute[@Name="apDlBhUtil"]/@Value return replace value of node $i with 8'The problem with your original is that the argument for "replace value of" needs to be a single item, not a sequence.
    Regards,
    George

Maybe you are looking for

  • Is there ANY way to configure the wired ports on Airport Extreme with 7.6.1 software?

    I need to connect a Cisco router to one of the wired ports because I'm creating a home lab with several switches and routers and attached hosts. I need the VERY BASIC ability to set (or even just to SEE) what IP address the AirPort is using/assigning

  • Can't get desktop background to display

    I don't know if this is HW or SW, but I'll start here. I have a brand-new MBP (early 2011). I can't get it to display a desktop background for love nor money, i.e. going into System Preferences, Desktop/Screen Save, and choosing a background, I get n

  • Creating a package such that its postinstall script runs as a non-root user

    The pkgmap(4) man page I have (says "Last change: 30 Apr 1999"; from SUNWman 42.6,REV=6.1) says of the owner and group fields in a pkgmap entry line: "This field is not used for linked files or non-installable files. It is used optionally with a pack

  • Z10 keeps sending pictures to my email address

    My Z10 just started sending pictures in my BB to my email address. It does it nightly or when I fire up the BB. It will also do it during the day occasionally. It brings the computer to a crawl and fills the storage capacity of the email program  - 1

  • Saving photos edited in PS Elements back  into iPhoto

    I'm new to PS Elements and love it but am having trouble saving photos. I have set my preferences in iPhoto to open in PS elements for editing. So far that's great. My question is when I'm finished editing in PS Elements how do I save the edited phot