Exception not working

create procedure name emp_test as
cursor c1 is select * from emp where deptno=10;
begin
for i in c1 loop
begin
          insert into emp1(col1,col2,col3)value(i.col1,i.col2..........);
exception
when no_data_fund then
dbms_output.put_line( 'no data found from thhis deptno' || i.deptno);
end;
end loop;
end;
my question is, exception is not working when no datafound in my cursor.
Please help me out in this regard.
thanks in advance
Dharma.

You are using a for loop, in case no data is found by the cursor c1, the statement in the for loop is not executed so there is no question of exception.
Try the below code, the exception will be raised -
declare
v_cnt number;
begin
select count(*) into v_cnt from emp where deptno=-999;
insert into emp1(col1,col2,col3)value(i.col1,i.col2..........);
exception
when no_data_found then
dbms_output.put_line( 'no data found from thhis deptno' );
end;

Similar Messages

  • BEx 7 Exceptions not working

    Hi experts,
    i had a BEx Query in 3.5 that was displayed in BEx WAD 3.5
    i have saved the Query in BEx 7 and created a WAD 7
    in the query the were some exceptions on a key figure.
    in WAD 3.5 on the query or in RSRT the exception works and displayed.
    if i run the query (Query Designer 7) or the WAD 7 on the query,
    the exceptions does not works and not displayed.
    i am working in BW 7.01, SP 10.
    and Portal 7.01 SP 7.
    Thanks in advanced,
    Or.

    Hi,
    You need to create the exception in portal side.
    Status Exception:
    This exception affects result cells. This setting is especially suitable
    for absolute keyfigures. If you set a dynamic filter for any
    characteristic used in the query, the exception will not be applied to
    the result cells as the result changes and invalidates the exception
    threshold defined. You can always override this behaviour for a specific
    characteristic by defining a characteristic context. You can do this in
    the query designer itself or in the exception wizard during runtime
    (step 5 in the wizard or tab 'Cell Restrictions' in the Query Designer).
    Trend Exception:
    This exception affects all cells. This setting is especially suitable
    for relative keyfigures. If you now set a dynamic filter for any default
    characteristic, the exception will be applied to the result cells.
    However, if you have defined a characteristic context (Cell
    Restrictions) with 'Totals Only' for a specific charecteristic and you
    now set a dynamic filter for it, the exception will not be applied to
    the result cells.
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/21b4cd14cd06f4e10000000a422035/frameset.htm
    Thanks,
    Venkat

  • XML Definition Exception not working

    I want to display ON and OFF a footer in oracle report based on a database field. My code is as follows but when I run the report it says that
    ErrorAttribute 'hide' used but not declared. Any suggestions? Appreciate your help in advance..
    <?xml version="1.0"?>
    <report name="corr" DTDVersion="1.0">
    <layout>
    <section name="margin">
    <field name="F_4" source="CF_footer">
    <exception textColor="red" hide="no">
    <condition source="eligbility_code" operator="eq" operand1="A"/>
    </exception>
    <exception textColor="blue" hide="yes">
    <condition source="eligbility_code" operator="eq" operand1="B"/>
    </exception>
    </field>
    </section>
    </layout>
    </report>

    When will be the next release. I have a lot of issues that I'm not sure how to solve. I've been trying to get unique, key, and keyref to work (I'm using the Dom parser version 2.0.2.9.1 Production) with just the simple example ORACLE downloads called report.xsd and it doesn't work. I've also cut and pasted some pretty basic code off the w3c site where it gives the whole standard for schemas and I can't use the extension functionality. Could your oracle team please send me some example code of how to use this stuff. It very well may be I'm just an idiot who can't figure it out. I would really appreciate any help.
    null

  • FOR LOOP EXCEPTION not working !!! please help

    Hi,
    Why is the NO_DATA_FOUND execption not getting executed. ????
    Hereis the code....
    CURSOR newreccur IS
    SELECT * from emp_table;
    BEGIN
    v_file_handle := UTL_FILE.FOPEN('out','new.dat','W');
    BEGIN
    FOR emp_rec IN newreccur LOOP
    -- Write procurement records
    UTL_FILE.PUT(v_file_handle,'emp_rec.num');
    END LOOP;
    EXCEPTION WHEN NO_DATA_FOUND THEN
    dbms_output.put_line ('No data found ')
    END;
    EXCEPTION
    WHEN UTL_FILE.INVALID_PATH
    THEN
    DBMS_OUTPUT.PUT_LINE ( 'Invalid Path ' || TO_CHAR (SQLCODE) );
    UTL_FILE.FCLOSE_ALL;
    END;

    cursor for loops do not raise no_DatA_found - they simply stop looping when they run out of data. you can set a variable within the loop, and then check it after the loop if you need to know if data was returned or not.

  • CRM 6.0 ERMS auto acknowledge rules for exception not working

    I have set up a number of exceptions in our Send Auto Acknowledgement rule but the exceptions are never caught.
    An auto acknowledge email is sent in response to emails containing the text defined in the rule for Subject or Sender
    I have been unable to find anything regarding what text or format is acceptable - are spaces allowed.  Even my test for English failed and I received a auto acknowledgment to my Japanese email....
    Any ideas?
    If
    E-Mail Subject Does Not Contain "undeliverable" or
    E-Mail Subject Does Not Contain "E-mail past processing deadline" or
    E-Mail Subject Does Not Contain "Out of Office" or
    E-Mail Subject Does Not Contain "Delivery Status Notification" or
    E-Mail Sender Does Not Contain "postmaster" or
    E-Mail Sender Does Not Contain "mailer-daemon" or
    E-Mail Sender Does Not Contain "microsoftexchange" or
    E-Mail Sender Does Not Contain "ironport" or
    E-Mail Sender Does Not Contain "311" or
    E-Mail Language Is Not Equal To English or
    E-Mail Subject Does Not Contain "Delivery failure notification" or
    Then
    Send Auto Acknowledgement ( Mail Form = 311 Auto Reply; Outgoing E-Mail Address = "defined email address had to be removed"; Create Interaction Record = No; Create Service Order = No )

    Donna,
    I really think the issue is the "or" operator should be "and".  When using DOES NOT CONTAIN you need "and" for all condition checks.
    There is a select "All/Match Any"  on the Conditions Menu that is used to toggle the Match "and" or "or".
    Hope this solves your problem.
    Donna O'Neill

  • Agregation exception not working - bug or normal behaviour

    We want to define a key figure with an  exception agregation to count a number of invoices of a selection.
    We decided to create a specific Key figure with the following properties :
    Type : Integer / Cumulative values
    Exception agregation :  Minimum or Maximum
    Agregation Sum
    It doesn't work as we want and I'm sure I already did it in the pas on another project. Please let me know if it's a bug or a normal behaviour.
    With the following data set :
    Day | Invoice | Invoice Item | KF
    D1  |INV1     | ITM1         | 1
    D1  |INV1     | ITM2         | 1
    D1  |INV1     | ITM3         | 1
    D1  |INV2     | ITM1         | 1-
    D1  |INV2     | ITM2         | 1-
    D1  |INV2     | ITM3         | 1-
    D1  |INV3     | ITM1         | 1
    D1  |INV3     | ITM2         | 1
    D1  |INV4     | ITM1         | 1
    D1  |INV4     | ITM2         | 1
    We expect to have the following aggregation behaviour :
    Without Invoice Item display :
    Day | Invoice |  KF
    D1  |INV1     |  1
    D1  |INV2     |  1-
    D1  |INV3     |  1
    D1  |INV4     |  1
    With neither Invoice nor Invoice Item  :
    Day |  KF
    D1  |  2
    Instead we have :
    Without Invoice Item :
    Day | Invoice |  KF
    D1  |INV1     |  3
    D1  |INV2     |  3-
    D1  |INV3     |  2
    D1  |INV3     |  2
    Day |  KF
    D1  |  4

    Hi,
    App user is string so try
    <script>
    alert("&APP_USER.")
    </script>Regards,
    Jari

  • Server 2012 R2 - Remote Management Exception - Not working 100%

    So,
    I am spinning up a ton of VM's for the University I work at in preparation for migrating to 2012 completely and I discovered something interesting today.
    The "Allow Remote Management from these subnets" option, only partially enables remote management.  You still need to run the remote management enablement with NetSh (http://blogs.technet.com/b/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx)
    for the certain functionality (Remote Firewall, VDS, FRS Options), which to me seems really weird.
    Has anyone else experienced this?
    ----------------------------------------- Dan Sheppard

    Hi Dan,
    If you want to manage remote server core with MMC (Microsoft Management Console), we need to configure Windows Firewall firstly to allow MMC snap-in(s) to connect on the remote server core, since your servers are Server 2012 and newer, so we can also use
    the powershell cmdlet instead of cmd netsh:
    Enable-NetFirewallRule -DisplayGroup "Remote Service Management"
    In addition, you can also use Windows Powershell to help you to remote access with Powershell Remoting, Powershell has substantial Modules and Cmdlets to help us to manage server.
    For more detailed information to manage server core, please refer to this article:
    Manage a Server Core Server
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Front end Exceptions is not working

    Hi Experts,
    Front end version BI7.0
    I have a below scenario:
    There are two calculated Key figures in my query ,lets say A & B.
    I have to show CKF A in RED if A is greater than B.
    To achieve this above ; I have created a formula KF to compare A & B.
    The formula will give either 1 or 0.
    1 - If A is greater than B ,else 0
    Then i created a new exception as below:
    in General tab - Alert level  : Bad3  Equal = 1.
    Definition tab - Exception is defined on Turns = formula KF
    Display tab = Excpetion affects data cell and selected following structure element = and selected KF A
    Cell restriction tab = Exception affectes everything
    But this exception is working only for formula KF and making RED only to formula KF..But it is not working on KF A...
    And CKF A is not shown as RED ?
    Please let mw know what i have missed?
    Or Is there any other way to get this?
    Thanks..
    Naween

    Hi Naween,
    I dont thin so you did any mistake . For all three figures , A, B , KF the scaling factor and decimal places should be same. inshort the properties shouls same .
    while testing this plz do not hide the KF .
    hope this will help you .
    Regards,
    Aparna

  • Lot of exceptions in kura-console.log. Tutorial not working for me

    Hi David,
    Well, now I have a wired connection to my pi and got kura up and running. But, my tutorial implementation did not work.
    Later, I found there is a new 1.2.0 verion of kura, so I uninstalled 1.0.0 as per wiki steps and installed 1.2.0. I had the kura showing up again and deployed green house. But again, my LED and temperature sensors were not showing.
    I was worried if my pi has gone bad, but I found that its giving right voltages at power pins. I checked it is reaching my sensors too.
    Later, I looked into in the kura-console.log which looked huge. Here I am attaching it for reference. On face of lot of exceptions have occurred during its start up. I have no clues about it as I am getting started and did not want to deviate anywhere in the tutorial specification(all items used are brand new). Well only change is I have upgraded Kura to 1.2.0.
    telnet 127.0.0.1 5002 shows
    osgi> ss
    "Framework is launched."
    id State Bundle
    0 ACTIVE org.eclipse.osgi_3.8.1.v20120830-144521
    1 ACTIVE org.eclipse.equinox.cm_1.0.400.v20120522-1841
    2 ACTIVE org.eclipse.equinox.common_3.6.100.v20120522-1841
    3 ACTIVE org.eclipse.equinox.registry_3.5.200.v20120522-1841
    4 ACTIVE org.eclipse.equinox.http.registry_1.1.200.v20120522-2049
    5 ACTIVE org.eclipse.equinox.console_1.0.0.v20120522-1841
    6 ACTIVE org.eclipse.equinox.ds_1.4.0.v20120522-1841
    7 ACTIVE org.eclipse.equinox.event_1.2.200.v20120522-2049
    8 ACTIVE org.eclipse.equinox.io_1.0.400.v20120522-2049
    9 ACTIVE org.eclipse.equinox.metatype_1.2.0.v20120522-1841
    10 ACTIVE org.eclipse.equinox.util_1.0.400.v20120522-2049
    11 ACTIVE org.eclipse.osgi.services_3.3.100.v20120522-1822
    12 ACTIVE org.eclipse.osgi.util_3.2.300.v20120522-1822
    13 ACTIVE org.apache.felix.gogo.command_0.8.0.v201108120515
    14 ACTIVE org.apache.felix.gogo.runtime_0.8.0.v201108120515
    15 ACTIVE org.apache.felix.gogo.shell_0.8.0.v201110170705
    16 ACTIVE org.knowhowlab.osgi.monitoradmin_1.0.2
    17 ACTIVE org.apache.felix.dependencymanager_3.0.0
    18 ACTIVE org.apache.felix.deploymentadmin_0.9.5
    19 ACTIVE osgi.cmpn_4.3.0.201111022214
    20 ACTIVE org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841
    21 ACTIVE org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841
    22 ACTIVE org.eclipse.jetty.continuation_8.1.3.v20120522
    23 ACTIVE org.eclipse.jetty.http_8.1.3.v20120522
    24 ACTIVE org.eclipse.jetty.io_8.1.3.v20120522
    25 ACTIVE org.eclipse.jetty.security_8.1.3.v20120522
    26 ACTIVE org.eclipse.jetty.server_8.1.3.v20120522
    27 ACTIVE org.eclipse.jetty.servlet_8.1.3.v20120522
    28 ACTIVE org.eclipse.jetty.util_8.1.3.v20120522
    29 ACTIVE javax.servlet_3.0.0.v201112011016
    30 ACTIVE org.apache.commons.fileupload_1.2.2.v20111214-1400
    31 ACTIVE org.apache.commons.io_2.4.0
    32 ACTIVE slf4j.api_1.6.4
    Fragments=33
    33 RESOLVED slf4j.log4j12_1.6.0
    Master=32
    34 RESOLVED log4j_1.2.17
    Fragments=35
    35 RESOLVED log4j.apache-log4j-extras_1.1.0
    Master=34
    36 ACTIVE org.json_1.0.0.v201011060100
    37 ACTIVE org.eclipse.paho.client.mqttv3_1.0.1
    38 ACTIVE org.hsqldb.hsqldb_2.3.0
    39 ACTIVE com.google.protobuf_2.6.0
    40 ACTIVE com.codeminders.hidapi_1.1.1
    41 ACTIVE org.eclipse.soda.dk.comm_1.2.1
    42 ACTIVE javax.usb.api_1.0.2
    43 ACTIVE javax.usb.common_1.0.2
    44 ACTIVE javax.usb.linux_1.0.3
    45 ACTIVE jdk.dio_1.0.1
    46 ACTIVE org.apache.commons.net_3.1.0.v201205071737
    47 ACTIVE org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918
    48 ACTIVE com.gwt.user_0.2.0
    49 ACTIVE org.eclipse.kura.deployment.agent_1.0.2
    50 ACTIVE org.eclipse.kura.api_1.0.4
    51 ACTIVE org.eclipse.kura.core_1.0.4
    52 ACTIVE org.eclipse.kura.core.certificates_1.0.0
    53 ACTIVE org.eclipse.kura.core.cloud_1.0.4
    54 ACTIVE org.eclipse.kura.core.comm_1.0.1
    55 ACTIVE org.eclipse.kura.core.configuration_1.0.3
    56 ACTIVE org.eclipse.kura.core.crypto_1.0.2
    57 ACTIVE org.eclipse.kura.core.deployment_1.0.2
    58 ACTIVE org.eclipse.kura.core.log_1.0.0
    59 ACTIVE org.eclipse.kura.core.net_1.0.4
    60 ACTIVE org.eclipse.kura.linux.clock_1.0.3
    61 ACTIVE org.eclipse.kura.linux.command_1.0.3
    62 ACTIVE org.eclipse.kura.linux.net_1.0.4
    63 ACTIVE org.eclipse.kura.linux.position_1.0.3
    64 ACTIVE org.eclipse.kura.linux.usb_1.0.4
    65 ACTIVE org.eclipse.kura.linux.bluetooth_1.0.1
    66 ACTIVE org.eclipse.kura.linux.watchdog_1.0.2
    67 ACTIVE org.eclipse.kura.net.admin_1.0.4
    68 ACTIVE org.eclipse.kura.web_1.0.4
    69 ACTIVE org.eclipse.iot.greenhouse.coap_0.1.0.SNAPSHOT
    70 ACTIVE org.eclipse.iot.greenhouse.publisher_0.1.0.SNAPSHOT
    71 ACTIVE org.eclipse.iot.greenhouse.sensors_0.1.0.SNAPSHOT
    72 ACTIVE org.eclipse.iot.greenhouse.sensors.raspberrypi_0.1.0.SNAPSHOT
    osgi>
    Please help!
    regards,
    Krishna

    Hi David,
    It worked!!
    I had to follow steps as mentioned in https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
    I did it once and rebooted and all started to work!
    Found it shared by Diego Alejandro PalmeiraFriend in this forum.
    thanks,
    Krishna

  • Exceptions in popup blocking not work good

    why sub-domains in exceptions in popup blocking not work? if i add a particular subdomain it works, but when i add an star in subdomain to do for all not work:
    *.mihanblog.com
    *.blogfa.com
    //// Please add image upload on post feature to Firefox's support ////
    //// Also add a suggestion forum to Firefox's support (like Chrome's forums) ////
    Thanks

    Do not add a * because Firefox doesn't support wildcard that way.<br />
    Just specify the domain to apply the exception to a domains and all sub domains.
    *Bug 336207 - Add wildcards to cookie exceptions list to permit subdomains if all cookies are blocked

  • Options-content- exceptions is NOT working. I put a website on exception list but doesn't work

    I go to : Tools, options, content. it has on top: Load images automatically . it has a button: exceptions. I enter a web site there so it will NOT load images automatically- does NOT work.
    OR I un-click the load images automatically which makes ALL websites not load images. I then go to exceptions and put a website so it WILL load images from that specific web site - does NOT work.
    When I put the website in exceptions it goes/gets saved to the list of exceptions- but firefox ignores it and does not make an exception for that website. (Also mostly after sometime that I close firefox the list would get cleared by itself)

    You need to make an exception for the server that stores the images. Some websites store their images on a separate server for load balancing or other reasons. You can check the images in Tools > Page Info > Media to see which sites you need to unlock.

  • Exception handling with fault message type not working

    Hi,
    I have a sync proxy to proxy scenario and I have created a fault MT and specified in the outbound and Inbound service interface...
    *In Inbound proxy I have the following code--*......
    RAISE EXCEPTION TYPE z_cx_test_fault
    EXPORTING
    standard = l_standard_data.
    In the sender side abap code which calls the outbound proxy I have the follwing code -
    CATCH cx_ai_system_fault INTO lo_cx_ai_system_fault.
    txt = lo_cx_ai_system_fault->get_text( ).
    WRITE txt.
    CATCH z_cx_test_fault INTO lo_cx_test_fault.
    txt = lo_cx_standard_message_fault->get_text( ).
    WRITE txt.
    CATCH cx_ai_application_fault INTO lo_cx_ai_application_fault.
    txt = lo_cx_ai_application_fault->get_text( ).
    WRITE txt.
    when i test the inbound proxy separately I get the custom fault message properly...
    however when i run the proxy to proxy sync scenario and the custom exceptionz_cx_test_fault  is raised inside the receiver proxy .......control goes to CATCH cx_ai_application_fault    and not CATCH  z_cx_test_fault .
    I understand that cx_ai_application_fault is the super class of all the exception class but why does control go to its exception handling when a custom exception is raised...
    Edited by: hema T on Feb 26, 2012 1:16 PM
    Edited by: hema T on Feb 26, 2012 1:17 PM

    Hi
    I tried changing the sequence also but it did not work...
    I can see an appropriate response coming from the receiver in SXMB_MONI of PI...this response has the "fault response "
    "fault detail" data that I want.....however when the control goes to the sender why does it go to CATCH CX_AI_APPLICATION_FAULT and not not my CATCH z_cx_test_fault .
    My observation - If I change the scenario to SOAP to Proxy sync..then the sender SOAP client gets the appropriate custom fault message back.
    Edited by: hema T on Feb 27, 2012 1:17 PM
    Edited by: hema T on Feb 27, 2012 1:17 PM

  • BPM-Raise Exception does not work

    I have designed the BPM in following way.
    1. Receive step - Receive Asynchronous message
    2. Defined the Block - DB
    3. Send step 'A'  to JDBC - inside the Block-'DB' - Acknowledgement-Transport, Exceptions System Error-DB, Receiver from-Send context.
    4. Created an exception handler and Selected 'DB' as exception handler for the property of the exception handler branch.
    5. Inserted the Send step-'B' to send mail inside the exception handler branch by using the MAIL receiver adapter.
    We want send the message to update database by using JDBC adapter but if it fails to update database then we want send an e-mail to outlook.
    But it looks like it is not working when it fails to update database.
    Can someone please help me?
    Thanks in advance!

    Hi,
    According to the SAP online help documentation for the receiver JDBC adapter:
    <i>The receiver JDBC adapter supports system acknowledgments but not application acknowledgments.</i>
    What you will need to do is either get a system error triggerred by the adapter (which basically throws up the red flag and tells XI that the message could ot be delivered successfully) , or get the application to trigger a fault message back to the adapter. I have not worked with the JDBC adapter, so I cant tell you in more detail.
    Here are some links that I have been able to find that might help you...
    Statuses in the monitor :
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/2f053d39177608e10000000a114084/frameset.htm
    Dealing with Exceptions in BPM
    http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm
    Cheers
    Manish

  • IPad audio  output is not working properly, except on Siri. Any ideas on what is wrong and how to fix it?

    iPad audio output does not work, except for on Siri. The mute button is not on, and the volume buttons have no effect/ don't work (unless Siri is open). I have reset the iPad, tried iOS7 and iOS8 resets, which didn't help. The audio output mostly works when headphones are out in, but has a tendency to cut out from time to time. Without headphones, Audio might start working again briefly from time to time, but most the time it doesn't.  Any ideas on what is wrong with it and how to fix it?
    my iPad is a 3rd gen, 16GB wifi only model, if that helps
    I did take it to an Apple Store, but the inncorrectly insisted that my speaker was bust and it would cost £250 to replace the whole iPad!

    Godly19 wrote:
    iPad audio output does not work, except for on Siri. The mute button is not on, and the volume buttons have no effect/ don't work (unless Siri is open). I have reset the iPad, tried iOS7 and iOS8 resets, which didn't help.
    iOS 8 isn't even out yet. If you are running iOS 8, I assume you are a developer and if you are, you are in the wrong forum to try to get help. If you are not a developer and you're running iOS 8, maybe that's why you are having problems on the iPad.
    The audio output mostly works when headphones are out in, but has a tendency to cut out from time to time. Without headphones, Audio might start working again briefly from time to time, but most the time it doesn't.  Any ideas on what is wrong with it and how to fix it?
    The type that I made bold doesn't make sense. Is this a typo and you mean that " headphones are not in"?
    I did take it to an Apple Store, but the inncorrectly insisted that my speaker was bust and it would cost £250 to replace the whole iPad!
    And you know they are incorrect because you get sound here and there from time to time? That fact doesn't prove that something isn't working correctly inside. You could very well have a bad connection inside the device causing this, but somehow you seem to know that's not the case.

  • Rollback is not working when "The server threw an exception" error

    Hi
    These are my transaction steps
    1) Call the StartTransaction method of the company object (Function AA)
    2) Add  Goods Issue (Rollback if error occurs) (Function BB)
    3) Create record with oRecordSet object (Rollback if error occurs) (Function BB)
    4) Add Journal Entry (Rollback if error occurs) (Function CC)
    5) Add Goods Receipt (Rollback if error occurs) (Function DD)
    6) Create record with oRecordSet object (Rollback if error occurs) (Function DD)
    7) Call EndTransaction (with commit) to complete the whole process (Function AA)
    These are working fine usually.
    But problem is when user has "The server threw exception" error message.
    Whole transaction must be rollback but still step 2 and 3 records are exist on DB.
    Rollback is working fine with another error messages.
    I programmed call Rollback transaction if calling function has any error.
    Function BB, CC and DD are calling from Function AA.
    I never have "The server threw an exception" error on my development machine with B1 2005 PL 51.
    This is happened only  LIVE server with B1 2005 PL 51.
    B1 was upgraded from PL29 to PL51 recently becaseu of Locking issue.
    Then Locking issue was solved but have "The server threw an exception" error and rollback is not working properly.
    I hope someone can help me!!!!.
    Thank you
    2) & 3) steps

    Hi Joanne,
    There are 2 things to check here.
    1. is the Transaction
    2. is the RPC_E_SERVERFAULT.
    for the first one,
    in step 2, just before you add the Good Issue, can you try to check first if you are still in a transaction ?
    Just to make sure.
    If it is, maybe you should open a ticket to SAP support.
    BTW, Which version is your Live environment ?
    for the second one,
    try to search the error in this forum. there is a lot of posting about this.
    The problem might also go away if you upgraded your SBO.
    Please search and see if there is anything the same with your problem.
    Regards
    Edy

Maybe you are looking for

  • The requested resource (/axis/) is not available.

    I am running Tomcat server and trying to validate my axis installation. I get the above error when trying to acces the following link: http://127.0.0.1:8080/axis/. Does anyone know what the solution to this problem is?

  • LDAP with a ABAP + JAVA NW2004s installation

    Hi, Can i setup a <b>LDAP</b> as a datasource to a ABAP + Java NW2004s installation ? If yes please direct me to the procedure. Cheers!!

  • I installed CS6. Photoshop and Indesign open then lock

    Hi, I can start Dreamwever, Acrobat and Illsutrator. Photoshop, Indesign and Brdige open then lock up right away. Error messags ays something about security and 'locked'. What do I do?

  • Using an external hard drive to import a 2 hr. project

    I have a two hour project I'm trying to import and edit but I don't have enough hard drive space to hold a complete project for editing. I need to be able to place the entire 2 hours on my external hard drive and still be able to edit it in imovie wi

  • OS update @iCloud not working...

    I updated my OS on my 13in MBP and have updated my 4S to iOS6 but my [email protected] email address is not working.  My husband's worked fine as he now can use @mac, @me and @icloud yet mine is still restricted to the @me domain.  He was grandfather