Inbound proxy with system error.

Hi Experts,
                I desighned an inbound proxy scenario which is file to ECC.
               I test the proxy from 'SPROXY" t.code.
               Because of wrong data, it throws an exception as below.
       - <cls:CX_XMS_SYSERR_PROXY id="o125">
- <CX_ROOT>
  <TEXTID>8BB7CA726FE56F43BC4A06197ABFE5FD</TEXTID>
  <PREVIOUS href="#o117" />
  <KERNEL_ERRID />
- <INTERNAL_SOURCE_POS>
  <PROGID>242</PROGID>
  <CONTID>668</CONTID>
  </INTERNAL_SOURCE_POS>
  </CX_ROOT>
  <CX_STATIC_CHECK />
- <CX_XMS_SYSTEM_ERROR>
  <ID>PARSE_APPLICATION_DATA</ID>
  <P1>Request Message</P1>
  <P2>CX_ST_DESERIALIZATION_ERROR</P2>
from above, we can tell this is a system error because this exception caught by class'CX_XMS_SYSTEM_ERROR'.
If this is a system error, it has to show  a system log in 'SM21'.
but, it's not appearing.
if my understanding was wrong,let me know where it will display these logs.
please let me know your opinion on this.
regards
mahesh.

hai
you can check the below link to debug the application
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81a30c
check the t.code sxmb_moni in the receiver SAP
note:reward points if solution found helpfull.....
regards
chandrakanth.k

Similar Messages

  • Inbound proxy with attachment

    Hi All,
    I have a scenario where in I need to pick one zip file from FTP and pass it to SAP system over proxy communication.I have searched on SDN,find blogs on outbound proxy but didnt get much information on inbound proxy with attachment.
    Or please suggest if there is any other way to pick the zip file from source and send that zip file to SAP system over proxy.
    Please provide your inputs.
    Thanks,
    Ruchi

    Hi ruchi,
    You can use PayloadSWAPBean and PayloadZipBean for attachment related configuration.
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Also Please find DOCs for handiling attachment in ABAP codes(Proxy)
    Re: Inbound proxy with attachments.
    http://help.sap.com/saphelp_nw04/helpdata/en/a7/3b2a2d45a34a23b75e3b18745c63bc/content.htm
    Regards,
    Debashish

  • How can i resend messages which failed with System Error

    hi Can any one please help me with 3 messages stuck in adapter engine ,they are failing with system error,I tried to resend them but still they failing with the system errorXI_J2EE_ADAPTER_XI_HANDLER.so can any body help me with this problem .
    thanks
    p

    Hi,
      Check the threads..
    [File (xml)>>xi>>IDoc;
    [Problem in Webservice -> XI -JDBC;
    [Problem in JDBC Reciver Channel;
    Regards,
    Prakasu

  • Running Premiere PrO cs6. After upgrading to Yosemite 10.10.2 Adobe Premiere wont run, come up with system error and shuts down. Any one else had this issue?

    Running Premiere PrO cs6. After upgrading to Yosemite 10.10.2 Adobe Premiere wont run, come up with system error and shuts down. Any one else had this issue?

    can try this Premiere Pro CC, CC 2014, or 2014.1 freezing on startup or crashing while working (Mac OS X 10.9, and later)

  • SOAP adapter engine with system error, problem with fault message.

    HI,
    I have IDOC -> PI -> SOAP scenario.
    Idoc to PI is async. I have no problem in receiving the idoc in PI. The message mapping is carried out and sent to the adapter engine. I can also see the technical routing payload. It is sucessful at XML monitoring in SXMB_MONI.
    The error is at PI -> SOAP.
    I have wsdl provided by the receiver webservice. Which I have imported.
    And created a service interface against this wsdl. I tried changing it to both sync and async.
    I have also provided fault message.
    I have set a receiver soap communication channel and provided the target URL like "http://xxx/services" and soap
    action = processDocument. Also provided user id and password.
    I have a
    Sender Agreement
    Receiver determination
    Interface determination
    Receiver Agreement
    I check in RWB adapter engine, this message goes to system error. The error log is as shown at the bottom.
    When I see the message content, the SOap document shows me the details about IDOC, Instead I feel it should match
    with the wsdl, where they have specified the corresponding interface name and address location etc.Please correct me.
    How does the receiver know which service interface is it? The Service Interface which I created in the ER is
    different from the WSDL, Does this have to be same? I see that the soap document in the adapter engine has the
    Service interface name which I created in the  ER. Where in the document the Reciever interface name is sent?
    Where can I see the generated soap document for the receiver?
    Is there some setting/configuration required in PI for this to work?
    I tried using the tcpgw to see the error. If I dont provide the service interface name in the communication channel
    then I get the following error in the TCPGW. "The service cannot be found for the endpoint reference"
    When I provide the service interface name in the communication channel I get a valid fault message.
    Similarly
    When I use SOAPUI, I can see the fault exception being return. The adapter engine doesnot show an equivalent message
    instead it goes into system error as shown at the bottom. I guess this is expected, if so what is the work around? (I found this weblog /people/alessandro.guarneri/blog/2011/01/10/soap-fault-in-sap-pi-hijack-it, do I need to implement this? Or use ALEAUD?
    The fault message what I see in SOAPUI has the below format.
    <soapenv:Fault xmlns:axis2ns1="http://schemas.xmlsoap.org/soap/envelope/">
             <faultcode>axis2ns1:Server</faultcode>
             <faultstring>nested exception is: psdi.util.MXApplicationException: BMXAA7136E - Validation failed when the
                                database default values were set. See the associated message for more information.
               BMXAA4190E - Country NZ is not in the value list.</faultstring>
             <detail>
                <Exception>org.apache.axis2.AxisFault: nested exception is: psdi.util.MXApplicationException: BMXAA7136E
                          - Validation failed when the database default values were set. See the associated message for more information.
         BMXAA4190E - Country NZ is not in the value list.
                /Exception>
             </detail>
      </soapenv:Fault>
    And the fault message in my ER service interface is stanadard datatype ExchangeFaultData, which is different from
    the above. Is this the problem? Can I change the data type here to be the same as above?
    Audit log in the RWB adapter engine.
    Time Stamp Type Description
    30.09.2011 15:10:57 Information MP: processing local module Localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
    30.09.2011 15:10:57 Information SOAP: request message entering the adapter with user J2EE_GUEST
    30.09.2011 15:10:57 Information SOAP: completed the processing
    30.09.2011 15:10:57 Information SOAP: sending a delivery error ack ...
    30.09.2011 15:10:57 Information SOAP: sent a delivery error ack
    30.09.2011 15:10:57 Error MP: exception caught with cause
    com.sap.engine.interfaces.messaging.api.exception.MessagingException
    30.09.2011 15:10:57 Error Adapter Framework caught exception: null
    30.09.2011 15:10:57 Error Delivering the message to the application using connection
    SOAP_http://sap.com/xi/XI/System failed, due to:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException.
    30.09.2011 15:10:57 Information The message status was set to WAIT.
    30.09.2011 15:10:57 Information The asynchronous message was successfully scheduled to be delivered at Fri Sep 30
    15:15:57 NZDT 2011.

    I tried changing it to both sync and async.
    I have also provided fault message.
    dont feel that you need to do above steps.
    I have a
    Sender Agreement
    ideally you dont need a sender agreement (and a channel) for IDOC --> PI flow.
    When I see the message content, the SOap document shows me the details about IDOC
    this is fine...you may see fields as seen in EDI_DC40 of the IDOC...
    How does the receiver know which service interface is it?
    receiver need not know about the SI created in PI.
    The Service Interface which I created in the ER is
    different from the WSDL, Does this have to be same?
    you should the WSDL (external definition) as the Request Message in your service interface.
    Is there some setting/configuration required in PI for this to work?
    nothing specific...AFAIK
    I have set a receiver soap communication channel and provided the target URL like "http://xxx/services" and soap action
    can you open the URL from Internet explorer...from your machine or from the machine which is in the same network as your PI server?
    Things to check:
    WSDL structure in PI and in target system is exactly the same.
    does the target system require mesage in SOAP format (SOAP envelope - SOAP Header + SOAP body)?
    target system is up and running?

  • Inbound proxy with attachments.

    We've created an inbound proxy.  The inbound message has an attachment.  How do I get access to it, within the inbound proxy method?
    I've got this from the various helps and blogs:
      DATA: lt_attach    TYPE prx_attach,
            l_name       TYPE string,
            l_xstring    TYPE xstring,
            l_string     TYPE string,
            l_type       TYPE string,
            l_attachment TYPE REF TO if_ai_attachment,
    DATA: lr_controller TYPE REF TO if_wsprotocol_attachments.
    * Get attachments
      lr_controller = cl_wsprotocol_attachments=>get_protocol( ).
      lt_attach = lr_controller->get_attachments( ).
      LOOP AT lt_attach INTO l_attachment.
    But lt_attach is always empty. 
    Any ideas?
    Thanks
    matt
    Edited by: Matt on Mar 23, 2009 4:15 PM

    OK, I got it.  I needed the server context in order to get the attachments
    New code:
      DATA: lr_attachments TYPE REF TO if_wsprotocol_attachments.
      DATA:  lr_server_context   TYPE REF TO if_ws_server_context.
      lr_server_context = cl_proxy_access=>get_server_context( ).
      lr_attachments ?=
           lr_server_context->get_protocol( if_wsprotocol=>attachments ).
      lt_attach = lr_attachments->get_attachments( ).
    * instantiate Attachment
      LOOP AT lt_attach INTO l_attachment.
    The final clue came from [here|http://help.sap.com/saphelp_nw70/helpdata/en/51/d5cd16235e4643ae8ec92395c4ad97/frameset.htm]
    Thanks for you help though
    matt.

  • Problem with system error messages display, please help me

    Hi,
    My problem is, if I run my form builder module, if I did any mistake for example
    “ if leave the primary key field or if oracle unable to insert record” the related System Error messages like say “ORA411155” OR FRM411152 are displaying
    in the bottom of the screen in the “ default toolbar or taskbar” , Now my requirement is to display such messages in the “Center of the screen” in the form of Alerts. What is the way of doing this. Please tell me step-by-procedure.
    Thanking you in advance for helping,
    Prasanth a.s.

    You can trap such error messages in a form-level on-error trigger:
      ERR_VAL NUMBER(5)     := NVL(ERR_IN,ERROR_CODE);
      MSG     VARCHAR2(150) := NVL(MSG_IN,SUBSTR('   '||ERROR_TYPE||'-'
                             ||TO_CHAR(ERR_VAL)||': '||ERROR_TEXT,1,150));Then you can display MSG in an alert.

  • Help with System Error on my G5 tower

    I am having continual problems starting up my G5, it seems to get to a certain stage in the start up process then forces a System error indicating a forced shutdown and restart. I am running system software 10.4.11 and I do not have my original system discs to reinstall the system.
    Can anyone suggest an answer to this and where I can download a copy of the System?

    where I can download a copy of the System?
    As Kappy mentioned no, but does it get further if you Safe Boot from the HD, (holding Shift key down at bootup)?
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • XI 3.0 SP14 Synchronous SOAP- XI- ABAP Proxy - fails with "System Error"

    Hi All,
    The synchronous response message fails at the stage "Receiver Identification".
    It seems that the synchronous response XML has no "sender" attribute, so obviously the receiver determination fails.
    In the message monitor I can see the correct payload coming from the ABAP proxy, so that part looks OK.
    I have the same scenario working perfectly on another system landscape, so there might be a configuration side to it.
    Thanks is advance,
    Ofer
    Message was edited by: Ofer Even-Tsur

    Hi,
    for the error information SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
    looks like xi is not able to find a reciever of best case. Open up the scenario in COnfiguration, open up the modify(add spaces) and activate reciever determination / reciever communication channel.
    cheers,
    naveen

  • Error resending messages with system-error in Adapter Engine

    Hi all,
    We got an error when trying to resend all messages in error in runtime workbench, message monitoring, adapter engine, database (overview), clicking on a sender service with messages in error state, and clicking on "repeat" button to resend those in error messages. The error is "No authorization to execute action for component Adapter Engine XP0". The user We are using to perform this task is associated to all groups available in CUA... some of you has any tips about how to perform this operation?
    regards.
    roberti

    I really don't remember what solved this problem, but it is solved. Now the functionality works as it should.
    Regards.
    Waldemar Roberti

  • How to edit inbound idoc with data errors in multiple segments and reproces

    Hi friends,
    i have a requirement for error handling of inbound sales order(ORDERS04) without using WORKFLOW and WE19.
    i have seen some function modules like edic_* ..
    but my doubt is how to edit the error data(how can i identify the particular error fileds in the segments)and how to reprocess the same idoc.
    Please help me...
    Thanks in advance

    Hi Narasimh,
    Please find the following steps to edit IDOC segment after you find the error using WE02.
    The example codes can be found in website 
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    STEP 1 - Open document to edit
    CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_EDIT'
           EXPORTING
                document_number               = t_docnum
           IMPORTING
                idoc_control                  = itab_edidc
           TABLES
                idoc_data                     = itab_edidd
           EXCEPTIONS
                document_foreign_lock         = 1
                document_not_exist            = 2
                document_not_open             = 3
                status_is_unable_for_changing = 4
                OTHERS                        = 5.
    STEP 2 - Loop at itab_edidd and change data
    LOOP AT itab_edidd WHERE segnam = 'E1EDKA1'.
      e1edka1 = itab_edidd-sdata.
      IF e1edka1-parvw = 'LF'.
        e1edka1-partn = t_eikto.
        itab_edidd-sdata = e1edka1.
        MODIFY itab_edidd.
        EXIT.
      ENDIF.
    ENDLOOP.
    STEP 3 - Change data segments
    CALL FUNCTION 'EDI_CHANGE_DATA_SEGMENTS'
               TABLES
                    idoc_changed_data_range = itab_edidd
               EXCEPTIONS
                    idoc_not_open           = 1
                    data_record_not_exist   = 2
                     OTHERS                  = 3.
    STEP 3a - Change control record
    CALL FUNCTION 'EDI_CHANGE_CONTROL_RECORD'
           EXPORTING
                idoc_changed_control         = itab_edidc
           EXCEPTIONS
                idoc_not_open                = 1
                direction_change_not_allowed = 2
                OTHERS                       = 3.
    STEP 4 - Close Idoc
    Update IDoc status
    CLEAR t_itab_edids40.
      t_itab_edids40-docnum      = t_docnum.
      t_itab_edids40-status      = '51'.
      t_itab_edids40-repid       = sy-repid.
      t_itab_edids40-tabnam      = 'EDI_DS'.
      t_itab_edids40-mandt       = sy-mandt.
      t_itab_edids40-stamqu      = 'SAP'.
      t_itab_edids40-stamid      = 'B1'.
      t_itab_edids40-stamno      = '999'.
      t_itab_edids40-stapa1      = 'Sold to changed to '.
      t_itab_edids40-stapa2      = t_new_kunnr.
      t_itab_edids40-logdat      = sy-datum.
      t_itab_edids40-logtim      = sy-uzeit.
      APPEND t_itab_edids40.
      CALL FUNCTION 'EDI_DOCUMENT_CLOSE_EDIT'
           EXPORTING
                document_number  = t_docnum
                do_commit        = 'X'
                do_update        = 'X'
                write_all_status = 'X'
           TABLES
                status_records   = t_itab_edids40
           EXCEPTIONS
                idoc_not_open    = 1
                db_error         = 2
                OTHERS           = 3.
    Hope this will help.
    Regards,
    Ferry Lianto

  • I NEED HELP WITH SYSTEM ERROR 70190610 PLEASE!!

    I ASKED MY DAUGHTER TO SET UP A PASSWORD FOR ME, AND NOW I CANT GET INTO IT AGAIN
    IT GIVES ME AN ERROR CODE OF 701906 AND THEN IT LOCKS UP  PLEASE HELP  THANKS!!!
                                                                                                                                                                         DIANA C.
    This question was solved.
    View Solution.

    Hi Diana,
    Try entering:      65898236
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Error/Exception handling in PI (Inbound Proxy)

    Dear All,
    I need some help in PI Error handling.
    If PI sends data to an ABAP inbound proxy and an error occurs in PI because of type mismatch (e.g. Unable to convert date).
    This error is persistent in the PI monitor, but how do I let the Sender know that an error has occured?
    regards,
    Piyush

    Hi,
    I understand that you have a doubt, if PI sends data to ABAP inbound proxy and an alert reaised due to type mismatch. Now, you would like to know how to acknowledge that sender to know about the alert?
    First of all, get the payload and test in the message mapping, you will get know where exactly you got the error or check in the trace in Moni. You need to identify the issue and let the user know why exactly it failed.

  • Please help with Windows 7 x64 System error: Critical Kernel-power Event 41

    I'm recieving this error while moving my laptop or working with it? Can someone help me to read memory dumps and to understand what causes this error please?
    Where i can fount theese dump files? Can someone read them and is it possible to understand what is happening?
    I have made full check of my memory and there are No errors I've also checked HDD with regenerator there are no errors too. but this not means that they can not be the problem. There is doubt about one of my HDD because when laptop is blocking there is bad
    noise from HDD.
    PS: There is another issue which is strange two of times when this happens the whole MBR was destroyed and the system refuses to boot ... only reboots. And i made bootrec /fixboot /fixmbr and this solve the problem ... I don't know is this connected with
    system error, but i'm trying to give more details.
    Thanks a lot.
    Here are i'm posting my error details: 
    System
    Provider
    [ Name]
    Microsoft-Windows-Kernel-Power
    [ Guid]
    {331C3B3A-2005-44C2-AC5E-77220C37D6B4}
    EventID
    41
    Version
    2
    Level
    1
    Task
    63
    Opcode
    0
    Keywords
    0x8000000000000002
    TimeCreated
    [ SystemTime]
    2011-06-25T20:38:38.328017300Z
    EventRecordID
    7571
    Correlation
    Execution
    [ ProcessID]
    4
    [ ThreadID]
    8
    Channel
    System
    Computer
    Rumen-PC
    Security
    [ UserID]
    S-1-5-18
    EventData
    BugcheckCode
    0
    BugcheckParameter1
    0x0
    BugcheckParameter2
    0x0
    BugcheckParameter3
    0x0
    BugcheckParameter4
    0x0
    SleepInProgress
    true
    PowerButtonTimestamp
    129535076822776383

    Before every critical Errors in event log i found information about Kernel Power I'm pasting it here: 
    System
    Provider
    [ Name]
    Microsoft-Windows-Kernel-Power
    [ Guid]
    {331C3B3A-2005-44C2-AC5E-77220C37D6B4}
    EventID
    89
    Version
    0
    Level
    4
    Task
    86
    Opcode
    0
    Keywords
    0x8000000000000020
    TimeCreated
    [ SystemTime]
    2011-06-27T16:07:21.023625500Z
    EventRecordID
    9262
    Correlation
    Execution
    [ ProcessID]
    4
    [ ThreadID]
    44
    Channel
    System
    Computer
    Rumen-PC
    Security
    [ UserID]
    S-1-5-18
    EventData
    ThermalZoneDeviceInstanceLength
    21
    ThermalZoneDeviceInstance
    ACPI\ThermalZone\TZS1
    AffinityCount
    1
    _PSV
    0
    _TC1
    0
    _TC2
    0
    _TSP
    0
    _AC0
    0
    _AC1
    0
    _AC2
    0
    _AC3
    0
    _AC4
    0
    _AC5
    0
    _AC6
    0
    _AC7
    0
    _AC8
    0
    _AC9
    0
    _CRT
    361
    _HOT
    0
    _PSL
    0000000000000000
    System
    Provider
    [ Name]
    Microsoft-Windows-Kernel-Power
    [ Guid]
    {331C3B3A-2005-44C2-AC5E-77220C37D6B4}
    EventID
    89
    Version
    0
    Level
    4
    Task
    86
    Opcode
    0
    Keywords
    0x8000000000000020
    TimeCreated
    [ SystemTime]
    2011-06-27T16:07:21.039225600Z
    EventRecordID
    9263
    Correlation
    Execution
    [ ProcessID]
    4
    [ ThreadID]
    44
    Channel
    System
    Computer
    Rumen-PC
    Security
    [ UserID]
    S-1-5-18
    EventData
    ThermalZoneDeviceInstanceLength
    21
    ThermalZoneDeviceInstance
    ACPI\ThermalZone\TZS0
    AffinityCount
    1
    _PSV
    359
    _TC1
    0
    _TC2
    50
    _TSP
    0
    _AC0
    0
    _AC1
    0
    _AC2
    0
    _AC3
    0
    _AC4
    0
    _AC5
    0
    _AC6
    0
    _AC7
    0
    _AC8
    0
    _AC9
    0
    _CRT
    361
    _HOT
    0
    _PSL
    0000000000000000
    These two informations are before every critical error.

  • System error in MDT

    Hi Experts,
    we got Interface Proxy to JDBC. the bach ground runs in SAP every day in the night and send the data to XI, Then XI will write to database.
    In SAP back ground job runs successfully and send to XI. in XI successfull in sxmb_moni also.
    but the message end up with system error in adapter engine.
    when i restart the message in the morning it went through successfully.
    Audit log is like this:
    Audit Log for Message: 72737178-bcf0-484a-8462-68c8a7e7f1b0
    Time Stamp Status Description
    2008-01-29 21:10:43 Success Message successfully received by messaging system. Profile: XI URL: http://sappxi:58000/MessagingSystem/receive/AFW/XI Credential (User): XIISUSER
    2008-01-29 21:10:43 Success Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2008-01-29 21:10:44 Success The message was successfully retrieved from the receive queue.
    2008-01-29 21:10:44 Success Message successfully put into the queue.
    2008-01-29 21:10:44 Success The message status set to DLNG.
    2008-01-29 21:10:44 Success Delivering to channel: ReceiverChannel_JDBC
    2008-01-29 21:10:44 Success MP: entering
    2008-01-29 21:10:44 Success MP: processing local module localejbs/CallSapAdapter
    2008-01-29 21:10:44 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2008-01-29 21:31:22 Success JDBC adapter receiver channel ReceiverChannel_JDBC: processing started; party  , service JUSTENOUGH 
    Can anyone tell me is there anything problem with network related problem.
    Kind Regards,
    kiran

    Hi Prateek,
    There is no information available in audit log. there is no page available in audit log only it contains one page only, i dont why the audit log stoping there.
    any input is appreciated.
    Kind Regards,
    kiran

Maybe you are looking for

  • Open file in folder

    I have a filter set up where, it sends a torrent file to a certain foler with Pulp Fiction. I need an applescript that will open that added file(s) once it is added. Can someone help me out?

  • Copy iTunes 9 Smart Playlist to External USB Drive

    Is is possible to copy iTunes 9 Smart Playlist to an external USB drive without burning CDs/DVDs? I have about 1TB of iTunes Purchased content that I have in a Smart Playlist (Kind=Purchased, Kind=Protected) that I would like to backup to another ext

  • ITS 6.20 patch 18 ALV Grid problems

    Hi, We are in the midst of testing the ITS 6.20 patch 18 with EP6 SP12 and we have run into some problems that were not evident with 6.10.  First.  With IAC PP_MY_REQUIREMENTS (Requirements Profile) and PP_MY_PROFILEMATCHUP (Profile Matchup), there i

  • How to update phonegap of dw cs6 to version 3.0

    how to update phonegap of dw cs6 to version 3.0

  • Microsoft Office 2008 & other programs take forever to load & run

    Ever since I installed Snow Leopard on my laptop, my entire Microsoft Office 2008 suite takes forever to load and to operate. It also seems to have slowed down the processor for almost all other applications, especially Safari. I have Snow Leopard on