Runtime Error with MERGE

I have a mapping that compiles but produces a run-time error:
BATCH MERGE
ORA-00918: column ambigiously defined
I've traced it to this section of the code:
MERGE INTO "GXP_LOCATION"
USING
(SELECT /*+ NO_MERGE*/
<snip>
FROM
"DW_GXP_LOCATIONS"@"GPDW" "DW_GXP_LOCATIONS_GPDW"
) "MERGEQUERY_393"
ON (
"GXP" = "MERGEQUERY_393"."GXP" AND
"NETWORK_CODE" = "MERGEQUERY_393"."NETWORK_CODE" )
WHEN MATCHED THEN
UPDATE
SET "TPNZ_GRID_BUS" = "MERGEQUERY_393"."TPNZ_GRID_BUS",
"LOCATION" = "MERGEQUERY_393"."LOCATION",
"CONNECTION_TYPE" = "MERGEQUERY_393"."CONNECTION_TYPE",
"AUDIT_ID" = "MERGEQUERY_393"."AUDIT_ID"
WHEN NOT MATCHED THEN
INSERT
<snip>
If I prefix the table name to the columns used in the ON clause, it works.
Any ideas?
Regards
Hong
Environment
OWB version 9.0.2.62.3
Oracle9i EE 9.0.1.3.0

I have recreated this and it seems to be a code generation error. The workaround I can suggest is to either rename the ON clause fields in the target table or to create a view atop of the source table in which the names of the mentioned fields will be different from the ones in the table and then extract from that view (I presume you cannot touch the source table). This problem will be fixed in the next release.
Igor

Similar Messages

  • Runtime error with Adobe Reader 9.x and IE

    I'm getting a runtime error with any adobe reader 9.x and Internet Explorer whenever a .pdf is being viewed online.  It will pull the .pdf up and then pop up a runtime error window and close it down completely.  It is only happening with individuals that have redirected app data folders and profiles.  I have all machines running Windows XP sp3 and IE8.  I know, I know, I can always go to Firefox or Chrome, but IE is easily managed with group policy lockdowns.  I can unintall reader 9.x and then reinstall 8.x and it works perfectly.  The only problem with that is that I have to go do every machine and physically uninstall since I buildt the windows xp installer package with it.  Does anyone know a workaround or if adobe is going to get it fixed pretty soon?

    I am experiencing exactly the same problems on one of two identical machines after something happened in the registry.
    The first problem that appered was an error 1325 "Favorites is not a valid short name".
    I did find the registry key involved (%userprofile%\Favorites) and fixed it.
    So now the the next one: yours.
    I think the solution can be found in the list of registry keys that Adobe Reader is accessing.
    btw Eusing registry cleaner did not find this key to be in error.
    Problem is that the Reader does not ask for an alternative location after stumbling on the key.
    Who can gnerate a list of keys accessed?

  • I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    I continue to get r6025 runtime error with iTunes version 10.6.3.25.  Have uninstalled and reinstalled twice.  Happens when I search in iTunes Store.  Ideas to fix?

    Hi,
    got it fixed! My Son had both files on his Win7 iTunes installation. Never mind he had no issues whith ths iTunes and iPhone Sync. So I checked my other Win XP PC, where I don't have this problem syncing my ipad, and surprise. Both files do NOT show up on this PC. So I renamed the iTunesPhotoProcessor.exe I found under c:\program file\iTunes and synced again my iPhone and it went through without any error. So the problem might be and unremoved iTunesPhotoProcessor.exe or the missing iTunesPhotoProcessor.dll under the iTunes install root folder and this even if I had checked that the folder was completely removed during iTunes unistall.
    Please try yourselve and just rename the iTunesPhotoProcessor.exe to iTunesPhotoProcessor.exe_ under c:\program file\iTunes or get a copy of the missing iTunesPhotoProcessor.dll and cp to c:\program file\iTunes.

  • When I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    when I open Firefox I have to try several times because a Runtime Error with the program C:\Windows\System32\regsvr32.exe

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "Continue in Safe Mode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Runtime error with windows 7

    Hi,
    I have a new laptop with Windows 7 and Adobe reader 10 'X' installed. I am unable to open a PDF dopcument. A box shows up titled  Microsoft visual C++ Runtime library and within the box is written 'Runtime Error Program :C... This application has requested the Runtime to terminate in an unusual way.Please contact the applications support team for more information'. I have tried to follow instruction on support for adobe but cannot find the information they are suggesting i change such as preferences etc. Can anybody help me as I do not have a good knowledge of computers and nobody to ask....

    Try the following and check if you could launch reader or not?
    1. Right click on Reader icon and choose Properties...
    2. Goto Compatibility tab and check 'Run this program in compatibility mode for'
    3. Click OK
    4. Double click on Reader icon and choose 'Open with protected mode disabled' and click OK.

  • Runtime Error with Adobe

    When I try loading a PDF document I get the following error:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program: C:\Program Files\Adobe\Reader 10.0\Reader\AcroRD32.exe
    This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information.
    I have uninstalled, reinstalled, nothing seems to work.
    Can anyone give advice on what this could be?  I'm using Windows 7 Ultimate.
    Thanks in advance!

    I have the same issue too. Slight difference is I'm running on Windows XP Pro but using Office 2010.
    Any email with a PDF attachment can be opened - just comes up with a Runtime error as described by 'Ladyk362003'.
    If you save the file somewhere on the systems hard disk and then double click it it opens fine.
    This did work before, but not sure what could have changed.
    I've uninstalled Reader and then downloaded the latest this morning from their website and still the problem is present.
    Anyone got any ideas.
    Thanks

  • #Multivalue error with merged dimension

    Hello Experts,
    I have a report which has two queries 1 and 2. Query 1 has Year,Month,DB,UserID and NOQ(measure) obejcts. Query 2 has User ID and Username Objects.
    The requirement is to display Username along with UserID and other objects in Query 1.
    I have merged UserID from both queries and the merged object is named as "LANID" and non merged dimensions are created as Detail Objects for year month and DB with associated dimension as LANID.
    If I drag year-detail,month-detail,DB-detail,UserID (from LANID) and Username,I get #MULTIVALUE error in  month column for User IDs which have multiple records for the same year,different months and same DB.
    I came across a similar thread,http://www.forumtopics.com/busobj/viewtopic.php?p=856502 where Dave Rathbun mentions that merged dimensions work only where there is unique record or same level of granularity between two dataproviders which is not the case here.
    Request you to share any workarounds (asap) to achieve this.
    Thanks,
    Sowrabha

    Is there some sort of aggregation occurring that's causing multiple values for one row?
    Check the table settings and select "avoid duplicate row aggregation" and see if that helps.
    Also, with merged dimensions when you're missing individual query objects with merged objects, dimensional context becomes unknown or the wrong context is assumed, so you may be able to clear up the error by adding in a dimensional context (such as [Month-Detail] In ([User ID]).
    I hope that helps,
    Carly

  • Reg : Daily i got 120 ABAP Runtime Error with in 40 Mins(Early Morning)

    Dear Friends,
    I got following errors regularly. when i run t.code RSBTCDEL and RSSNAPDL. what can i do? then Regularly morning i got same morethan 120 Error. User is SAPSYS 000 Client. How can avoid this type of ABAP Runtime Error.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          10.06.2009 15:04:23
    Short text
         SQL error in the database when accessing a table.
    What can you do?
         Note which actions and input led to the error.
         For further help in handling the problem, contact your SAP administrator
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
    How to correct the error
         Database error text........: "[601] Could not continue scan with NOLOCK due to
          data movement."
         Internal call code.........: "[RSQL/FTCH/TBTCO ]"
         Please check the entries in the system log (Transaction SM21).
         If the error occures in a non-modified SAP program, you may be able to
         find an interim solution in an SAP Note.
         If you have access to SAP Notes, carry out a search with the following
         keywords:
         "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
         "SAPLBTCH" or "LBTCHF19"
         "EXECUTE_BP_JOB_SELECT"
    If you cannot solve the problem yourself and want to send an error notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System u2192 List u2192 Save u2192 Local File u2192 (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.   Restrict the time interval to 10 minutes before and five minutes after the short dump. Then choose "System->List->Save->Local File-(Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP program: The source code of the program   In the editor, choose "Utilities->More Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which actions and input led to the error. The exception must either be prevented, caught within proedure
    "EXECUTE_BP_JOB_SELECT" "(FORM)", or its possible occurrence must be declared
    in the RAISING clause of the procedure. To prevent the exception, note the following:
    Client.............. 400
    User................ "BASIS"
    Language key........ "E"
    Transaction......... "SE38 "
    Transactions ID..... "D7A155DEA42EF1EEB52A000423BF7C3A"
    Program............. "SAPLBTCH"      ( Run a Sap Standard Report RSBTCDEL)
    Screen.............. "SAPMSSY0 1000"
    Regards
    keshav

    Hi Juan,
    My System is
    ECC 6.0
    Database : MS SQL Server 2005
    OS - Windows 2003 server
    SAP Patches level is Basis - SAPKB70016
                                   ABAP - SAPKA70016
                                   Kernel patch level - 185
    when i has update the kernel patches after only i got this error morethan 120 like early morning 4.40 AM to 5.18 AM regularly. what can i do?
    Regards
    keshav

  • WCF OData Service stored procedure call generates "Operation could destabilize the runtime" error with $select option

    I've been trying to call a stored procedure through Entity Framework and WCF Data Services (OData). It returns an entity not a complex type. Following walkthroughs found all over the web, I came up with this code inside my service:
    [WebGet]
    public IQueryable<Entity> GetEntitiesByParameterId(int parameterId)
    return CurrentDataSource.GetEntitiesByParameterId(parameterId).AsQueryable();
    Calling the proc this way: ~WcfService.svc/GetEntitiesByParameterId?parameterId=1 executes
    the stored procedure and returns entities that should be returned. No problem there.
    Everything works well until I try to use $select OData option ie. ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name.
    Upon debugging, the method above runs without any error but it returns an Operation could destabilize the runtime error upon reaching the
    client. After so much research, apparently it is a very general error pointing to a lot of different causes. I haven't found one that really matches my particular problem. Closest are 
    http://stackoverflow.com/questions/378895/operation-could-destabilize-the-runtime
    https://social.msdn.microsoft.com/Forums/en-US/d2fb4767-dc09-4879-a62a-5b2ce96c4465/for-some-columns-entity-properties-executestorequery-failed-with-error-operation-could?forum=adodotnetdataservices 
    but none of the solutions worked on my end.
    Also, from the second article above:
    This is a known limitation of WCF DS. ...
    Second is that some of the queries won't work correctly because LINQ to EF needs little different LINQ expressions than LINQ to Objects in some cases. Which is the problem you're seeing.
    It has been posted on 2012. If it its true, are there still no updates on this? And is there any other workaround to get the $select working on the stored proc call?
    What works:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$top=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$skip-5
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$filter={filter query}
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$expand=SomeNavigationProperty
    What doesn't work:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name
    Tech details:
    EntityFramework 5, WCF Data Service 5.0, OData V3
    *I've also tried upgrading to EF6 and WCF 5.6.2 and it still didn't work.
    Any help would be appreciated. Thanks!

    Someone from SO replied to my question there and said that $select is still not supported though I couldn't find any definitive documentation about it.
    From what I gather and observed, $select breaks the stored procedure call because it tries to alter the data shape already gotten from the database and attempts to return a dynamic entity instead. Something about the stored proc returning an ObjectResult might
    be messing it up. As I have said, these are merely my observations.
    Workaround: I found a simple and elegant workaround for it though. Since my stored procedures are only getting data from the database and does
    not alter data in any way (INSERT, UPDATE, DELETE), I tried using table-valued functions that returns a table equivalent to the entity on my EF. I've found that calling this function on the Service Operation method returns an IQueryable<Entity> which
    is basically what is needed. $select also works now and so does other OData query options.
    Steps:
    Create a function on the database
    Update EDMX -> Add function
    Add new Function Import with Entity return type
    Create service operation in WCF Data Service that calls CurrentDataSource.<FunctionName>()
    Test in fiddler.
    CODES
    Database Function:
    CREATE FUNCTION GetEntities(@parameter)
    RETURN @entites TABLE(
    [Id] [int],
    [Name] [nvarchar](100),
    AS
    BEGIN
    INSERT INTO @entities
    SELECT [Id], [Name], ... FROM [EntityTable]
    RETURN
    END
    WCF:
    [WebGet]
    public IQueryable<Entity> GetEntity(int parameter)
    return CurrentDataSource.GetEntity(parameter);
    It doesn't really solve the stored procedure problem but I'm marking this as answer until someone can provide a better one as it does solve what I'm trying to do.
    Hope this helps others too. :)

  • CALL_FUNCTION_NOT_FOUND runtime error with SXMS_GET_METERING_RECORDS

    Hi,
    we are facing this dump , past  one month, any one can please suggest us..
    please find error details..
    we checked communication between solman and CRP is seems tobe fine..
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Date and Time          15.09.2010 09:30:44
    Short text
         Function module "SXMS_GET_METERING_RECORDS" not found.
    User and Transaction
        Client.............. 000
        User................ "SAPSYS"    Language Key........ "V"
        Transaction......... " "
        Transactions ID..... "4C8F117F84FC007BE10080000A281E0E"
        Client.............. 700
        User................ "SMD_RFC"
        Transaction......... " "
        Call Program........."SAPLE2E_FUNC"
        Function Module..... "SXMS_GET_METERING_RECORDS"
        Call Destination.... "SM_CRPCLNT700_READ"    Source Server....... "untmvgc170_SMP_01"
    What happened?
        The function module "SXMS_GET_METERING_RECORDS" is called,
        but cannot be found in the library.
        Error in the ABAP Application Program
        The current ABAP program "SAPMSSY1" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The program "SAPMSSY1" contains the CALL FUNCTION statement.
        The name of the function module to be called is "SXMS_GET_METERING_RECORDS".
        No function module exists with the name "SXMS_GET_METERING_RECORDS".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    we found related to this note 1340170

    Hi,
    The function module SXMS_GET_METERING_RECORDS is only available as of
    a certain BASIS SP level of the managed system. As note 1340170 describes
    the problem in detail. It also explains the option of deactivating the
    E2E_SERVICE_METERING_EXTRACTOR to avoid the short dumps, if updating
    the BASIS SP level is not an option for you?
    Regards,
    Aidan

  • Runtime Error with Se80 and Wedbynpro

    We just upgraded to SAP ECC6.0.  I have created a webdynpro using Se80 and I am following a demo when I am ready to add a tray and objects to the layout tab of my view.
    Unfortunately I get an error that reads:
    A runtime Error has occurred.  Do you wish to Debug?
    Line: 23
    Error: Object Expected
    I also notice that all the images under favorites, text, action ,etc. come up as a RED "X".
    Any help would be greatly appreciated.
    Thanks,
    Anthony

    Hi Anthony.
    I think problem is in host file settings.
    just go through the way like this.
    run->drivers->etc->hosts
    just cut the hosts file paste it in desktop .double click  open with NOTEPAD
    make it like this. give the server IP ADDRESS AND SERVER NAME correctly.
    183.82.97.76    cstehp5.cst.com
    after chagnes done just cut and paste in ETC folder.
    REGARDS
    jayaprakash .T

  • Runtime error with doc/lit style web services

    I've written a web service client (wrapped doc/lit style) and when I try to invoke the service, I get the following runtime error. I see some have reported the same error before and I don't see a resolution for the issue. Any help to resolve the issue is appreciated.
    My environment:
    Standalone web service client
    JARs used from JDEV 10.1.2
    Java 1.4.2
    I verified there are no duplicate implementations of the DOM Parser; I just use xmlparserv2.jar
    Exception in thread "main" java.lang.AbstractMethodError: oracle.xml.parser.v2.X
    MLElement.getNamespaceURI()Ljava/lang/String;
    at org.apache.soap.util.xml.DOM2Writer.print(DOM2Writer.java:139)
    at org.apache.soap.util.xml.DOM2Writer.serializeAsXML(DOM2Writer.java:98
    at org.apache.soap.Utils.marshallNode(Utils.java:109)
    at org.apache.soap.Body.marshall(Body.java:165)
    at org.apache.soap.Envelope.marshall(Envelope.java:203)
    at org.apache.soap.Envelope.marshall(Envelope.java:161)
    at oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHT
    TPConnection.java:664)
    at org.apache.soap.messaging.Message.send(Message.java:125)
    at emgateway.main.EMWSStub.sendRequest(EMWSStub.java:106)

    Hi John,
    Yes this is certainly possible. The role of client, server and service
    gets blurred when dealing with multiple web services. For an example,
    you can take a look at the work done by WS-I for the sample application
    [1], where multiple types of web services communicate with each other.
    Regards,
    Bruce
    [1]
    http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-12/SCMArchitecture1.01.pdf
    John Meiser wrote:
    >
    Can a doc-style Web Service invoke an RPC-Style Web Service? I know that we cannot
    mix RPC with Doc-style in the same Service, but I was wondering if RPC and Doc-style
    can call each other.
    Thanks,
    John

  • Runtime error with multisim v10

    I recently downloaded the eval version of "Circuit Design Suite 10.0" and everytime I run it I get a runtime error, and the program closes. Sometimes it allows me to use it for a while and sometimes it happens within a few minutes of starting the program (Multisim) is there a fix for this? It is hard to evaluate if I can't use the program.
     My OS is win xp pro and my hardware meets/exceeds the min. requirements.
      Thanks in advance for any help with this.

    But you don't get any specific message then (e.g. a unique DLL or module causing the problem)?
    If not, then, try repairing the installation, Start >> Control Panel >> Add/Remove Programs >> National Instruments Software >> NI Circuit Design Suite 10.0.... click Repair...
    If you get a specific message post it here, it will be easier to identify what is triggering the problem.
    Nestor
    National Instruments

  • Runtime error with update:(

    Hi there,
    I went to update my itunes and there was a runtime error.haven't been able to use itunes for weeks now. I finally just uninstalled my itunes and tried to redownload but nothing is working. Any ideas...
    Thank you!

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Runtime error with Configurable products in B2c Webshop

    Hi Experts,
    We are on CRM 6.0. On selection of proceed to check out with configurable products we are getting the following runtime error
    URL: http://Host:port/b2c/appbase/layout/genericLayout.jsp
    JCO Exception: COMMAND_EXCEPTION Function: CFG_API_GET_CONFIG_INFO Import Parameters: |--|-| | PARAMETERS 'INPUT' ||-| |CONFIG_ID|G| ||-| | |0| ||-| |I20F13BDE|T| |--|-| I20F13BDE2AF6F105AB85001517539621/20F13BDE2AF6F106AB85001517539621
    We have created configurable product in R/3. Pulled that data to CRM and these products have been added to the catalog.
    Are we missing any additional configuration required for configurable products??
    Thanks in advance,
    Srinivas.

    Hi Ram,
    We just downloaded configurable products from ECC. Added these products to the catalog, replicated to TREX and checked in the web shop.
    What is the procedure for configurable products use in web channel?
    Please provide material or useful links if any?
    Thanks in advance,
    Srinivas

Maybe you are looking for

  • Adding namespace to XML output

    Hi, I have a requirement to generate a XML document for columns in the table. I am using DBMS_XMLgen.getXML inside my procedure to get the XML document. The output which i get after executing my procedure is: <?xml version="1.0"?> <EMP> <EMPLOYEE_NO>

  • How can I create a cron schedule that repeats every 2 weeks on Mondays?

    I need to create a cron schedule that repeats every 2 weeks on Mondays. Cronmaker.com doesn't have the cron expression for this. Please advice. Using calendarSchedule I can do this, var trigger = TriggerBuilder.Create() .StartAt(new DateTime(2012, 11

  • Table creating error

    Hi All. I am working on an issue....there is one ztable named as zemp with the following fields: MANDT     MANDT     CLNT     3     0     Client ZNUM     ZNUM     CHAR     6     0     Employee number ZDATE     ZDATE     DATS     8     0              

  • LABVIEW capacity to handle 2 systems at once(?).

    We have a leak test system working with LABVIEW V5.1 , we need to know if the system can be expanded to test 2 parts at the same time without buying a new PC and a new software license. We understand that the program will need changes, but can it be

  • Error message: "iTunes has encountered a problem..."

    "ITunes has encountered a problem and needs to close. We are sorry for the inconvenience." that is what it says when i open itunes WHAT DO I DO!!! I have tried re-installing, disabling norton, what else can i do???