Where we set update/insert for mapping in OWB

Hi, I have got a mapping to load data into cube from source transaction tables. where exactly I need to set (in mapping) lodaing tape, insert/update.
Could you please send me the flow in tool like mapping --> configure etc...
Thanks much..
Srini.

thanks to all for your suggestions.
After selecting the cube and if you see the Load Type in operator properties, it has onlyLOAD/REMOVE options.
The other way I found to update the cube values is, mapping -> configure -> Runtime Parameter -> Default Operating Mode ... it should be selected as "Row based".
Why I need to update cube is, if I add a column to cube and want to update that column alone for all the rows with a transformation rule from source.
Thanks,
Srini.

Similar Messages

  • How to set Update Mode for DSO in BI7.0?

    Hi,
    As you know in bw3.5, in update rules we can set  the update mode for ods as Additive or overwrite functionality.
    But can anybody tell me where are these settings in bi7.0? or
    How to set Update Mode for DSO in BI7.0?
    Thanks and Regrards,
    Harshal

    Dear Harshal,
    GO to the tramsformations of your DSO..
    In the Rule Group..Click on any key Figure..
    this pops u a window..in which u will find  AGGREGATION ..Then u can select Either OVERWRITe or SUMMATION which suites ur requirement..
    Hope this helps u..
    Assign points if helpful..
    Best Regards,
    VVenkat..

  • Where are the updates located for Mac App Store app?

    Hi,
    where are the updates located for Mac App Store app? I don't think /Library/Updates is the only location. Because I'm now having 10+ of Apps reporting updates is needed, but only 1MB+ files is located in /Library/Updates.
    Please help!

    If so just use the search bar in the top right to search for the update you are looking for.

  • I wander where to set import job for transports

    I wander where to set import job for transports to be imported automatically. On transport domain controller I can not manage other job than the one for the system itself.
    On the system which is not transport domain controler I have only display function

    are you asking for 'automatic import' in QAS/PRD ?
    When you go to STMS import queue in a particular system like QAS, there you can see a button 'import all'. This will enable to you schedule automatic import periodically in intervals for eg. 15 min or whatever you want.
    just click on import all and it will ask for inputs and schedule
    OR, do you want to confirm for RDDIMPDP job ?
    Run report RDDNEWPP to schedule RDDIMPDP
    Edit: Note 11677 - Transports with event-controlled RDDIMPDP

  • Where to set payment method for automatic payment F110 ?

    hello everyone
    I need some help.
    user want to use payment method M(manual check) to pay by automatic payment F110.
    but when use f110 no transaction for that vendor (that vendor using manual check).
    where to config payment method for automatic payment F110

    hello everyone
    Hi ,
    APP program runs- on payment method please make setting for your payment method "M" in FBZP.
    Like Payment method for Country (OBVCU) & company code (OBVU)
    Make sure that you have assigned payment method (M) bank ranking & subaccount.
    Assign the payment method to vendor master data & invoice.
    After that check the invoice comes under your payment dates
    Hope after that if you run F110 picks up the open items
    Thank you
    Anil

  • Where to obtain Update 3 for Solaris 10 x86

    Hello all,
    For some reason my smpatch is broken and won't download patches. I need to locate Update 3 for Solaris 10 x86 but with all the new changes to the website I'm completely lost and can't seem to find the download link.
    Can anyone help out?
    Thanks,
    Rob

    Hi
    google "download solaris", first hit, at the bottom of the page "Looking for prior versions of Oracle Solaris?"
    Here it says
    "Note 1: Previous versions of Solaris 10 are no longer necessary as the latest release includes support for all Solaris 10 supported platforms and includes important enhancements not found in earlier releases."
    and "Solaris 10 10/08" (aka Update 6) is the oldest available.
    Note that you now need a support contract to access all patches except for patches to the "Oracle Solaris" compiler (if installed) and to the patch system.
    Paul

  • Set optimizer mode for mapping

    How can i set the optimizer mode(for example, "all_rows") explicitly for a mapping?
    ~Prabha

    Hi,
    in design center, select "configure" in the context menu of a mapping. Under table operators, select a table and set the extraction hint.
    Regards,
    Carsten.

  • Where to set up percentage for SPL?

    Hi Folks,
    I have read there should be a possibility to set up the percentage for SPL.
    Can you tell me where I can find this settings?
    Thanks
    Regards
    Dieter

    Hi Dieter,
    now it gets a little bit tricky. The settings you described are the default settings from SAP which are not wrong but perhaps not the best. If you check your business partners against your Sanction Party List and you will probably have a lots of unnecessarily blocks. Now its your task to get a feeling for the settings especially for the N1 Name entry to get a reasonable result after checking your BPs
    There is no recommended figure for the percentage cause its differs from company to company.
    Talk with the responsible person of this division and I`m sure togehter you wil find an appropriate solution.
    If there are more question don`t hesitate and ask.
    Have a nice day
    Daniel Sappok

  • Result Set Update error for Timestamp

    Hi,
    I am using Oracle 9i DB with JBDC 2.0. I want to update a record present in a Resultset. Two fields are updated from this resultset. One is string and other is timestamp. Both these fields are present in select clause of the statement. The string field is updated (String.updateString(<field name>, value)) properly in to DB (Resultset.updateRow()). But if i include timestamp field for update (Resultset.updateTimestamp(<field name>, value)), it gives me error on this line.
    Error message is as given below
    java.sql.SQLException: Internal Error: Unable to construct a Datum from the specified input
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1130)
    at oracle.sql.SQLUtil.makeDatum(SQLUtil.java:1100)
    at oracle.sql.SQLUtil.makeOracleDatum(SQLUtil.java:1583)
    at oracle.jdbc.driver.UpdatableResultSet.updateObject(UpdatableResultSet.java:1615)
    at oracle.jdbc.driver.UpdatableResultSet.updateTimestamp(UpdatableResultSet.java:1492)
    at oracle.jdbc.driver.OracleResultSet.updateTimestamp(OracleResultSet.java:2881)
    If the timestamp update line is commeted then code work fine. Resultset.updateDate() is also working, but not Resultset.updateTimestamp();
    Regards,
    Jayesh

    Kshitiz & Jayesh,
    Well, it works for me.
    I ran Jayesh's "TestTimestamp" class (slightly modified) on a Windows XP machine with JDK 1.4.2_07 using "ojdbc14.jar" as the JDBC driver.
    I created (and populated) the EMP table, as per Jayesh's instructions, on a Oracle 9.2.0.4 database running on SUN [sparc] Solaris 9.
    Here is my code:
    import java.sql.*;
    public class TestTimestamp {
      public static void main(String[] args) {
        Connection conn = null;
        PreparedStatement ps = null;
        ResultSet rs = null;
        try {
          Class.forName("oracle.jdbc.driver.OracleDriver");
          conn = DriverManager.getConnection("jdbc:oracle:thin:@host:1521:orcl",
                                             "scott",
                                             "tiger");
          // connection.setAutoCommit(false);
          ps = conn.prepareStatement("select EMPID,NAME,JOINDATE,JOINTS from EMP",
                                     ResultSet.TYPE_SCROLL_INSENSITIVE,
                                     ResultSet.CONCUR_UPDATABLE);
          rs = ps.executeQuery();
          System.out.println("EMDID NAME JOIN DATE JOIN TS");
          while (rs.next()) {
            System.out.print(rs.getInt("EMPID"));
            System.out.print(" " + rs.getString("NAME"));
            System.out.print(" " + rs.getDate("JOINDATE"));
            System.out.println(" " + rs.getTimestamp("JOINTS"));
            rs.updateTimestamp("JOINTS",
                               new Timestamp(System.currentTimeMillis())); //THIS WILL CREATE PROBLEM
          rs.last();
        catch (Exception e) {
          e.printStackTrace(System.err);
        finally {
          if (rs != null) {
            try {
              rs.close();
            catch (SQLException sqlEx) {
              System.err.println("Failed to close 'Resultset'");
              sqlEx.printStackTrace(System.err);
          if (ps != null) {
            try {
              ps.close();
            catch (SQLException sqlEx) {
              System.err.println("Failed to close 'PreparedStatement'");
              sqlEx.printStackTrace(System.err);
          if (conn != null) {
            try {
              conn.close();
            catch (SQLException sqlEx) {
              System.err.println("Failed to close 'Connection'");
              sqlEx.printStackTrace(System.err);
    }And here is my output:
    EMDID NAME JOIN DATE JOIN TS
    6001 Jayesh 2021-12-03 2021-12-03 09:00:00.0
    6002 Krupa 2021-12-03 2021-12-03 09:00:00.0
    6003 Vinod 2021-12-03 2021-12-03 09:00:00.0
    6004 Dylan 2021-12-03 2021-12-03 09:00:00.0Good Luck,
    Avi.

  • Authoring Tool - Where are the updated MPs for the Library After Applying Update Roll Ups

    All,
    Fairly recently, I took a client to SCSM 2012 R2 UR3. Today I dropped by to do some work for them on custom MPs, and when I attempted to open them with the SCSM 2012 R2 Authoring tool, I could not, because the 7.5.3079.148 MPs (UR3 version) are not in the
    library. I have searched high and low to locate these MP files to drop them into the library, but I am coming up empty handed. Where are the .MP files? I am aware that we can just directly alter the referenced MP version number in the MP itself, but I want
    to know where do we actually find these correctly versioned files for the authoring tool. 
    Thanks,
    Z

    Hey Everyone,
    I have heard back a few times from MS, but with nothing substantially helpful other than they created a bug for it. Today they called again and said this is listed with a low priority, because not enough people are complaining about it, which has a several-months
    time frame for resolution. He asked me to submit Connect Feedback and get people to Upvote it and state that they can reproduce the problem. So, I went out there, found one connect request already submitted (By Thomas Bianco above) and attached to the bug,
    and I Upvoted and clicked the Repros link on it. Here is the link below, so please get out there and and Upvote and click the Repros link. 
    https://connect.microsoft.com/WindowsServer/Feedback/Details/948751
    Thanks!
    Z

  • Where to set the classpath for custom classes in jsp

    Hi,
    we have created our custom classes in and ported in contentDB and that classes are internally using some jar files. Previously we have set the classpath of all the jar files provided in CDB devkit in the orion-web.xml but if are opening the explorer.jsp or any other jspx of contentDB we are getting the classcastexception and page is not opening.
    Is there any problem in setting the classpath. Please if any one knows abt this, reply as soon as possible.
    thanks,
    swapna soni.

    I think it is Oracle 10g Release 2... since when I click the top OAS link in the Enterprise Manager Console, it took me to 'Enterprise Manager 10g Grid Control Release 2' this page.
    And...10g Application Server Control Release 10.1.2.0.1, I think 2.0.1 means Release 2.
    Thanks and let me know if you need something else.

  • Where are the updates located for Software Update?

    I was downloading the recent software update (Ilife support, digital raw compatibility) but closed my mac while it was in the middle of downloading. I opened it up later and tried to download the updates, but now it says that there's an error. I assume that I have to find the updates themselves and delete them, but i dont seem to have the "updates" folder in the library? Would appreciate help, thanks!

    the updates downloaded via SU are put in /Library/Updates before they are applied. but they are automatically deleted from there after they are applied. so look in that folder. what do you have there? btw, that's the Library at the top level of the drive, not in your home directory.

  • Now that bridge support has been pulled, where are the updated docs for valid MXI tokens?

    Since CS6 Bridge support has been inexplicably pulled from Extension Manager. So I need to find a way to install Bridge scripts. I'm after current documentation on the MXI format. Can someone point me to it? Thanks!
    ...Mike

    You can find all the tokens and their corresponding directory on Windows and Mac from http://help.adobe.com/en_US/extensionmanager/cs/using/MXI_tech_note.pdf. Also the FAQ link in the Extension Manager user forum page (http://forums.adobe.com/community/creativesuites/extensionmanager/faq) describes how to install extensions for Bridge CS6 manually.
    Another way is to copy configuration sub-directory from Bridge CS5/5.5 to Bridge CS6, and modify all the version-related values in XManConfig.xml accordingly. Then launch Extension Manager CS6. Bridge CS6 will be listed in Extension Manager CS6. You can install extensions for Bridge as usual. But we don't give you any guarantee for it.

  • Update/Insert mode couldn't apply to SQL Server source via Transparent Gateway.

    Hi all,
    OWB version is 9.0.2.56,database version is 9i Release 2.
    When set load type to "Insert",mapping works fine from SQL Server to Oracle table,via Transparent Gateway 901.
    But "Update/Insert" always runs error with "Fatal error or maximum number of errors exceeded".while I define both source and destination table to oracle tables in mapping,"Update/Insert" works file.
    Any suggestion?

    Hi Ignor,
    Thanks for your reply!
    The SQL Server version is SQL Server 2000.
    I just want to ETL data from a SQL Server table via Transparent gateway into oracle table,the source table has a increment seq field,so I want to define mapping using update/insert loading method in OWB,according to this seq field,if there is the same seq in the target table,do update,if not,insert the row.I just find out that if I use a middle table in oracle to do truncate/insert mode from SQL Server source table,then do update/insert mode from the middle one to target table,it works.But can't do directly from source to target using update/insert mode.Does this means update/insert mode only apply to mapping from local table to local table?
    Regards,
    Robbin

  • CPUs and Patch Set Updates

    hi,
    if somebody can help me clarify on what security patches should be installed for Audit Vault.
    I have installed 10.2.3 and patch set 10.2.3.1
    CPUOct2009 specifies the following:
    + Critical Patch Updates are applied only on the base release version, for example 10.2.0.4.0
    + Patch Set Updates can be applied on the base release version or on any earlier Patch Set Update. For example, 10.2.0.4.2 can be applied on 10.2.0.4.1 and 10.2.0.4.0
    + Once a Patch Set Update has been applied, the recommended way to get future security content is to apply subsequent Patch Set Updates. Reverting from an applied Patch Set Update back to the Critical Patch Update, while technically possible, requires significant time and effort, and is not advised.
    So for Audit Vault, is 10.2.3 considered the base release version, or 10.2.3.1?
    Should i install Patches 6914302 and 7240123 (indicated in Table 5 of CPUOct2009) ?
    or are we covered security-wise and just wait for 10.2.3.2?
    thank you!

    Given the security and auditing nature of this product please put this question to Oracle via an SR at metalink.
    This is one area where taking advice from strangers is not appropriate ... even if they are Oracle ACE Directors and such.

Maybe you are looking for

  • Get File Name in a package

    Hi, I have a interface File to DB. In the source exist many files with name mask ccf_*.txt. Im use a ODIFileWait to start my process, but i cant get the file name to use in my interface. How i do to get the file name processed in the ODIFileWait? Tha

  • Iphoto shuts down when trying to import scanned photos

    Iphoto shuts down when trying to import scanned photos

  • A question on different options for data archival and compression

    Hi Experts, I have production database of about 5 terabyte size in production and about 50 GB in development/QA. I am on Oracle 11.2.0.3 on Linux. We have RMAN backups configured. I have a question about data archival stretegy.  To keep the OLTP data

  • ITunes keeps freezing on me.

    I am running Windows 7 (64 bit) and previously when using iTunes (running latest software) all has been ok. Over the last few days I have noticed that Itunes keeps 'freezing' . when I click on the icon, iTunes opens, then tries to connecyt to the Sto

  • Need a simple html theme

    Hello everybody, i need a simple just html, no script or flash theme, for doing my photo albums. I have some veryyyy important people (gf and brother :)) than can't see those beacouse they do it on the corporate laptop and all the "bad stuff" are dis