Email to be sent on delivery acknwledgement  from target  system

Hi all,
We are running on SRM 5.0 (Standalone scenario).We are sending the local PO to the vendor system thorugh XI(SRM>XI>Vendor system).
My reqt is when the PO is sent to the vendor system,a response/message is sent to XI that the PO has been delivered to the Vendor(target) system.At this event(When the message of delivery is recieved in XI),I need to send an email to the Shopping cart requester/creator in SRM stating that "PO has been sent to the vendor".
Can anyone please suggest how this can be done?Is there any std provision in XI for sending an email at the time of successful delivery of the doc/data to the target system?
I am not clear as to what will be the  link between XI and SRM system?Can we write a routine in XI to read the XMLmessage  to get the  PO no and thereafter the SC details??If so,how (As we  will be having only the XML message  in XI which will contain the PO no)??
Any inputs/help will be appreciated and rewarded!
BR,
SRM Tech.

Hi Suhail,
Thanks for  the  prompt response.
Actually I am new to XI so dont have much idea abt  how the  messaging happens in XI.I  jst  know that whenever the doc is sent  fromXI  to the  target system,the XI  recieves  a  response  for  successful delivery to the  target  system!So I wanted  to  know  if  i have to code  in  XI  (to incorporate the  logic  for sending the mail at runtime  to  the  SC  creator  in SRM) ,how doI  dothat???Using  ABAP as the language  or any other  languages  like HTML ,javascript  etc for XI??Also  how  do I connect  fromXI  to  SRM to fetch  the reqd  data  from SRM  system??
BR,
SRM tech.

Similar Messages

  • Outbound delivery replication in target system

    Hi,
    I want to replicate an outbound delivery in the target system  through IDOC.
    but when i use standard IDOC Message type DESADV alongwith standard output type LALE, then it does'nt get replicated and an Inbound delivery gets created instead in the target system.
    I also used  another alternative of using BAPI with Business object 'LIKP' and  BAPI  BAPI_OUTB_DELIVERY_SAVEREPLICA
    but its not getting triggered may be coz m using the application program and routine in the Nace as RSNASTED only.
    Do i have to use any other program in NACE with Z O/P type for the same if i use BAPI. If so then what shud be the program name and Routine name for the same.
    Please help me to meet the above requirement with the appropriate aaproach.
    A quck reply is highly appreciable.
    Regards,
    Manoj

    Hi Manoj,
    Message type WHSORD is used transmit data to 3rd party whenever Outbound delivery is created in SAP i.e. as Outbound IDoc.
    I am trying to understand the issue and slightly confused.
    Is both sender & target systems are of SAP (SAP to WMS/EWM/SCM).
    Message type SHP_OBDLV_SAVE_REPLICA  which calls the BAPI you have already tried should work as I read from
    below document. 
    [SAP document link|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/56a89d90-0201-0010-97a7-c5e8dbbb22e2?QuickLink=index&overridelayout=true]
    Please check if it can be useful.
    Regards,
    SG.

  • About reversal of Outbound delivery generated from Project system due to sale return

    Hi SAP Expert ,
    We have made delivery from project system using t.code CNS0 and billing document is generated with reference of sales order. Now Goods is return by customer due to some technical reason, We created return sales order with reference of billing document  and Credit memo with reference of Return sales order.
    What is T.code for making return delivery or reversal of  Delivery /PGI generated from Project system in sap r/3 ?
    Pls. suggest to me.
    regards
    VKM

    Hello,
    it depends whether in the billing document the material codes identifies the goods delivered and to be returned or not.
    If it's so, you can create a Return Sales Order with reference to the billing document, create the return delivery, and then the credit memo.
    If it's non so, you can create a Return Sales Order with reference to the billing document (but without copying the material items, and entering manually material code and quantity to be returned), then create the return delivery. Then you can create a Credit memo request with reference to the Billing Document or with reference to the Return Sales Order.
    To create the return delivery, you can run VL01N with reference to the Return Sales Order (just like for outboud deliveries), or from VA02, following the menu path "Sales document --> Deliver".
    Best regards,
    Andrea

  • How to send delivery document from external system to ECC

    i have a business requirement to send a delivery and billing documents from external system ( MS access )  to ECC
    could any one light me how to do this ???
    Thank you in advance

    Hi Ahmed,
    Talk to your middleware team, They will upload the data through RFC.
    Basiclly RFC(Remote function call) works like it will call the function module and then upload the data.
    For more information, check the link given below.
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    Hope this helps,
    Regards,
    MT

  • HT5330 My email crashed and my ICloud icon disappeared from my system preferences and was reverted back to mobileme which of course no longer functions and I can't seem to fix it. Any ideas?

    My email crashed and my ICloud icon disappeared by my system and reverted to mobile me which of course is no longer available. Any ideas on what to do?

    You'll actually need to order a snow leopard DVD first.  Then you can download mountain lion via the app store.  Confirm you meet the requirements:  http://www.apple.com/osx/specs
    If you dont, you might be able to get lion instead.  That's an order over the phone, to get a redemption code.
    And make sure you're actually contacting apple:  http://support.apple.com/kb/HE57
    You'll also want to confirm your 3rd party apps are compatible before an OS upgrade.  Of course, you'll also want to backup your data.
    Message was edited by: Imp68

  • SAP Idocs -How to handle response from target system

    Hi,
    I am working on a scenario in which I will send Idocs asynchronously from SAP thro a SOAP adapter to a  webservice deployed on the target system.
    After the Idoc data is posted in the target system,the target system will send the acknowledgement for the receipt(basically response message).How to handle this scenario?
    SAP Idoc( outbound asynchronous)---> SAP XI3.0(soap adapter) ---> Target system(inbound synchronous)
    Do I need to go for BPM to handle this situation?
    Is there any alterantive to BPM.
    If any of the forum members who have worked on the similar scenario could help me in finding a better solution,I will be thankful to them.
    Thanks,
    Leo

    Hi Udo,
    Thanks for the info.My scenario is like this.
    SAP R/3 Idoc -> SAP XI 3.0 <-> Webservice in the target system.
    The webservice in the target system will receive the Idoc as a request messsage and send a response message synchronously.
    Since Idoc is sent asynchronously( I believe Idocs sent from SAP are always asynchronous),there is no Proxy waiting in SAP R/3 to receive the response message from the target system.
    If I go for BPM for the above scenario,will the BPM steps look like the following.
    1)Receive Idoc from SAP.
    2)Send Idoc sysnchronously to webservice
    3)Receive the response from the webservice synchronously.
    4.Post the response message to a proxy which can handle it further in SAP R/3.
    Please note that my knowledge in BPM is limited and correct me if I am wrong.
    Thanks in advance
    S.Banukumar

  • Delete table from target system

    Hi Folks,
        I have transported a table to the target system which should not have been transrpoted. The table actually doesn't meet the right naming conventions and have some unecessary fields. I want to remove the table present in the target system and transport a new table which has the right fields and right naming conventions.
    Regards,
      Santosh

    Ask this question in ABAP forum.
    By the way when you delete the table in Dev system then it will create one transport request and you just need to transport the request into the system from where you want to delete the table.

  • Update Sales EH before Deleting Delivery EH from application system

    I have placed an enhancement implementation into IF_EX_LE_SHP_DELIVERY_PROC~SAVE_AND_PUBLISH_DOCUMENT I plan on creating an event for an unexpected event called "DeliveryDelete" which will update the Sales Order EH.
    Should I be using the function module /SAPTRX/PROCESS_EVENTS since we are using ASYNC QRFC's??
    Or is there a better way of sending this event?

    If the standard SAP EM AI is not called for the deletion event then you should call the BAPI  /SAPTRX/BAPI_EH_ADDEVENTMSG_02 as per normal to create the event. Just call it in background task after setting the queue name:
    call function 'TRFC_SET_QUEUE_NAME'
              exporting
                qname              = iv_rfc_queue_name
              exceptions
                invalid_queue_name = 1
                others             = 2.
    Then call the BAPI and the commit work:
    call function '/SAPTRX/BAPI_EH_ADDEVENTMSG' "#EC EXISTS
                in background task
                destination is_trxsrv-rfcdest
                exporting
                  simulate                   = space
                BLOCKONERRORIN             =
                  synchronous                = 'X'
                BUFFER_MODE                =
                  eh_generation_mode         = 'N'
                tables
                  trackingheader             = lt_bapi_evm_header
                  tracklocation              = lt_bapi_evm_locationid
                  trackaddress               = lt_bapi_evm_address
                  tracklocationdescr         = lt_bapi_evm_locdescr
                  tracklocadditionalid       = lt_bapi_evm_locaddid
                  trackpartnerid             = lt_bapi_evm_partnerid
                  trackpartneraddid          = lt_bapi_evm_partneraddid
                  trackestimdeadline         = lt_bapi_evm_estimdeadl
                  trackconfirmstatus         = lt_bapi_evm_confstat
                  tracknextevent             = lt_bapi_evm_nextevent
                  tracknextevdeadlines       = lt_bapi_evm_nextevdeadl
                  trackreferences            = lt_bapi_evm_reference
                  trackmeasuresults          = lt_bapi_evm_measresult
                  trackstatusattrib          = lt_bapi_evm_statusattr
                  trackparameters            = lt_bapi_evm_parameters
                  trackfileheader            = lt_bapi_evm_fileheader
                  trackfileref               = lt_bapi_evm_fileref
                  trackfilebin               = lt_bapi_evm_filebin
                  trackfilechar              = lt_bapi_evm_filechar
                  tracktextheader            = lt_bapi_evm_textheader
                  tracktextlines             = lt_bapi_evm_textlines
                  extensionin                = it_extensionin
                  extensionout               = it_extensionout
                  return                     = ct_bapireturn.
          if not iv_rfc_queue_name is initial.
            call function 'TRFC_SET_QUEUE_NAME'
              exporting
                qname              = iv_rfc_queue_name
              exceptions
                invalid_queue_name = 1
                others             = 2.
          endif.
        Commit posting
          call function 'BAPI_TRANSACTION_COMMIT' in background task
            destination is_trxsrv-rfcdest.
    Edited by: Kevin Wilson on Apr 14, 2010 2:18 PM

  • How to know whether all Idocs sent perfectly or not to target System

    Hi All,
    We are sending the Material Master Idocs via XI and to WMS File system ( Idoc-XIFile)
    How can a business user confirm that all the sent Idocs are reached to WMS by End of the day.
    Is there any way to match or any report kind of thing for this please
    Regards
    Vamsi

    HI vamsi,
    Following  is the solution that we are using >
    1. There is a separate interface ( file to idoc )that runs at the end of the business day..
    This interface will pick up a file ( from say ur WMS system) and post an idoc STATUS.SYSTAT01
    the file in this case will have the idoc number of the material idoc and the status( say 11 for OK ) and the same will be mapped to idoc.
    This idoc in turn will change the status of the material idoc from 03 to 11 . Then a filter can be made on this to find out which idocs did not reach status 11..
    however here there are chances that this ack interface can go in error as well
    2.  Or u can have a separate interface ( file to Proxy ) ..here the difference would be that single file will have all the idoc numbers that were received during that day and then in the proxy u can write abap code to change the status of those idocs to say status OK
    Edited by: Tarang Shah on Feb 6, 2010 8:05 PM
    Edited by: Tarang Shah on Feb 6, 2010 8:06 PM
    Edited by: Tarang Shah on Feb 6, 2010 8:14 PM

  • All Values Deleted from Target System when transporting new values added

    Hi,
    Wasn't really sure where to put this question.
    I created a maintenance view between two Z tables. A main key table and a text table.
    I added the new values to the maintenance view and transported successfully.
    I then had a request to create 3 more values.
    I added these three and transported these to the target QA system.
    However when the transport completed, all entries bar one had been deleted from the Z table but the Z text table had all existing entries plus the three new ones.
    I've tried manually creating a transport and adding all 10 entries but this has the same problems.
    If I SCC1 the entry from one dev client to another it works fine.
    Has anyone come across this problem befor and know how to resolve it?
    Many Thanks
    David

    Yes, I managed to sort it.
    This is what I did:
    I created a new blank transport.
    For the task created under the transport I then opened the task object list.
    I then added two entries in this list. i.e. one for each table that was in the view.
    My entries where:
    Entry 1:
    Program ID: R3TR
    Object Type: TABU
    Object Name: ZNR_REASON
    Then click on the key icon and add:
    Table Name: ZNR_REASON
    Table Keys: 200* (NOTE 200 is our development client). The '*' is needed to that ALL entries are included in the transport.
    Entry 2:
    Program ID: R3TR
    Object Type: TABU
    Object Name: ZNR_REASONT
    Then click on the key icon and add:
    Table Name: ZNR_REASONT
    Table Keys: 200* (As above 200 is our development client). Again the '*' is needed to that ALL entries are included in the transport.
    I hope this helps.
    Regards
    David

  • FF Id from Target system, does not appear to be assigned

    Hi All,
    I have configured ECC as a Connector, and a FF id with below roles, in ECC. After Repository Sync, the table GRACUSER, shows FF id from ECC. However, while assinging Owner to FF id, the FF id from ECC, is not shown.
    SAP_GRAC_SPM_FFID
    SAP_GRC_FN_BASE
    SAP_GRC_FN_BUSINESS_USER
    Any clue, what needs to be done here

    HI Plaban
    What is your configuration parameter 4010 role? Is that role assigned to the FF Id (before you ran the sync)?
    Did you set the owner up as an Access Control Owner first?
    Have you checked to ensure you have sufficient authorization GRC to assign the FF Id?
    Regards
    Colleen

  • IDOC to and from eternal system

    Hi All,
    I've following scenario:
    Sender SAP R/3 system is sendind IDOC of type say A to XI system, XI system is mapping IDOC of type A to say IDOC B, then finally XI is sending IDOC B to receiver SAP R/3 system [External system}
    Note: Reverse scenario is also there in which we are receiving IDoc from external r/3 system and mapping it to different IDOC in XI then sending to SAP System.
    Development done so far:
    ID:
    I've imported IDOC A in XI. SInce I didn't had authoriztion to import IDOC B from target so I asked client to provide XSD od IDOC B.
    I created one inbound message interface using IDOC B XSD and also completed the mapping part using same XSD.
    IR:
    I've created one IDOC receiver communcation channel for external system. I completed the configuration
    ALE:
    I've created on RFC destination of type 3 to connect external SAP system. I created port in IDX1 for IDOC communcaition.
    Problem:
    When I am sending IDoc to exxternal sap system then message is getting failed in moni. IDoc adapter is not accepting the message interface creted based on IDoc XSD.
    I believe  I need to import IDoc meta data from target system for IDOC B. since in XI i didn't imported IDOC instead I used IDO XSD.
    it may be the reason.
    Please help me to solve the problem

    HI Experts,
    I am doing testing of my scenario.
    As I've described the scenario in my last post. I am sending a IDoc A from my sender system and traslating it to IDoc B in XI, then sending it to the external SAP system (SAP 4.6). Basically IDOC XI IDC scenario but with the slightly change of converting one idoc to other.
    During test:
    I received following error:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>I::000</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: I::000</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Trace:
    <Trace level="1" type="T">Parse XML-BODY</Trace>
      <Trace level="1" type="T">Get the Metadata for port SAPLSD</Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      <Trace level="1" type="System_Error">Error exception return from pipeline processing!</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    I've created one idoc port in XI named 'SAPLSD' inside I've used RFC destination to the target system. During runtime metadata is not loaded in IDX2.
    When I tried importing metadata manually, i received the following error
    "No RFC destination is maintained for the port"
    is there any particular naming i should use for idx port and for rfc destination??
    what could be the problem?? ....
    Q. is it because of the RFC destination is not OK or
    Q. the I do not have proper authoirsation to import metadata from LES system or
    Q. Since target system is SAP 4.6 system.... is it could be the problem? [Unicode]
    Please suggest

  • I bought an iphone 4 from my friend and he do not know his apple ID and we are trying to know the email attached to is apple ID so we can rest it cause he forgot them as well and the reset button in the 2 steps always says that the email is always sent !

    i bought an iphone 4 from my friend and he do not know his apple ID and we are trying to know the email attached to is apple ID so we can rest it cause he forgot them as well and the reset button in the 2 steps always says that the email is always sent ! ( even if you wrote a worng ID like ( asdasdasd ) it will say sent !! how come and now am trying to know or need a hint on that email so my freind could try to remember it !
    to those who will think that this phone is stolen , no its not and i would love to go to apple store if there is 1 in jordan so they can help us ,
    i have everything with this iphone the box the catalog its serial number , everything but the ID and the (and apple ID is everything as you know)
    so please if anyone have any suggestion to help me , and even apple it self if the can help me to get a support from them cause i tried everything to contact them by mail or any other option since as i said there is no apple store in jordan

    he knows his ID , if he did all whats in the link he can get his password back ?
    how can i make him call applecare ? is there a way to speak to them from jordan ??
    i have been trying to reach any1 in apple so they can communicate and help my friend (us) to make him remember it .
    am not asking for the password or trying to get into the phone without using it , and i can take my money back though i need to help my friend as well since now he cant use it as well.
    thanks kil

  • I have a problem with mail autofilling info email addresses. Emails sent to me the from looks like this: Holiday in the United States email address . I have no idea what this Holiday in the United States is...How can I fix/change to my name?

    I have an irritating problem with mail autofilling info in email addresses. Emails sent to me the from looks like this: Holiday in the United States <my email address>. I have no idea what this Holiday in the United States is or how it got to be there...How can I fix/change to my name?
    I fixed the To: autofilling incorrectly by deleting my email address from the Previous Recipients List, but is there a way to stop that from coming up on emails that I receive?

    Have you checked your Mac address book? If your email is saved somewhere in your address book with the name "Holidays in the United States" it might be adding the name automatically in Mac Mail.
    Alternatively, try this:
    Delete an Email Address from Auto-Complete in Mac OS X Mail
    To remove an email address from the auto-complete list in Mac OS X Mail:
    Start typing the recipient's address or name in a new message.
    Select the desired address from the auto-complete list as if you'd compose an email to them.
    Click the small down arrow in the recipient.
    Select Remove from Previous Recipients List from the menu.
    You can also search for the unwanted address directly in the previous recipients list:
    Select Window | Previous Recipients from the menu in Mac OS X Mail.
    Highlight the address you want to remove.You can highlight multiple addresses by holding down the Command key.
    Click Remove from List.
    Source: About.com

  • Mail crashes when viewing emails with attachments sent from outlook

    This problem is intermittent -- and I have a hard time reproducing it consistently. This crash seems to creep up every two weeks.
    When I click on an email that was sent from outlook that contains an attachment (usually word documents), mail immediately closes and I get the "mail unexpectedly quit, do you want to reopen?" message.
    The only data loss is if I had any opened drafts that had not been sent, and mail does not keep any draft windows open. However, this is frustrating for my particular work flow, because I usually keep 10-20 drafts neatly tiled on my second monitor, so that I can quickly look at emails that are currently in my pipeline. I can go back into the drafts folder and re-open, but the drafts open in new windows at the default size, not small and tiled the way I like. .Mac also has a tendency to create and save duplicate drafts, so I have 100 drafts, despite only caring about 20 of them. I try to go through and delete old drafts once a month, but it's tedious. Going through and fishing out the current 20 drafts is annoying after this crash.
    So I'm trying to figure out a way to avoid this crash. I read on a forum that this might be a problem with emails that are formated in HTML, and that I could use the terminal to force mail to display plain text by default. I used the following string:
    defaults write com.apple.mail PreferPlainText -bool TRUE
    I was expecting this to force every incoming email to be the same default plain text font, but it only seems to disable emails with heavy HTML with images and what not...
    Any ideas about how to avoid this crash? Every time this happens I close mail and repair permissions, but it always happens again.
    One additional note -- I have 5 accounts, and my inbox is very big (over 12,000 emails). Is this part of the problem?
    Running OS 10.4.8 on a dual 2.7 ghz G5 with 1.5 gb ram. Mail version 2.1
    Any help would be greatly appreciated!
    Thanks,
    Andre
    G5   Mac OS X (10.4.8)   my inbox is very big (over 12,000 emails)

    Host Name: Power-Mac-G5
    Date/Time: 2006-12-21 12:08:33.936 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [56]
    Version: 2.1 (752)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7520000
    PID: 7555
    Thread: 10
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x50686f94
    Thread 0:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93208740 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x93207dd4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93207c40 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x93730ae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937307a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9372ccec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9381d87c NSApplicationMain + 452
    11 com.apple.mail 0x000871d8 0x1000 + 549336
    12 com.apple.mail 0x00087080 0x1000 + 548992
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92970164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9297009c -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x9abd1198 +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298869c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929897dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92970164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9297009c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95ac3ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92968300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x937cd708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10 Crashed:
    0 <<00000000>> 0xfffeff18 objcmsgSendrtp + 24
    1 com.apple.Foundation 0x9293d968 NSPopAutoreleasePool + 536
    2 com.apple.MessageFramework 0x9abcceb4 -[InvocationQueue _drainQueue] + 468
    3 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...apple.AddressBook.framework 0x94d4bcac -[ABRemoteImageLoader workLoop] + 132
    3 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff18 srr1: 0x100000000000f030 vrsave: 0x0000000000000000
    cr: 0x44000224 xer: 0x0000000000000000 lr: 0x000000009293d968 ctr: 0x000000009012b258
    r0: 0x0000000000000001 r1: 0x00000000f0080920 r2: 0x00000000006be61c r3: 0x0000000015ec7150
    r4: 0x0000000090aa8904 r5: 0x00000000000003e8 r6: 0xffffffffffffffff r7: 0x000000001579d000
    r8: 0x0000000000000001 r9: 0x00000000006be000 r10: 0x000000000000000c r11: 0x000000006f548904
    r12: 0x0000000050686f74 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000000 r26: 0x00000000aabccce0 r27: 0x0000000000000000
    r28: 0x0000000016c81120 r29: 0x0000000015ec7150 r30: 0x0000000016010b30 r31: 0x000000009293d764

Maybe you are looking for

  • Creation of new functionality in the mail

    hello sir, i want to know whether it is possible to create a folder in the mail which should to work as follows.i will assign a particular mail-id to a new folder for ex: [email protected] folder name: abc. whenever a mail comes from this mail-id [[e

  • Having different ringtones and text alerts for different contacts

    Hi I've had Samsung phones for a while and have recently swapped to an iPhone.  Can you assign different ringtones and text alerts for contacts,  android have an app called ringolite - is there anything similar on App Store?? Many thanks

  • How do I define a data type as an "IMG_ERR"?

    For instance imaq1394ConfigureAcquisitionCW (sessionId As SESSION_ID, continuous As Long, bufferCount As Long) As IMG_ERR

  • PL Sql queries

    1. How to display hiredate from an emp table where deptno is 20 as dd/mon/yyy? My Solution:Select hiredate from emp where hiredate ('dd/mm/yyyy') and deptno=20; 2. How to display ename from emp table who joined the company other then 1981? My Solutio

  • Wait Time in SOST

    Hello everybody, I've been a problem with the send of email.. When I send a email I go to look the status in T-Code SOST and it is Wait Time with the clock icon, for me waiting to send this email , I have to waiting about 5 hours or I select the emai