Query Scheduling

Hi Experts
Please give me navigational steps to Schedule (automatic run & execution) the query in monthly basis.
Your valuable response will be highly appreciated.
Regards,

Hi,
If you are on ver 3.5 or above, you can use the Information Broadcasting feature of  BW to schedule your queries.
If you are on an earlier version, then use the Reporting Agent feature to schedule your reports. If you search the forum then you'll find a lot of posts and links on how to go about doing report scheduling using both methods.
Cheers,
Kedar

Similar Messages

  • SAP Query - scheduled and emailed?

    SAP Query - is there anything on the SAP ECC side similar to BW that allows you to schedule a query and have it broadcast to an email or ftp sight for it to be displayed?
    Thank you,
    Lynda

    Hi,
    as described above you can schedule a query. To distribute the result to various receivers use SBWP t-code and create a distribution list containing the receivers (e-mail adresses,...).
    Assign this distribution list to the job scheduled in SM37 (button "spool list recipients").
    best regards, Christian

  • SQ01 query schedule in Background

    Hi,
    I created Query using SQ01 and I would like to schedule daily in background and outpu file will be stored in SAP BW server.
    1. Using SM36 schedule the job and output format as File store and file name : /data/xfer/test1  , Data format = DAT , Encoding = ' '
        system is giving error message please choose new name /path then I gave the file name first and path this time no error but file
        was not transfered to specified path.
    Do we need to follow any specific guide lines when we transfer file to BW server path.
    Thanks

    Hi
    I think you can download output in Excel to Presentation server. The presentation/GUI layer doesn't exist in background job, the system will not be able to connect to presentation server.
    There are many threads available on the same topic.
    Please have a look into the same
    Shiva

  • WS_SDK XI 3.1 Query Scheduler Queue

    We've a single XI 3.1 server running a single scheduler which processes one scheduled report at a time. Is it possible using the WS-SDK to query the scheduler queue to see how many reports are currently in the queue for process (i.e. those that should have been run, but are queued due at a report running at the moment)?
    Cheers,
    Jack

    it is not possible to access the scheduler queue using WS or any SDK that's exposed. When a schedule is to be run CMS informs Job Server with the scheduling details, the schedule job goes from : pending - in process\running - complete ( success or failed). What you can possibly do is query all schedule instances that are in "pending state". Typically a report would be pending if: is is waiting on one of the events or it is a recurring schedule event and the next schedule time is not yet reached. Also it is possible that a report changes it status from pending -  in process\running even before your query finishes running and you retrieve all its results, so ity would be tough to track it.
    In short it wont be possible to retrieve the scheduler queue details using a query.

  • ABAP Query - Scheduling

    Hi,
    Need to know, how to schedule an ABAP Query for Background Processing.
    Regards,

    Hi sheldon,
    try the following:
    1. enter transaction SQ01 and select your query
    2. then go to the menu Query > More functions > Display report name
    3. with this you'll get the ABAP report name
    4. now just enter transaction SM36 to schedule the job based on this report name
    I hope this helps. Best regards,
    Alvaro

  • Query Schedule Report

    Hello.
    I got the error below in the scheduled report.
    When I create text with no HTML programming the system sends the email without attachments, when I create programming with HTML body it reports me the following error and does not send the email.
    *** SAP Business One Client Log ***
    SAP Business One Client return code:0
    Distributing results
    Unable to extract HTML report output to file C:\Windows\TEMP\Report.html Error code:-2028
    Unable to extract PDF report output to file C:\Windows\TEMP\Report.pdf Error code:-2028
    Unable to extract XML report output to file C:\Windows\TEMP\Report.xml Error code:-2028
    SMTP Server: smtp.zethos.com.br:587
    Sender Email: SAP_B1:<[email protected]>
    No HTML body found nor attachments - there is nothing to send
    An error occured while distributing results
    An error occured while creating report by SAP B1 Client
    Schedule processed
    version sap: 9.0 PL8
                       9.0 PL10

    Hi,
    It is an application error. Please check SAP note:
    1798434 - Report Scheduler Prerequisites
    Thanks & Regards,
    Nagarajan

  • Powershell get scheduled task jobs on remote computer

    Hello guys!
    I couldn't find any answer or question about this, I need to query scheduled jobs on server (2008R2) with name which contains variables.
    I can get list of jobs, but I don't know how to display only that I need.  For example, there is job $something.$RandomText.$RandomNumbers, So I'm trying to filter jobs by name ($something).
    Script which I found is:
    $sched = New-Object -Com "Schedule.Service"
    $sched.Connect('remote server')
    $out = @()
    $sched.GetFolder("\").GetTasks(0) | % {
    $xml = [xml]$_.xml
    $out += New-Object psobject -Property @{
    "Name" = $_.Name
    "Status" = switch($_.State) {0 {"Unknown"} 1 {"Disabled"} 2 {"Queued"} 3 {"Ready"} 4 {"Running"}}
    "NextRunTime" = $_.NextRunTime
    "LastRunTime" = $_.LastRunTime
    "LastRunResult" = $_.LastTaskResult
    "Author" = $xml.Task.Principals.Principal.UserId
    "Created" = $xml.Task.RegistrationInfo.Date
    And one more thing, I'm using windows 7, so I can't use get-SceduledTasks function. 
    Maybe there is some simpler way to do this?
    Best regards,
    Ronald

    Just see the values in $out and check the Name. The name may differ.No results will be produced if it;s not eq to your $something
    $sched = New-Object -Com "Schedule.Service"
    $sched.Connect($env:ComputerName)
    $something = 'GoogleUpdateTaskMachineCore'
    $out = @()
    $sched.GetFolder("\").GetTasks(0) | % {
    $xml = [xml]$_.xml
    $out += New-Object psobject -Property @{
    "Name" = $_.Name
    "Status" = switch($_.State) {0 {"Unknown"} 1 {"Disabled"} 2 {"Queued"} 3 {"Ready"} 4 {"Running"}}
    "NextRunTime" = $_.NextRunTime
    "LastRunTime" = $_.LastRunTime
    "LastRunResult" = $_.LastTaskResult
    "Author" = $xml.Task.Principals.Principal.UserId
    "Created" = $xml.Task.RegistrationInfo.Date
    $out | ? {$_.Name -eq "$something"}
    Regards Chen V [MCTS SharePoint 2010]

  • TS1307 Can't Send Mail in OS 10.6.8

    I cannot send mail. This has been an occasional problem. I'd send and a pop-up would offer me choice: Cancel, ~Trash, or Save as Draft. I'd save and successfully send as a draft. The last few days I've had to the saved draft and send in  Eudora. Today I spent some time on this. At first it looked all right in Mail/Preferences/Accounts, smtp.west.cox.net.user name--then it persistently included (Offline), but Mail menu bar/ Window showed Take All Accounts Online dimmed and Take All Accounts Offline as the active option. At this time I could receive but not send mail. I have edited the smtp server list a number of times. No show of offline there. When I'm done (Offline) again pops up on theOutgoing Mail Server (SMTP). I deleted the account and recreated it and could not send. The (Offline) did not appear after the smtp.cox.net.user name. Early 2006 iMac, OS 10.6.8 
    The settings are OK, the same as in Eudora. I'm baffled!
    Message was edited by: alibi

    Console reveals many problems, about Mail itself see below. I should have mentioned that I have recently had trouble point and clicking to open things. I've often had to control click and select the option "Open." I have tried all of your suggestions more than once because of a problem in Keychain Access. On the underlying problem and the problems I added to it in my attempts to regain control of the iMac, see especially <https://discussions.apple.com/message/18588390#18588390>, How can I delete an item from Keychain the dealer installed?
    6/30/12 User Diagnostic report:
    Process:         Mail [19159] 
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         4.5 (1084)
    Build Info:      Mail-10840000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [108]
    Date/Time:       2012-06-30 12:48:39.844 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          149618 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  1152491 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      D7B8E4DE-966C-41E8-B59E-A3B459652C92
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit                        0x91f8b323 -[NSFont __isSystemFont] + 48
    1   com.apple.AppKit                        0x92025ddc -[NSFont screenFontWithRenderingMode:] + 84
    2   com.apple.AppKit                        0x924d29af +[NSStringDrawingTextStorage _fastDrawString:attributes:length:inRect:graphicsContext:baselineRendering:uses FontLeading:usesScreenFont:typesetterBehavior:paragraphStyle:lineBreakMode:bound ingRect:padding:scrollable:] + 374
    3   com.apple.AppKit                        0x920520d5 _NSStringDrawingCore + 1555
    4   com.apple.AppKit                        0x92051887 _NSDrawTextCell + 3473
    5   com.apple.AppKit                        0x9205af85 -[NSTextFieldCell drawInteriorWithFrame:inView:] + 764
    6   com.apple.AppKit                        0x9205ab26 -[NSTextFieldCell drawWithFrame:inView:] + 816
    7   com.apple.AppKit                        0x9205a791 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 269
    8   com.apple.AppKit                        0x9205972a -[NSTableView drawRow:clipRect:] + 1131
    9   com.apple.MessageFramework              0x9949f8f9 -[ASExtendedTableView drawRow:clipRect:] + 397
    10  com.apple.AppKit                        0x92059162 -[NSTableView drawRowIndexes:clipRect:] + 360
    11  com.apple.AppKit                        0x92057b3b -[NSTableView drawRect:] + 1144
    12  com.apple.MessageFramework              0x993e1754 -[ASExtendedTableView drawRect:] + 209
    13  com.apple.AppKit                        0x9204d6f1 -[NSView _drawRect:clip:] + 3721
    14  com.apple.AppKit                        0x9204adbd -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2217
    15  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    16  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    17  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    18  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    19  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    20  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    21  com.apple.AppKit                        0x9204b750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    22  com.apple.AppKit                        0x9204a34f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    23  com.apple.AppKit                        0x92046c96 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    24  com.apple.AppKit                        0x91fa784b -[NSView displayIfNeeded] + 818
    25  com.apple.AppKit                        0x91f70b64 -[NSWindow displayIfNeeded] + 204
    26  com.apple.mail                          0x00028105 0x1000 + 160005
    27  com.apple.AppKit                        0x91fa207e _handleWindowNeedsDisplay + 696
    28  com.apple.Foundation                    0x91b41484 __NSFireTimer + 141
    29  com.apple.CoreFoundation                0x971e8a3b __CFRunLoopRun + 8059
    30  com.apple.CoreFoundation                0x971e63c4 CFRunLoopRunSpecific + 452
    31  com.apple.CoreFoundation                0x971e61f1 CFRunLoopRunInMode + 97
    32  com.apple.HIToolbox                     0x936d5e04 RunCurrentEventLoopInMode + 392
    33  com.apple.HIToolbox                     0x936d5bb9 ReceiveNextEventCommon + 354
    34  com.apple.HIToolbox                     0x936d5a3e BlockUntilNextEventMatchingListInMode + 81
    35  com.apple.AppKit                        0x91f78595 _DPSNextEvent + 847
    36  com.apple.AppKit                        0x91f77dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    37  com.apple.AppKit                        0x91f3a1f3 -[NSApplication run] + 821
    38  com.apple.AppKit                        0x91f32289 NSApplicationMain + 574
    39  com.apple.mail                          0x000027bd 0x1000 + 6077
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x92b22382 kevent + 10
    1   libSystem.B.dylib                       0x92b22a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x92b21f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x92b21cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x92b21781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x92afbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92afc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x971e72df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x971e63c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x971e61f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x91b4d1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.Foundation                    0x91b4d090 -[NSRunLoop(NSRunLoop) run] + 76
    7   com.apple.MessageFramework              0x993b5a85 -[RSSInterchange _runManager] + 2030
    8   com.apple.Foundation                    0x91b134c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x91b13474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x92b29259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92b290de thread_start + 34
    Thread 3:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x92b29aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b2975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92b2b3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x94bdefc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x92b29259 _pthread_start + 345
    5   libSystem.B.dylib                       0x92b290de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92afbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92afc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x971e72df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x971e63c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x971e61f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x91b4c224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x91b134c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x91b13474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x92b29259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92b290de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92afbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92afc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x971e72df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x971e63c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x971e61f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x91b4d1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.Foundation                    0x91b4d090 -[NSRunLoop(NSRunLoop) run] + 76
    7   com.apple.MessageFramework              0x993f8427 +[_NSSocket _runIOThread] + 98
    8   com.apple.Foundation                    0x91b134c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x91b13474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x92b29259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92b290de thread_start + 34
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x92b1aac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x97226c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x92b29259 _pthread_start + 345
    3   libSystem.B.dylib                       0x92b290de thread_start + 34
    Thread 7:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x92b29aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b2975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92b2b3f8 pthread_cond_wait$UNIX2003 + 73
    Thread 8:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x92b29aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b2975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92b292b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x94bdf00c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 9:
    0   libSystem.B.dylib                       0x92b21412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x92b219a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 10:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                       0x92b05aa6 szone_free + 4127
    1   com.apple.CoreFoundation                0x971b7187 _CFRelease + 615
    2   com.apple.MessageFramework              0x99404c0c _createStringFromUnencodedHeaderBytes + 259
    3   com.apple.MessageFramework              0x994046a3 _MFCreateStringFromHeaderBytes + 1114
    4   com.apple.MessageFramework              0x9942353d _copyNextMimeToken + 621
    5   com.apple.MessageFramework              0x99421c3a _parseHeaders + 185
    6   com.apple.MessageFramework              0x99422e35 _parseHeaders + 4788
    7   com.apple.MessageFramework              0x994214e5 -[MimePart(MessageSupport) parseMimeBody] + 908
    8   com.apple.MessageFramework              0x99420f5f -[MessageStore(MessageFrameworkOnly) _fetchBodyForMessage:updateFlags:] + 264
    9   com.apple.MessageFramework              0x99420d84 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 141
    10  com.apple.MessageFramework              0x9946c4d8 -[Message messageBodyUpdatingFlags:] + 80
    11  com.apple.mail                          0x0008fcb5 0x1000 + 584885
    12  com.apple.CoreFoundation                0x97223ead __invoking___ + 29
    13  com.apple.CoreFoundation                0x97223e18 -[NSInvocation invoke] + 136
    14  com.apple.MessageFramework              0x993b6c2d -[MonitoredInvocation invoke] + 405
    15  com.apple.MessageFramework              0x99399e56 -[ThrowingInvocationOperation main] + 52
    16  com.apple.MessageFramework              0x99399a85 -[_MFInvocationOperation main] + 311
    17  com.apple.Foundation                    0x91b3ab5a -[__NSOperationInternal start] + 705
    18  com.apple.Foundation                    0x91c2b0bb ____NSOQSchedule_block_invoke_2 + 119
    19  libSystem.B.dylib                       0x92b2fa24 _dispatch_call_block_and_release + 16
    20  libSystem.B.dylib                       0x92b21cf2 _dispatch_worker_thread2 + 228
    21  libSystem.B.dylib                       0x92b21781 _pthread_wqthread + 390
    22  libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x91f8b2ff  ecx: 0x004aafa0  edx: 0x00000000
      edi: 0x00000001  esi: 0x004aafa0  ebp: 0xbfffb758  esp: 0xbfffb740
       ss: 0x0000001f  efl: 0x00010202  eip: 0x91f8b323   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -   0x2b5ff7  com.apple.mail 4.5 (1084) <FD01A35F-71C6-12B0-B55D-AA9B001DB0CF> /Applications/Mail.app/Contents/MacOS/Mail
    0x255b000 -  0x2566ff7 +com.daneharnett.widemail ??? (2.0pr4) <2A2C802F-DF1D-71B1-D40D-B8C8E650D698> /Users/alanebi/Library/Mail/Bundles/WideMail.mailbundle/Contents/MacOS/WideMail
    0xf958000 -  0xf95bff7  com.apple.yahoo.syncframework 1.3 (51) <786BD4EB-E607-9ADD-E885-340593C8898A> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0xf9c4000 -  0xf9e1ff7 +com.rainmaker.SpellCatcher.InputMethod 10.4.1 (10.4.1) <C45D4597-E139-ABAF-0B29-8974356F9FC5> /Users/alanebi/Library/Components/Spell Catcher.component/Contents/MacOS/Spell Catcher
    0xfa91000 -  0xfaa2ff7  com.apple.AddressBook.LocalSourceBundle 1.0.3 (883) <B246920C-F875-9AAE-B100-716743CDFF7B> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0xfaaa000 -  0xfaafff7  com.apple.AddressBook.LDAPSource 1.0.3 (883) <05F659C8-AC6D-E4C3-DD0C-7BA35D051CF5> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0xfae3000 -  0xfae6ff3  libFontRegistryUI.dylib ??? (???) <2F4E6F71-F4FE-4B2D-A872-94B2FCE0D31B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0xfaf1000 -  0xfaf6ff7  libgermantok.dylib ??? (???) <01D7A60F-ABD5-D6CE-6757-7BCF9EBF736B> /usr/lib/libgermantok.dylib
    0xfafa000 -  0xfafbff7  ATSHI.dylib ??? (???) <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x10d5a000 - 0x10d6aff7  com.apple.mail.WebPlugIn 4.5 (1084) <DE86EA4B-19B9-4377-B104-060A94555B01> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
    0x1123d000 - 0x11282ff7  com.apple.datadetectors.actions 2.1 (102.2) <B4B1587B-25D6-9A75-79C4-7EF1ADDBE4D3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
    0x1141b000 - 0x1143cff7  com.apple.Mail.Syncer 4.5 (1084) <5FB6D7C9-A640-3BD2-7418-2281855B3D63> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x11f14000 - 0x120c7fe7  libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <8FC45325-BE32-D722-136D-481CB8BF1FE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x9000aff7  com.apple.iChat.IMUtils 5.0.5 (747) <165000D5-219A-DFAE-68C6-25F6ED12A00B> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x9000b000 - 0x9000cff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9000d000 - 0x9000fff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90010000 - 0x9008afff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9008b000 - 0x900cffe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x900d0000 - 0x9058bff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9058c000 - 0x9058eff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9058f000 - 0x906ccfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90830000 - 0x90866fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x90867000 - 0x90867ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90868000 - 0x908a5ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x908c6000 - 0x908daffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x908db000 - 0x90a03fe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90a04000 - 0x90e39ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90e3a000 - 0x91041feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9109d000 - 0x91138fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91139000 - 0x91140ff7  com.apple.aps.framework 1.2 (1.2) <16A7DB74-F951-D8DB-35D0-5E5673529AB0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x91141000 - 0x911bcfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x911c0000 - 0x911c7ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x911c8000 - 0x91619fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9161a000 - 0x91a30ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91a3b000 - 0x91af7fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91af8000 - 0x91afcff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91afd000 - 0x91d6efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91d6f000 - 0x91da9fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x91daa000 - 0x91e62feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91e63000 - 0x91e6dff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91f0f000 - 0x91f2ffe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x91f30000 - 0x92813ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92814000 - 0x92864ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92916000 - 0x92af2fe7  com.apple.CalendarStore 4.0.4 (997.7) <F0077132-B7E4-A612-7D76-46EB1DE9C80E> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92afb000 - 0x92ca2ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x92ca3000 - 0x92cb7fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x92df4000 - 0x92dfdff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92eb5000 - 0x92ef5fe7  com.apple.IMCore 5.0.5 (747) <625F3A2B-3E43-2BD2-99C0-58E1C1765F65> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x92ef6000 - 0x9315cff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9315d000 - 0x93258fff  com.apple.PubSub 1.0.5 (65.28) <6F9B8187-DA37-878F-1760-89116A2B2BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93259000 - 0x93296ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93297000 - 0x933dafef  com.apple.QTKit 7.7 (1790) <95F7C69A-1D24-A96A-E95D-1DF8CCD03FB3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x933db000 - 0x933e8ff7  com.apple.AppleFSCompression 24.4 (1.0) <6D696284-020B-7F5C-226D-B820F0E981D2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x933f0000 - 0x9345fff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93460000 - 0x934affe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x934dc000 - 0x93517ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93518000 - 0x93556ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9365e000 - 0x936a0ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x936a1000 - 0x939c5fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x939c6000 - 0x939eeff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x939ef000 - 0x93a9bfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93a9c000 - 0x93dbcff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93dbd000 - 0x93ec9fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93eca000 - 0x93f4cffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93f4d000 - 0x93fbbff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x93fd5000 - 0x93ffbfe3  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <EB422111-E732-2AE0-0CFD-1D8B713B2EC9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x93ffc000 - 0x94367ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94368000 - 0x9436bff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9436c000 - 0x94374ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94375000 - 0x943e3ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x943e4000 - 0x94bd3557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94bd4000 - 0x94e82fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94e83000 - 0x94e98fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94e99000 - 0x94fc7fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94fc8000 - 0x94fe7ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fe8000 - 0x94fecff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94fed000 - 0x95d65fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95d7f000 - 0x96079fef  com.apple.QuickTime 7.6.6 (1790) <A5B2CDA8-47C9-F1AE-ED54-625B0FAB426F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9607a000 - 0x9608aff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9608b000 - 0x9608bff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x960bf000 - 0x960caff7  com.apple.NSServerNotificationCenter 3.0 (3.0) <0803C7DC-A7C5-03D5-4C84-4D4097542BE0> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x960cb000 - 0x960d2ff7  com.apple.KerberosHelper 2.1 (1.0) <2E28DB03-60AF-1C7B-28B0-2768DFBF44EB> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x960d3000 - 0x960f0fe7  com.apple.DotMacSyncManager 2.0.3 (446.9) <11FAEB92-AA44-CFA4-F2D3-73687984BAFD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9614f000 - 0x962d1fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x962d2000 - 0x962fcff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x962fd000 - 0x963d7fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x963d8000 - 0x96458feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96ad5000 - 0x96b22feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x96b23000 - 0x96bcbffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96bcc000 - 0x96be8fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96cc7000 - 0x96d07fe7  com.apple.DAVKit 4.0.3 (732.2) <EF9AA2D1-718F-40BE-4DB7-E62A767801AF> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x96d08000 - 0x96d0bff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x96e17000 - 0x96e1bff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96e60000 - 0x96e61ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96e62000 - 0x96e9cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x96e9d000 - 0x96e9dff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ea4000 - 0x96ea5ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96ea6000 - 0x96edeff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96edf000 - 0x96f00fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96f01000 - 0x96f31ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96f32000 - 0x96f75ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96f76000 - 0x96f76ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96f77000 - 0x96fbffff  com.apple.iCalendar 1.0.3 (54) <1FF7C991-491D-6708-51C2-08FF8916BD84> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x96fc0000 - 0x96ffbfe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9700c000 - 0x9701eff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9701f000 - 0x970fffe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x971aa000 - 0x97325fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97326000 - 0x97551ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97552000 - 0x975a2ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x975a3000 - 0x97766feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97767000 - 0x97773ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x97774000 - 0x977e8fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x977e9000 - 0x977f6fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x97804000 - 0x9780fff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x97810000 - 0x97853ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97854000 - 0x9788dfe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9788e000 - 0x978d3feb  MetadataLib.dylib 3.7.1 (compatibility 2.2.1) <5BF1EEEE-162A-DBCA-FFE7-7CAE0EEBF1AF> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x978d4000 - 0x978e5ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97aeb000 - 0x97af5ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97af6000 - 0x97b37ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x97b38000 - 0x97b4aff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <D3B86149-3466-B202-DBC1-06C575D451EB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x97b4b000 - 0x97bc2ff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97bc3000 - 0x97cf0ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x97cf1000 - 0x97d15ff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x97d16000 - 0x97dc4ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97dca000 - 0x97dd0fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x97dd1000 - 0x97e2bfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97e2c000 - 0x97e3cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97e76000 - 0x97e7bff7  com.apple.AOSNotification 1.2.0 (124) <3CDBCEB8-1078-7152-10CE-001B772AF04F> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x97e7c000 - 0x97eddfe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97ede000 - 0x97f5bff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x97f5c000 - 0x97fcbff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97fcc000 - 0x97fe4ff7  com.apple.datadetectors 2.1 (102.2) <0F960CD6-1B09-56BE-0B0A-48CE8B51F52C> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x97fe5000 - 0x9805eff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9805f000 - 0x98074ff7  com.apple.iChat.InstantMessage 5.0.5 (747) <4E1D077E-3733-5565-ADB9-C9B2C3EC89BE> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x98075000 - 0x98112fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98113000 - 0x981a5fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x981a6000 - 0x981e6ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x981e7000 - 0x981e7ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x982c7000 - 0x983c9fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x983ca000 - 0x983caff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x983cb000 - 0x983d6ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x984cc000 - 0x984d6ff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x984d7000 - 0x9852dff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x98b8e000 - 0x98bacff7  com.apple.iChat.IMFoundation 5.0.5 (747) <4F6827AF-F713-A8F8-92E8-C9EC59D92416> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x98bad000 - 0x98c00ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98c01000 - 0x98c04fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x98c05000 - 0x98c4aff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x98c4b000 - 0x98cf8fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x98cf9000 - 0x98d11ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x98d12000 - 0x98d5fff7  com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x98d60000 - 0x98d66fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98d67000 - 0x98dd1fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x98dd2000 - 0x98e2fff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98e30000 - 0x98e94ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98e95000 - 0x98ea3ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98ea4000 - 0x98ee8ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98ee9000 - 0x98eebfe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x98eec000 - 0x98feefef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x99025000 - 0x99207fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x99208000 - 0x9923bff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9923c000 - 0x9937eff7  com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x99392000 - 0x9968bfe7  com.apple.MessageFramework 4.5 (1084) <DF6AC752-F789-3BC3-5E69-0FEB1A8B4340> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x996ae000 - 0x99767fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x99768000 - 0x9979bfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9979c000 - 0x997a9ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x997aa000 - 0x997b5ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x997eb000 - 0x99831ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x99832000 - 0x99879ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9987a000 - 0x99888fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x99889000 - 0x99989fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x9998a000 - 0x9998dffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9998e000 - 0x99998fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x99999000 - 0x999bfffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x999c0000 - 0x99a8bfef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x99a8c000 - 0x99aaefef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x99aaf000 - 0x99b47fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99b48000 - 0x99b66fe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99b91000 - 0x99be9fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x99bea000 - 0x99beaff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x99c21000 - 0x99c52ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99c53000 - 0x99c58ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99c59000 - 0x99c80ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99c81000 - 0x99c87ff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x99c88000 - 0x99c88ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9abdd000 - 0x9abddff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0xbb100000 - 0xbb103fe7  libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <80CA35C5-AFBF-DD2D-B47B-9CE773B9CAEF> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    System Profile:
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 2 GB, SMC 1.1f5
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x89), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500413AS, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-846, 7.24 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: USB to ATA/ATAPI bridge, 0x152d  (JMicron Technology Corp.), 0x2338, 0xfd500000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000 / 3
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc529, 0x1d100000 / 2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    mds_2012_07_05_133857_localhostcrash:                                                                                                           
    Process:         mds [44] 
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Support/mds
    Identifier:      mds
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-07-05 13:38:55.646 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000657053a0
    Crashed Thread:  2  Dispatch queue: Index Query Scheduler for spindle 1
    Application Specific Information:
    objc_msgSend() selector name: longCharacterIsMember:
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x92afbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92afc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x971e72df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x971e63c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x971e61f1 CFRunLoopRunInMode + 97
    5   mds                                     0x0000dbc9 0x1000 + 52169
    6   mds                                     0x00004ed5 0x1000 + 16085
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x92b22382 kevent + 10
    1   libSystem.B.dylib                       0x92b22a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x92b21f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x92b21cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x92b21781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 2 Crashed:  Dispatch queue: Index Query Scheduler for spindle 1
    0   libobjc.A.dylib                         0x98c50f87 objc_msgSend + 23
    1   com.apple.spotlight.index               0x001b9101 CITokenizerGetQueryTokens + 257
    2   com.apple.spotlight.index               0x001be6c9 ContentIndexQueryNodeForString + 1017
    3   com.apple.spotlight.index               0x001a8d1c preIterateFuzzyQuery(__SI*, __ContentIndex*, query_node*, SISearchCtx*, bool*, bool*, ContentIndexQueryNode**, unsigned long*, unsigned long*) + 1807
    4   com.apple.spotlight.index               0x001a8711 preIterateFuzzyQuery(__SI*, __ContentIndex*, query_node*, SISearchCtx*, bool*, bool*, ContentIndexQueryNode**, unsigned long*, unsigned long*) + 260
    5   com.apple.spotlight.index               0x001a9154 gatherIndexInfo(SISearchCtx_METADATA*, _ContentIndexDocSet*) + 638
    6   com.apple.spotlight.index               0x001a9680 SISearchCtx_METADATA::preIterate() + 72
    7   com.apple.spotlight.index               0x001a54cf executeSearchCtx_Start(search_ctx*, unsigned char) + 199
    8   com.apple.spotlight.index               0x0010713f runLoop + 50
    9   com.apple.spotlight.index               0x00118872 work_fun + 653
    10  libSystem.B.dylib                       0x92b2248c _dispatch_queue_drain + 249
    11  libSystem.B.dylib                       0x92b21ee8 _dispatch_queue_invoke + 50
    12  libSystem.B.dylib                       0x92b21cfe _dispatch_worker_thread2 + 240
    13  libSystem.B.dylib                       0x92b21781 _pthread_wqthread + 390
    14  libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 3:  Dispatch queue: Index Query Scheduler for spindle 2
    0   libSystem.B.dylib                       0x92afbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x92b01646 pthread_mutex_lock + 490
    2   com.apple.spotlight.index               0x001be695 ContentIndexQueryNodeForString + 965
    3   com.apple.spotlight.index               0x001a8d1c preIterateFuzzyQuery(__SI*, __ContentIndex*, query_node*, SISearchCtx*, bool*, bool*, ContentIndexQueryNode**, unsigned long*, unsigned long*) + 1807
    4   com.apple.spotlight.index               0x001a8711 preIterateFuzzyQuery(__SI*, __ContentIndex*, query_node*, SISearchCtx*, bool*, bool*, ContentIndexQueryNode**, unsigned long*, unsigned long*) + 260
    5   com.apple.spotlight.index               0x001a9154 gatherIndexInfo(SISearchCtx_METADATA*, _ContentIndexDocSet*) + 638
    6   com.apple.spotlight.index               0x001a9680 SISearchCtx_METADATA::preIterate() + 72
    7   com.apple.spotlight.index               0x001a54cf executeSearchCtx_Start(search_ctx*, unsigned char) + 199
    8   com.apple.spotlight.index               0x0010713f runLoop + 50
    9   com.apple.spotlight.index               0x00118872 work_fun + 653
    10  libSystem.B.dylib                       0x92b2248c _dispatch_queue_drain + 249
    11  libSystem.B.dylib                       0x92b21ee8 _dispatch_queue_invoke + 50
    12  libSystem.B.dylib                       0x92b21cfe _dispatch_worker_thread2 + 240
    13  libSystem.B.dylib                       0x92b21781 _pthread_wqthread + 390
    14  libSystem.B.dylib                       0x92b215c6 start_wqthread + 30
    Thread 4:

  • Table Associations with sqlite-net wrapper

    Hi all,
    I am just looking for some code samples that shows associations between tables. I am right now using the sqlite-net wrapper and the SQLite for Windows Phone 8.1 SDK. 
    Just a glimpse of how I insert data into a table. Could somebody explain how do I do insertions, selections or deletions if I have associations setup between tables?
    using (var db = new SQLiteConnection(databasePath))
    var shift = db.Query<Schedule>("select * from Schedule where Date = ?", theSelectedDate.Date).FirstOrDefault();
    if (shift != null)
    shift.jobOne = 9:00 AM - 5:00 PM
    shift.theSliderStartValueJobOne = sliderShiftStartPopup.Value;
    shift.theSliderEndValueJobOne = sliderShiftEndPopup.Value; }
    db.RunInTransaction(() =>
    db.Update(shift);
    Thanks for having a look!
    Thanks, Sumesh

    Hello
    Have you tried another SQLite wrappers?
    I personally use SQL-PCL by Microsoft Open Technologies in all of my projects (which sometimes contains multiple tables and relationships). It is a low-level wrapper (it needs using raw SQL statements), but it gives you full control of what is done at the
    database-level and its API is extremely easy to use.
    You can get it here:
    https://sqlitepcl.codeplex.com/
    or via NuGet.
    And how to use it is greatly explained in this Channel9 video:
    http://channel9.msdn.com/Series/Building-Apps-for-Windows-Phone-8-1/19
    I hope this helps
    Best regards

  • Queue to Queue Propagation through DB link

    Hi,
    I need to propagate msgs from queue at one DB to another queue at another DB using DB link. What is step-by-step workflow to acheive this. I need to propagate automaticly. Could you help me? I've tried it, but every my atempt failed. THX.
    J.

    Sorry for uncomplete first post.
    1. Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    2. CREATE PUBLIC DATABASE LINK link.test CONNECT TO user IDENTIFIED BY passwd
         USING '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = service_name)))';
    3. I've tried it this way:
    BEGIN
      DBMS_AQADM.CREATE_QUEUE_TABLE( Queue_table => 'schema.testout_T', Queue_payload_type => 'schema.type', COMMENT => 'comment');
    END;
    show errors
    BEGIN
      DBMS_AQADM.CREATE_QUEUE( Queue_name => 'schema.testout_Q', Queue_table => 'schema.testout_T', Queue_type => 0, Max_retries => 5, Retry_delay => 0, dependency_tracking => FALSE);
    END;
    show errors
    BEGIN
      DBMS_AQADM.start_queue (
           queue_name         => 'schema.testout_Q',
           enqueue            => TRUE,
           dequeue            => TRUE);
    END;
    show errors
    BEGIN
    DBMS_AQADM.grant_queue_privilege (
       privilege     =>     'ALL',
       queue_name    =>     'schema.testout_Q',
       grantee       =>     'userpropag',
       grant_option  =>      FALSE);
    END;
    show errors
    -- 1st atempt
    BEGIN
        DBMS_PROPAGATION_ADM.CREATE_PROPAGATION(
        propagation_name => 'testout_p'
        ,source_queue => 'schema.testout_Q'
        ,destination_queue => 'dest.testIN_Q'
        ,destination_dblink => 'link.test'
        ,queue_to_queue => false);
    END;
    --2nd atempt
    BEGIN
        DBMS_PROPAGATION_ADM.CREATE_PROPAGATION(
        propagation_name => 'testout_p'
        ,source_queue => 'schema.testout_Q'
        ,destination_queue => 'dest.testIN_Q'
        ,destination_dblink => 'test.link'
        ,queue_to_queue => TRUE);
    END;
    BEGIN
       DBMS_AQADM.SCHEDULE_PROPAGATION(
          queue_name    =>    'schema.testout_Q',
          destination   =>    'test.link');
    END;
    BEGIN
      DBMS_PROPAGATION_ADM.START_PROPAGATION(
        propagation_name => 'testout_p');
    END;
    /Return of query:
    SCHEDULER$_JOBQ     SCHEDULER_COORDINATOR          0     PERSISTENT     FALSE
    SCHEDULER$_JOBQ     SCHEDULER_PICKUP          0     PERSISTENT     FALSE
    SRVQUEUE     TAFTSM          0     PERSISTENT     FALSE
    ALERT_QUE     HAE_SUB          0     PERSISTENT     FALSE
    ALERT_QUE     xxx          0     PERSISTENT     FALSE
    SYS$SERVICE_METRICS     SYS$RLB_GEN_SUB          0     PERSISTENT     FALSE

  • How to schedule a sql query on Windows

    Hi Experts;
    I got a sql query that I need to put on schedule, (on windows) in order it runs everyday at specific time.
    I got the query, but I want to know the next:
    How to invoke SQLPlus from this query? Explain how to include the user/password@SID
    Do I need to create this query in a .bat file?
    Also I want to know, how to send the results to an email?
    Thanks for your help.
    Regards
    Al

    I would suggest to put your sql query to a separate file and spool the result to a concrete file:
    query.sql:
    spool query.lst
    select * from emp;
    spool off;create a bat file query.bat:
    sqlplus <connection> @query.sql
    ...work with content of query.lst, send mail etcThen schedule your bat file with Windows scheduler
    The above could be simplified with JavaScript or VBScript
    Thanks.

  • Extract data from Query to a Flat File - scheduling in the background

    Hi All,
    We need to extract data from a query to a flat file periodically, but each time 10 separate executions based on 10 profit centers, to get the separate files.
    So, we have PC1, PC2, ... PC10 Profit centeres.
    We have Query1, with profit center variable.
    We have created 10 variants for Query1 so that we can execute for 10 profit centers.
    Now, we have used RSCRM_BAPI to execute the Query1 and write to a flat file. Now we are having a problem in getting this feature used to execute the query automatically for 10 different varaints.
    Thanks in advance,
    _ Shashi

    Shashi,
       You can try using Information Broadcasting or Reporting Agent. You can schedule this in Information Broadcasting.
    check this link for Information Broadcasting... <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm</a>
    Nagesh Ganisetti.

  • Webi Report Against SAP BW Query Fails When Scheduled

    Hi all,
    I'm facin a problem with all my Web intelligence Reports. When i refresh them on demand from view or design mode, everything works fine, but when i schedule them all instances fails with this error:
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[DF4LK70NQJ0KRU6XHODIE9TGA], [Measures].[3EG3OC7QZBODSE9J2JI4OLOPI], [Measures].[CXDGYOWE9FJFHS72KIO78WGTT], [Measures].[12C28AI1LLXSDEHMWCDUMJWCW], [Measures].[E2OE5J39YBUPP4IPZCX1HNHZX], [Measures].[5X2TIT4FSFEBHYFDEFACO2DCF], [Measures].[E6WGO3AACYBZ20ZIHZF28Y9TT], [Measures].[CB1PAR1H2KF21CWAY6G3NP2WK], [Measures].[8GZAGANUUZA7B2V59A5FBB5BO] } ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [ZSOLTYPE].[LEVEL01].MEMBERS, [0CALMONTH].[LEVEL01].MEMBERS ), [0MATL_GROUP].[LEVEL01].MEMBERS ), [0MATERIAL__0MATL_TYPE].[LEVEL01].MEMBERS ), [0COMPL_DEL].[LEVEL01].MEMBERS ), [0BBP_STATUS].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ) ON ROWS FROM [CUBE_NAME/QUERY_NAME] SAP VARIABLES [ENTFINAL] INCLUDING X [0I_CALZ2] INCLUDING ENE 2008 : MAR 2008 failed to execute with the error FUNCTION_NOT_FOUND. (WIS 10901) .
    BO is XI3.0, BW 3.5, Universe made from a SAP BW Query.
    Thanks in advance!

    Hi Ingo,
    All the authorizations for crystal report to fetch data is in place, and crystal report refresh and schedule runs success fully. The issue is only in Web Intelligence.
    If it is same as crystal report we should see similar results for crystal report, which is not the case as of now. Crystal report refreshes without any error and we can able to schedule it without any problem.
    As it is said earlier, SAP secuirty guy doesnt find any missing authorizations. It is very difficult to say which authorization is missing.
    Edited by: Raghavendra Barekere on Nov 7, 2008 6:42 PM

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all,
    While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)".
    Could you please find what this error is?
    Thanks,
    Uday.

    Hi Uday,
    This problem can occur if you changed the query definition.
    In this case the query definition would be inconsistent with the existing extract structure.
    Certain Meta information is maintained with each extract defined using the RSCRM_BAPI. If the definition of the query is changed and you need to use the same extract table then you need to delete the extract using the report RSCRMBW_DEL_ALL_EXTRACTS selecting the extract you want
    to delete.
    After this you could use the same table name for any further extract that you need to create.
    One caution is that the extract table should not be deleted through any other transaction before you run the report.
    Rgds,
    Colum

  • How to use scheduled agent for query in database

    Hi there I'm working with database on my app and when use the query for search in the database the application freeze for a maximum of one minute I want change that why I want what runs ok and I wonder if I can use a background agent for do that manage
    the queries .
    But I don't know how can I call the queries from the other project if the files are in the main project.

    Hi OzkarLeo,
    Background task provides functionality to do work when your app not in foreground, it need some conditions to trigger.
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh977056(v=win.10).aspx. If you need scheduled query when app is active in foreground, then it’s no need to use background task.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

Maybe you are looking for

  • SAP SD or BI

    Which SAP module is in demand in US (California) and Middle east, India and Pakistan? SAP SD, MM or BI.

  • Coloring the legend

    I have a scatter chart where I have replaced the symbol dynamically with a circle of varying opacity and size. Each series is assigned a color from a custom color wheel I have created. The chart looks great, however, the legend is still using the def

  • Lync Server 2013 Installation Error

    Hello, I am using my AD in Windows Azure VMs. I created new VM of A3 (4 cores, 7 GB Memory) Windows Server 2012 R2, Port 1433 MSSQL added, made it a member of Domain and planned to install first Lync Server 2013 on it. In "Setup or Remove Lync Server

  • Lines around text boxes

    how can i add lines around a text box?

  • Cannot download Oracle9i Database Release 2 Enterprise/Standard/Personal Ed

    Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP Download the Complete Files 92010NT_Disk3.zip (254,458,106 bytes) - <-- only this file cannot be downloaded pls see thru...