Sending System message in BEx

Dear BW Experts,
I want to send some messages to BEx Analyzer. Is it possible in SAP BW/BI? How?
Actually I want to send this message if my process chain fails or in running mode.
User will understand that data loading has not been finished.
Thanks in advance.
Regards
Biswarup

Hi,
by creating the message in smo2 ,the message reaches user at the intial point where the user starts his BEx analyser (after entering the user name and password,the user can view the message)
infact u can assign a infoobject (Request ID > variable - Most current data) in the Queries as the "last data updated " = the date that recently updated.
by adding the variable to you query ,t he user can understand that the Most current data is ...DD.MM.YYYY
i hope this answers your Question

Similar Messages

  • Send system message to specific users

    Hi,
    We have a requirement to send a system message to specific users that will be displayed immediately to those in the list who are logged on, or for those not currently logged on, the message should be displayed when they next log-in.
    We do not want the message to go to their in-box or to be sent by email. We are looking for something similar to the system message produced by SM02.
    Does anyone have any ideas or examples?
    Thanks
    Jan

    Hi Mylene,
    We have looked at TH_POPUP.
    This works fine if the user is logged in but not if they are not. We need something that will pop up when they do log in.
    Thanks for your help tho
    Jan

  • How can I delete a system message?

    Hi,
    how can I delete a system message which I have created in the Integration Builder Configuration in the menue bar "tools--> send system message?
    Thanls for your help.
    Regards
    Stefan

    Hi,
    I'm not sure in which XI SP version
    but when I tested it only the whole XI restart could help
    but this was rather a long time ago
    and since then I try not to use this system message:)
    Regards,
    michal

  • How to catch the message in RWB and send back to sender system

    hi
    I've proxy->xi-->jdbc scenario, when ever there is  some error and the data can't be intered in the data base, we can find error message thrown by the data base in the RWB , i want  this error message of the RWB to send back  to the sending system
    pl let me know if its possible  and how ???
    points shall be rewarded
    Thanks & Rgds ,
    mojib

    check this link, and use as per you requirement
    XI: How-to on JDBC receiver response
    JDBC Receiver Adapter -- Synchronous Select – Step by Step
    Regards
    Chilla

  • Sending Alert Messages to File System

    Hi,
    I am trying to implement a scenario in PI which automatically processes alert message generated by the Alert Framework (the messages are processed in a message mapping). Therefore I am sending alerts via mail and receive these mails afterwards with an integration scenario PI. As this does not work if the mail server is offline I am searching for a possibility to send alert messages directly to the file system. Is there a way to do this? Or do you have any other suggestions how I could handle this problem?
    Regards,
    Christian

    HI Christian,
    The other option to get the alerts is to regster for SMS alerts to your mibile, in addition to the mail alerts.
    Regards
    Venkat

  • Java-only, Component based message alerting - loopback to sender system

    Dear guys,
    we are using the alert framework availbale on PI 7.11 to notify the sender system if there is an alert for specific interfaces. In that case a customer function module is called giving the message id of the request message (message is sent via ABAP proxy). As a result the according entry in customer table is updated.
    The implemntation is based on the BADI ALERT_MODIFY_TEXT and uses the standard function module ALE_BAPI_GET_UNIQUE_RECEIVER to determine the system /rfc destination to send the alert notification.
    This solution works fine so far.
    As PI 7.11 dual stack is not the latest release, we are thinking of upgrading to current PI/PO release. In this context also shift to java-only installation is contemplated which will need an alternative solution for the described alert/error notification loopback.
    Are there any possibilities analog to BADI to implement such a solution?
    What are your approaches regarding this requirement in the context of java-only?
    Any help/thoughts appreciated.
    Best regards,
    Jochen

    Hello,
    >>What are your approaches regarding this requirement in the context of java-only?
    I would suggest you to schedule jobs like this:
    Customize Alerts Using Job in PI 7.31/PO
    >> alerts are consumed according to the given interval and not in "real time" when error occurs, today solution using BADI is "real time" - if possible I would prefer "real time" solution
    Check this:
    Michal's PI tips: How to trigger an alert for Component Based Message Alerts (CBMA) via "API" ?
    >>an separate service determine the actual alert count would be helpful to provide the correct value for maxAlerts, this have to be called beforehand
    I haven't tried it but i think u can do that, since these consumers are nothing but JMS queues only so i think there will be a method to read number of alert counts.
    >>In history I saw emails generated by the standard alert consumer which only contain details for the first alert, in my case I need details especially the message id for all errorneous messages
    If ur max alert parameter is greater than 1 then u should see multiple alert text  (along with message id and other details) in ur email message.
    Thanks
    Amit Srivastava

  • Fault Message from Sender System to Receiver System

    Hi
    I have a synchronous scenario
    <b>SAP R/3 --> RFC Adapter -> XI -> SOAP Adapter --> Web Service</b>.
    When web service returns successful response, it gets mapped properly to an internal table of RFC. But, when web service returns fault message (as parameters passed to the web service are incorrect), RFC gives dump. Below message is shown in sxmb_moni.
    <i><?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="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException: invalid content type for SOAP: TEXT/HTML</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></i>
    <b>{</b> Sometime AdditionalText has different message, depends upon what parameters Sender system is providing <b>}</b>
    Now I would like to provide this message back to SAP RFC. Even if I will create the Fault message type, how exactly I can map this " Exception message " with my fault message type.
    I have checked weblog <a href="/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1 Message Types - A Demo</a> but this one talks more about proxy & Asynch scenario.
    Can you pls. provide steps with which I can map exceptions message of WS to RFC.
    Best Regards
    - Lalit Chaudhary -

    I got the <RFC>.exception structure from SAP Team.
    And from my side I build the "xsd" file for following generic Error structure -->
    <i><?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="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PARSING">SOAP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><u>An error message</u></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></i>
    I import this xsd file ( as External Definitions ) and keep this in the Inbound Interface as Fault Message Type & mapped the contents of it with <i><RFC>.exception</i> structure.
    Now when their is some Application error like Web-Service is down, we are not getting <b>DUMP</b> in SAP R/3 system but I mapped the "AdditionalText" field of xsd file with " <i>Attributes --> V1</i> " of <i><RFC>.exception</i> structure and on SAP R/3 system the field <i>message-V1</i> is empty which suggest nothing is coming in this field.
    Then I even tried to map constant values <i><RFC>.exception</i> structure but in SAP R/3 nothing is coming. Can you suggest how actually SAP developers can capture these values or is their anything I am missing on XI side.
    Best Regards
    - Lalit Chaudhary -

  • I want to change my password but the system is not sending me message to reset my password. pls help someone is using my password without my permission and i want to change my password.

    i want to change my password but the system is not sending me message to reset my password. pls help someone is using my password without my permission and i want to change my password.

    If you are talking about your Apple ID password, make sure it IS your apple ID.
    In the past 24 hours, I have received two emails "How to reset your Apple ID password". I  had not requested any change and I finally realized someone else is trying to reset the password. I have had this Apple ID since 2009 so I am not using someone else's ID.
    Again, if you are not receiving the email to reset make sure you have the right ID - it might be going to the email linked to the account, and it might not be yours.

  • How I send Instant system message to All online terminals

    Hi gurus,
    For sending the instant system message to online user, I am using SM02.
    Problem is-
    Some times one user login on two different PCs.
    When I send the message to all users, message flash on only single PC in case of same user logon two different machine.
    I would like to know , have any other options for send the instant message to all online terminals (PCs) which are connected to SAP server.
    Regards,
    Tapovardhan
    Message was edited by: Tapovardhan Singh
    Message was edited by: Tapovardhan Singh

    Hi,
    To send the message to just one user, you can "test" the function module directly from transaction se37.
    If you want to send it to all logged on users, the following code could maybe be useful:
    REPORT  Z_MESSAGE_TO_ALL.
    PARAMETERS: MESSAGE(128) default '  Error ! Please logoff now !  '.
    DATA: OPCODE  TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 5.
           INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
                     ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
       CALL FUNCTION 'TH_POPUP'
            EXPORTING
                 CLIENT         = SY-MANDT
                 USER           = USR_TABL-BNAME
                 MESSAGE        = MESSAGE
               MESSAGE_LEN    = 0
               CUT_BLANKS     = ' '
            EXCEPTIONS
                 USER_NOT_FOUND = 1
                 OTHERS         = 2.
    ENDLOOP.
    Regards
    Rolf

  • Sending HL7 Message from ISH system to External System

    Hello Friends,
    I am trying do configure our SAP ISH system to send HL7 messages to External 3rd party system. I did my research on SAP HCM module.
    I am trying to send HL7 message using SAP XI system. Any help on what version of XI is required and SAP ISH is required would be great help to me. If there is any help document on setup required would also be great help to me.
    Thanks for the help.

    Hello Vasu
    What is the format of message your 3rd part system request and on what protocol?
    To my knowledge the Healthcare applications and laboratory information systems require HL7 message format over MLLP protocol.
    If this is your requirement then you should use SAP PI 7.1 EHP or PI 7.3 and request to SAP for IAH Adapter. To know more about IAH and its usage in healthcare integration please refer to my blog at http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a00aabd6-a7f8-2d10-1c9e-bdaf085ab075.
    Good Luck
    Vj

  • Reading send mail messages send via system

    I have some programmes that send mail messages to people automatically bypassing the mail programme.
    Is there a way to see what has been send? Like read the send messages?
    And delete them?
    Probably a command in Terminal but I do not know what to type.
    Thanks

    for phlink, i just found this in their faq:
    Q: I do not receive voicemail messages by email. Why?
    A: Make sure the name of your SMTP server is correctly set in the Phlink's preferences window. The SMTP server you should use is the same SMTP server you use for your ordinary email, as set in your email client application. If your SMTP server requires authentication, make sure you have entered the correct username and password in Phlink's preferences window.
    so there may be no trace of messages sent. it seems to act as a client, sending mail through your designated smtp server.
    also, it saves a log in ~/Library/Preferences. for details, check this thread:
    http://www.ovolab.com/phlink/forum/viewtopic.php?t=1868&highlight=log
    macbook pro 2.16 ghz, powerbook G4 1ghz, G4 400 mhz, poweredge and some junkers   Mac OS X (10.4.9)  

  • How to pop up a system message for a specific user when She/He log on SAP

    Hi Friends,
    As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE.
    But now we want to pop up a message to a specific user ID when somebody log on SAP via this ID, instead of all user IDs in the client. Please do we have any similar traction / function module / class method to to do this job??
    Thanks in advance.
    Joe

    Below code can be used to send a pop up message to all users who are logged on to the
    system.
    DATA: MESSAGE(128) VALUE 'Test message'.
    DATA: OPCODE TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 10.
    INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
    ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
    CALL FUNCTION 'TH_POPUP'
    EXPORTING
    CLIENT = SY-MANDT
    USER = USR_TABL-BNAME
    MESSAGE = MESSAGE
    EXCEPTIONS
    USER_NOT_FOUND = 1.
    ENDLOOP.
    In the above code just pass the desired user ID instead of All user ID's
    Edited by: harsh bhalla on Mar 26, 2009 2:14 PM

  • How can I clean up queue one-time on Sun Java system messaging 6.3

    Hi,
    <address>Our Email server have a problem, When I run _./imsimta qm directory tcp_local_, There are about 5 Millions of messages in the queue.</address>
    Now our Email server send messages very slowly, how can I clean up queue one-time?
    the command _./imsimta qclean_ is very slowly.
    What can I do to prevent this problem?
    our Email server version is :
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:12:37, Mar 14 2008; 32bit)
    SunOS email-1 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V890
    Thank you !

    If you have more than 100,000 messages in the queue, then look at the MAX_MESSAGES parameter in [the job_controller.cnf file|http://wikis.sun.com/display/CommSuite/Job+Controller+Configuration+File]. If the parameter is not specified, it defaults to 100000. If you have more than that number of messages in the channel queues, it will take a long time for new/legitimate messages to be sent because job_controller is only considering the first 100,000 messages in the queue.
    If you get into the "imsimta qm" command do do "sum -database", it will show a summary of what job_controller has in its internal cache and therefore what job_controller is working on. If you compare that to "sum -directory" you will probably see a difference.
    If these are all legitimate messages, you need to increase MAX_MESSAGES, cnbuild, and restart job_controller.
    If they are not, then preventing this in the future will require determining how they got into your queue and correcting that.
    As for removing them, the "imsimta qm" commands allow you to select messages by various criteria and then you can "return" or "delete" them. But yes, that will take a long time if there are many messages because it is a single threaded process and it needs to open and examine each message. You may be able to accomplish the task more quickly with a shell script that works on individual channel queue subdirectories and then run multiple copies of that script in parallel. After you have cleaned out the queue, restart job_controller.
    Also, you might want to consider [the subdirs channel keyword|http://msg.wikidoc.info/index.php/Subdirs_and_nosubdirs_Channel_Options].

  • I try to send a message to my friends and then it crashes

    By mistake i deleted ichat, i installed it again from my install disk and after that im having the problem that i cant send any messages to my friends and it also crashes.Heres the error:
    Process: iChat [678]
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Identifier: com.apple.iChat
    Version: 4.0 (601)
    Build Info: iChat-6010000~3
    Code Type: X86 (Native)
    Parent Process: launchd [62]
    Date/Time: 2009-05-09 20:00:50.750 -0400
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000004f44213c
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90e7a684 objc_msgSend + 20
    1 iChatCommonGUI 0x0066323c -[TranscriptStyleManager appendInstantMessage:] + 107
    2 com.apple.iChat 0x00090b52 0x1000 + 588626
    3 com.apple.iChat 0x00090311 0x1000 + 586513
    4 com.apple.iChat 0x0008fffa 0x1000 + 585722
    5 com.apple.iChat 0x0008f63b 0x1000 + 583227
    6 com.apple.iChat 0x0008f440 0x1000 + 582720
    7 com.apple.WebKit 0x955bb280 CallDelegate(objc_object* ()(objc_object, objc_selector*, ...), WebView*, objc_object*, objc_selector*, objc_object*) + 112
    8 com.apple.WebKit 0x955c2f5a WebFrameLoaderClient::dispatchDidFinishLoad() + 106
    9 com.apple.WebCore 0x9666f632 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 594
    10 com.apple.WebCore 0x9666f302 WebCore::FrameLoader::recursiveCheckLoadComplete() + 194
    11 com.apple.WebCore 0x968aacec WebCore::FrameLoader::finishedLoading() + 188
    12 com.apple.WebCore 0x968aabe1 WebCore::MainResourceLoader::didFinishLoading() + 33
    13 com.apple.WebCore 0x966c4850 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) + 896
    14 com.apple.WebCore 0x966c4496 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 134
    15 com.apple.WebCore 0x966c15e1 WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&) + 625
    16 com.apple.WebCore 0x9684e427 WebCore::MainResourceLoader::handleDataLoadNow(WebCore::Timer<WebCore::MainReso urceLoader>*) + 519
    17 com.apple.WebCore 0x9684e212 WebCore::Timer<WebCore::MainResourceLoader>::fired() + 82
    18 com.apple.WebCore 0x96876d09 WebCore::TimerBase::fireTimers(double, ***::Vector<WebCore::TimerBase*, 0ul> const&) + 137
    19 com.apple.WebCore 0x96876a92 WebCore::TimerBase::sharedTimerFired() + 162
    20 com.apple.WebCore 0x968769d4 WebCore::timerFired(__CFRunLoopTimer*, void*) + 68
    21 com.apple.CoreFoundation 0x92459b25 CFRunLoopRunSpecific + 4469
    22 com.apple.CoreFoundation 0x92459cd8 CFRunLoopRunInMode + 88
    23 com.apple.Foundation 0x925b5d75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    24 com.apple.iChat 0x0008e5c6 0x1000 + 579014
    25 com.apple.iChat 0x0008e4ba 0x1000 + 578746
    26 com.apple.iChat 0x0008e41c 0x1000 + 578588
    27 com.apple.iChat 0x0008de10 0x1000 + 577040
    28 com.apple.iChat 0x0008d574 0x1000 + 574836
    29 com.apple.iChat 0x00088129 0x1000 + 553257
    30 com.apple.iChat 0x00087ead 0x1000 + 552621
    31 com.apple.iChat 0x00087d65 0x1000 + 552293
    32 com.apple.iChat 0x00085917 0x1000 + 542999
    33 com.apple.iChat 0x000825f3 0x1000 + 529907
    34 com.apple.iChat 0x00082429 0x1000 + 529449
    35 com.apple.iChat 0x00082232 0x1000 + 528946
    36 com.apple.AppKit 0x93bb053b -[NSApplication sendAction:to:from:] + 112
    37 com.apple.AppKit 0x93bb0478 -[NSControl sendAction:to:] + 108
    38 com.apple.AppKit 0x93bf8477 -[NSTableView _sendAction:to:row:column:] + 271
    39 com.apple.AppKit 0x93bf67e1 -[NSTableView mouseDown:] + 8228
    40 com.apple.iChat 0x0005c859 0x1000 + 374873
    41 com.apple.AppKit 0x93bad1a3 -[NSWindow sendEvent:] + 5381
    42 com.apple.AppKit 0x93b79d49 -[NSApplication sendEvent:] + 2941
    43 com.apple.iChat 0x0003c9fe 0x1000 + 244222
    44 com.apple.AppKit 0x93ad769f -[NSApplication run] + 847
    45 com.apple.AppKit 0x93aa48a4 NSApplicationMain + 574
    46 com.apple.iChat 0x00003aba 0x1000 + 10938
    Thread 1:
    0 libSystem.B.dylib 0x909191c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x909209bc mach_msg + 72
    2 com.apple.CoreFoundation 0x924590ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x92459cd8 CFRunLoopRunInMode + 88
    4 com.apple.IMUtils 0x9656ddc7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5 com.apple.Foundation 0x925817ed -[NSThread main] + 45
    6 com.apple.Foundation 0x92581394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9094a095 pthreadstart + 321
    8 libSystem.B.dylib 0x90949f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x909203ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9094ad0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.viceroy.framework 0x00367bed CameraList_Thread + 349
    3 libSystem.B.dylib 0x9094a095 pthreadstart + 321
    4 libSystem.B.dylib 0x90949f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x909203ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9094ad0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x95a3ab32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9094a095 pthreadstart + 321
    4 libSystem.B.dylib 0x90949f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x909686f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9094a095 pthreadstart + 321
    2 libSystem.B.dylib 0x90949f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x90982292 _workqops + 10
    1 libSystem.B.dylib 0x909822c2 start_wqthread + 30
    Thread 6:
    Thread 7:
    0 libSystem.B.dylib 0x909191c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x909209bc mach_msg + 72
    2 com.apple.CoreFoundation 0x924590ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x92459cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x939d0ebe CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x9094a095 pthreadstart + 321
    6 libSystem.B.dylib 0x90949f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x4f44213c ebx: 0x00663306 ecx: 0x00680f84 edx: 0x00680f84
    edi: 0x187f3760 esi: 0x00000000 ebp: 0xbfffe198 esp: 0xbfffe15c
    ss: 0x0000001f efl: 0x00010206 eip: 0x90e7a684 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x4f44213c
    Binary Images:
    0x1000 - 0x230fef com.apple.iChat 4.0 (601) <7b6cb65531b3c30d55a2cb674e41e0f9> /Applications/iChat.app/Contents/MacOS/iChat
    0x2a4000 - 0x317ff7 com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x365000 - 0x4c0ff2 com.apple.viceroy.framework 363.27 (363.27) <40e608b7fc15667d8d7e8d9e278a8598> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x530000 - 0x56ffff com.apple.vmutils 4.1 (104) <2fcd53ce313bb6050bfaf0ac6c1b5ead> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x591000 - 0x5aafff com.apple.frameworks.preferencepanes 12.2 (12.2) <090decd2f1c3f48031e43fdf2171469f> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x5c4000 - 0x5feff7 com.apple.remotedesktop.screensharing 1.0.1 (1.0.1) <cc44d5ba1a0416808ac670c331bfe3fc> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x60e000 - 0x622ff7 com.apple.ScreenSaver 2.2 (2.2) <e8b7c717976f8af3ec1f255c5ad04caf> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x633000 - 0x651fe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
    0x659000 - 0x68aff7 iChatCommonGUI ??? (???) <dd722fe899d2b7c9b493912fdd5130fa> /System/Library/PrivateFrameworks/iChatCommonGUI.framework/iChatCommonGUI
    0x6b3000 - 0x6b5fff com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x6f5000 - 0x6f8fff com.apple.iChat.Styles.Boxes 4.0 (601) <3885257151c968100d883790b28838e8> /Applications/iChat.app/Contents/PlugIns/Boxes.transcriptstyle/Contents/MacOS/B oxes
    0x119fd000 - 0x11a02fff com.apple.iChat.Styles.Balloons 4.0 (601) <954c3a58657e19ae108bdd6d64473fc3> /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x11a09000 - 0x11a0fffe com.apple.iChat.Styles.Compact 4.0 (601) <7aef0ad171058f34924b340eb82d60cb> /Applications/iChat.app/Contents/PlugIns/Compact.transcriptstyle/Contents/MacOS /Compact
    0x11a17000 - 0x11a19fff com.apple.iChat.Styles.Text 4.0 (601) <d2d7fd51830de4a0bfff7e0200fee114> /Applications/iChat.app/Contents/PlugIns/Text.transcriptstyle/Contents/MacOS/Te xt
    0x14963000 - 0x14b5bfff com.apple.RawCamera.bundle 2.0.13 (435) <083354ccec68bf7c9fc99523a5838f92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1629c000 - 0x162a1ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x163c3000 - 0x163ccfff com.apple.IOFWDVComponents 1.9.5 (1.9.5) <889959011cb23c11785c378264400284> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x163e2000 - 0x163e5fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x163eb000 - 0x163f0fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x16457000 - 0x164c4fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x164d3000 - 0x1650efff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1651b000 - 0x16549ff7 com.apple.QuickTimeIIDCDigitizer 7.6 (1290) <150bce84e37c741ce1d1e5c242c6e422> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x16554000 - 0x165a2ffe com.apple.QuickTimeUSBVDCDigitizer 2.2.6 (2.2.6) /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x165b0000 - 0x16733fe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16761000 - 0x169bffe9 com.apple.ATIRadeonX2000GLDriver 1.5.36 (5.3.6) <35c66ba8b2ca691841fa33165af9d22f> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x16a1e000 - 0x16a3aff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x17bda000 - 0x17da7fe7 com.apple.audio.codecs.Components 1.6.5 (1.6.5) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x18121000 - 0x18121ffd liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x186d6000 - 0x186d8ffe com.apple.AutomatorCMM 1.1 (160) <486fc9906e74a1578eecf2f84ddfed06> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x186de000 - 0x186dfffd com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x186e4000 - 0x186e9fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x18900000 - 0x18906fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/jose/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9002cfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x900f7000 - 0x90276fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90277000 - 0x90917fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90918000 - 0x90a7fff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x90a80000 - 0x90ab2fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90ab3000 - 0x90ab3fff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90ab4000 - 0x90b0eff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90b0f000 - 0x90b3afe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x90b3b000 - 0x90b3cffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x90b3d000 - 0x90b5cffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90b5d000 - 0x90c14ff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90c15000 - 0x90c72ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x90c80000 - 0x90c9eff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90c9f000 - 0x90d6afff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90d6b000 - 0x90df5fef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90e64000 - 0x90e64ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e65000 - 0x90f45fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x90f46000 - 0x90f7dfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90f7e000 - 0x91030ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x91031000 - 0x9103afff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9103b000 - 0x910b8fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x910b9000 - 0x910cffff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x910d0000 - 0x910d0ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910d1000 - 0x91115feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91116000 - 0x911d0fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x911d1000 - 0x915e1fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x915e2000 - 0x915e9fe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x91621000 - 0x917ddff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x917de000 - 0x917fcfff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x917fd000 - 0x9184cfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9184d000 - 0x91859ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9185a000 - 0x918edff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x918ee000 - 0x91bc8ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91bc9000 - 0x91bcdfff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x91bd8000 - 0x91c19fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91c1a000 - 0x91c64fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91c65000 - 0x91c67fff com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91c68000 - 0x91c6dfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91c6e000 - 0x91c89ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c8a000 - 0x91cdbfeb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91cdc000 - 0x91fe4fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91fe5000 - 0x9211dff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x9211e000 - 0x92121fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92122000 - 0x92127fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92128000 - 0x9213ffff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x92140000 - 0x921cbfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9232e000 - 0x92334fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92335000 - 0x923e5fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x923e6000 - 0x92519fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9254f000 - 0x9255dffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x9255e000 - 0x92576fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92577000 - 0x927f2fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x927f3000 - 0x92841ff3 com.apple.datadetectorscore 1.0.2 (52.14) <4c0a8d505509b7748d3a0cfc887d2c2a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92842000 - 0x9289bff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9289c000 - 0x928c9feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x928ca000 - 0x92944ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9294b000 - 0x9295affe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9295b000 - 0x92aa1ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92aa2000 - 0x92abfff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92ac0000 - 0x92acffff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x92b03000 - 0x92b10fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92b11000 - 0x92b13ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92b14000 - 0x92b14ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92b1a000 - 0x92b25fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92b26000 - 0x92b60fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92b61000 - 0x92d2fff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92d30000 - 0x92d54feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x92d55000 - 0x92d79fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x92d7a000 - 0x92decfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92ded000 - 0x92dedffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92dee000 - 0x92e30fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92e31000 - 0x92e49ff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92e4a000 - 0x92e5afff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92e5b000 - 0x92e5bffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92fc5000 - 0x92fccffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x92fcd000 - 0x9338bfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9338c000 - 0x934deff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x934df000 - 0x93617fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93655000 - 0x936f8ff3 com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x936f9000 - 0x93701fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93702000 - 0x93702ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93703000 - 0x937aafeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x937ab000 - 0x937abffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x937ac000 - 0x937c1ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x938a4000 - 0x938ccff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x938d9000 - 0x938ddfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x938de000 - 0x938fafff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x938fe000 - 0x939ccff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x939cd000 - 0x939cdffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x939ce000 - 0x93a6bfe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93a6c000 - 0x93a9dffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93a9e000 - 0x9429cfef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9429d000 - 0x95278ff6 com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x95279000 - 0x9527efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9527f000 - 0x95286ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95287000 - 0x95293ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95294000 - 0x9531bff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x9531c000 - 0x953fdff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x953fe000 - 0x954c5ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x954c6000 - 0x955abff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x955ac000 - 0x9566afff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95760000 - 0x957a9fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95a13000 - 0x95ee4f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95ee5000 - 0x95f23ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95f24000 - 0x95f4cfff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x95f4d000 - 0x95f7cfe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95f7d000 - 0x960fdfef com.apple.CoreAUC 3.02.0 (3.02.0) <e9c0220542fac5c62ef3b79aa791252f> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x960fe000 - 0x9615aff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9615b000 - 0x961acff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x961ad000 - 0x96239ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9623a000 - 0x9623affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9623b000 - 0x96560fe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96561000 - 0x96563fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x96564000 - 0x9656bfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9656c000 - 0x9657ffff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x96580000 - 0x9658afeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9658b000 - 0x96608feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96609000 - 0x96c5afff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96c5b000 - 0x96c5ffff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96c60000 - 0x96cf3fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96cf4000 - 0x96d05ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96d06000 - 0x96d45fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96d46000 - 0x96db6ff7 com.apple.iLifeMediaBrowser 2.0.2 (321) <69c188c470b540b6a01c626ee7e9c572> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x96db7000 - 0x96df6fff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x96df7000 - 0x96df7ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x96df8000 - 0x96e08ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96e3e000 - 0x971dbfef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x971dc000 - 0x9725bff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9725c000 - 0x97296ffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi,
    You have a Leopard Install disk at 10.5
    Your OS is up to 10.5.6
    iChat reinstalled needs you to download and install the Combo updater to update iChat
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1056comboupdate .html
    (Software Updater thinks it has already done it).
    8:34 PM Sunday; May 10, 2009

  • Error while sending the messages to JMS Queue

    Hi ,
    I am trying to pick the file from JMS Queue and send the response xml as outbound message to JMS Queue again using XAI Sender
    I Created XAI Sender, Outbound Message Type(DM-RCVRESP) and configured these two with External System.
    I am able to pick the file from JMS Queue but unable to send the message through XAI Sender (Real-time)
    Plz find below the error trace getting.
    [Wed Jun 15 16:12:09 IST 2011] Error while processing sender "UPLOADSTG" : Unable to update response in staging table: Row id not given.
    com.splwg.mpl.sending.SameThreadSendingManager$ProcessException
         at com.splwg.mpl.sending.SameThreadSendingManager.processDestination(SameThreadSendingManager.java:341)
         at com.splwg.mpl.sending.SameThreadSendingManager.sendResponse(SameThreadSendingManager.java:293)
         at com.splwg.mpl.sending.SameThreadSendingManager.doSend(SameThreadSendingManager.java:249)
         at com.splwg.mpl.server.async.ExecSendRequestProcessor.ProcessRequest(ExecSendRequestProcessor.java:61)
         at com.splwg.mpl.server.async.RequestProcessingThreadAdapter.run(RequestProcessingThreadAdapter.java:46)
         at com.splwg.mpl.server.PooledThread.run(PooledThread.java:91)
         at java.lang.Thread.run(Thread.java:662)
    Please guide me in this regard..
    Thanks,
    sukumar

    What have you configured for the response tab for the sender? Are you using the MPL or the MDB?
    Take a look at:
    MPL Best Practices (Doc Id 1308165.1)
    Oracle WebLogic JMS Integration (Doc Id: 1308181.1)

Maybe you are looking for

  • Device not found after system update

    After running a system upate from 10.4.0 to 10.4.11, Final Cut Pro no longer finds my camera at startup. Refreshing device in FCP does nothing. I tried installing the Pro updates, deleting preferences, and repairing permissions. The camera is found i

  • Unauthorised download

    I am so angry I can't stop shaking. Today iTunes blew over $100 of my 4G broadband by downloading content on my mac laptop that I didn't start. Several series that I watch on the apple tv just brought down gigs of data on the laptop. This has happene

  • I get this error message: AutoPostToeCollege(): Internal System Error. Unable to connect to the remote server

    I get the following when I try to use the bookmark for Corinthian Colleges, a bookmark I've successfully used for nearly two years. With the recent update to Mozilla, it no longer works.

  • Changing passwords and system copies

    Hello, since we are changing passwords of the users control, superdba and database schemata user to individual passwords we get problems with system copies. When we do a system copy and try to set the password of the superdba we get the message wrong

  • Webclient 6.0 - IC_Agent System Links

    CRM IC Gurus, When I log on as IC_agent my system links are missing from header level please advise as to what I can do. Regards, Shreya Edited by: Lynn Gordy on Dec 8, 2008 8:17 PM