import schema using the load utility

Hi all

I extracted my plan by using the generator of EPMA file and the file is a csv file. I am trying to load it using the load utility and I get this error message

"Failed to get analytical information and or perform a data load: unknown to the header of column values.

1st row in the Excel worksheet. Hierarchies = account
Second row: Parent, child, data storage...

I need to change this header...?

You exported the hierarchy from an application of EPMA, is not in the same format required for the charger to contour and a classic application, the format is quite different.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • The load utility block does not call the PostProcessHandlers

    My PostProcessHandlers works fine when I create or update users. But when I use the load utility block to create users, the PostProcessHandlers are not called.

    How can I call the PostProcessHandlers whenever I use the load utility block to create users?

    Thank you

    He will not call. It is the way it was designed.

  • Where is the load utility in bulk?

    Hello

    the document below is a reference to the load utility in bulk. I got the 9.1.0.2 packages (p8484010_9202 and p9070428_9102) I have not seen this utility as it has been mentioned in the literature: InstallServer/Xellerate/db/oracle/Utilities/oimbulkload

    Oracle® Identity Manager, reference tools communicated 9.1.0.2, E14763-02

    Bulk load utility
    Mass the load utility is intended to automate the process of loading a large amount of data in Oracle Identity Manager. It helps reduce downtime for loading data. You can use this utility, or immediately after the installation of Oracle Identity Manager, or at any time during the life of production of Oracle Identity Manager. The load utility mass can use CSV files or tables of database as a data source. Data imported into Oracle Identity Manager are automatically converted to IOM users or accounts for the users of the IOM.

    Did you ever get it?

    Thank you

    Renato.

    Published by: Renato.Guimaraes on 12/14/2009 09:00

    The oimbulkload file is in the folder of 'root' of zip file.

  • Types of accounts of load using contour load utility

    I loaded a few accounts using contour load utility. What I didn't load right there, it was if the account type was income or expenditure (do not have the info at the time). I can load using the following csv file format:

    Accounts, accounts of Type

    1 ACCT, recipes
    ACCT 2, fresh
    ACCT 3, recipes

    etc etc?

    The excel file with accounts and the types that correspond to them and the file showing the accounts and their parents are also different. They both accounts of the list in a different order.

    The header would be the Type of account and the values can be fresh, revenue, asset, liability, equity, safe assumption

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Can I use the disk utility on an external hard drive Mac os 10.6.8 to repair the drive on my macbook pro running mac os 10.7.5?

    Can I use the disk utility on an external hard drive Mac os 10.6.8 to repair the drive on my macbook pro running mac os 10.7.5?  My Macbook Pro does not start after that I upgraded to mac os 10.6.8 Lion and I have a bootable backup just before the upgrade.

    OS X: on OS X Recovery - Apple Support

  • Designjet z2100 predefined paper sync to the driver using the HP utility is greyed out.

    Hi all

    I have a z2100 24 "on the latest firmware v9.0.0.5 (November 2012) and the latest drivers installed on Win7 64 bit OS. Last UTILITY.

    I downloaded a Preset paper HP (HP Everyday matte adhesive polypropylene) from the HP website and downloaded the document preset to the printer. The predefined paper displays on the front panel of the printer under custom paper types. If it worked.

    To synchronize the document for my permit profiles now, I need to use the HP utility, but PROFILES PAPER SYNC icon is grayed out. Therefore, the paper type is not available in my driver. That's my problem.

    Any ideas why I can't sync the downloaded document preset on the driver using the HP utility?

    Thank you very much

    Charl.

    This forum focuses on the level of consumer products.  For the Designjet you can have better results, post in the forum HP Designjet here.

  • How to submit the report BEEP using the CONCSUB utility

    Hi all

    I presented the report BEEP using the Concsub utility. But I got the xml instead of PDF output.

    I found that the page layout is not attached with this concurrent program.

    Please guide me how to add the layout with this simultaneous program when sending through CONCSUB.

    Kind regards
    Karim

    Published by: karim on November 5, 2012 13:32

    Ok

    I tried and I can't say how it works, but there work ;)

    step by step for r12
    -create a XXAND17 cp
    -create data XXAND17 definition
    -create the XXAND17 model

    [oracle@oebs out]$ CONCSUB APPS/APPS FND 'Application Developer' SYSADMIN WAIT=N CONCURRENT FND XXAND17
    Submitted request 9915625 for CONCURRENT FND XXAND17
    
    cd $APPLCSF/$APPLOUT
    

    and see the o9915625.out to open it and it's xml data. then ok

    [oracle@oebs out]$ CONCSUB apps/apps FND 'Application Developer' SYSADMIN WAIT=N CONCURRENT XDO XDOREPPB Y 9915625 0 XXAND17 en N RTF RTF
    Submitted request 9915626 for CONCURRENT XDO XDOREPPB Y 9915625 0 XXAND17 en N RTF RTF
    

    See o9915626.out open it and it isn't xml
    It looks like word doc

    {\rtf1\ansi\deff0
    {\fonttbl
    {\f0 Arial;}
    {\f1 Times;}
    {\f2 Courier New;}
    {\f3 Calibri;}
    }
    ...
    

    copy on the local computer and rename it to o9915626.rtf
    opened by the word and she is out as well report

    so conclusion:
    XDOREPPB works fine but not rename output way output format (rtf in my case)

    If this is a bug or a profile must be defined

    -Add

    SQL> select LOGFILE_NAME, OUTFILE_NAME from fnd_concurrent_requests r
      2  where request_id in (9915625, 9915626)
      3  /
    
    LOGFILE_NAME                                                                     OUTFILE_NAME
    -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
    /oracle/VIS/inst/apps/VIS_oebs/logs/appl/conc/log/l9915625.req                   /oracle/VIS/inst/apps/VIS_oebs/logs/appl/conc/out/o9915625.out
    /oracle/VIS/inst/apps/VIS_oebs/logs/appl/conc/log/l9915626.req                   /oracle/VIS/inst/apps/VIS_oebs/logs/appl/conc/out/o9915626.out
    
    SQL> select * from fnd_conc_req_outputs where concurrent_request_id  in (9915625, 9915626)
      2  /
    
    CONCURRENT_REQUEST_ID  OUTPUT_ID FILE_TYPE                      FILE_NAME                                                                        FILE_NODE_NAME                                                                    FILE_SIZE ACTION_TYPE FILE_CREATION_DATE
    --------------------- ---------- ------------------------------ -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ---------- ----------- ------------------
    
    SQL> 
    

    =/

    Published by: Alexandr on 8 November 2012 06:28

  • Table to import 11g using the BEAK

    Hello

    I am trying to import data using the conection of 10 g / 11 g OIC in the version of Oracle Business Intelligence 11 g.

    When I set the parameters, in the data source, I use the IP address of the server where an oracle database. In my case, I tried to use '172.XX. XX. XX' and with '172.XX. XX. XX:1521:JDE"where JDE is the name of the database.

    I don't know that there is no problem with the user and passwords that I use the same user/pwd that I currently use in the previous version of the OBI.

    I tried with the local machine and the remote server, but in both cases I get an error "the connection failed".

    Any suggestion will be appreciated.

    Best regards

    Ruben

    Published by: rubencico on 23 - it is a-2010-12:23

    If you use OCI then you must set the database name in your TNSNAMES file in your Oracle client install and use the data source name in OBIEE.

  • Change the position of SWF using the load method

    Hello

    I am a new user of Flash, so I apologize in advance if this is a stupid question. I try to use the load method to load an external SWF that I made. However, the SWF file load in the upper left corner. How can I manipulate its position?
    (I want to position more in the Center?)

    Thank you

    must have loaded it in a correct support video? You can use the x and y properties of the clip support to handle the position. The SWF file must be loaded first, before that these properties are available. It is preferable to use the MovieClipLoader class to load the SWF file, you can use the onLoadInit event to manipulate properties.

  • How to import in different Oracle schemas using the same model? Physical schema is different every time, so, how is this a handles that?

    Experts of the ODI,

    I use ODI 11.1.1.7.0 and transfer data to an Oracle database. So far, everything is OK, but...

    I want to reuse my current interfaces for import into different schemas in the same database.

    At the moment all the table data were imported into a single scheme under topology/Physical Architecture / Oracle / Data Server / physical schema I chose the pattern and check the "default."

    If I import now to other patterns (300 different ones), how should I configure the physical schema values for:

    Schema (schema)

    Scheme (scheme of work)

    Default checkbox? (I assume must be deselected)

    On a quick test, I left schema & schema of blank and disabled by default check box. Two interfaces work (one per table), but the third failed (my guess is the way in which the model was reverse engineering has to do with it, but don't know how to fight against it) I know how to debone a model, but if I use a pattern to do the other schemes do not work because ODI will give me a table not found. How do I work around this problem. Here is an example of the error I get after removing the default schema of the physical schema definition.

    ODI-1226: step CON_TY fails after 1 attempt.

    ODI-1240: Flow CON_TY fails during an operation of integration. This flow of charge table target CON_TY.

    ODI-1228: task failed CON_TY (integration) on the ORACLE connection signal target.

    Caused by: java.sql.BatchUpdateException: ORA-00942: table or view does not exist

    Your help is appreciated. Thank you.

    Here's how, to work around the problem of schema change the mask object Local of the physical schema on the server target %SCHEMA.%O OBJECT to % OBJECT in this way the schema is not part of the SQL at all.

    And these are the values that I use in the physical schema definition

    Schema (schema) - undefined

    Scheme (scheme of work) - undefined

    Check box default - select

    Given each user has permissions for objects it is clean and it doesn't have the schema name to reference the object, it works very well.

  • Tables of export and import the schema using the system user

    Hello

    Can someone asssit me please:

    I want to export all the tables / or some tables of a schema (ETLUSER) on DB1 to ETLUSER on an other (DB2) database by using the user of the SYSTEM. The SYSTEM user has DBA privilege.
    How I do what I do not know the password of ETLUSER.

    Environment:
    Oracle 11 g 2, AIX5

    Thank you.

    no problem, shouldn't you password in the ETLUSER.
    Start your exp or imp of the user of the system

    below, scott table dept exported and imported in the HR schema.

    Oracle@oragg1 > exp tables = scott.dept file = a.dmp log = b.log

    Export: Release 10.2.0.4.0 - Production on Mon Mar 19 18:58:45 2012

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    Username: System
    Password:

    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    With the partitioning, Real Application Clusters, OLAP, data mining
    and Real Application Testing options
    Export in US7ASCII and AL16UTF16 NCHAR character set
    Server uses WE8ISO8859P1 (possible character set conversion) character set

    About to export specified tables by conventional means...
    Current user has changed to SCOTT
    . . export the DEPT 10 exported table rows

    Oracle@oragg1 > imp leader = a.dmp log = bb.log fromuser = scott touser = hr

    Import: Release 10.2.0.4.0 - Production on Mon Mar 19 18:58:56 2012

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    Username: System
    Password:

    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    With the partitioning, Real Application Clusters, OLAP, data mining
    and Real Application Testing options

    Export file created by EXPORT: V10.02.01 by conventional means
    import in US7ASCII and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 (possible character set conversion) character set
    *. import of SCOTT in HR objects *. .
    "DEPT" table import 10 lines imported
    Import completed successfully without warnings.

  • Determine the fromuser (source schema) in the original utility Exp/imp

    DB version: 10gr 2 and more

    I have a dump, created file using original exp utility. Now, I want to import. But I don't know the name of the source schema where this dumpfile is extracted.
    The import would not work without specifying the fromuser parameter.

    To determine this, I used to open the dump file using vi and search for a particular string. The schema of the source would be mentioned after that string. But I don't know what was this string. For 2 years I used it. No idea what it was?

    Open the dump file using vi or use the head command and look for the CONNECTION string

    METRICSU
    CONNECT FISERVPROD
    METRICSUpre-schema procedural objects and actions
    PROCACTION
    

    Here FISERVPROD is the name of the source schema

  • Dell Mini 10 1018 Factory Restore - user does not know how to use the Dell utility

    I was running a starter edition of Windows 7 and decided to go with a picture own factory before moving on to Windows 10. My mistake was thinking that recovery Dell utility would work.

    I created a restore 8G USB key using the included Dell utility. I reboot from the USB and restore to factory. He gets the part of the way through and then seems to get confused, re - access scripts folder TAL and stuck in a reboot loop.

    Help!

    Update - Yes, it's a problem to the user. I did not notice the cleaning Sysprep prompt shortly after the resumption. If it is not allowed to run, Sysprep never ends. I have not seen documentation on this, but in my last attempt, I must have selected the appropriate parameters for the cleaning of Sysprep to get off the machine and let Windows finish the installation.

    Mduh9,

    Glad that you solved it all. Eventhough, 10 Windows can install on your computer and load default drivers. Dell has not any Windows 10 drivers for the mini and did not check Windows 10 for this computer. Make sure that you back up your data before installing Windows 10 in case it does not work.

  • Is it possible to use the AirPort Utility software to configure the newest Airport Extreme on Windows 10?

    I ask because it seems to be warnings on the download page, saying that it is for Windows 7 and does not work with all the extremes of the airport.

    Airport utility is obsolete... Apple is more support the AU for windows, it seems...

    The old utility can still install in win10, but it is not until the the version specification AC TC that require an airport of v6 or extreme utility... That is to say a Mac with Lion or later... or the utility version iOS ipad or iphone.

    With your "pen name" iOSJake... I don't know that you have a suitable ipad... Simply load the free utility for the apple store and config airport away.

  • Windows 8.1 with Bootcamp installed in El Capitan. Do not delete with Bootcamp so I used the disk utility. Now, Windows always tries to start with an error, the 'other' space illustrates.

    Long story short, I installed windows 8.1 using Bootcamp, went very well. I was just curious how it would go.

    in any case, tonight, I decided to delete the Windows partition (Bootcamp Partition), and I got an error in Bootcamp that says "sorry couldn't do Mac OS partition a new»

    With that I went to the disk utility and tried to partition the disk on a partition again, which it did, but now I have 40 GB of "other space". I literally have nothing stored on this computer, until I installed Windows 8.1 which was not there.

    Also, when I start it up I always get Windows start first if I do not hold Option, then it goes to the blue screen, obviously because he's not here.

    I started to recover, tried to fix it, verify, erase free space, etc.. I'm running a MacBook Pro 13 "128GB 2015.

    On a Mac of 2015, the disc is divided into a group of logical volumes and Volume for OS X, and a partition for Windows. If BCA fails to restore it correctly, the part of Windows do not get properly gathered in the LVG/LV. The other questions you have, it's that there are remnants of the Microsoft your EFI partition Boot code.

    To solve both, the easiest and safest method is

    1 backup OSX and all of your files - use Time Machine to back up or restore your Mac - Apple Support .

    2. boot into Internet recovery (CMD + Opt + R) - OS X: on OS X Recovery - Apple Support .

    3. click on Utilties-> disk utility and erase your entire internal drive.

    4. restoration of OSX and your files - use Time Machine to back up or restore your Mac - Apple Support .

    This requires another external drive that can accommodate TM backup - backup disks that you can use with Time Machine - Apple Support .

Maybe you are looking for