Message causing error in a transaction

Hi everybody
I'm using replication with streams in Oracle 10gR1. Normally I have large transactions that include many messages.
When an apply error occur, I know what transaction is causing the error, and I can see all the messages that be part of them (using the views provided by Oracle and various documented procedures); but I can not see directly what message is causing the error.
For example -in my database- a typical transaction can have 200 messages. This transaction has many inserts, updates or deletes sentences over many tables. If an apply error occur at the destination database, I want to know which of this 200 messages caused the error, because is impractical and very tedious check every of them. Is there any way to perform this? I’m missing something?
Thanks in advance and regards, Flavio.

Let me explain me with an example:
A transaction like this (ID 2.20.69053) , caused an error:
-- ERROR #1
-- Local Trans ID: 2.20.69053
-- Source DB: BDSOURCE
-- Error Number: 1403
-- Message Text: ORA-01403: no data found
In record Loop Msg: 1
Type Name : SYS.LCR$_ROW_RECORD
Source db : BDSOURCE
Owner : SCOTT Object : ARTICLES
CMD Type : UPDATE Is tag null : Y
*Old(1): NUM_EMP => 51                                                         
*Old(2): COD_ART => 11404                                                      
*Old(3): DESCRIPCIO => STOCK (code 44227)    
New(1): DESCRIPCIO => STOCK (code 44227-1)
In record Loop Msg: 2
Type Name : SYS.LCR$_ROW_RECORD
Source db : BDSOURCE
Owner : SCOTT Object : STRUCTURE
CMD Type : UPDATE Is tag null : Y
*Old(1): NUM_EMP => 51                                                         
*Old(2): ART_TER => 11404                                                      
*Old(3): POSICION => 0157                                                      
*Old(4): GRUPRO => 3                                                           
*Old(5): SECCION => 3                                                          
*Old(6): ESTADO => D                                           
*Old(7): COM_FAB => D                                          
New(1): GRUPRO => 3
New(2): SECCION => 3
New(3): ESTADO => D
New(4): COM_FAB => T
In record Loop Msg: 200
Type Name : SYS.LCR$_ROW_RECORD
Source db : BDSOURCE
Owner : SCOTT Object : STRUCTURE
CMD Type : UPDATE Is tag null : Y
*Old(1): NUM_EMP => 51                                                         
*Old(2): ART_TER => 11404                                                      
*Old(3): POSICION => 0158                                                      
*Old(4): GRUPRO => 3                                                           
*Old(5): SECCION => 3                                                          
*Old(6): ESTADO => D                                           
*Old(7): COM_FAB => D                                          
New(1): GRUPRO => 3
New(2): SECCION => 3
New(3): ESTADO => D
New(4): COM_FAB => T
And this error (ORA-01403) is caused for one of the 200 msg of the transaction. The question is: ¿What message caused the error? The only way to know this is writing a DML error handler?
Thanks, Flavio.

Similar Messages

  • Making a warning message to Error in VA01 transaction

    Hi All,
    I have a requirement to change warning message to error while creating order with reference to a quotation using VA01 transaction .
    Message :  'Reference document was only valid until &'
    Message No: 009
    Message Class: V2.
    Right now standard SAP gives warning message and allows to create order eventhough the quotation is invalid but instead I want  the system to give hard error and stop creating the order.
    I have checked transaction OVAH and OVM1 but they are of no use.
    If anyone has any ideas please let me know.
    Thanks in advance.
    Sonali.

    Hi Sonali,
    1. In VOFM, Data Transfer -> Orders, copy routine 051 into new one (e.g. 901).
    2. In this newly created routine add following statements along with the existing statements form 051.
    IF cvbak-bnddt < sy-datum.
       MESSAGE E247 WITH '051'.
    ENDIF.
    3. In transaction VTAA, choose target is S/O and source it Quotation. In Data Transfer routine at header level put 901.
    This will stop creating S/O form Quotation which are expire.
    Regards,
    Mandar

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • How to Convert the Warning Message to Error Message in Standard Transaction

    Hi,
        I face one problem in Standard Transaction Code CS02. In that  by entering the material Number, Plant, bomstatus press enter. it gives a warning message. How to convert the Warning message to Error. In abap how to do that. Please help me.

    Mohan,
    It appears that there is some configuration you can do for BOM Message types to change the message type.  The IMG link for this function is:
    Production->Basic Data->Bill of Material->General Data->Change Message Type
    However you need to read the IMG documentation to see if this will work for you.  There are only certain messages that can be changed with this configuration step.
    Also, please do not double post questions in the forums.
    Best Regards,
    Chris H.

  • HT204088 I've no connection to itunes,  Error message is. Oops! Transaction didn't go through, please try again, and I've try about 10 times.

    I've no connection to itunes
    I can not bye gold/ items in Modern War
    Error message is.
    Oops!
    Transaction didn't go through, please try again, and I've try about 10 times.
    Help me, my faction need me.
    Henrik Andre

    Open the App Store and navigate to purchased, it should show the missing app under Not On This ipad. There should be a small cloud icon you can click on to download it.

  • Error message caused by an improper shut down

    Hi
    When I try and lunch the web services from server admin I get this message in the log.
    Address already in use: make_sock: could not bind to address 192.168.1.15 port 80
    Is this error message caused by an improper shut down, the apache processes are still hanging around and apachectl restart won't work.
    How can I clear them
    Thanks
    Message was edited by: stevewaters

    That message could be caused by many things - either a pre-existing copy of Apache, or some other process altogether.
    Did you install/enable Apache 2 on your server? If so, that could be the problem since Server Admin only knows how to manage Apache 1.3, so can't restart Apache 2.0.
    You can use the command-line tool lsof to find which process is listening to port 80. You'll then need to make the call as to how to fix it - either by shutting down the process, killing it, or changing the port that your Server Admin configuration listens to:
    <pre class=command>sudo lsof -i :80</pre>

  • Did recent recommended update cause incompatibility with HP printer, causing error message and printer to print blank pages?

    did recent recommended update cause incompatibility with HP printer, causing error message and printer to print blank pages?

    Why not contact HP tech support for assistance since they make the printer. While on their site you can look for an updated printer driver. Otherwise, try deleting the current installed driver, reset the print system, then reinstall your printer's driver.
    Mac OS X- How to reset the printing system

  • DI API Error Code - 1, Error Message - General Error while adding order

    Hi All,
        While adding sales order using di api(in .net web application), i receives error(code-1, message-general error) if some particular items are inserted as line items. For all other items, it works fine.
        I put code to export the order to be added as xml if its giving such error. Then I have written one vb code which accepts xml as input and adds order from it. I tried exported xml with this application and it worked, without any change in exported xml order.
        So I thought if general error comes, .net web page should export order xml and import it again and then use add method. But its not working. Though exported xml gets imported and order gets created if I use the other vb code(i run this after some 5 to 10 min, after order is not created from web application).
        Please help me out of this problem.
    Thanks and Regards,
    Yogesh.

    Hi Yogesh,
    I am not sure about the cause for your problem, but I would recommend to:
    a) use SQL Profiler to find out (hopefully) where the transaction actually breaks and
    b) involve SAP Support to find out what doesn't work when you use these particular items.
    HTH,
    Frank

  • Error while entering transactions form

    Hi all,
    I have a problem that while opening invoice in transactions form I got an error for only 1 particular customer.
    "The system cannot determine geographical information for this location and cannot derive a tax jurisdiction. Please contact your system administrator". So I have referred from metalink and I fond a Doc ID 420194.1 to rectify this problem. After running that concurrent program called " Geography Name Referencing Program " for all the customers Iam not able to open transactions. I have checked the solution for this but Iam unable to do this. How can I enable the manage validations field in Trading Community Manager-->administration-->geographic hierarchy in this form I queried with my required Country but manage validations field was disabled. Can I know how to enable that.
    Thanks,
    Bharat G.

    Please post the details of the application release, database version and OS.
    Have you reviewed these docs?
    System cannot determine geographical information for this location and cannot derive a tax jurisdiction when entering an transaction [ID 438718.1]
    Enter invoice errors with "The System Cannot Determine Geographical Information For This Location" [ID 1384591.1]
    Create Debit Memo Errors with 'The System Cannot Determine Geographical Information For This Location' [ID 1377318.1]
    Error In Transaction Query: 'System cannot determine geographical information' [ID 1350601.1]
    eBusiness Tax Release 12 Error Messages: Causes and Actions [ID 744185.1]
    How Location Based Tax Works in R12 E-Business Tax (EBTax) - Includes sample setup [ID 1133994.1]
    Autoinvoice is failing with tax errors on for some customers [ID 1302122.1]
    How to Troubleshoot a Tax That Does Not Calculate in R12 E-Business Tax (EBTAX) [ID 1082172.1]
    Thanks,
    Hussein

  • Repository error:Error -: AIP-50143:Transaction Instance Not fo

    Hi Ramesh,
    The Scenario is as follows:
    1. we are running a stub on WLI server(back end) which enques a message in to the JMS queue.
    2.This JMS queue is used in the B2B internal delivery channel.
    3.The message is coming to the B2B , however we are getting an error with the following message.
    ******ERROR*******
    2008.10.31 at 16:29:35:289: Thread-27: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>AC1F755B11D528EE26C000001BDC0BC0</b2bMessageId>
    <errorCode>AIP-50014</errorCode>
    <errorText>General Error</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (PUNIN1879164419)
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1178)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:134)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:609)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:235)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3214)
    at oracle.tip.adapter.b2b.msgproc.Response.outgoingResponse(Response.java:904)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1135)
    ... 3 more
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:874)
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3211)
    ... 5 more
    Caused by: Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.handleException(B2BWFEventManager.java:478)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.getTransactionInstance(CollabCatalogAccessor.java:364)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.setTransactionState(CollabCatalogAccessor.java:283)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:871)
    ... 6 more
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) Engine:notifyApp Exit
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleOutboundException Updated the Error Message Successfully: Error -: AIP-50014: General Error
    ******ERROR*******
    the screnario is working when we directly put the message on to the queue.
    Please help .
    Thanks & Regards
    Sachin (Infosys Team)

    Please refer Re: AIP-50025:  Repository error ?
    Regards,
    Sinkar
    [From Ramesh Team]

  • Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Inst

    Hi,
    Hi Ramesh,
    The Scenario is as follows:
    1. we are running a stub on WLI server(back end) which enques a message in to the JMS queue.
    2.This JMS queue is used in the B2B internal delivery channel.
    3.The message is coming to the B2B , however we are getting an error with the following message.
    ******ERROR*******
    2008.10.31 at 16:29:35:289: Thread-27: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>null</correlationId>
    <b2bMessageId>AC1F755B11D528EE26C000001BDC0BC0</b2bMessageId>
    <errorCode>AIP-50014</errorCode>
    <errorText>General Error</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (PUNIN1879164419)
    Description: General Error
    StackTrace:
    Error -: AIP-50014: General Error: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1178)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:134)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:609)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:235)
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3214)
    at oracle.tip.adapter.b2b.msgproc.Response.outgoingResponse(Response.java:904)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1135)
    ... 3 more
    Caused by: Error -: AIP-50025: Repository error : Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:874)
    at oracle.tip.adapter.b2b.msgproc.DbAccess.updateReqRespState(DbAccess.java:3211)
    ... 5 more
    Caused by: Error -: AIP-50143: Transaction Instance Not found for Transaction Id "null"
    at oracle.tip.adapter.b2b.collaboration.B2BWFEventManager.handleException(B2BWFEventManager.java:478)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.getTransactionInstance(CollabCatalogAccessor.java:364)
    at oracle.tip.adapter.b2b.collaboration.CollabCatalogAccessor.setTransactionState(CollabCatalogAccessor.java:283)
    at oracle.tip.adapter.b2b.collaboration.CollaborationManager.setTransactionState(CollaborationManager.java:871)
    ... 6 more
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) Engine:notifyApp Exit
    2008.10.31 at 16:29:35:304: Thread-27: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleOutboundException Updated the Error Message Successfully: Error -: AIP-50014: General Error
    ******ERROR*******
    the screnario is working when we directly put the message on to the queue.
    Please help .
    Thanks & Regards
    Sachin (Infosys Team)

    Please refer Re: AIP-50025:  Repository error ?
    Regards,
    Sinkar
    [From Ramesh Team]

  • Error in the Transaction CK64 - Costing Run (CK 318 and CK 361)

    Hi Everybody,
    Please, when I use the transaction CK64 to costing run, i see the following message of error:
    1) First Error: CK 318
    CK 318 -  Cost estimate for material & contains errors -> Planned price
    CAUSE                                                                   
    When an assembly was valuated, the system found that the cost component   
    split of material component &V1& from plant &V2& contains errors.         
    SYSTEM_RESPONSE
    The cost component split with errors is not changed.  Instead,            
    valuation is carried out with a price from the material master.  This     
    result goes into the cost rollup.  This happens so that the costing       
    result of the finished product is still meaningful.                       
    </>Note</> The subsequent valuation is always with valuation variant     
    &V3&.  Valuations with a manual cost component split are not taken        
    into account.  This affects the following two cases:                      
    strategy '8': valuation with manual cost component split                  
    the possibility to calcualte manual cost component splits in addition     
    to the valuation strategy entered.                                        
    WHAT_TO_DO
    Analyze the cost component split with errors and solve them.     
    Where can I found the "cost component split"? Would be a information of Data master material (MM03)?
    2) Second Error: CK 361
    Value of costing item & in itemization is 0
    CAUSE
    The cost estimate for the assembly contains item &V2&, which has no 
    errors, but was costed with a value of zero.                        
    WHAT_TO_DO
    Please check item &V1& in the itemization of the assembly concerned.
    Where can i found this information of itemization??? I was looking in the data master of the material but i can't find. 
    Please, how can I solve this problems?
    The status of the costing run for this materials is "KF - Costed with errors"

    Thank you Rob. I guess our only option is to call each steps of CK40N by separate transactions. Do you know why when calling CK64 (costing) in background, the transaction in BDC will automatically change to CK40N even CK64 is hard-coded?
    Thank you very much for your advice.
    Minami

  • Palm Pre crazy symptoms: "phone offline", will not charge battery, will not start, error message "an error has occured that cannot be resolved"

    This is a long description of a series of problems with my new Palm Pre. You may wish to search the text to find your specific issue(s). There is no solution in my post. Look for possible answers in the responses to come.
    I bought my Palm Pre 4 days ago and it arrived 2 days ago. Phone worked great. Last night I plugged in the phone and updated the OS. After completion, I selected "Done" and went to bed.
    - First Series of Issues: "Phone Offline", will not charge battery -
    In upper lefthand corner of the phone there is the message "phone offline". Although the phone has been charging all night it reads "26% battery". I called the general Sprint tech support number and we tried the following things:
    1) Restart phone (press and hold power button, then select "turn off". after power down, press and hold power button to power on.)
    2) Reset the phone (several different ways - call tech support so that you do this correctly)
    The individual at Sprint then sent me to another tech support person, presumably 2nd tier.
    - Second Series of Issues: Error message "an error has occured that cannot be resolved" -
    Sprint tech support person #2 also had me restart and reset the phone in a number of ways. In her words "we've tried every palm pre trick I know" and each time the phone was unresponsive. Often we received the error message "phone is offline". We did a full erase and after that the phone would no longer restart. At this point the error message came up saying "an error has occured that cannot be resolved" which referred me to www.palm.com for assistance. I think it's important to note here that this was not the typical error message (black screen with white letters) but rather the blue sky background with a semitransparent box over it with white text.
    Sprint tech support person #2 then connected me with Palm support and the dance continued. Again we tried a whole bunch of resetting and restarting and erasing options. Palm support instructed me to go to: www.palm.com/rom to download WebOS Doctor, which I did. I downloaded the file. While that was happening he had me hold the "volume up" button and plug the phone into the charger. This caused a USB symbol to appear on the phone. When the file was complete I received an error message that the file couldn't run. Palm tech support person seemed surprised. I mentioned that I was on a Mac and he said he couldn't help me. He then transferred me to another Palm support person who works with Mac users.
    Palms tech support person #2 then informed me that I should have selected the "mac" download option on www.palm.com/rom. I verbally walked her through the whole series of webpages, telling her that it says that you need Windows (version whatever) or Mac (version whatever) but that at no time was there an option to download a different WebOS Doctor for different operating systems. After some more discussion she told me she would have to have someone call me back tomorrow.
    - Third Series of Issues: phone stuck on USB symbol -
    So at the moment the phone is completely useless. Not fantastic. I booted up the mac in Windows 7 and downloaded WebOS Doc and received the same error. I also ran Windows Vista virtually and received the same error. Later this afternoon I'm heading into work to try the same thing on Windows XP.
    In the meantime, I got onto this forum and located a thread that provided a direct link to the necessary file:
    palm.cdnetworks.net/staging/rom/webosdoctorp100ewwsprint.jar
     After downloading that file, which I realized could totally be a virus, I was able to get WebOS Doc working on my computer. It required that I recharge the phone completely before beginning and now it's on the screen that says "Don't disconnect your phone" and the file is at 3% complete. Only... it's been at 3% complete for almost 30 minutes.
    I am hoping that Palm will follow up with me tomorrow, but I'm leaving at 7am on a business trip and would love to have the thing working. Any suggestions are welcome, even if you can just tell me how to get the think disconnected safely before my flight tomorrow. I don't fancy getting through security with my phone wired to my laptop.
    Thanks.
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    Hello and welcome to the forums;
    Our phone support is open every day Monday through Sunday, although there are different hours of operation for the weekend. If after a webOS Doctor reset you are still experiencing the same problems, I would likely recommend replacement, either in a local store for your carrier or through our technical support department.
    There may be additional technical support offered or suggested over the phone, this would need to be done first before a replacement could be issued.
    Hope this helps,
    TreoAide

  • SQL 2012 SP1 - How to determine a query that causes Error 8623 in SQL Log: The query processor ran out of internal resources and could not produce a query plan. This is a rare event...

    We are getting multiple 8623 Errors in SQL Log while running Vendor's software.
    How can you catch which Query causes the error?
    I tried to catch it using SQL Profiler Trace but it doesn't show which Query/Sp is the one causing an error. 
    I also tried to use Extended Event session to catch it, but it doesn't create any output either.
    Error:
    The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that
    reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information.
    Extended Event Session that I used;
    CREATE EVENT SESSION
        overly_complex_queries
    ON SERVER
    ADD EVENT sqlserver.error_reported
        ACTION (sqlserver.sql_text, sqlserver.tsql_stack, sqlserver.database_id, sqlserver.username)
        WHERE ([severity] = 16
    AND [error_number] = 8623)
    ADD TARGET package0.asynchronous_file_target
    (SET filename = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xel' ,
        metadatafile = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xem',
        max_file_size = 10,
        max_rollover_files = 5)
    WITH (MAX_DISPATCH_LATENCY = 5SECONDS)
    GO
    -- Start the session
    ALTER EVENT SESSION overly_complex_queries
        ON SERVER STATE = START
    GO
    It creates only .xel file, but not .xem
    Any help/advice is greatly appreciated

    Hi VK_DBA,
    According to your error message, about which query statement may fail with error message 8623, as other post, you can use trace flag 4102 & 4118 for overcoming this error. Another way is looking for queries with very long IN lists, a large number of
    UNIONs, or a large number of nested sub-queries. These are the most common causes of this particular error message.
    The error 8623 occurs when attempting to select records through a query with a large number of entries in the "IN" clause (> 10,000). For avoiding this error, I suggest that you could apply the latest Cumulative Updates media for SQL Server 2012 Service
    Pack 1, then simplify the query. You may try divide and conquer approach to get part of the query working (as temp table) and then add extra joins / conditions. Or You could try to run the query using the hint option (force order), option (hash join), option
    (merge join) with a plan guide.
    For more information about error 8623, you can review the following article.
    http://blogs.technet.com/b/mdegre/archive/2012/03/13/8623-the-query-processor-ran-out-of-internal-resources-and-could-not-produce-a-query-plan.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Message has error status at outbound side File To Idoc Scenario

    hi ,
    In my File to Idoc scenario , when i go to sxmb_moni , i found that its showing red flag at Outbound Status Tab and showing message "Message has error status at outbound side".
    When i go to IDX5 and and select my idoc and click on Transaction Id it shows "Password logon no longer possible - too many faile" .
    Please suggest what may be the problem ?
    Regards,
    Rohit

    1. First check the RFC destination name used in receiver Idoc adapter communication channel.
    2. As i said earlier, in sm59 transaction in XI gui, u can check same rfc destination under type 3. There check the logon credentials and the username.
    3. Now goto the R3 system GUI and check in su01 that same user is locked or not. If locked unlock it.
    4. And if u change the password of that user, then do the similar change in XI -> sm59 -> rfc destination logon credential
    Regards,
    Prateek

Maybe you are looking for

  • How to set ApplicationIntent=ReadOnly in Connection String for SharePoint 2013

    SharePoint 2013 and SQL Server 2012 allows us some additional options to create HA and DR sites through AlwaysOn Availablibity Groups and Listeners.  Problem that I'm having is that I have a DR site that is at a different location.  Microsoft recomme

  • Chinese characters display

    I want to store corresponding chinese words for few labels inside the global variables (.txt) file and want to display it inside JSP. Do i need to take any precautions for this ? Or like normal variable i can make use of that ? regards Manisha

  • WebDynpro ABAP and Portal Navigation

    Hi, I have two Webdynpro applications as an IView linked in the portal, now I want to navigate between the applications. I know, that I can trigger a protal event by: method ONACTIONFIRE_PORTAL_EVENT . data: L_API_COMPONENT  type ref to IF_WD_COMPONE

  • Swaping Macbook pro 2.16 Core 2 Duo logic board for 2.33?

    Looks like I have a dead Macbook pro logic board, waiting for a phone call from the Apple with diagnosis. It's a 2006 Core 2 Duo 2.16Ghz 128mb ATI. As the title states, can I swap the dead board for a 2.33 core 2 duo with 256mb ATI? Same form factor.

  • Sun Solaris SCTP Denial Patch 127127-11 (Unloading SCTP module Solaris 10

    THe patch 127127-11 is suppose to address the SCTP Denial of service vulnerability for solaris 10. i am planning not to install this patch but instead to unload this SCTP driver module from the system kernel i tried using modunload or update_drv , bu