Report id and Application parameter

Hi
I am just configuring my iview to display my Crystal Report but I just get a blank screen.
These are the paramters I am using:
My report in BO is: frs://Input/a_163/009/000/2467/1c8c69c861bbb952.rpt
In the iview I set:
Appplication Paraters as:
cms_name=plybobof1:6400/Input/a_163/009/000
Report id as:
2467
Could anyone tell me what is wrong?....the SSO is working fine.
Thanks
Patrick

Hi,
take a look here:
Portal Part 1
/people/ingo.hilgefort/blog/2010/03/29/sap-businessobjects-enterprise-sap-enterprise-portal--part-1-of-4
Portal Part 2
/people/ingo.hilgefort/blog/2010/03/30/sap-businessobjects-enterprise-sap-enterprise-portal-part-2-of-4
Portal Part 3
/people/ingo.hilgefort/blog/2010/04/08/sap-businessobjects-enterprise-sap-enterprise-portal--part-3-of-4
Portal Part 4
/people/ingo.hilgefort/blog/2010/04/21/sap-businessobjects-enterprise-and-sap-enterprise-portal--part-4-of-4
Ingo

Similar Messages

  • Formating issue in report 10g between report developer and application

    I need help, I hope my description will be explicit enough for someone out there to understand. I have a comment field in report developer, the user wants it to be right justified and the length to be 200 xters, the comment is derived from a function. In report developer the comment is coming out okay, but when I put it in the application the comment is exceeding the data field. I put a filll color in the comment and it comes out like below in the application.
    example
    The most significant achievement is to render help to those* who seek.
    In application, my filled is covered up to those, whereas in report developer, my filled covered all the comment line.
    The comment field is variable vertically and fixed horizontally, and enclosed by vertically variable repeating frame.
    This is an issue because part of the comments is chopping off when user run and print this report.
    Thank you.

    Try by setting view properties like Table or Pivot table if this is not working then attach the report to a page and set the section properties and see how it works.
    If this is not working then Notes might have trimming it ;)
    If helps pls mark

  • Backround report processing and Application server

    Hi,
    If i run any FI report in backround processing it want to store in application server. Then that data will be accessed through AL11 or CG3Y. Can anybody guide me how to get the report.
    govind.

    Hi,
    -   Schedule your report in RSCRM_BAPI as periodic job based on Event trigger.
    -   When scheduling, it will ask for variable which you have in the report. Provide any value. The variable details will be stored in table 'RSCRMBATVAR' with the job name which you have schedule
    -   Write a program to read the job name from 'TBTCO' table
    -   change the variable value in the 'RSCRMBATVAR'  table and trigger the event to execute the job.
    give your mail id, I will forward the program which we are using in our scenario.
    Regards,
    PM
    Edited by: PM on Sep 24, 2008 5:08 PM

  • How to zip report output and send via mail from application

    Hello,
    I want to know how to zip the report output and send it by mail to concerned person from application
    I want this as the report is having more than 70000s of records.
    Also the XLS has the limitation of 2^16 records and the report is having more than this
    Any help is very much appreciated
    Regards,
    Vani

    1: Make a Dummy report. From some post parameter form trigger, run your original report with "srw.runreport" call. The original report can generate output to a file.
    2: Then withing this dummy report run, call a user exit to zip the
    original reports output. You need to write this user exit and attach them
    with reports.
    3: Now use Report 9i distribution for this dummy report to sent this external zip file through mail.
    With Regards
    Reports Team

  • Report Builder 3.0 DropDownList and @UserID Parameter?

    I can populate a report fine using a Stored Procedure and @UserID parameter. The problem is I'm trying to populate a DropDownList with the same @UserID parameter, but the DropDownList never populates, thus the report never populates.
    Q. How can I populate the DropDownList before the actual report Stored Procedure is run?

    Hi pointeman,
    What’s the meaning of DropDownList? Are you saying the ComboBox control with DropDownList as DropDownStyle in Visual Studio? Are you want to use the ComboBox to display the @UserID parameter drop-down list? As per my understanding, I think we can directly
    add ReportViewer control to display the report with parameter drop-down list to achieve your requirement.
    For more information about how to display reports to an application, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms252104.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal Reports 9 and SQL Server 2005 default parameter values

    We're using Crystal Reports 9 and upgraded from SQL Server 2000 to SQL Server 2005.
    I'm noticing a very weird problem which I wonder if anyone else has experienced (and hopefully found a resolution for). It appears that in using Crystal with SQL Server 2005 stored procedures, if we have default parameter values in the stored procedures, the default parameter values get completely ignored if you pass in a NULL value from Crystal!
    For example, if you have a stored procedure that begins like this:
    ALTER          Procedure [dbo].[StoredProcedure]
    @Param1 VarChar(200) = '',
    @Param2 VarChar(200) = ''
    AS ...
    both @Param1 and @Param2 have a default value of an empty string, and therefore should become empty strings if nothing (NULL values) gets passed in for them.
    But, like I said, what I'm finding is that with Crystal calling the stored procedure with NULL @Param1 and @Param2 values, they never become empty strings, but rather remain as NULLs.
    This was never a problem with SQL 2000.
    Very perplexing. Anyone else every experience this?
    Thank you.

    Please ignore my earlier post -- answered my own question.
    NULL parameter values do not get replaced by default values in SQL -- that is normal behavior in both SQL 2000 and SQL 2005. Just goes to show, that no many how many years programming experience you have, you can still get tripped up sometimes : (

  • Best report to check application and package deployment compliancy?

    I am looking for the best report to check application and package deployment compliancy.
    Preferably targeting a collection.
    tconners

    I'm recommending this one:
    Software Distribution - Application Monitoring folder -
    All application deployments (advanced)
    It allows you to select Collections and applications
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • I need to add a new report to the application that is done using visual studio and SSRS and SQL Server 2008

    I have an application that is done using SSRS on visual studio and it connects to the report server on SQL server 2008 environment.
    I've been changing the existing reports using visual studio 2008 and modifying the reports on the report server. How do I add a new report to the application ? I created a new report and deployed it on the report server but it didn't show up in the application.
    I can access the application source code on visual studio 2010 and TFS (Team Foundation). Thanks. 

    Hi,
    I have a question. This application retrieves SSRS reports from the report sever. When I download the reports
    from the SQL Server I can open them in visual studio 2008 but they don't open in visual studio 2010. I can access the application files on visual studio 2010 and team foundation server 2010. I was unable to open team foundation server 2008 on visual studio
    2008. The issue is that I am unable to add a report with a new name to the application. I use visual studio 2008 to deploy the reports on the report server but it has to be the same name to be able to run the report from the application. I can deploy any report
    on the report server but I can't access it from the application unless it has to be the same name as the present reports. If I keep the report the same name then it will replace the old report and the new report will run from the application. But only if it's
     the same name. I guess when I add a new report to the application with a new name I am supposed to add a definition in the application C sharp files  on visual studio 2010 so that the new report will show in the application. What's your opinion
    ? I have attached 2 images of the application and team foundation server 2010 and the report server.
    Thanks. 

  • CRASH REPORT  Product:  Adobe Photoshop CC  Application running on:  Apple iMac 3.5GHz / Mavericks 10.9.2  Application crashes without warning. .  Symptom:  Drop down boxes go blank white  (I shot screen captures of blank drop down boxes) and application

    CRASH REPORT
    Product:  Adobe Photoshop CC
    Application running on:
    Apple iMac 3.5GHz late 2013 / Mavericks 10.9.2
    Application crashes without warning.  Symptom:  Drop down boxes go blank white  (I shot screen captures of blank drop down boxes) and application stops working, actions for appox. 10 minutes preceding crash are lost. Force Quit  required to quit unresponsive / frozen  application and then Restart of  Adobe Photoshop CC
    Crash Frequency:  Three time in this work day, 5.6.14  Once a day sporadically (approximately 10 times) in past two weeks.
    Other applications running at time of crashes:  Adobe Bridge - NOT effected.  Computer was on line with no browsers open.
    Otherwise computer continued to operate normally.
    I have been using Adobe Photoshop CC for approximately two months.

    Thanks, Chris,
    I hope that this is the solution.
    re:  "And a crash report without an actual crash report (a long, detailed text document available from the crash report dialog), is not all that useful" :
    I did in deed submit a homemade crash report.
    I would have submitted "an actual Crash Report "  and sooner, but:  When this event occurs. there are NO dialog boxes.  All frozen / blank.  No possibility of "actual crash report" !
    Thank you!

  • UCCX 8.5 - Historical Reports - Traffic Analysis report and Application Performance Analysis report different calls presented

    Hi,
    Please Advice.
    When I compare Traffic Analysis report and Application report, Calls presented are not same. Please Help !
    Also attached herwith the reports

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • How to compile forms and reports 6i in Application server 1.0.2.2.2.

    Hi all,
    i used oracle forms and reports 6i with oracle database 10g in client server architecture.
    now i want to make 3 tier, client-application server version 1.0.2.2.2-origin database serversystem on 3 separate machines.
    i have installed application server version 1.0.2.2.2.
    now i have my forms and reports 6i in application server computer.
    can any one please tell me how to compile forms and reports 6i in application server computer i.e do i have to write some extra code in forms and reports 6i in order to compile in application server computer successfully.
    waiting for an early reply.
    best regards
    fahad ejaz
    email:[email protected]

    ... another question would be why not upgrade those old Forms & Reports to the newest release 10.1.2.0.2 and use the latest Application Server to run them with?
    Release 6i and 1.0.2.2 is as you know desupported.
    Regards,
    Martin

  • Safari quits on reopening laptop always  and sometimes while using , with this in crash report.     Library/Application Support/.iWellSoftAllto.tmp           google chrome continues to work.

    safari quits on reopening laptop always  and sometimes while using , with this in crash report.     Library/Application Support/.iWellSoftAllto.tmp           google chrome continues to work.

    Process:         Safari [11737]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.5 (6534.55.3)
    Build Info:      WebBrowser-75345503~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [110]
    PlugIn Path:       /Users/andrewwebb/Library/Application Support/.iWellSoftAllto.tmp
    PlugIn Identifier: .iWellSoftAllto.tmp
    PlugIn Version:    ??? (???)
    Date/Time:       2012-04-04 23:33:30.645 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          19053 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  18511 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      C425DB8F-52FB-41CD-9C6E-BE2B7BE1D235
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  1
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff83b7374e RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff83b73553 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff83b7340c BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff8004deb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff8004d801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari.framework              0x00007fff84c8cb48 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10  com.apple.AppKit                        0x00007fff8001368f -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff8000c3b0 NSApplicationMain + 364
    12  com.apple.Safari.framework              0x00007fff84e49e6a SafariMain + 200
    13  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1 Crashed:
    0   libSystem.B.dylib                       0x00007fff867e99ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x00007fff867e98d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                       0x00007fff868463ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib                       0x00007fff86865a00 abort + 93
    4   libstdc++.6.dylib                       0x00007fff832f35d2 __tcf_0 + 0
    5   libobjc.A.dylib                         0x00007fff8a372b4d _objc_terminate + 120
    6   libstdc++.6.dylib                       0x00007fff832f1ae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                       0x00007fff832f1b16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                       0x00007fff832f1bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libstdc++.6.dylib                       0x00007fff832ada3e std::__throw_length_error(char const*) + 127
    10  libstdc++.6.dylib                       0x00007fff832d83fe std::string::append(char const*, unsigned long) + 82
    11  .iWellSoftAllto.tmp                     0x0000000100082cbb dylibmain + 3599
    12  com.apple.CFNetwork                     0x00007fff847bcdd7 HTTPReadFilter::readHeaderBytes(StreamReader*, unsigned char, unsigned char*, long, CFStreamError*) + 421
    13  com.apple.CFNetwork                     0x00007fff847bdd4c HTTPReadFilter::canReadNoSignal(StreamReader*, CFStreamError*, unsigned char) + 110
    14  com.apple.CFNetwork                     0x00007fff8476b52c HTTPReadFilter::streamCanRead(__CFReadStream*) + 90
    15  com.apple.CFNetwork                     0x00007fff8476b6a2 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 122
    16  com.apple.CFNetwork                     0x00007fff8476b613 HTTPReadFilter::_httpRdFilterStreamCallBack(__CFReadStream*, unsigned long, void*) + 49
    17  com.apple.CoreFoundation                0x00007fff837f1343 _signalEventSync + 115
    18  com.apple.CoreFoundation                0x00007fff837f12b4 _cfstream_solo_signalEventSync + 116
    19  com.apple.CoreFoundation                0x00007fff837f11f4 _CFStreamSignalEvent + 740
    20  com.apple.CFNetwork                     0x00007fff847c08d7 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 45
    21  com.apple.CFNetwork                     0x00007fff8475512c SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 224
    22  com.apple.CFNetwork                     0x00007fff84755016 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 96
    23  com.apple.CoreFoundation                0x00007fff837b9bba __CFSocketDoCallback + 634
    24  com.apple.CoreFoundation                0x00007fff837b95bb __CFSocketPerformV0 + 315
    25  com.apple.CoreFoundation                0x00007fff837913d1 __CFRunLoopDoSources0 + 1361
    26  com.apple.CoreFoundation                0x00007fff8378f5c9 __CFRunLoopRun + 873
    27  com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    28  com.apple.CFNetwork                     0x00007fff8476e1fc HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 278
    29  com.apple.CoreFoundation                0x00007fff8377f05c CFReadStreamRead + 748
    30  .iWellSoftAllto.tmp                     0x0000000100082c66 dylibmain + 3514
    31  com.apple.CFNetwork                     0x00007fff847bffe0 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 82
    32  com.apple.CoreFoundation                0x00007fff8377f05c CFReadStreamRead + 748
    33  .iWellSoftAllto.tmp                     0x0000000100082264 dylibmain + 952
    34  .iWellSoftAllto.tmp                     0x0000000100081198 0x10007a000 + 29080
    35  .iWellSoftAllto.tmp                     0x0000000100081f46 dylibmain + 154
    36  .iWellSoftAllto.tmp                     0x000000010008459d dylibmain + 9969
    37  .iWellSoftAllto.tmp                     0x000000010008951c ksyms + 202
    38  libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    39  libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 12:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff867bc136 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff86791bc7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff867917b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff867912de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff86790c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff86790aa5 start_wqthread + 13
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff867ba932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff837b1468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 14:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff87c18b69 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff87c15f68 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff82ce5396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff82ce52d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8a63414f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff8a5b5114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 17:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff84e02305 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff84e0233f Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 18:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff812de6a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff84e7d803 Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00007fff84e7bc75 Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework              0x00007fff84e7bdf5 Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff86790a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff86790e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff86790aa5 start_wqthread + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x00000001004c9890  rcx: 0x00000001004c9848  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x00000001004c9880  rsp: 0x00000001004c9848
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x00000001174cac00  r14: 0x0000000000001000  r15: 0xffffffffffffffff
      rip: 0x00007fff867e99ce  rfl: 0x0000000000000247  cr2: 0x0000000100146790
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.5 (6534.55.3) <83F4C1DA-5D7C-E101-6BD6-808168C4C812> /Applications/Safari.app/Contents/MacOS/Safari
           0x100004000 -        0x100004fff +.libgmalloc.dylib ??? (???) <C5C8E257-608E-091E-359F-71200A436282> /Users/Shared/.libgmalloc.dylib
           0x10007a000 -        0x1000a1fff +.iWellSoftAllto.tmp ??? (???) <321B8545-39FC-4FEA-B2A4-2EAA3732F4A9> /Users/andrewwebb/Library/Application Support/.iWellSoftAllto.tmp
           0x100200000 -        0x1002e6fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
           0x1182ca000 -        0x1182f0fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11999d000 -        0x119b30fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11b025000 -        0x11c096ff7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <C44CB5D9-318E-3390-EEF4-F49CD0F30765> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff8000a000 -     0x7fff80a04ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff80a05000 -     0x7fff80aeafef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff80aeb000 -     0x7fff80b8bfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff80b8c000 -     0x7fff80d2dfe7  com.apple.WebKit 6534.55 (6534.55.3) <FF06897C-26D5-A526-1131-70D5A1D54CCB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80dfa000 -     0x7fff80e3ffff  com.apple.CoreMediaIOServices 142.0 (1497) <0A7A9B83-0C8A-DA9D-2815-DA710ACF5172> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff80e40000 -     0x7fff80e4afff  com.apple.DisplayServicesFW 2.3.5 (290) <18913B62-8C65-B81E-AA3C-27049D9D4FF7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff80e4b000 -     0x7fff80e9aff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff80e9b000 -     0x7fff80ed4ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff80ed5000 -     0x7fff80f1cff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81160000 -     0x7fff81180ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff81181000 -     0x7fff812bffff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff812c0000 -     0x7fff812c0ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff812c1000 -     0x7fff812d3fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff812d4000 -     0x7fff815f6fef  com.apple.JavaScriptCore 6534.55 (6534.55.2) <F360FF8A-97DE-327E-A366-EDE97321E795> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff815f7000 -     0x7fff81618fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff8183b000 -     0x7fff81955fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81956000 -     0x7fff81961ff7  com.apple.HelpData 2.0.5 (34.1.1) <495A70E4-4614-04F9-6CB1-B2B1A65A2B2F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81962000 -     0x7fff81985fff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff81986000 -     0x7fff81986ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff81987000 -     0x7fff819a2ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff819a3000 -     0x7fff81a25fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff81a26000 -     0x7fff81aa2ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff81aa3000 -     0x7fff81ab0fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81ad5000 -     0x7fff81adafff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff81b61000 -     0x7fff81ba8fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff81ba9000 -     0x7fff81bf8fef  libTIFF.dylib ??? (???) <2DDC5A18-35EE-5B59-10D8-0F6925DB3858> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82573000 -     0x7fff825bdff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff825be000 -     0x7fff825fffef  com.apple.CoreMedia 0.484.60 (484.60) <6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff82701000 -     0x7fff82701ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82702000 -     0x7fff82706ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82707000 -     0x7fff82738fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82739000 -     0x7fff82748fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff82765000 -     0x7fff8276bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8276c000 -     0x7fff82771ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff827c5000 -     0x7fff82886fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff82887000 -     0x7fff8289dfe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8289e000 -     0x7fff828b3ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff828b4000 -     0x7fff82964fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82965000 -     0x7fff82966fff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff82967000 -     0x7fff8296dff7  IOSurface ??? (???) <2AAA9416-1CC0-1F40-0FA0-33AE6162378D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8296e000 -     0x7fff829cefe7  com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff829cf000 -     0x7fff829ecff7  libPng.dylib ??? (???) <A6D093D2-CA9D-2035-9C11-0AE98585C6F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff829ed000 -     0x7fff82a7afff  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff82a7b000 -     0x7fff82b0bfff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff82b0c000 -     0x7fff82b55fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82b62000 -     0x7fff82b63ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff82b64000 -     0x7fff82b6aff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82b6b000 -     0x7fff82b7afff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82c48000 -     0x7fff82c91ff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff82c92000 -     0x7fff8302ffe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83030000 -     0x7fff830b5ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff830bb000 -     0x7fff830fefef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff830ff000 -     0x7fff8310aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8310b000 -     0x7fff8311afff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff8311b000 -     0x7fff83132fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff83133000 -     0x7fff8324afef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff832a7000 -     0x7fff83324fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff83456000 -     0x7fff8347dff7  libJPEG.dylib ??? (???) <921A3A14-A69B-F393-1678-5A5D32D4BDF2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8347e000 -     0x7fff8359dfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff835ac000 -     0x7fff835d1ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff835d2000 -     0x7fff835fdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff835fe000 -     0x7fff83698fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff836d1000 -     0x7fff83726ff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff83743000 -     0x7fff838bafe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff838bb000 -     0x7fff838bcfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff838bd000 -     0x7fff838ceff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff838cf000 -     0x7fff83b38fff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff83b39000 -     0x7fff83b44fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff83b45000 -     0x7fff83e43fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff83e44000 -     0x7fff83f6cff7  com.apple.MediaToolbox 0.484.60 (484.60) <F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff83fd1000 -     0x7fff83feafff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff84020000 -     0x7fff84053ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff841b5000 -     0x7fff84373fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff84374000 -     0x7fff84374ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff84375000 -     0x7fff843d7fe7  com.apple.datadetectorscore 2.0 (80.7) <DDB40E6F-A9B6-BCDA-E758-0358A971752A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff843d8000 -     0x7fff843ecff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff84417000 -     0x7fff8474bfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8474c000 -     0x7fff84820fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff84821000 -     0x7fff84825ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff84826000 -     0x7fff84ab0fe7  com.apple.security 6.1.2 (55002) <FD0B5AD4-74DB-7ED8-90D3-6EC56FFA8557> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff84ab1000 -     0x7fff84b2fff7  com.apple.CoreText 151.12 (???) <5BE797B7-C903-B664-ADD9-7514B1A6EF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff84b30000 -     0x7fff84b32fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff84b33000 -     0x7fff84b6dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff84b6e000 -     0x7fff84c2bfff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff84c2c000 -     0x7fff8545cfff  com.apple.Safari.framework 6534 (6534.55.3) <1A32D063-6CA1-E1B7-735C-E8F4DA4F3C0F> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8545d000 -     0x7fff854c9fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff854ca000 -     0x7fff85559fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8555a000 -     0x7fff85570fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff85571000 -     0x7fff8562afff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff8562b000 -     0x7fff8565bfef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8565c000 -     0x7fff85b62ff7  com.apple.VideoToolbox 0.484.60 (484.60) <F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff85b63000 -     0x7fff85fa6fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85fa7000 -     0x7fff860b1ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff861db000 -     0x7fff866b1ff7  com.apple.RawCamera.bundle 3.11.0 (608) <187ED782-EDF1-C1AC-B73A-E974DD57E9DD> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff866b4000 -     0x7fff866b4ff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff866b5000 -     0x7fff866b6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff866b7000 -     0x7fff866f8ff7  com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685-42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff866f9000 -     0x7fff86736ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff86737000 -     0x7fff86775fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86776000 -     0x7fff86937fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff86942000 -     0x7fff86947fff  libGIF.dylib ??? (???) <1888A176-22D5-C663-22D0-336D9D213BD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff86948000 -     0x7fff869b2fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff869b3000 -     0x7fff871bdfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff87208000 -     0x7fff87219fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff8721a000 -     0x7fff87916ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff87917000 -     0x7fff8797ffff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff87980000 -     0x7fff87b3eff7  com.apple.ImageIO.framework 3.0.5 (3.0.5) <4CF96F2C-B7BB-4C57-E352-3C678CA2B2B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff87b3f000 -     0x7fff87b75ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87b76000 -     0x7fff87bbeff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff87bcd000 -     0x7fff87c10ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87c11000 -     0x7fff88c7afe7  com.apple.WebCore 6534.55 (6534.55.3) <FFFFDC58-5DAD-106B-0EC2-C23B22F2D40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff890b8000 -     0x7fff89137fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89138000 -     0x7fff89183fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff89184000 -     0x7fff89186fff  libRadiance.dylib ??? (???) <E08CD209-E3E4-2753-AF8A-90DD12ED556F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff891c6000 -     0x7fff891f5fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff891f6000 -     0x7fff89267ff7  com.apple.AppleVAFramework 4.10.27 (4.10.27) <6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89268000 -     0x7fff89268ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff892cc000 -     0x7fff8930dfef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8930e000 -     0x7fff89314ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff89315000 -     0x7fff8944afff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89499000 -     0x7fff896d3fef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff896d4000 -     0x7fff89789fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8978a000 -     0x7fff89798ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff89799000 -     0x7fff8989dff7  com.apple.PubSub 1.0.5 (65.28) <94FBE6EB-6554-1E5B-DE22-D027222AD6B8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8989e000 -     0x7fff89960fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89961000 -     0x7fff899adfff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff899ae000 -     0x7fff899bafff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff89a29000 -     0x7fff89a7cff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89a7d000 -     0x7fff89a80ff7  com.apple.securityhi 4.0 (36638) <BAA349B3-F28D-2BFC-8DD5-2A0EE7FFB929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89afd000 -     0x7fff89cb7ff7  com.apple.WebKit2 6534.55 (6534.55.3) <44B0FCCC-7303-FDDE-18D5-14D9FA744C50> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff89d12000 -     0x7fff89d12ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff89d13000 -     0x7fff89d3bfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff89d96000 -     0x7fff89da7fff  SyndicationUI ??? (???) <2345AF3F-75EB-79A7-9665-A154F6943B59> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff89e18000 -     0x7fff89e1ffff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89e20000 -     0x7fff89f90fff  com.apple.QTKit 7.7 (1789) <212AE7F7-EFDB-275D-88FB-33B9CF809842> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8a052000 -     0x7fff8a052ff7  com.apple.Carbon 150 (152) <4533D085-6476-0A37-09CD-3CA73D75D4F8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8a05f000 -     0x7fff8a0ebfef  SecurityFoundation ??? (???) <48FE90D0-7C14-D41B-6A4A-8E174582C7AE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a0ec000 -     0x7fff8a0effff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a292000 -     0x7fff8a2cdfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8a2ce000 -     0x7fff8a2d9fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8a365000 -     0x7fff8a41bff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8a41c000 -     0x7fff8a41fff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8a420000 -     0x7fff8a4fdff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8a5a4000 -     0x7fff8a826fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8a82f000 -     0x7fff8a843fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 4
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 2

  • Deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 on

    hello and hi alls,
    I and two tire method , one for database and one for application server. i connect to databse ,but am i does not unserstand how deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 ,pls
    help me
    Reagrd
    Mahr Haider Iqbal
    Functional & Technical Consultant

    Hi,
    Well you just need to create a directory in paste your forms there, and then make an entry in the formsweb.cfg file and forms.conf files. Likewise there are entries for the images and report.
    http://download.oracle.com/docs/cd/B28638_01//doc/frs/forms/B14032_03/basics002.htm
    regards

  • Lync reporting: Found QOEMatrics database stores media related info of all interactions(Audio,Video ,conferences) except IM and application sharing.

    Do we have any way to let QOEMatrics db to store media info of every sessions(including IM,sharing)?
    Ref:Lync 2010 SQL reporting databases and tables.

    The following types of content are not archived with Archiving Server:
    Peer-to-peer file transfers.
    Audio/video for peer-to-peer instant messages and conferences.
    Desktop and application sharing for peer-to-peer instant messages and conferences.
    For the detailed information, see
    http://technet.microsoft.com/en-us/library/jj204900.aspx
    Lisa Zheng
    TechNet Community Support

  • Auto print out report for java application

    <p>Hi, </p><p>Now i&#39;m using eclipse 3.2 to develop a java application and using crystal report to create report.</p><p>I would like to directly printing out the report from the java application.</p><p>what the installer or plugin i need?</p><p>What the setting i need to set? </p><p>Can you give me the sample coding to directly print out the report from java application by passing parameter?</p><p>Thanks,</p><p>Hui Bee</p>

    There is a Consulting Solution called BOInterface that Business Objects Global Services sells and that helps you to achieve what you describe very easily.
    A description is <a href="http://www.mnsoft.org/bointerface0.0.html">here</a>.
    Particularly, see the <a href="http://www.mnsoft.org/boxinterfacedocs/com/bo/boxinterface/boreport/scheduler/BOReportSchedulerPrinter.html">BOReportSchedulerPrinter</a>. BOInterface comes with a complete example on scheduling to printer; that example can even itself be scheduled.
    Contact me via direct email for more information if this is interesting for you.
    HTH,
    M
    Matthias Nott -  Business Objects
    Service Line Leader Products EMEA
    [email protected]

Maybe you are looking for

  • I get message that my iPod Touch is syning with another library

    Had to fully reinstall WIndows XP and everything else, even iTunes. Now when I try to sync iTunes request authorization to sync my iPod with a new library, sine the new installation of iTunes in blank. I tried several thigns, but I´m new to the iPod

  • Moving from PC to MAC - Existing external hard drive

    I purchased a new iMac yesterday.  This is a change from always using PCs.  I have three external hard drives - one connected via USB and two connected to my internal network.  All three are NTFS partitioned drives.  From what I've read, it looks lik

  • Ok how can i get songs back into my ipod with itunes 7

    alright well heres the deal ever since i updated my itunes its been saying my ipod is corrupted and wouldnt update it...EVER...so i tried pluggin it n unpluggin it bout 5-9 times to c if it wud work again..i gave up and just restored it...and now it

  • Two Separate Problems -  1) Some website elements missing in Internet Explorer and 2) Site manager page Locks up

    1) I have two forms created in FormsCentral embedded on my website www.videoaldeco.com . They do not appear in Internet Explorer. They work in Firefox and Safari on my iPhone. However, the problem only occurs on this computer. I tried another PC and

  • Process of Sub Assets

    Hi Gurus, Can you please tell me the process of Sub Assets in AUC and in normal assets as well? How to capitalize it, retire it, what to do if any sub assets is gone for repairing? Please revert asap. Thank You