Import failed. Unhandled Exception in Import Manager

I'm just starting with MDM (5.5 SP1) and have created my first Import but keep getting an "Import failed. Unhandled Exception. RC: 0x82030100" when I Execute Import. I'm not sure where to look to determine the cause. Any suggstions?

Hi Russell,
On your C drive, under Program Files>SAP MDME 5.5>Import Manager is the first place to start- Import manager log is an XML document created, and shows the steps import manager went through before it failed.  It could give some ideas about the cause.  Other than that, I have seen that not setting key mapping accurately can cause this exception.
Good luck!

Similar Messages

  • Import Manager - Exception Handling

    Hi All,
    While importing the records using MDIS, some files are not getting imported and go to the "Structural Exceptions".
    In order to find out the exceptions, i tried to login into Import manager using the following:
    Type : Port
    Remote System : MDC R/3 & ERP
    Port :  DEBMDM06R3_ERP_In [Exeption]
    Once I click on Finish button, i get a dialogue box saying "Logon error :  Could not retreive source file for the port DEBMDM06R3_ERP_In".
    Please suggest what should be done when i get such errors.
    Thanks and Regards,
    Sravan

    Hi Sravan,
    To know the reason for exceptions, check the Exception and Log folders over the path
    <MDM Installable Directory>\Server\Distributions\<Servername_databasetype>\<Repository>\Inbound\<Remote System>\<Port Code>\
    Since MDIS has already executed the import, your input file might have moved into other folders depending on the import status hence there would not be any file in Ready folder beacuse of file you are not able to open the Import Manager.
    Regards,
    Jitesh Talreja

  • 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

  • Query Notification fail with unhandled exception (orageneric11.dll) error

    Please help
    trying to run "Continuous Query Notification Example" from
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28395/oci10new.htm
    (after some modifications example launchs and begin "waiting for Notifications")
    then i make changes in oracle table "test_table" which "myCallback" listens.
    After commit changes in table programm get notify about this changes and call function "myCallback"
    Then myCallback call function "processQueryChanges" which
    fail programm with exception in debug:
    "unhandled exception in mytest.exe (orageneric11.dll): 0x0000005 Access Violation"
    void processQueryChanges(....)
    for (i=0; i < num_queries; i++)
    //!!!!!fail in this string!!!!!
    checker(errhp, OCICollGetElem(envhp,
    errhp, (OCIColl *) query_changes,
    i, &exist, &query_descp, &elemind));
    I found version of the decision
    but it doesn't work
    decision text:
    To resolve this Oracle issue add the following entry to your SQLNET.ORA file.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    DIAG_ADR_ENABLED=OFF
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_DDE_ENABLED=FALSE
    visual studio 6.0 sp6, oracle client 11.1.0
    Edited by: 958639 on 12.09.2012 6:00

    Hi Efstratios,
    Yes, I have imported all the transports and all of they are success. I am able to use SAP authentication and able to create connection and retrive all InfoCubes and Quries also.  Error is only when i select the query to create universe.
    As i understand from the erros shown is , in the server some graphis card or driver is missing.
    Moreever, I am looking for loging into the Desinger using SAP authentication from Client machine.  For SAP authentication, i should install Integration Kit in client machine.( corect me if i am wrong ). To install Integration KiT , it is asking Crystol report server in desktop before integration kit.
    Does it require ?
    Regards,
    Suresh

  • Security around MDM Import Manager/Syndicator

    Hi -
    I am trying to see if there is any way within the MDM 5.5 SP6 to limit the use of the Import Manager and Syndicator.  I did some testing and found that users assigned with roles that have Read-Only access to all tables/fields and no Execute access for any functions were able to log in to Import Manager and import data to the repository.  
    I also found this in the Import Manager reference guide.
    NOTE &#9658;&#9658; Currently, the MDM Import Manager does not check any
    security constraints set in the MDM Console. Specifically, with the
    following exceptions: (1) the import will fail if any record constraints are
    set for the import user; and (2) you must have write access to the
    Family Hierarchy if the Synchronize Family Hierarchy After Import
    configuration option is set to Yes.
    I'm guessing not, but does anyone know if there is any way within MDM to restrict the use of these applications?  And if no, any ideas on if/when SAP is going to do incorporate security constraints with these applications?
    Thanks,
    Matt

    Hi Matt,
    I was just thinking that if none of the users should Import , then how they can accidently import records. They simply wont have Import Manager GUI.
    So no need to worry for the project.
    However you raised a good point and it will be good if SAP will come up with solution for it.
    + An

  • Not able to Populate Qualified Table in Import Manager

    Hi,
    I am performing following steps for populating Bank Detail Qualified table in MDM from R3 but not able to populate the data.
    1.Populating all lookup tables like Account_no,Bank-Key.......
    2.Mapping all fields in Bank detail table except the 'Collect Auth'
    field which is Qualifier
    3.In Customer table(Main) mapping  Collect auth to Bank Detail field and
    customer_no to its corresponding ID.
    It is not populating the Bank detail data which are available in lookup tables
    Appreciate your suggestion
    -regards,
    reo

    Reo
    Matching will be based on the Display field (at least one) of the Main table.  This is for example the Customer Number.
    You also need to map all the display fields of the qualified lookup table. Then you can set the Qualified Update Action by right clicking on the field in the main that is linked to the qualified lookup.(the Collection_Authorization I think). Set the option that well update/append/replace the qualified data fields of the looked table.
    There is two how_to_guides that will help. You can download from SAP Service Market Place. (Otherwise I can email to you)
    How To Troubleshoot MDM Import Manager
    HowTo_LoadQualifiedFields
    Rgs
    Con

  • Help using workflow for import manager

    hi all,
    assumes import server is used for automation creation/update of records,
    i need to design a workflow to verify existing record  that:
    if a validation pass: update all fields + update mapping key
    if a validation fail : update mapping key only
    can anyone provide good suggestion on how it can be done via workflow?
    MDM API is out of scope...
    thanks,
    Shanti

    Hello Shanti
    Import manager and import server  launch workflow after data loading is finished.
    You cannot manage loading rules from workflow.
    You can create two inbound ports:
    one for keys loading
    another one for keys+fileds loading
    Regards
    Kanstantsin Chernichenka

  • Error while importing excel sheet in Import manager

    Hi Experts,
    Please find below error while importing Excels sheet as a source into import manger and advice.
    logon error: failed to open table Text Table for insertion
    Error: Query must have at least one destination filed in sap MDM Import manager
    Regards,
    MFH

    Hi,
    Its clear now.
    Merci
    MFH

  • XML file error while loading import manager

    Hi all,
    I am new to MDM.
    I have archive repository(.a2a file),xsd files,import maps and export maps.I have unarchived the repository in console and I am trying to load import manager by selecting the file type as XML schema, client system as MDM, XMl schema name and file name as XML file of given XSD in import manager folder of server.
    I am getting error like "failed to parse XML file".
    Please help me out regarding this.
    Thanks in advance.
    Ravi.

    Hi ravi,
    Is it MSXML 4.0 SP2 parser?
    <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en</a>
    Try installing this and let me know.
    Thanks and Regards,
    <b>Sagar Sonje</b>
    Message was edited by:
            Sagar Sonje

  • Retreive Next Source File in MDM Import Manager

    Hi all,
    I am curious about the above feature in the MDM Import Manager. It can be found under File menu but I found that it is always greyed out even if I have selected multiple files. When I select multiple files, the system is clever enough to take all the records in the file so it doesn't seem to be used to move from one file to another. I couldn't find any information on the Import Manager guide so am trying this forum. Note that I have also searched on the forum before posting.
    Appreciate if anyone can share their insight into this feature.
    Cheers!
    SF

    Hi SF,
    Yes I too did not come accross any document about this.
    However,I guess this is something which helps you in exception handling.
    When you handle exception of a port and there are multiple files,then you need "connect to source" again and again.
    It takes you to next exception file.
    Hope this helps!
    Thanks,
    Ravi

  • Set Key Field in Import Manager

    Hi All,
    I have 2 fields in my source file(name,category) .category(look up Field) is the key field and name(display Field) is the matching field.
    I got file like this......
    Name                  category
    1                           A
    1                           B
    1                           C
    While importing i got an error stating that Import failed. The destination record was referred to by multiple source records. Duplicate source records should be merged before importing them.
    Import action: Update (All Mapped Fields)Source record no: 1
    But in this case my key field is Category based on category  then these 3 records will be 3 different records.
    Please let me know the  use of Set Key field in the Import Manager and how it works?

    Hi,
    It's not about set of key field in MDM Import Manager but the reason is that you can not select more than 1 category(Lookup Taxonomy) in maintable for one record. thats why error is coming because for this Property Multi-valued always No.
    Even, you can try this in Data Manager manually create three Category A, B and C in taxonomy mode on selecting Sub table Categories, then on selecting main table, when you select category field(which is lookup to categories table)for a particular record you could able to select only one category A, B or C.
    i would suggest make a Attribute of type text having three values A, B and C and mark this as Multi-Valued in Attribute Detail and link this Attribute with your category. in this way you can attach three values A, B and C with your Record.
    Other thing you can do,make this category field as (Lookup Hierarchy not lookup taxonomy) in main table to Subtable(Hierarchy) then for this field in main table you can set Property Multi-valued = Yes in MDM console and then after Import using MDM Import Manager finally only one record will get created in Data Manager as:
    Name Category
    1         A;B;C
    Hope it will Help you,
    Rewards if Useful.....
    Mandeep Saini
    Edited by: Mandeep Saini on Jun 20, 2008 8:46 AM

  • Import Manager - Problem with 0..n field in Import Manager

    Iu2019m having problems with XMLs that contain multiple or single tags in MDIS process. For example: I did the map using a XML with multiple tags for Address:
    <address>
    <item>
    u2026
    </item>
    <item>
    u2026
    </item>
    </address>
    When I send two address or more Address, the Import Server work fine, but when I send only one Address, the address is not imported.
    <address>
    <item>
    </item>
    <item>
    </item>
    </address>
    Opening the xml file with only one Address in Import Manager, I saw that the fields isnu2019t mapped, but when I open a xml file with multiple Address itu2019s open correctly.
    The XSD cardinality for the Address\Item is 0..n

    Hi Evandro ,
    If it is processing the input file correctly through the Manul Import manager process then update your latest Map by using SAVE As option or else save this correct map with a new name altogether and use this new map in the port for automatic importing.
    If your file is able to process correctly through the Import manager without showing any errors till the Import step in the Import manager then this map must be correct and shoul automate the importing correctly.
    Provided you are using the similar file for automatic importing as well.The file name and the fields as well as the value mapping as saved in this corrected map must not differ with the input file else this saved map will not be able to import correctly.
    Check to see if you have made correct setting for automatic importing by refering the below link:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm  (Automatic importing MDIS - Import manager ref guide>MDM import server(MDIS)>MDIS Consfiguration)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8973bcaf-0801-0010-b7a7-f6af6b1df00e(mdm import and syndication server)
    Also check the exception folders if your import is not taking place automatically:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm (Exceptions- MDM Import Manager MDIS-Exception handling)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • SAP MDM Import Manager connect to Oracle Database.

    Hi expert,
    I try to connect to Oracle DB with SAP MDM Import Manager but I cant.
    I entered property in "Connect to Sorce" window.
    ============================================
    Type : Oracle
    Remote system : MDM
    DBMS server : <DBMS host>:<listener port>
    Database  : Oracle_SID
    User : Oracle database user
    Password :  Oracle database user password
    ============================================
    then error ocurred.
    "Unable to connect to source"
    I aleady checked to connect to the Oracle database with Oracle client.
    It is connected well.
    How can I connect ??
    thanks and regards
    jun

    Hi all,
    thank you for your replies.
    I tried to connect oracle DB except "< and >" symbol but It did not work.
    I installed windowXP 32bit , Oracle client 32bit and SAP MDM Import manager 32bit in My local PC.
    Also I connect to MDM DB using sqlplus in My local PC.
    I wonder that TNSNAME.ORA is used DB connection using SAP MDM Import manager ??
    I think TNSNAME.ORA is not used when I connect to DB using SAP MDM Import manager because I enter parameters are properties of TNSNAME.ORA.
    I don`t know why don`t connect to DB.
    regards,
    jun

  • MDM Import Manager Batch

    Hi everyone,
    We are using the MDM Import Manager Batch to import data automatically. Can we write in our ImportBatch.ini the file name with * at the end : CREMDM.CREMDM04*.xml
    because the file name comes with time stamp (CREMDM.CREMDM0420061129-103959-602.xml)
    [Source]
    Type=XML Schema
    XML Schema=CREMDM04
    File name= \...\... CREMDM.CREMDM04*.xml
    DSN=
    DBMS Server=
    Database=
    User=admin
    In advance thanks,
    Aklilu

    Hi Aklilu,
    the names of the XML files don't matter. MDIS tries to process everthing that is put into the ready folder. The ready folder is processed in a "first comes, first served" way. So there's no need to change the names. Is the time stamp in the file name really a problem? If yes, why?
    > We are trying to parameter the mdis.ini and until now it does not work.
    Could you specify this? In addition, I've got a few hints:
    MDIS has to have the same build version as the MDM Server. In addition, MDIS has to be running (in Windows, you can check this in the Services Screen). Furthermore you should have a look at the Console's port definition (select your repository, go to Admin -> Ports in the menu tree). The port has to be configured correctly (XML Scheme, which map to be used, and so on). Very important: you have to set the port to automatic processing.
    Here's a sample for the MDIS.ini:
    [GLOBAL]
    Version=5540
    Server=WDFD00146633A
    Interval=30
    Automap Unmapped Value=True
    Unmapped Value Handling=Add
    Always Use Unmapped Value Handling=False
    VXR_MAX=25000
    Verbose=0xFFFF
    -- Verbose OFF:     0x0000
    -- Verbose ON:      0xFFFF
    -- FI  Verbose:     0x0001
    -- XML Verbose:     0x0002
    -- MAP Verbose:     0x0004
    -- THRD Verbose:    0x0008
    -- PARSER Verbose:  0x0010
    -- STRUCTX Verbose: 0x0020
    -- VALUEX Verbose:  0x0040
    -- IMPORTX Verbose: 0x0080
    String Resource Dir=C:PROGRA~1SAPMDM~1.5IMPORT~2LangStrings
    Log Dir=Logs
    SLD Registration=False
    [SP04_BUSINESS_PARTNERWDFD00143366AMSQL_21_13_4_3]
    Login=Admin
    Password=
    Chunk Size=50000
    No. Of Chunks Proccessed In Parallel=5
    Using the Verbose parameter you can define which errors, issues, messages and so on should be written into the MDIS log. You can find the logs directly in the port's log folder and in the log folder of your MDIS installation directory. If MDIS is not working or the import fails, these files contain some helpful information.
    Kind regards
    Michael

  • What is meant by criteria of Updateability in MDM Import manager

    Hi,
    What is meant by criteria of Updateability in MDM Import manager? i read some information, but i could understand, it says original data source be  updateble. what is meant by Original data source.?
    what is the use of option "Read-only"  in Import manager logon screen.
    Thanks

    Hello Ankam,
    You can check the Read-only option to prevent MDM from updating your data source.
    Kindly see the below information on "DATA SOURCE UPDATES"
    DATA SOURCE UPDATES
    Some MDM Import Manager operations require that the original data source be updateable, thereby allowing new fields and/or entire new tables u2013 and the corresponding data values for each record u2013 to be automatically added to the data source before further processing.
    Other operations simply create virtual fields in the MDM Import Manageru2019s workspace, although if the data source happens to be updateable, some of these operations instead add the new fields to the original data source as well.
    NOTE ►► Updating the data source when possible allows you to
    perform additional operations on the new fields as if they were part of
    the original source data, and also use them as record matching fields.
    NOTE ►► Fields that are added only if the data source is updateable
    can be deleted automatically by the MDM Import Manager when you
    exit or switch data sources based on the setting of the Delete Created
    Fields on Exit configuration option.
    Updateable Data Sources
    Whether or not a data source is updateable depends upon the following:
    u2022 Source type. The source Type must permit the MDM Import Manager to update its schema and insert the additional fields of data; some supported types are updateable and some are not.
    u2022 Media. The media on which the data source resides must itself be updateable. If the media on which the data source resides is readonly, such as a CD-ROM, the data source cannot be updated.
    u2022 Permissions. You must have the proper file system permissions to update the file, or the proper DBMS permissions to update the schema of the database.
    u2022 Read-only option. You cannot have checked the Read-Only option, which prevents MDM from updating the data source even if the other conditions would otherwise permit it.
    NOTE ►► The Read-Only option is: (1) enabled for source types that
    can be updated (Access, Oracle, SQL Server, and XML); (2) disabled
    and unchecked for those that use Access as an updateable staging
    area (Delimited Text and Fixed Text); and (3) disabled and checked for
    those that cannot be updated (Excel and ODBC).
    NOTE ►► When the data source is SQL Server, the table names in
    the database must not contain spaces; otherwise any operation that
    would update the data source will fail.
    Hope this helps.
    Regards,
    Vikas

Maybe you are looking for

  • Problem with logon in to Application Express

    I have successfully installed oracle Application Express When I logged in to Oracle Application Express Administration Services for the first time he asked me to change password. After I changed the password I can't log in to the application any more

  • FM : For reduction of  PIR /Consumption

    Hi. Is there any FM for reduction of PIR <Forecast> quantity for consumption mode forward/backward> .

  • Price condition - all items

    Hi gurus, I have a little problem from a client. For example : i have 3 items   item A     gross weight 2kgrs   item B     gross weight 1,5kgrs   item C     gross weight 3kgrs there is SD order with above items as follows:   item A  2 pcs  (gross wei

  • HELP~HELP~HELP~HELP pleeeeeeeeeeeeeeeeeeeeeeeeeeeeezzzzzzzzzzzzzzzzzzzzzzzz

    hey i have a new i pod nano and ive been tryin 2 connct it to my computer. it says in the instruction manual tht when i conncect the ipod with the usb cable, it is supposed to come up with a setup assistant. but it doesn't. my friend who also has the

  • Spooling unwanted output

    Hi i have script as below SET MARKUP HTML ON ENTMAP ON SPOOL ON PREFORMAT OFF; set linesize 125 set numwidth 20 set pagesize 50 col TEXT FOR A30 col ELAPSED_TIME_SEC for 99999999 set serveroutput off; SET ECHO OFF; undefine MAX_SNAP undefine MIN_SNAP