Import Map file failes with single/Multiple Occurance

Hi All,
Using a file I mapped the source and target structures.. The source file has one multiple occurance node . so I used look up option in source table and mapped with target fields...saved the map..
When I used the following XML file .. I used the same map created befoe... I see the Remote System fields are not failed to map to target structure.. How can I get rid of this issue....
<Product>
--<Name>Rajeev</Name>
--<REMOTE_SYSTEM>
<Z_MDM_REMOTE_SYSTEM>
       <Z_MDM_SYSTEM_NAME>Panaroma AW Customer ID</Z_MDM_SYSTEM_NAME>
     <Z_MDM_VALUE>600013</Z_MDM_VALUE>
     <Z_MDM_VALUE1>600011</Z_MDM_VALUE1>
     <Z_MDM_VALUE2>600012</Z_MDM_VALUE2>
</Z_MDM_REMOTE_SYSTEM>
--<REMOTE_SYSTEM>
</Product>
Using above I saved the map.. Its fine.. I am able to import data in to MDM..
When the file has multiple values of remote system as shown below then field are unmapped... vice versa is also the same..
<Product>
--<Name>Rajeev</Name>
--<REMOTE_SYSTEM>
<Z_MDM_REMOTE_SYSTEM>
       <Z_MDM_SYSTEM_NAME>Panaroma AW Customer ID</Z_MDM_SYSTEM_NAME>
     <Z_MDM_VALUE>600013</Z_MDM_VALUE>
     <Z_MDM_VALUE1>600011</Z_MDM_VALUE1>
     <Z_MDM_VALUE2>600012</Z_MDM_VALUE2>
</Z_MDM_REMOTE_SYSTEM>
<Z_MDM_REMOTE_SYSTEM>
       <Z_MDM_SYSTEM_NAME>Panaroma AW Customer ID</Z_MDM_SYSTEM_NAME>
     <Z_MDM_VALUE>600013</Z_MDM_VALUE>
     <Z_MDM_VALUE1>600011</Z_MDM_VALUE1>
     <Z_MDM_VALUE2>600012</Z_MDM_VALUE2>
</Z_MDM_REMOTE_SYSTEM>
--<REMOTE_SYSTEM>
</Product>
Do I need to create a seperate map for multiple iteration and single occurance..OR missing some thing? Please advice..
Thanks
Rajeev

HI Ravi,
May be I took the wrong example..
I am not talking about remote systems... I am talking about XML source file.. If the XML source file consist of single occurance of any qualifier table then those qualifier table fields are not mapping.. IF I used the base file as multiple occurance Qualifier table....
In the same way if I use base file as single occurance of Qualifer table .. Qualifier Fields are not getting mapped if the source file is single occurance..
Suppose :If I use the base file as this and save the map.. I am able to import files whcih are single occurance of EMAIL...
Fields are not getting mapped if the EMAIL occurnace is multiple.....
<Product>
--<Name>Rajeev</Name>
--<EMAIL>
<Z_MDM_EMAIL>
<ID>ABC_yahocom</ID>
<TYPE>TEMP</TYPE>
</Z_MDM_EMAIL>
--</EMAIL>
</Product>
In the same way: If I use the following XMl as base and create a map and save it.. Able to import files which had email occurance multiple.. Unable to import data and the fields are not mapped ......
<Product>
--<Name>Rajeev</Name>
--<EMAIL>
<Z_MDM_EMAIL>
<Z_MDM_EMAIL>
<ID>ABC_yahocom</ID>
<TYPE>TEMP</TYPE>
</Z_MDM_EMAIL>
<Z_MDM_EMAIL>
<ID>CDE_yahocom</ID>
<TYPE>TEMP</TYPE>
</Z_MDM_EMAIL>
--</EMAIL>
</Product>
Please advise.. Thanks Rajeev.

Similar Messages

  • Importing excel files - problem with single quote

    When importing excel files using 1.5, I can't get data with single quotes (') imported.
    When I run the insert statement given in SQLPlus I get "ORA-01756: quoted string not properly terminated", which is different than the error that SQL Developer gives me (see below).
    Also, I have a numeric value shown without a thousands comma-separator in the XLS file that I'm trying to load into a varchar2 field. But, the insert statements have added a thousands comma-separator which I don't want.
    REM Error starting at line 1 in command:
    REM INSERT INTO table (ID, NAME, CODE)
    REM VALUES (2427407, 'Ed-u-care Children's Center', '73,000');
    REM Error at Command Line:2 Column:37
    REM Error report:
    REM SQL Error: ORA-00917: missing comma
    REM 00917. 00000 - "missing comma"
    REM *Cause:   
    REM *Action:
    One last thing, TOAD gives a way to automap columns chosen from XLS to the columns in the database. It sure would be nice to have this functionality in SQL Developer.
    Thanks,
    Steve

    Did you consider both to be bugs (i.e., single quote issue and thousands comma separator issue)?
    Thanks

  • Attempt to process file failed with Exception in XML Parser-format problem

    Hi all,
    Iam getting an unusual error in the J2EE stack in XI.
    And the message is:
    006-11-30 17:31:07 Error Attempt to process file failed with Exception in XML Parser (format problem?):'com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)(:main:, row=1, col=1044002) -> com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)' 2006-11-30 17:31:07 Error Exception caught by adapter framework: null 2006-11-30 17:31:07 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    My scenerio iam posting IDOC to a flat file with content conversion in the receiver side,the mapping got executed successfully and in the audit log i found that the error was after the 'Start converting XML document content to plain text'.
    This means that error occured during content conversion of XML to the prescribed file format.
    Can anyone suggest any better approach using which we may trace the junk data in IDoc. Manual adhoc approach could take time and is error prone.
    Thanks in advance...
    karun

    Hi Bhavesh,
    Thanks for the early reply. I checked the mapping and everything is fine and the output is also in valid XML format.
    The audit log shows that the mapping got executed successfully and the error is after the step 'Start converting XML document content to plain text '. Is there any constraint in the file adapter regarding the message size for parsing.
    2006-11-30 17:30:50 Success Transfer: "BIN" mode, size 2912595 bytes, character encoding -
    2006-11-30 17:30:50 Success Start converting XML document content to plain text
    2006-11-30 17:31:07 Error Attempt to process file failed with Exception in XML Parser (format problem?):'com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)(:main:, row=1, col=1044002) -> com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)'
    2006-11-30 17:31:07 Error Exception caught by adapter framework: null
    2006-11-30 17:31:07 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    2006-11-30 17:31:07 Success The asynchronous message was successfully scheduled to be delivered at Thu Nov 30 17:36:07 GMT 2006.
    2006-11-30 17:31:07 Success The message status set to WAIT.
    2006-11-30 17:31:08 Success Acknowledgement creation triggered for type: SystemErrorAck
    2006-11-30 17:31:08 Success Acknowledgement sent successfully for type: SystemErrorAck
    2006-11-30 17:36:08 Success Retrying to deliver message to the application. Retry: 1

  • Attempt to process file failed with java.lang.StringIndexOutOfBoundsExcep..

    Hello All,
       I am implementing file2file with file going from shared folder to FTPS server.
    I am using TLS and X.509 certificate in file receiver communication channel.
    when I implemented my scenario, this is the error its throwing :
    Success : Connect to FTP server "my ftp address", directory "/TEST/"
    Error : Attempt to process file failed with java.lang.StringIndexOutOfBoundsException: String index out of range: 3
    I know this error is caused when java expects the 3 character length string and if its getting more than that... Does any faced this kindaa problem before...Any help is greatly appreciated....Obviously even points....
    Thanks,
    Ravi

    There is no custom code at all? No mappings, no custom modules, no pre/post processing commands?
    Also, check if you get this error when sending to ftps server without certificate (or with another certificate). It may be an incompatibility issue with certificate.
    Did you import the .pfx (or .p12) file in KeyStorage Service?
    Regards,
    Henrique.

  • Import map file

    Hi Experts,
    I can see that form MDM Console the Ports table under Admin node has field with type "Inbound" and the name of the import map. 
    Could anybody tell how to get this Import map file from the repository if my remote system is set up "Inbound/outbound" as MDM ?
    Thanks for your help
    Kind regards,
    Wei Dona

    Hi,
    In order to connect and to save map files please following the following steps:
    If you are using text file then follow the steps as
    1.Open Import manager.Select repository.enter username &password
    2.Select Type as Delimited text/Excel/Access and so on.
    3.Enter the source file .
    4)Enter the delimiter if Delimited text (eg:space,:,; etc)
    5.Select the source and destination table.
    6.Map the corresponding source and destination fields.
    7.Then go to match records tab select the field as per which the records will b imported.
    8.Go to File-Save.Enter the map name.
    9.Execute the import.
    Next time you want to edit the map or execute the same goto file-Open-map name.
    Hope this give some information.
    Cheers
    Santosh.

  • PO with single & multiple account assignment

    Hi expert,
    I got one PO with single & multiple account assignment. How should I book invoice. I try using MIRA for items with multiple acct and MIRO for items with single acct. I works but can I do it in one shot instead of splitting. If so, how?
    One more thing: if I got invoice saved in MIRA but without any items. It can't be changed. It say it is schedule by background. How could I change it?
    Thx

    Hi
    You can use MIRO to check book the invoice for both single account assignment and mulitple acc assignment.
    You have to select the lay out Account assignment with cost center.
    For Multiple account assignment you can see the Button in the line item, click it to maintain the multiple account assignment.
    Hope it helps.
    Thanks /Karthik

  • Importing movie files created with SONY HDR-TG5

    Having trouble importing movie files created with this camera. Have had success importing direct from the camera using streamclip, but struggling with old files imported from our PC. These files have these two extensions; .modd and .m2ts

    Eric:
    Thank you. MPEG Slipstream worked great.
    Do you know if there is software available that would let me see what is in/copy the files in the Sony folder so that I might be able to copy the disk directly instead of having to copy the files off of it with Handbrake? Would having the QT add-on for the MPEG-2 playback component be helpful?
    Thanks again
    Tim

  • Attempt to process file failed with ClassCastException

    Hi
    I have checked in <b>http://host:por/MessageSystem</b> there i got the following error...
    <b>Attempt to process file failed with ClassCastException</b>
    Can any one please tell me how to resolve the problem
    Best Regards
    Ravi Shankar B

    Ravi,
    I dont think it is feasible. Eventhough you have two files with the same name do you have the data same? Practically it should not be. Let us know your complete requiremens. Also see this link for some help on file validations:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2fxi%2fxi-design_configuration%2ffileValidationsinSAPXI-ACaseStudy.pdf
    ---Satish

  • Attempt to process file failed with java.io.IOException

    Hi,
    The scenario is from Idoc to flat file and messages are getting processed successfully in XI. but in receiver communication channel error is coming:
    Attempt to process file failed with java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.
    MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.: java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.

    Hi,
    If you are using FTP then,
    1. Make sure that the FTP sever does not have issues with Firewall or a Proxy server access.
    2. Also verify that the specified FTP user ID has the necessary WRITE or overwrite authorization?
    Regards,
    Sarvesh
    ***Reward points, if it helped you.

  • Import Purchase orders failing with numeric/value error issue

    Import Purchase orders failing with numeric/value error issue

    Hi All,
    Import Purchase Orders program is failing with PL/SQL Numeric or Value Error.
    DECLARE
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 55
    Kindly help me to get the issue fixed

  • Best place for scratch files, imported video on laptop with single drive

    Hi all,
    I read that is was best to put the scratch files on a disk other than that the program resides on, so I did. That makes sense.
    But later, when I was reading about people's problems with CS4 crashing, I read I'm not meant to be using USB drives .... so, my question is:
    On a laptop with a single hard disk and a USB external drive, where is the best place? Do the performance problems with scratch files on a single disk trump those of using USB or vice versa.
    Perhaps its something I'll have to try myself but wondering about other people's experience.
    Cheers

    I'm with Harm on the eSATA. I will say that FW-800 works for me, but as more of my externals offer eSATA now, I'll probably migrate to that connection very soon. Even with 3x 200GB 7200RPM SATA II HDD's on my laptop, I do a lot of work with externals, 'cause I migrate the Projects to my workstation. Just remember to set a unique drive letter for the external(s) in the OS of all computers, or you WILL have issues. An eSATA card is cheap, though your externals need to have the connection. Externals are also cheaper now. I'm paying the same for 2TB units, that I paid for 250GB ones, when they first came out! For what I paid for a 1.5TB RAID NAS, I could now get 16TB in a hot-swappable enclosure.
    As for USB's, I tried that years ago, and gave up in frustration. The connection was just too slow, and often timed out, or worse. I'd not do that again, on a bet - sorry, but I am too impatient and then there were the crashes...
    Hunt

  • Created "Hierarchy Field" not saved in Import Mapping File

    Hello experts,
    I want to save the mapping created after having imported categories via MDM Import Manager.
    Everything works fine as I execute an initial import (In "Map Field" tab, I create a "hierarchy field" based on the three fields "Categorie Name, Categorie Name 2, Category Parent" and mapp the Split Hierarchy field consequently ).
    My problem is as I save the Mapping and try to reuse it for a new Categories import, the former "hierarchy field" does not appear anymore. I assume Saving Mapping does not save created hierarchy fields...
    Can anyone help me on this?
    Thanks in Advance
    Stephane Naigeon

    From XML, with fields "Category Name, Category Parent".
    Then in MDM Map Tab, I clone the Field "Category Name" and create the Hierarchy Field with name "Categories", parent field "Category Parent", Child Field "Category Name", and Node name field "Category Name Clone".
    Then I map the Split Hierarchy field with the destination field "Category Name [DF]", and the source field "Category Name" with the Remote Key.
    The matching field in Match Record Tab is "Category Name [DF]".
    I save then the mapping file but am not able to reuse it : as I said, the Hierarchy field disappears !

  • "Import Price Catalogs" fails with RATE not valid

    Importing BLANKET using "Import Price Catalogs" but it fails with Error RATE cannot be null, IF I pass rate it fails with RATE not valid.
    CASE#1
    po_headers_interface
    rate_type: Corporate
    Rate: 6.5
    rate_date: xx-xx-xxxx ( same as PO creation date)
    CASE#2
    po_headers_interface
    rate_type: NULL
    Rate: NULL
    rate_date: NULL
    PO currency is USD but its a china PO. ORG currency is USD.
    Any help is appreciated.
    Thanks

    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.2
    OS: WIN 7
    Log File:
    Purchasing: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POXPDOI module: Import Price Catalogs
    Current system time is 13-APR-2011 13:23:43
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    Blanket
    N
    N
    APPROVED
    N
    Y
    Start of log messages from FND_FILE
    To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
    AUDSID = 36565489
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 24725515      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 13-APR-2011 13:23:44
    ---------------------------------------------------------------------------

  • Import WSDL file along with XSD

    Hi,
    I have a WSDL file which has complex Data types (abc.wsdl). This complex data types are defined in the XSD file (abc-data.xsd).
    If I just import WSDL file in ED I am unable to find the Complex Data types in Message Mapping.
    How can I use the XSD file along with the WSDL file? Is there any source path as to give or what?
    Could you please help me out…?

    first i will tell how my wsdl file is defined
    <xs:element name="authInfo" type="<b>xx:AuthInfo</b>">                                   <xs:annotation>                              <xs:documentation xml:lang="en">                                   Authentication information                         </xs:documentation>                    </xs:annotation>                              </xs:element>
    and in my xsd file for xx:AuthInfo
    <xs:complexType name="AuthInfo">
              <xs:sequence>
                   <xs:element name="acctName" type="tns:CustName">
                        <xs:annotation>
                             <xs:documentation xml:lang="en">
                             account name.
                        </xs:documentation>
                        </xs:annotation>
                   </xs:element>
                   <xs:element name="password" type="tns:AcctPswd">
                        <xs:annotation>
                             <xs:documentation xml:lang="en">
                            Specify the password                    </xs:documentation>
                        </xs:annotation>
                   </xs:element>
              </xs:sequence>
         </xs:complexType>
    when i import wsdl file in Ed i will get two inputs there but only one as "AuthInfo"
    but "AuthInfo" has two inputs.
    this is how my Target Message Look like
    Tree          Occurences          Type
    authInfo     1..1                      xx:AuthInfo
    i hope i have cleared u..

  • Workflow - Move files fails with Something went wrong error.

    I am trying to create a work flow on a list that holds documents. The workflow checks for a column value to be equal to the string "Awarded". If the condition is true the file is moved from one library to another. This works fine.
    However when I try to run the workflow on a folder in the list I am greeted with a dialog box that says something went wrong.
    Checking the ULS reader logs I did find an associated error that reads VALUE DOES NOT FALL WITHIN EXPECTED RANGE.
    I guess in a nutshell that means it cant find what it is looking for.
    So to recap, the workflow will run with individual files in the list who's attribute is set to awarded in a text colum. IT will not run on the same list on folders in the list. I need to have the ability to move entire folders from one library to another
    based on that condition. Any ideas why this fails?
    fr0stsp1re

    Hi,
      As per my understanding you want to run the workflow when you add a folder, for that you can see below link.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/daf59d7f-1073-4186-a807-29dcbd83b3c5/upload-a-document-using-webservices-without-changing-its-modification-and-creation-dates?forum=sharepointdevelopmentlegacy
    Regards,
    MS
    Hi Thanks,
    Actually I am simply trying to copy an entire folder full of files from one library to another. Works fine with single files but does not seem to work when trying to copy a folder.
    fr0stsp1re

Maybe you are looking for