Importing Data from an ABAP system - JOB Initial Load - IDM 8.0

Hello all,
I got the error during the execution  initial load job:
Value not legal for this attribute:Attribute: MX_USERTYPE" when storing attribute 'MX_USERTYPE=A'
Value not legal for this attribute:Attribute: MX_DATEFORMAT" when storing attribute 'MX_DATEFORMAT=1'
I have executed the job read value help content before start initial load job.
Could anyone explain if this attribute should be created manually in mxi_AttrValueHelp table before run the initial job?
Thanks

Hello Rafael,
There is a possibility that you have encountered a problem that we had with the language translations for the attribute values.
I would like to ask you to check one file content:  could you try to open the language translations file: this should be located under ICCORE -> Database Schema -> SQL-Server -> 9-language-data.sql
There is a chance that this file is "broken".  If so - we have fixed this specific problem in the Designtime Component patch 2 (now 3 is also available) - so you would need to update to this one.
You could also take a look at the table for the attribute values help - via executing "select * from mxi_attrvaluehelp".
Kind Regards,
Rali
SAP Identity Management Development

Similar Messages

  • ICR - Importing Data from Other SAP Systems for Reconcilaition

    Dear Ralph and Other Experts,
    At my current engagement we need to import data from a subsidiary separate SAP system for reconciliation. There are scenarios where one side of an Interco document is posted in the corporate system and the other half is posted in the subsidiary's system. The posts from the subsidiary are totaled by comp code account and trading part and then posted in the corporate system.
    This will make it challenging to run automatic rule assignments because scenarios will arise where one document in the subsidiary needs to be matched to many documents in the corporate system.
    I did some searching on changing the DataSource   in FBIC008 for certain company codes to file upload or external but cannot find documentation on how to complete the configuration or how this functionality it works. Has anyone used this functionality? Could somebody please explain or link me to a document about using this external or file upload functionality in the ICR system.
    Best,
    John S

    Hi Frank,
    Below are my thoughts, these are only conceptual and haven't had an opportunity to try these possibilities, also not sure if this is the right thing.
    1) Create an entry in DBCON using TCode: DBCO for the Database of system SAP2. Now in the application of SAP1 use the "SET CONNECTION" construct as the very first statement, so that consecutive SQL statements will point at the DB of SAP2.
    2) I have read somewhere that the Work Processes are connected to the Default database and i am not sure if you can change this setting, but if you can and provided you have have multiple application servers in your SAP1 landscape, then pick one of the application servers and change the settings on the WP to point at the DB of SAP2, you have the end users login to this particualr app server.
    3) If there are multiple app servers in SAP1 landscape, then choose one of the app servers and change the default database setting to point at DB of SAP2.
    Regards,
    Chen

  • Import Data from Office Control (Web Dynpro for ABAP) into internal-Table

    Hello,
    I have a question concerning the Office Control UI-Eelement in Web Dynpro for ABAP:
    How can I import spreadsheet data from the Office Control into  a internal-table?
    I have an Excel-sheet (without any data) which is shown initially in the Office Control. First the empty Excel-Sheet will be loaded and in the second step data from an alvxml-transformation will be loaded into the Excel-sheet with the method 'activatexmlsource'. This works so far. When I change the loaded data in the Office Control and save it it will be stored as XLS-File. The problem is that I'm not able to use existing Upload-FM because every function module I tried uses GUI-functions and WebDynpro has no GUI-functionality. I always get the error that data from clipboard cannot be imported.
    So now the question is:
    How can I import changed data from the Office control into a internal-table staying in Web Dynpro application?
    Please give some advice, if you have some useful code or ideas.
    Thanks
    ram
    Edited by: Ramakullay Challa on Sep 24, 2009 9:05 AM
    Edited by: Ramakullay Challa on Sep 24, 2009 9:07 AM

    Hi,
    Once you save to desktop again you have made some changes to that file, this file you want to upload it right.
    Then in that case you need to use the FILEUPLOAD UI element right.
    Regards,
    Lekha.

  • Import Data from Office Control (Web Dynpro for ABAP) into SAP-Table

    Hello,
    I have a question concerning the Office Control UI-Eelement in Web Dynpro for ABAP:
    How can I import spreadsheet data from the Office Control in a SAP-table?
    I have an Excel-sheet (without any data) which is shown initially in the Office Control. First the empty Excel-Sheet will be loaded and in the second step data from an alvxml-transformation will be loaded into the Excel-sheet with the method 'activatexmlsource'. This works so far. When I change the loaded data in the Office Control and save it it will be stored as XLS-File. The problem is that I'm not able to use existing Upload-FM because every function module I tried uses GUI-functions and WebDynpro has no GUI-functionality. I always get the error that data from clipboard cannot be imported.
    So now the question is:
    How can I import changed data from the Office control into a SAP-table staying in Web Dynpro application?
    Please give some advice, if you have some useful code or ideas.
    Thanks in advance,
    Philipp
    Edited by: Philipp Hiebler on Feb 11, 2008 10:15 AM

    Hi,
    Once you save to desktop again you have made some changes to that file, this file you want to upload it right.
    Then in that case you need to use the FILEUPLOAD UI element right.
    Regards,
    Lekha.

  • How to import data from a text file into a table

    Hello,
    I need help with importing data from a .csv file with comma delimiter into a table.
    I've been struggling to figure out how to use the "Import from Files" wizard in Oracle 10g web-base Enterprise Manager.
    I have not been able to find a simple instruction on how to use the Wizard.
    I have looked at the Oracle Database Utilities - Overview of Oracle Data Pump and the Help on the "Import: Files" page.
    Neither one gave me enough instruction to be able to do the import successfully.
    Using the "Import from file" wizard, I created a Directory Object using the Create Directory Object button. I Copied the file from which i needed to import the data into the Operating System Directory i had defined in the Create Directory Object page. I chose "Entire files" for the Import type.
    Step 1 of 4 is the "Import:Re-Mapping" page, I have no idea what i need to do on this page. All i know i am not tying to import data that was in one schema into a different schema and I am not importing data that was in one tablespace into a different tablespace and i am not R-Mapping datafiles either. I am importing data from a csv file.
    For step 2 of 4, "Import:Options" page, I selected the same directory object i had created.
    For step 3 of 4, I entered a job name and a description and selected Start Immediately option.
    What i noticed going through the wizard, the wizard never asked into which table do i want to import the data.
    I submitted the job and I got ORA-31619 invalid dump file error.
    I was sure that the wizard was going to fail when it never asked me into which table do i want to import the data.
    I tried to use the "imp" utility in command-line window.
    After I entered (imp), i was prompted for the username and the password and then the buffer size as soon as i entered the min buffer size I got the following error and the import was terminated:
    C:\>imp
    Import: Release 10.1.0.2.0 - Production on Fri Jul 9 12:56:11 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Username: user1
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Import file: EXPDAT.DMP > c:\securParms\securParms.csv
    Enter insert buffer size (minimum is 8192) 30720> 8192
    IMP-00037: Character set marker unknown
    IMP-00000: Import terminated unsuccessfully
    Please show me the easiest way to import a text file into a table. How complex could it be to do a simple import into a table using a text file?
    We are testing our application against both an Oracle database and a MSSQLServer 2000 database.
    I was able to import the data into a table in MSSQLServer database and I can say that anybody with no experience could easily do an export/import in MSSQLServer 2000.
    I appreciate if someone could show me how to the import from a file into a table!
    Thanks,
    Mitra

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • Importing data from Flat file

    Hi all Experts,
    I am a ABAPer and trying to learn BW by my own. I wanted to import data from flat file and generate some reports on that.
    Can anybody tell me the steps starting from the infocubes(guess its the first step), to achieve it. Any help will be a great help for me.
    Thanks in Advance,
    Smita

    1.to start with create infoareas, infoobjects(accoring to what u have in flat file).
    2.then create a cube which will include these infoobj's and activate it.
    3.create an application component and then create infosource,right click and assign ds to infosource and specify ur PC file source system(whatever system u've), 4.then u'll go to the infosource screen where u need to maintain the exact order of ur file in transfer structure tab, then maintain transfer rules, activate it.
    5.create upate rules for ur cube by mentioning this infosource name.
    6.create infopackages and schedule them. after data is loaded to cube, use tcode rrmx and logon to bex and find ur cube and then create queries on them.

  • Import data from excel/csv file in web dynpro

    Hi All,
    I need to populate a WD table by first importing a excel/CSV file thru web dynpro screen and then reading thru the file.Am using FileUpload element from NW04s.
    How can I read/import data from excel / csv file in web dynpro table context?
    Any help is appreciated.
    Thanks a lot
    Aakash

    Hi,
    Here are the basic steps needed to read data from excel spreadsheet using the Java Excel API(jExcel API).
    jExcel API can read a spreadsheet from a file stored on the local file system or from some input stream, ideally the following should be the steps while reading:
    Create a workbook from a file on the local file system, as illustrated in the following code fragment:
              import java.io.File;
              import java.util.Date;
              import jxl.*;
             Workbook workbook = Workbook.getWorkbook(new File("test.xls"));
    On getting access to the worksheet, once can use the following code piece to access  individual sheets. These are zero indexed - the first sheet being 0, the  second sheet being 1, and so on. (You can also use the API to retrieve a sheet by name).
              Sheet sheet = workbook.getSheet(0);
    After getting the sheet, you can retrieve the cell's contents as a string by using the convenience method getContents(). In the example code below, A1 is a text cell, B2 is numerical value and C2 is a date. The contents of these cells may be accessed as follows
    Cell a1 = sheet.getCell(0,0);
    Cell b2 = sheet.getCell(1,1);
    Cell c2 = sheet.getCell(2,1);
    String a1 = a1.getContents();
    String b2 = b2.getContents();
    String c2 = c2.getContents();
    // perform operations on strings
    However in case we need to access the cell's contents as the exact data type ie. as a numerical value or as a date, then the retrieved Cell must be cast to the correct type and the appropriate methods called. The code piece given below illustrates how JExcelApi may be used to retrieve a genuine java double and java.util.Date object from an Excel spreadsheet. For completeness the label is also cast to it's correct type. The code snippet also illustrates how to verify that cell is of the expected type - this can be useful when performing validations on the spreadsheet for presence of correct datatypes in the spreadsheet.
      String a1 = null;
      Double b2 = 0;
      Date c2 = null;
                        Cell a1 = sheet.getCell(0,0);
                        Cell b2 = sheet.getCell(1,1);
                        Cell c2 = sheet.getCell(2,1);
                        if (a1.getType() == CellType.LABEL)
                           LabelCell lc = (LabelCell) a1;
                           stringa1 = lc.getString();
                         if (b2.getType() == CellType.NUMBER)
                           NumberCell nc = (NumberCell) b2;
                           numberb2 = nc.getValue();
                          if (c2.getType() == CellType.DATE)
                            DateCell dc = (DateCell) c2;
                            datec2 = dc.getDate();
                           // operate on dates and doubles
    It is recommended to, use the close()  method (as in the code piece below)   when you are done with processing all the cells.This frees up any allocated memory used when reading spreadsheets and is particularly important when reading large spreadsheets.              
              // Finished - close the workbook and free up memory
              workbook.close();
    The API class files are availble in the 'jxl.jar', which is available for download.
    Regards
    Raghu

  • Import data from excel explanation

    Running SAP B1 2007 A PL49.
    In the import data from excel functionality, using items.  There are 2 checkboxes that appear:
    update existing records
    update accounts in existing items
    can anyone explain what each checkbox means?
    Thanks,
    Rich

    hi Rich,
    Update Existing Records
    The system overwrites the data in the corresponding fields of the existing master records.
    The numbers of the master records for business partners or items cannot be overwritten.
    The type of a business partner cannot be changed once business transactions have been entered for that partner.
    Update Accts in Existing Items
    When importing item data, you can also update the information for the expense and revenue accounts.
    To overwrite the respective item master data record
    regards,
    Fidel

  • Importing data from a data-backup file

    Hi,
    my application runs external process that imports (should import) data from a backup file created using the exp command. Export file is created by gDBUser from global database (GDB) and should be imported by lDBUser to local database (LDB).
    process1.StartInfo.FileName = "imp.exe";
    process1.StartInfo.Arguments = String.Format(" userid=\\\"{0}/{1}@{2} as SYSDBA\\\" fromuser={3} touser={4} tables=({5})", dbUserName, dbUserPass, serviceName, fromDBUser, toDBUser, tableNames);
    process1.StartInfo.UseShellExecute = false;
    process1.Start();
    Everything works fine as long as the user running my application is member of the DBA system (Windows) group. Unfortunately, in most cases the user does not belong to that group and import fails with the following error message:
    IMP-00058: ORACLE error 1031 encountered
    ORA-01031: insufficient privilegesUsername:
    IMP-00000: Import terminated unsuccessfully
    Users should not be members of the DBA group in order not to be able to modify the data otherways then by using the app. They don't even know the dbUserName nor dbUserPass.
    Is there a way to be able to perform such import without running it as member of DBA group?
    I'll appreciate your help.
    Best regards
    Rob

    Hi Mark,
    No, it isn't necessary to connect as sysdba.
    In the meantime I found the solution.
    My dbUser had no CREATE TABLE privilege. As soon as I granted it and removed "AS SYSDBA" from the userid parameter everything started to work fine.
    Thanks
    Rob

  • Extract data from Retai & AFS system

    Hi , Guys,
    If there are SAP Retail & AFS system with different master data and transactional data , how can I extract master data and transactional data from these two system into SAP BW?
    For example , if i want to extract the stock management data , how do I create the two Souce system in BW, both as SAP souce system or not?
    Thanks !

    Hi Yong,
    1. Should I create both systems as SAP source system or not?
    Yes, both should be created as SAP source systems.
    2. If I want to extract the master data of 0MATERIAL , should I do the extraction job from the two source system with "0LOGSYS" ?
    You have to understand the business process of how material master data flows across these two systems with the help of the functional team.
    In our scenario, we have not used '0LOGSYS', because the same material code coming from both the systems were one and the same.
    3. If I want to extract the transactional data of stock movement data from both systems, which infocube in BI content can I use?
    I suggest you implement standard business content ( 0IC_C03, I guess ) and utilize that for one source system ( Say AFS). Copy this cube into Z cube called ZIC_C03 and connect the retail data sources to this cube. If you want to combine stock reporting from both the systems, you can create a multiprovider on top of this.
    Thanks,
    Krishnan

  • Import data from r3

    Hi,
    1) I want to import customer data from R3 system.
    Note :- I am using repository created using sp3_customer.a2a archieve file in mdm
    I created idoc to file scanario in xi and xml file imported in import manager. but,my problem is i am not able to map all the fields one to one. So, I imported
    00_DEBMDM05_R3.map ( thru file--> import),option.
    I thought by doing this,mapping will happen automatically between xml and mdm data.but, not able to map automatically. What went wrong?
    I heard there is some other solution to import data from r3 ( adding ports, client systems etc in mdm)
    Thanks
    Rama

    Hi,
    Refer to
    <a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/4e705aaee91bcce10000000a1553f7/content.htm">MDM and Client Systems</a>
    Hope that helps.
    Regards,
    Tanveer.
    <b>Please mark helpful answers</b>

  • I want to import data from access database to editable Adobe X form - java? txt? fdf? :-(

    I've been trying to work out how to fill text fields with imported data from an access 2010 database.
    So far I've managed to paste all the data in a large text field on a blank page at the end of the document, but nope, that's not it.
    If anyone has the answer....... please I would really like to know
    Cheers
    Kim

    Acrobat used to have its own database connector on Windows (ADBC) but it was removed in version X. You have two options to connect to a live database that publishes itself through the Windows ODBC system:
    Create the form using LiveCycle Designer (shipped with Acrobat X Pro, but now a separate product). XFA forms created this way have inbuilt database connection features and will work in Adobe Reader too.
    Use the SOAP object in Acrobat JavaScript - but this will not work in Adobe Reader unless you apply permissions using LiveCycle Reader Extensions Server.

  • Import data from table,export to excel----URGENT

    Dear all ,
    I have a requirement of importing data from database table and then export those data to excel. that means irrespective of column number and row number present in the table,i have to export that table's records to excel. In my from i have text field, by which user will enter table name, it will validate whether DB have that table....if that table present in DB , i have to export it's data to excel..............
    any kind of help and suggestion is welcome

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Please provide us with your Forms version, Java version and Client OS version. This information is needed in order to offer you potential solutions. Performing this task in Forms 6i (Client/Server) is completly different than in Forms 9i/10g/11g.
    With respects to your "Urgent!" request. You have to understand that forum contributers are all volunteers - this is not our full-time job. If your issue is truely urgent, it is always best to open a Service Request (SR) with Oracle Support than to rely on the forum for an urgent reply! ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to import data from CSV to TCode COR1?

    Hi SAP PP guru,
    How to import data from CSV file to TCode COR1?
    Thanks in advance,
    Nguyen Phuoc Toan.

    Nguyen,
    You have not yet confirmed what your requirement is?
    You can take the help of ABAP person to understand what BDC or LSMW is about, basically this is a tool provided by SAP that would enable you to record a transaction process and you can use the code to perform the transaction in mass. [Help on LSMW|http://help.sap.com/erp2005_ehp_04/helpdata/EN/ad/2d54a41d7011d2b42e006094b944c8/content.htm]
    Regards,
    Prasobh

  • Import data from BO XI R2 universe to an infocube in SCM APO

    Guys,
    We have a requirement to import data from a BO universe which contains historical figures into our APO system. With what parameters should i define the RFC destination in SM59 on the APO side? What should the connection type be? Has anyone made a similar connection before?
    It would be very nice if I could get a step by step instruction set on how to setup this connection. Please help. Needless to mention, helpful answers will be <removed by moderator>.
    Thanks.
    Faisal.
    Edited by: Siegfried Szameitat on Dec 3, 2008 3:14 PM

    To manually edit in PSA, use transaction RSA1. In the "modeling" folder, open the "PSA" folder. By opening the concerned infosource, you'll find the PCfile PSA you need to edit, it must be named "REQU_xxxxxx" and time stamped : by clicing on the PSA symbol, you'll reach a popup named "selection of data packets for editing". Select all the records and validate. Then you'll reach a screen named "maintenance of PSA data request REQU_xxxxxxx" : there you can see how the system truly read your flat file datas, and you'll be able to correct those datas, and save modifications. After that you can have a try to restart the loading (only from PSA to infocube of course....)
    This should allow you to spot the problem in your flat file.... I hope...
    Fabrice

Maybe you are looking for

  • Synchronizing problems with Vista -- Windows Calendar

    Just got my Blackberry Pearl -- am trying to synchronize with my laptop, which is running Vista. it synchronizes my contacts and emails just fine, but I can't get it to synchronize with my calendar or tasks.   Anyone else run into this problem?

  • HOW TO VIEW  IMPORTED REQUESTS (WITH IN THE SYSTEM)  BY USER NAME

    Hi experts, I would like view the owner of the task which have been imported from 100 to 200 using t-code SCC1 in SCC3 the view is ristricted to DATE, TIME & REQUEST.NO and NO.OF REQUESTS as the actual  imported requests are more than the requested d

  • Ora 02231 error

    Dear all i am using oracle 10g. i am trying to connect with database but i am receiving "oracle initialization or shut down in progress" error. when i have given following commands. SQL> shutdown immediate ORA-01109: database not open Database dismou

  • Global structure

    HI Bw gurus, Can we create a global structure using other global structures? Thanks in advance. Sapna

  • BPC NW 7.0: Data Load: rejected entries for ENTITY member

    Hi, when trying to load data from a BW info provider into BPC (using UJD_TEST_PACKAGE & process chain scheduling), a number of records is being rejected due to missing member entries for the ENTITY dimension in the application. However, the ENTITY me