Error upgrading demo database to 8.8

Hi all
I am trying to upgrade one of my demo-databases but when I try the upgrade fails with an Internal Error (-10) on the object "Inventory Valuation Log" ...
because of the name I suspected that it might be because Iventory Valuation checkup have not been performed on the database... I ran the IVC script and it came back with the database being a candidate for a checkup....
My question is, could this be the reason for my upgrade fail (and if so is it really need to send all databases including internal test databases for IVC?)
I have allready upgraded other test-databases that did not have the IVC problem but does anyone know for sure if this is the issue

Hi
By your email -id ,I think you work for Boyum . Just send it database for support and tell the exact reason why you are sending to database .
Before you submit , follow the note that they have send it to you .
If SAP suppport takes your database ,it's fine . If not ......
Hope this helps
Bishal

Similar Messages

  • Error upgrading DB2 database from 8.1 SP4 to 9.2

    Has anyone encountered this before:
    create_database_objects:
    [echo] ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    [java] Loading Database...
    [java] logFile=upgrade_db.log
    [java] user=db2admin
    [java] password=********
    [java] url=jdbc:bea:db2://pod248:50000;DatabaseName=iwcontnt
    [java] files=C:\bea\WEBLOG~2/common/p13n/db/db2/jdbc_index/UPGRADE/jdbc.index,C:\bea\WEBLOG~2/portal/db/db2/jdbc_index/UPGRADE/jdbc.index
    [java] driver=weblogic.jdbc.db2.DB2Driver
    [java] saltFile=C:\bea\weblogic92\portal\upgrade\db/security/SerializedSystemIni.dat
    [java] prodDir=C:\bea\WEBLOG~2
    [java] Processing file 'C:\bea\WEBLOG~2\common\p13n\db\db2\jdbc_index\UPGRADE\jdbc.index'
    [java] Files=
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_constraints.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_tables.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/p13n9_insert_system_data.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/bt9_insert_system_data.sql
    [java] Error = SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java] java.lang.Exception: SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    [java] Caused by: java.sql.SQLException: [BEA][DB2 JDBC Driver]Resource Limits Reached( ALLOCATE MEMORY FOR NEW SQLSTT FAILED ). Diagnostic Info: FUNCTION ID = 0049 , PROBE POINT = 0400 , TRACE POINT = 0030 , SUBCODE1 = 8B0F0000, SUBCODE2 = 78A68A98, SUBCODE3 = 00000000, ERROR MSG = Parser: Memory allocation error.
    [java]      at weblogic.jdbc.base.BaseExceptions.createException(Ljava.lang.String;Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseExceptions.getException(I[Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
         [java]      at weblogic.jdbc.db2.drda.DRDARequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAQueryStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processReply(Lweblogic.jdbc.base.BaseWarnings;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplStatement.execute()V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.getMaxSections()I(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.initialize(Lweblogic.jdbc.db2.drda.DRDALoginRequest;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplConnection.open()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.connect()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.setupImplConnection(I)Lweblogic.jdbc.base.BaseImplConnection;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.open(Lweblogic.jdbc.base.BaseConnectionProperties;Lweblogic.jdbc.base.BaseExceptions;Lweblogic.util.UtilDebug;)V(Unknown Source)
    [java] Load Failed
    [java]      at weblogic.jdbc.base.BaseDriver.connect(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown Source)
    [java]      at com.bea.plateng.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:266)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:153)
    [java]      ... 1 more
    I am trying to upgrade the schema for WL/Portal 9.2 from 8.1SP4 using the scripts supplied from BEA using the BEA DB2 driver.
    -mike

    Michael Melvin wrote:
    Has anyone encountered this before:
    create_database_objects:
    [echo] ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    [java] Loading Database...
    [java] logFile=upgrade_db.log
    [java] user=db2admin
    [java] password=********
    [java] url=jdbc:bea:db2://pod248:50000;DatabaseName=iwcontnt
    [java] files=C:\bea\WEBLOG~2/common/p13n/db/db2/jdbc_index/UPGRADE/jdbc.index,C:\bea\WEBLOG~2/portal/db/db2/jdbc_index/UPGRADE/jdbc.index
    [java] driver=weblogic.jdbc.db2.DB2Driver
    [java] saltFile=C:\bea\weblogic92\portal\upgrade\db/security/SerializedSystemIni.dat
    [java] prodDir=C:\bea\WEBLOG~2
    [java] Processing file 'C:\bea\WEBLOG~2\common\p13n\db\db2\jdbc_index\UPGRADE\jdbc.index'
    [java] Files=
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_constraints.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_tables.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_create_indexes.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/p13n9_insert_system_data.sql
    [java]      file:/C:/bea/WEBLOG~2/common/p13n/db/data/required/bt9_insert_system_data.sql
    [java] Error = SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java] java.lang.Exception: SQLException when executing file file:/C:/bea/WEBLOG~2/common/p13n/db/db2/p13n9_drop_indexes.sql
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    [java] Caused by: java.sql.SQLException: [BEA][DB2 JDBC Driver]Resource Limits Reached( ALLOCATE MEMORY FOR NEW SQLSTT FAILED ). Diagnostic Info: FUNCTION ID = 0049 , PROBE POINT = 0400 , TRACE POINT = 0030 , SUBCODE1 = 8B0F0000, SUBCODE2 = 78A68A98, SUBCODE3 = 00000000, ERROR MSG = Parser: Memory allocation error.
    [java]      at weblogic.jdbc.base.BaseExceptions.createException(Ljava.lang.String;Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseExceptions.getException(I[Ljava.lang.String;)Ljava.sql.SQLException;(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDAQueryStatementRequest.processCodePoint(IILweblogic.jdbc.base.BaseWarnings;)Z(Unknown Source)
    [java]      at weblogic.jdbc.db2.drda.DRDARequest.processReply(Lweblogic.jdbc.base.BaseWarnings;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplStatement.execute()V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.getMaxSections()I(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2PackageManager.initialize(Lweblogic.jdbc.db2.drda.DRDALoginRequest;)V(Unknown Source)
    [java]      at weblogic.jdbc.db2.DB2ImplConnection.open()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.connect()V(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.setupImplConnection(I)Lweblogic.jdbc.base.BaseImplConnection;(Unknown Source)
    [java]      at weblogic.jdbc.base.BaseConnection.open(Lweblogic.jdbc.base.BaseConnectionProperties;Lweblogic.jdbc.base.BaseExceptions;Lweblogic.util.UtilDebug;)V(Unknown Source)
    [java] Load Failed
    [java]      at weblogic.jdbc.base.BaseDriver.connect(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown Source)
    [java]      at com.bea.plateng.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:266)
    [java]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:153)
    [java]      ... 1 more
    I am trying to upgrade the schema for WL/Portal 9.2 from 8.1SP4 using the scripts supplied from BEA using the BEA DB2 driver.
    -mikeHi. You may need to consult your DB2 DBA. This is just the driver reporting that
    it's processing failed at the DBMS because of hitting a DBMS resource limit on
    memory.
    Joe

  • Vision Demo Database is upgradable?

    I want to test the upgrade 11.5.10.2 from 11.5.10.0. Question, if I make the fresh install 11.5.10.0 as Vision Demo Database from the DVD, can it be upgraded ?
    TIA

    Yes, it can be upgraded. However, to test the upgrade it is recommended you clone your production instance and test the upgrade on it so that you can avoid any errors (more downtime) when upgrading the main instance later.

  • ORA-03113: Error while upgrading the Database from 11.1.0.6 to 11.1.0.7

    Hi,
    I am trying to upgrade the database from 11.1.0.6 to 11.1.0.7 on OEL operating system.
    After applying the patch "6890831" when trying to start the database using "Startup Upgrade" command I am getting the below error.
    ORA-03113: end-of-file on communication channel
    Process ID: 20826
    Session ID: 170 Serial number: 3
    I am getting the same error when trying to create the new database using "DBCA".
    Please provide me the probable outcomes.
    Thanks
    Amith

    Below entries found in alert_orcl.log file
    MMNL started with pid=15, OS id=20571
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = /u01/app/oracle
    Thu Dec 03 20:11:11 2009
    ALTER DATABASE MOUNT
    Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_mman_20557.trc:
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    MMAN (ospid: 20557): terminating the instance due to error 27103
    Instance terminated by MMAN, pid = 20557
    Below entries found in the Trace file generated
    error 27103 detected in background process
    ORA-27103: internal error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: -1
    Additional information: 1
    *** 2009-12-03 20:11:14.727
    MMAN (ospid: 20557): terminating the instance due to error 27103

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Demo Database UK - upgrade problem

    Hi
    I downloaded a demo database for UK - SAP B11 v8.8 PL10.
    When I try to upgrade to SAP B1 v8.8 PL12, 15,16,or 17 I get the following warning and the upgrade fails:-
    Check skipped as no metadata from the common database.  Common database version differs from the company database version.
    Any help would be appreciated.
    Thanks
    Ian

    Dear Ian,
    I assume you are facing an issue described in SAP Note [1343074|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1343074] (Upgrade Wizard Precheck: Fix table structure check). As it states in the note above,
    If the warning message "Common database version differs from company database version" is displayed, choose one of the following solutions:                                                                               
    -  Confirm the warning message and continue the upgrade process. The company database structure check will be skipped.                                                                               
    -  Upgrade the company database with the common database of same version.     
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

  • Error in EBS 11.5.10.2 after upgrading to database 10.2.0.3 from9.2.0.5

    hi,
    i am getting this error whenever i open any form or try to query.
    ORA-01116: error in opening database file 125
    ORA-01110: data file 125: '/oratest/ora/proddata/a_txn_data42.dbf'
    ORA-27041: unable to open file
    HP-UX Error: 24: Too many open files
    Additional information: 3
    my OS is HP UX 11.11

    There is a Unix kernel parameter or a ulimit parameter that controls the number of files an account can have open at any given time - I suspect that this value is set too low. Pl check with your Unix sysadmin and have him/her double or triple this value and then try again. PL see ML Note 555895.1 (this note is for R12, but it lists the various kernel parameters and ulimit values).
    HTH
    Srini Chavali

  • SAP DEMO Database for SAP b1 Version for HANA

    I was wondering if anyone can Help. I have installed the SBODEMO database on SAP B1 version for SAP Hana. V9.0 PL4 and then upgraded to PL9HF (901.00 to 902.001) the SBOCOMMON upgraded ok but SBODEMO database failed on the pre upgrade checks with "Parameter type error in stored procedure SBO_SP_TranasctionNotification and refers to Note 134078. I logged it with SAP and they have said uninstall the SBO DEMO database and then reinstall. Can anybody provide details on how to do this as there are no uninstaller just for the DEMO db as it was installed during the SAP B1 server installation.

    Hi Nathan,
    You can uninstall using uninstall.bin typically located in /opt/sap/SAPBusinessOne. If you deleted /opt/sap/SAPBusinessOne or the uninstall fails you can use the command shown below.
    //Check for B1 rpm files
    rpm -q -a | grep B1
    //remove B1 rpm files
    rpm -q -a | grep B1 | xargs rpm -e
    After uninstalling I would recommend deleting the directory (rm -rf  /opt/sap/SAPBusinessOne).
    Best regards,
    Duncan

  • Error while Assigning database level role (db_datareader) to SQL login (Domain Account)

    Team,
    I got an error while creating a User for Domain Account. Below is the screen shot of the error (error : 15401)
    Database instance is on SQL 2000 SP3. ( I know it is out of support, But the customer is relutanct to upgrade)
    On Google search, i found below article which is best matching for this error
    http://support.microsoft.com/kb/324321
    I have follows each step of troubleshooting. But still the issue persists.
    Step 1. The login does not exist == The login is very much exist in the domain as i am able to add the same domain id to other database instances
    Step 2. Duplicate security identifiers == i have used this query to find duplicate SID
    /*  SELECT name FROM syslogins WHERE sid = SUSER_SID ('YourDomain\YourLogin') */
    But there was only one row returned with create date of today's.
    Error while Assigning database level role (db_datareader) to SQL login (Domain Account) 
    Step 3. Authentication failure == Domain is available. User is able to login on other servers via RDP connection.
    Step 4. Case sensitivity == Database collation is set to Case insensitivity. (CI)
    Other two 5. Local Accounts & 6. Name resolution == is not applicable to me.
    I tried other ways also.
    A. Creating login and providing permission in one go only = User account is not created
    B. Instead of GUI, use query to create login and provide required permission = Same error.
    Does anybody has faced any such situation
    Chetan

    See the below output
    srvid
    sid
    xstatus
    xdate1
    xdate2
    name
    password
    dbid
    language
    isrpcinmap
    ishqoutmap
    selfoutmap
    NULL
    0x010500000000000515000000A1F66E1BFC1DC75D26E72530A2B80400
    14
    20:25.9
    57:33.4
    UKBAA\LHRAPPMuttavarapuS
    NULL
    1
    us_english
    0
    0
    0
    Chetan

  • PL/SQL errors upgrading from 8i to 10g

    I have a number of packages and functions that were created before my time on oracle 8i that work great there, however I am trying to upgrade the database to Oracle 10G and most all of the packages and functions are now invalid.
    Here is an example
    Line # = 4 Column # = 1 Error Text = PL/SQL: SQL Statement ignored
    Line # = 22 Column # = 18 Error Text = PL/SQL: ORA-00942: table or view does not exist
    This is TBORGESON.STVM_PRESHIPTOPRESHIPTRANS
    (The_Date in date)
    AS
    Begin
    Insert Into Aswihart.PreshipTrans SELECT a.ID, a.WorkOrderType, a.WorkOrderBaseID,
    a.WorkOrderLotID , a.WorkOrderSplitID, a.WorkOrderSubID, a.CustomerID, a.MWPartNumber,
    a.CustomerPartNumber, a.CustomerOrderNumber, a.CustomerOrderLineNumber,
    a.PurchaseOrderNumber, a.CustomerName, a.CustomerAddr1, a.CustomerAddr2,
    a.CustomerAddr3, a.CustomerCity, a.CustomerState, a.CustomerZipCode,
    a.CustomerCountry, a.CustomerShowAddr1, a.CustomerShowAddr2, a.CustomerShowAddr3,
    a.CustomerShowAddr4, a.CustomerShowAddr5, a.BillToName, a.BillToAddr1, a.BillToAddr2,
    a.BillToAddr3, a.BillToCity, a.BillToState, a.BillToZipCode, a.BillToCountry,
    a.BillToShowAddr1, a.BillToShowAddr2, a.BillToShowAddr3, a.BillToShowAddr4, a.BillToShowAddr5,
    a.DesiredQuantity, a.WantDate, a.QuantityShipped, a.ShipDate, a.NetWeight, a.GrossWeight,
    a.AddWeight, a.CalcWeight, a.Territory, a.Unit, a.Price, a.OrderDate, a.RevisionNumber,
    a.ShipVia, a.Packages, a.PackingSlip, a.LotNumber, a.Description, a.BillOfLading,
    a.ShippingInstructions, a.ShippingInstructions2,
    a.ToBeBilled, a.IsInvoiced, a.UnitPrice, a.CurrentDate, a.Class, a.ProductCode,
    UPPER(NVL(StockLocation,'SHIPPING')) AS location, a.Salesman,
    a.Worksheet, a.Certification, a.Status, a.Initials, a.ProductQuantity, a.StockQuantity,
    a.Plant2, a.SCAC, a.NoCont, a.ContType, a.NoSP, a.QuantitySP, a.BarSerial, a.ASN,
    a.Tare, a.APW, a.Sample, a.ACT, a.ConsPt, a.UserName, a.CurrentTime, a.LocationCode, a.ProductInStock, a.SpecialPacking, a.SpecialPackingInstructions, a.BarCodeFormat, a.CarrierCode, a.DockNumber, a.SupplierCode, a.ModelYear, a.MaterialIssuer, a.PoolPoint, a.PoolPointAddress, a.EDIAccumShipQty, 'FG' AS Warehouse
    FROM aswihart.preship a WHERE (((a.QuantityShipped)>0) AND (a.ShipDate <= The_Date) AND (ltrim(rtrim(a.packingslip)) is not null) AND ((a.ToBeBilled)='Y') AND ((a.IsInvoiced)='N'));
    end;
    I’m not sure what needs changed to get this to work. The table aswihart.preship definitely does exist, in a different schema in the same database.
    Doug Hatfield
    Information Systems Manager
    Mathew-Warren Spring Division
    (574) 722-8397
    [email protected]

    Hi,
    you need to grant rights from the owner of the table to the user who ownes the package. In 10g some roles have less rights, so this lost the user rights on the table. So start to make a grant select and insert on the table:
    grant select,insert on preship to TBORGESON;See if this helps and get more compiled packages.
    Herald ten Dam
    htendam.wordpress.com

  • Mail quit unexpectedly when upgrading mail database

    Hi there,
    Mail keeps on quiting unexpectedly during upgrading mail database after I upgraded  to OSX 10.9.
    I've tried tricks I could find on the net, including removing com.apple.mail, without good luck.
    It's really frustraing. Anything I could try to get my mails back ?
    Thanks in advance !
    Mack
    Here are the message shown on the problem report window...
    ===============================================
    Process:         Mail [663]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.0 (1816)
    Build Info:      Mail-1816000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [245]
    Responsible:     Mail [663]
    User ID:         503
    Date/Time:       2013-11-22 01:34:05.731 +0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  A31BACAC-E86E-F191-F21E-3E21D8D6D941
    Crashed Thread:  2  -[MFLibraryUpgrader run]  Dispatch queue: NSOperationQueue 0x6000000358c0
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to exception while holding database lock 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8e9c541c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff89f38e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8e8868b7 -[__NSArrayM insertObject:atIndex:] + 951
    3   Mail                                0x00007fff8bcf4969 -[MFLibraryUpgrader _getRecipientsForMessageWithLibraryID:recipientNames:recipientAddresses:dbHandl e:] + 252
    4   Mail                                0x00007fff8bcf4495 -[MFLibraryUpgrader _setSpotlightAttributesForEMLXFilesInMailbox:mailboxURLString:] + 1082
    5   Mail                                0x00007fff8bd1ff2b +[MFMailboxDirectoryScanner enumerateMailboxesAtDirectory:usingBlock:] + 2283
    6   Mail                                0x00007fff8bcf3ef5 -[MFLibraryUpgrader _updateSpotlightAttributes] + 478
    7   Mail                                0x00007fff8bcea354 -[MFLibraryUpgrader _upgradeSchema] + 1240
    8   Mail                                0x00007fff8bce920b __24-[MFLibraryUpgrader run]_block_invoke + 648
    9   Mail                                0x00007fff8bcc89e5 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1328
    10  Mail                                0x00007fff8bce89a1 -[MFLibraryUpgrader run] + 908
    11  CoreFoundation                      0x00007fff8e8b0dec __invoking___ + 140
    12  CoreFoundation                      0x00007fff8e8b0c54 -[NSInvocation invoke] + 308
    13  MailCore                            0x00007fff89727b74 -[MCMonitoredInvocation invoke] + 211
    14  MailCore                            0x00007fff8974a808 -[MCThrowingInvocationOperation main] + 40
    15  MailCore                            0x00007fff896eef08 -[_MCInvocationOperation main] + 332
    16  Foundation                          0x00007fff877bc591 -[__NSOperationInternal _start:] + 631
    17  Foundation                          0x00007fff877bc23b __NSOQSchedule_f + 64
    18  libdispatch.dylib                   0x00007fff8b8982ad _dispatch_client_callout + 8
    19  libdispatch.dylib                   0x00007fff8b89c7ff _dispatch_async_redirect_invoke + 154
    20  libdispatch.dylib                   0x00007fff8b8982ad _dispatch_client_callout + 8
    21  libdispatch.dylib                   0x00007fff8b89a09e _dispatch_root_queue_drain + 326
    22  libdispatch.dylib                   0x00007fff8b89b193 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib             0x00007fff93896ef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib             0x00007fff93899fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8e2b4a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e2b3d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e8e8315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e8e7939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e8e7275 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff8f0d7f0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff8f0d7cb7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff8f0d7abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff8a3c228e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff8a3c18db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.mail                          0x000000010af33e3e 0x10ae28000 + 1097278
    11  com.apple.mail                          0x000000010af33418 0x10ae28000 + 1094680
    12  com.apple.mail                          0x000000010ae2c00f 0x10ae28000 + 16399
    13  com.apple.mail                          0x000000010ae2b6b3 0x10ae28000 + 14003
    14  com.apple.CoreFoundation                0x00007fff8e993fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    15  com.apple.CoreFoundation                0x00007fff8e887c5d _CFXNotificationPost + 2893
    16  com.apple.Foundation                    0x00007fff877b74aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    17  com.apple.AppKit                        0x00007fff8a3c9b79 -[NSApplication _postDidFinishNotification] + 289
    18  com.apple.AppKit                        0x00007fff8a3c98ac -[NSApplication _sendFinishLaunchingNotification] + 195
    19  com.apple.AppKit                        0x00007fff8a3c6796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    20  com.apple.AppKit                        0x00007fff8a3c61eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    21  com.apple.Foundation                    0x00007fff877d5eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    22  com.apple.Foundation                    0x00007fff877d5d1d _NSAppleEventManagerGenericHandler + 106
    23  com.apple.AE                            0x00007fff8afabe1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    24  com.apple.AE                            0x00007fff8afabc32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    25  com.apple.AE                            0x00007fff8afabb36 aeProcessAppleEvent + 315
    26  com.apple.HIToolbox                     0x00007fff8f0e45f1 AEProcessAppleEvent + 56
    27  com.apple.AppKit                        0x00007fff8a3c20f6 _DPSNextEvent + 1026
    28  com.apple.AppKit                        0x00007fff8a3c18db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit                        0x00007fff8a3b59cc -[NSApplication run] + 553
    30  com.apple.AppKit                        0x00007fff8a3a0803 NSApplicationMain + 940
    31  libdyld.dylib                           0x00007fff938935fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8e2b9662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8b89a43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8b89a152 _dispatch_mgr_thread + 52
    Thread 2 Crashed:: -[MFLibraryUpgrader run]  Dispatch queue: NSOperationQueue 0x6000000358c0
    0   libsystem_kernel.dylib                  0x00007fff8e2b8866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff9389635c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8af6fbba abort + 125
    3   com.apple.Mail.framework                0x00007fff8bcc941c +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 3943
    4   com.apple.Mail.framework                0x00007fff8bce89a1 -[MFLibraryUpgrader run] + 908
    5   com.apple.CoreFoundation                0x00007fff8e8b0dec __invoking___ + 140
    6   com.apple.CoreFoundation                0x00007fff8e8b0c54 -[NSInvocation invoke] + 308
    7   com.apple.MailCore                      0x00007fff89727b74 -[MCMonitoredInvocation invoke] + 211
    8   com.apple.MailCore                      0x00007fff8974a808 -[MCThrowingInvocationOperation main] + 40
    9   com.apple.MailCore                      0x00007fff896eef08 -[_MCInvocationOperation main] + 332
    10  com.apple.Foundation                    0x00007fff877bc591 -[__NSOperationInternal _start:] + 631
    11  com.apple.Foundation                    0x00007fff877bc23b __NSOQSchedule_f + 64
    12  libdispatch.dylib                       0x00007fff8b8982ad _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8b89c7ff _dispatch_async_redirect_invoke + 154
    14  libdispatch.dylib                       0x00007fff8b8982ad _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8b89a09e _dispatch_root_queue_drain + 326
    16  libdispatch.dylib                       0x00007fff8b89b193 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib                 0x00007fff93896ef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib                 0x00007fff93899fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8e2b8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff93896f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff93899fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8e2b8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff93896f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff93899fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8e2b8e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff93896f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff93899fb9 start_wqthread + 13
    Thread 6:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8e2b8a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8af8ee60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8af8ed52 usleep + 54
    3   com.apple.AppKit                        0x00007fff8a6262ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8781b70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff93895899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9389572a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff93899fc9 thread_start + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010b3e6000  rcx: 0x000000010b3e5828  rdx: 0x0000000000000000
      rdi: 0x0000000000001a03  rsi: 0x0000000000000006  rbp: 0x000000010b3e5850  rsp: 0x000000010b3e5828
       r8: 0x0000000008000100   r9: 0x0000000000000000  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x00007fff76413ea0  r13: 0x00007fff89f30080  r14: 0x0000000000000006  r15: 0x00007fff89f30001
      rip: 0x00007fff8e2b8866  rfl: 0x0000000000000206  cr2: 0x00007f9b6988d800
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10ae28000 -        0x10b117fff  com.apple.mail (7.0 - 1816) <E8B5953C-FD5C-3D3B-B481-34F23E45730A> /Applications/Mail.app/Contents/MacOS/Mail
           0x10ce7f000 -        0x10ce81fff  apop.so (170) <79E840B4-6D30-3CBB-99D3-345D6C77D5DF> /usr/lib/sasl2/apop.so
           0x10ce85000 -        0x10ce87fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x10fa71000 -        0x10fa81fff  dhx.so (170) <A9EBA1D4-8ED8-37BB-BA1E-263091EAF96E> /usr/lib/sasl2/dhx.so
           0x10fa8d000 -        0x10fa95fff  digestmd5WebDAV.so (170) <9DBE65CE-9B5C-37A3-8112-40F39BE3B5F8> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10fa9a000 -        0x10fa9cfff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x10faa1000 -        0x10faa9ff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x10faae000 -        0x10fab2fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x10fab7000 -        0x10fab9fff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x10fabd000 -        0x10fac2fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x10fac7000 -        0x10facefff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x10fad7000 -        0x10fad9fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x10fadd000 -        0x10fae1fff  libpps.so (170) <9BAB4F91-A2DF-3F11-A2E4-8E353562ECC8> /usr/lib/sasl2/libpps.so
           0x10fae6000 -        0x10fae9ff7  mschapv2.so (170) <7B006E8A-BEB7-3004-9C16-134D37C077A5> /usr/lib/sasl2/mschapv2.so
           0x10faee000 -        0x10fb16ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10fb2c000 -        0x10fb2efff  pwauxprop.so (400) <924056F9-D203-3DAD-B78D-61439A2E6BE8> /usr/lib/sasl2/pwauxprop.so
           0x10fb33000 -        0x10fb35fff  shadow_auxprop.so (170) <2E0153C3-9D36-3496-8885-DE8B91838036> /usr/lib/sasl2/shadow_auxprop.so
           0x10fb3a000 -        0x10fb3cfff  smb_nt.so (170) <903A6BA5-5B1F-305A-98EA-27BE757A7CFF> /usr/lib/sasl2/smb_nt.so
           0x10fb41000 -        0x10fb43fff  smb_ntlmv2.so (170) <15A0B3C1-DA72-3B4C-8234-EF24132FEB0B> /usr/lib/sasl2/smb_ntlmv2.so
           0x10fc3f000 -        0x10fc3ffeb +cl_kernels (???) <DF69926E-D75A-44D7-AFBD-5B6E139EDDCD> cl_kernels
           0x10fc41000 -        0x10fd27fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff62aac000 -     0x7fff62adf817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff86065000 -     0x7fff86072fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff86073000 -     0x7fff86074ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff86075000 -     0x7fff860d4fff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff860ee000 -     0x7fff860f7ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff860f8000 -     0x7fff86181fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86182000 -     0x7fff861b2fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff861b3000 -     0x7fff8623bff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8623c000 -     0x7fff8649dff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff864e4000 -     0x7fff86513fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff86514000 -     0x7fff8651dfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8651e000 -     0x7fff8652cfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8652d000 -     0x7fff86532ff7  com.apple.EmailAddressing (7.0 - 1816) <811B7A0A-5B01-364F-B916-E5B11BBB1DE1> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
        0x7fff86538000 -     0x7fff86567ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff86568000 -     0x7fff8658efff  com.apple.iCalendar (7.0 - 162) <2B270453-6FFD-3AD3-B40B-51715BE66B33> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8658f000 -     0x7fff86592fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff86593000 -     0x7fff86599ff7  libCGXCoreImage.A.dylib (599.7) <AC38090E-BA96-33C0-92F3-8EF6231582C4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff8659a000 -     0x7fff8697bffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8697c000 -     0x7fff86a47fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff86a48000 -     0x7fff86b19ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff86b1a000 -     0x7fff86b56fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff86ef0000 -     0x7fff871c4fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff871c5000 -     0x7fff871d1ff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff871d2000 -     0x7fff8721aff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8721b000 -     0x7fff872ddff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff87310000 -     0x7fff87334ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87335000 -     0x7fff873acfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff873ad000 -     0x7fff873b0fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff873b1000 -     0x7fff8743cfff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff8743d000 -     0x7fff877b3ffa  com.apple.JavaScriptCore (9537 - 9537.65) <7E76880C-832E-385B-9591-ACCF57A68385> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff877b4000 -     0x7fff87ab3fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff87ab4000 -     0x7fff87ac6fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff87ac7000 -     0x7fff87af5ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87af6000 -     0x7fff88066fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8806c000 -     0x7fff88eb8ff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff88ebb000 -     0x7fff88eecfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff88eed000 -     0x7fff88f08ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff88f09000 -     0x7fff88f10fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88f60000 -     0x7fff88f60ff7  com.apple.frameworks.SleepServices (1.1 - 1.1) <4D9C44FF-5403-3372-A90E-CBF2A34D7CE7> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
        0x7fff88f61000 -     0x7fff89045fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff89046000 -     0x7fff8906afff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8906b000 -     0x7fff8906cff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8906d000 -     0x7fff89081fff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff890bb000 -     0x7fff89114fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89115000 -     0x7fff89117fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89118000 -     0x7fff89120ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89139000 -     0x7fff89144fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff891b0000 -     0x7fff891b6ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff89459000 -     0x7fff8969cfff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8969d000 -     0x7fff896c5ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff896c6000 -     0x7fff896c8fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff896c9000 -     0x7fff89772ff7  com.apple.MailCore (7.0 - 1816) <5E8A558E-B776-3582-AE62-FA80655751E7> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
        0x7fff89773000 -     0x7fff897baff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff897bb000 -     0x7fff897fbfff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff897fc000 -     0x7fff897fffff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff89800000 -     0x7fff899b8ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff899b9000 -     0x7fff899c4ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff89a03000 -     0x7fff89a3dff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff89a3e000 -     0x7fff89a48ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff89a52000 -     0x7fff89a5eff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff89a5f000 -     0x7fff89a74ff7  com.apple.ContactsUI (8.0 - 1365) <75628A70-E777-3E64-A9B8-5CF91839C522> /System/Library/PrivateFrameworks/ContactsUI.framework/Versions/A/ContactsUI
        0x7fff89a75000 -     0x7fff89a7dfff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff89a7e000 -     0x7fff89a9bff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89a9c000 -     0x7fff89aadff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff89aae000 -     0x7fff89ab0ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff89ab1000 -     0x7fff89acaff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff89aef000 -     0x7fff89af4fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff89af5000 -     0x7fff89b44ff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff89b45000 -     0x7fff89b4cff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff89b4d000 -     0x7fff89b7cfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff89b7d000 -     0x7fff89c0cff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff89c3e000 -     0x7fff89f28fff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff89f29000 -     0x7fff89f2aff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff89f2b000 -     0x7fff8a0d8f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8a0d9000 -     0x7fff8a0d9fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8a0da000 -     0x7fff8a12bfff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8a12e000 -     0x7fff8a376fff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8a377000 -     0x7fff8a385fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8a386000 -     0x7fff8a398ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8a399000 -     0x7fff8a39dfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8a39e000 -     0x7fff8af12ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8af13000 -     0x7fff8af9cff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff8af9d000 -     0x7fff8af9dffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8af9e000 -     0x7fff8aff9ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8b0af000 -     0x7fff8b10ffff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8b110000 -     0x7fff8b11bff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b11c000 -     0x7fff8b15aff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8b215000 -     0x7fff8b226ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8b231000 -     0x7fff8b234fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8b257000 -     0x7fff8b26fff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8b270000 -     0x7fff8b40cff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8b442000 -     0x7fff8b45dfff  com.apple.CalendarStore (7.0 - 1363) <3B8C272C-D888-359B-B0E1-B842113F6603> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8b5c8000 -     0x7fff8b5fdffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b5fe000 -     0x7fff8b5fefff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8b5ff000 -     0x7fff8b646fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8b647000 -     0x7fff8b698ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8b6ad000 -     0x7fff8b6b6fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b6b7000 -     0x7fff8b6e1ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8b729000 -     0x7fff8b735ff7  com.apple.CalendarAgentLink (7.0 - 138) <B8B63D14-D853-3478-B001-BC67B7E9F993> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8b736000 -     0x7fff8b793fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8b7d8000 -     0x7fff8b80cffb  com.apple.datadetectors (5.0 - 246.0) <26962AB2-75C3-3D45-A9BF-6D75CC263DEF> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8b897000 -     0x7fff8b8b1fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff8b8b2000 -     0x7fff8b8bcff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8b8bd000 -     0x7fff8b921ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8b922000 -     0x7fff8b92aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8b92b000 -     0x7fff8b99aff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8b99b000 -     0x7fff8ba8afff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8ba8b000 -     0x7fff8ba8bfff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8ba8c000 -     0x7fff8bbfaff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8bbfb000 -     0x7fff8bc08ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8bc09000 -     0x7fff8be1aff7  com.apple.Mail.framework (7.0 - 1816) <748EB39A-3BB4-3911-B1D1-05F002923E65> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
        0x7fff8c31f000 -     0x7fff8c577ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8c578000 -     0x7fff8c595fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8c596000 -     0x7fff8c5c3ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8c5c4000 -     0x7fff8c650ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8c651000 -     0x7fff8c692fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8c6cd000 -     0x7fff8c701fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff8c703000 -     0x7fff8c70dff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8c711000 -     0x7fff8c73dfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c748000 -     0x7fff8c752fff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8c753000 -     0x7fff8c803ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c804000 -     0x7fff8c810ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8c811000 -     0x7fff8c81aff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8c81b000 -     0x7fff8c824fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c825000 -     0x7fff8d14105f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d159000 -     0x7fff8d165ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8d166000 -     0x7fff8d2d6ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8d2d7000 -     0x7fff8d2f9fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8d34a000 -     0x7fff8d3bdffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8d3be000 -     0x7fff8d41cff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8d41d000 -     0x7fff8d699ff7  com.apple.RawCamera.bundle (5.01 - 718) <6CC4A1E5-A89A-369D-96C4-7A5ED40B487B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d69a000 -     0x7fff8d6a4ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8d6a5000 -     0x7fff8d784fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d785000 -     0x7fff8d794ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d795000 -     0x7fff8d7acffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8d7ad000 -     0x7fff8d7b5fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8d7b6000 -     0x7fff8d7c7ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff8d7c8000 -     0x7fff8d7cfff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8d7d0000 -     0x7fff8d7ebff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8d7ec000 -     0x7fff8d7f1ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8d7f2000 -     0x7fff8da83ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8da84000 -     0x7fff8da91ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8da92000 -     0x7fff8da94ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff8dabd000 -     0x7fff8dc78ff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0-9AF3B88C5C8E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8dc79000 -     0x7fff8dc92ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8dd08000 -     0x7fff8dd53fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8dd54000 -     0x7fff8dd56ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8dd57000 -     0x7fff8dd61fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8dd62000 -     0x7fff8ddc4ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8de3f000 -     0x7fff8de77ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8decf000 -     0x7fff8df1cff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8df1d000 -     0x7fff8df1eff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8df1f000 -     0x7fff8df6cfff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8df6d000 -     0x7fff8dfadff7  com.apple.CalDAV (7.0 - 155.1) <6912C282-D362-3473-90E3-655A36C0CC21> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8dfae000 -     0x7fff8e012ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e013000 -     0x7fff8e06afff  com.apple.IMAP (7.0 - 1816) <179520FB-A7AD-3039-A277-62F8FB175878> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff8e06b000 -     0x7fff8e075ff7  com.apple.corerecents (1.0 - 1) <6C3ACB55-6FA5-3266-80D3-592B7258F5E7> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
        0x7fff8e076000 -     0x7fff8e0a5ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8e0fc000 -     0x7fff8e14ffff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e150000 -     0x7fff8e151ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8e15f000 -     0x7fff8e172ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8e173000 -     0x7fff8e178ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8e179000 -     0x7fff8e1d9ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8e1dc000 -     0x7fff8e21bfff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e2a3000 -     0x7fff8e2bfff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e2c0000 -     0x7fff8e2c8ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8e317000 -     0x7fff8e447ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e448000 -     0x7fff8e49ffff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8e4a0000 -     0x7fff8e4a2ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e4a3000 -     0x7fff8e4e5ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8e4e6000 -     0x7fff8e583fff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8e58a000 -     0x7fff8e58cfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8e58d000 -     0x7fff8e590ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8e591000 -     0x7fff8e598fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8e599000 -     0x7fff8e68aff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8e68b000 -     0x7fff8e6affff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff8e6b0000 -     0x7fff8e6b4ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8e6c3000 -     0x7fff8e6d3fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8e6d4000 -     0x7fff8e6d5fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8e6d6000 -     0x7fff8e771ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8e772000 -     0x7fff8e7b7ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8e7b8000 -     0x7fff8e822ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e823000 -     0x7fff8e823fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8e84b000 -     0x7fff8e84cfff  com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff8e84d000 -     0x7fff8e876fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8e877000 -     0x7fff8ea5cff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ea5d000 -     0x7fff8ea6aff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8ea6b000 -     0x7fff8eba0ffa  com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8eba1000 -     0x7fff8ebe6ff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8ebe7000 -     0x7fff8ed09ff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8ef9e000 -     0x7fff8efa3fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8f04b000 -     0x7fff8f04cfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff8f04d000 -     0x7fff8f075ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8f076000 -     0x7fff8f07eff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8f07f000 -     0x7fff8f0a8ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8f0a9000 -     0x7fff8f353ffd  com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8f354000 -     0x7fff8f36bfff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8f396000 -     0x7fff8f398fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8fae9000 -     0x7fff8faeaff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8faeb000 -     0x7fff8fb06ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8fb07000 -     0x7fff8fc5aff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8fc5b000 -     0x7fff8fc5bfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8fc5c000 -     0x7fff8fc5cff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8fc5d000 -     0x7fff8fc68fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8fc69000 -     0x7fff8fcc5fff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8fcc6000 -     0x7fff8fd97ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8fd98000 -     0x7fff8fde1fff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8fde2000 -     0x7fff8fde4ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff9023f000 -     0x7fff90245ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff90246000 -     0x7fff90309ff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff90389000 -     0x7fff903d7fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff903d8000 -     0x7fff90504fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff9059a000 -     0x7fff905a3ff7  com.apple.MailService (7.0 - 1816) <962A2816-E884-365B-A518-AA561082D64E> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
        0x7fff90e68000 -     0x7fff90ebaff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff90ebb000 -     0x7fff90fa9fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff90faa000 -     0x7fff90fd1ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff90fd2000 -     0x7fff90fe8fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff90fe9000 -     0x7fff91022ff7  com.apple.QD (3.5

    I tried what registerednderdsuggested in http://https://discussions.apple.com/thread/4137441?start=0&tstart=0 and it works !
    Thanks anyway !

  • Upgrading EBS database 9i (9.2.0.6) to 9.2.0.8

    Hi all,
    I am upgrading my database from 9.2.0.6 to 9.2.0.8.
    I am getting error, i am pasting the log file content.
    =======================================
    - Linking Oracle
    rm -f /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle
    gcc -o /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle -L/data/oracle/db/proddb/9.2.0/rdbms/lib/ -L/data/oracle/db/proddb/9.2.0/lib/ -L/data/oracle/db/proddb/9.2.0/lib/stubs/ -Wl,-E `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o` /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ssoraed.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ttcsoi.o /data/oracle/db/proddb/9.2.0/lib/nautab.o /data/oracle/db/proddb/9.2.0/lib/naeet.o /data/oracle/db/proddb/9.2.0/lib/naect.o /data/oracle/db/proddb/9.2.0/lib/naedhs.o /data/oracle/db/proddb/9.2.0/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lskgxn9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /data/oracle/db/proddb/9.2.0/rdbms/lib/defopt.o -lknlopt `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap9" ; fi` -lslax9 -lpls9 -lplp9 -lserver9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 -ljox9 -lserver9 -locijdbcst9 -lwwg9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lsnls9 -lunls9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -Wl,-rpath,/data/oracle/db/proddb/9.2.0/lib:/lib:/usr/lib -lm `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -ldl -lm `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo -laio`
    /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [data/oracle/db/proddb/9.2.0/rdbms/lib/oracle] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ioracle' of makefile '/data/oracle/db/proddb/9.2.0/rdbms/lib/ins_rdbms.mk'. See '/etc/oraInventory/logs/installActions2011-02-23_09-46-08AM.log' for details.
    Exception Severity: 1
    The output of this make operation is also available at: '/data/oracle/db/proddb/9.2.0/install/make.log'
    ====================================================================================
    content of /data/oracle/db/proddb/9.2.0/install/make.log
    - Linking Oracle
    rm -f /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle
    gcc -o /data/oracle/db/proddb/9.2.0/rdbms/lib/oracle -L/data/oracle/db/proddb/9.2.0/rdbms/lib/ -L/data/oracle/db/proddb/9.2.0/lib/ -L/data/oracle/db/proddb/9.2.0/lib/stubs/ -Wl,-E `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o` /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ssoraed.o /data/oracle/db/proddb/9.2.0/rdbms/lib/ttcsoi.o /data/oracle/db/proddb/9.2.0/lib/nautab.o /data/oracle/db/proddb/9.2.0/lib/naeet.o /data/oracle/db/proddb/9.2.0/lib/naect.o /data/oracle/db/proddb/9.2.0/lib/naedhs.o /data/oracle/db/proddb/9.2.0/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lskgxn9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /data/oracle/db/proddb/9.2.0/rdbms/lib/defopt.o -lknlopt `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap9" ; fi` -lslax9 -lpls9 -lplp9 -lserver9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 -ljox9 -lserver9 -locijdbcst9 -lwwg9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /data/oracle/db/proddb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `if /usr/bin/ar tv /data/oracle/db/proddb/9.2.0/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lsnls9 -lunls9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -Wl,-rpath,/data/oracle/db/proddb/9.2.0/lib:/lib:/usr/lib -lm `cat /data/oracle/db/proddb/9.2.0/lib/sysliblist` -ldl -lm `test -f /data/oracle/db/proddb/9.2.0/rdbms/lib/skgaioi.o && echo -laio`
    /data/oracle/db/proddb/9.2.0/rdbms/lib/opimai.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [data/oracle/db/proddb/9.2.0/rdbms/lib/oracle] Error 1
    =====================================================================================================
    Thanks and Regards,
    Varun.

    Please check
    +Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]+
    Hi Helios,
    As you have asked me to check os related setting adjustment according to the document(ID 169706.1).
    I am already running 9.2.0.6 on my machine sucessfully, and as per the document there is no seperate column for 9.2.0.6 and 9.2.0.8(there is only one column as
    9.2.0), which is indication that os related setting adjustment will be same for both 9.2.0.6 and 9.2.0.8.
    As i have already mentioned above that i am having no problem in runnig the 9.2.0.6 database then how it can be a issue with
    os related setting adjustment .
    Please guide me if i am wrong.
    Thanks and regards
    varun.

  • Error when update Database

    I want to install PeopleSoft HRCS database and the database type is system. The version of peopletools is 8.49 and the HRCS is 9.0. After I create the database and import the data, I do the task of Updating Database to Latest PeopleTools Release. I do it step by step, when I do task7B-4-8, I can’t open data mover by PS. The error is the user PS has no create session privilege. So I grant the privilege to PS, it can open data mover. However before I do the task of update database, I can open the data mover by PS, I don’t know which step makes the mistake. When I do task7B-4-9, the error is :
    D:\pt\bin\client\winx86>psae.exe -CD PSDB -CT ORACLE -CO PS -CP PS -R INSTALL -A
    I VERSION
    LoadLibraryA() in pscompat.dll failed for 'PSORA.dll': reason=126
    Message Set Number: 200
    Message Number: 0
    Message Reason: Missing or invalid version of SQL library PSORA (200,0)
    Message Set Number: 0
    Message Number: 0
    Message Reason: Invalid User ID and password for signon. (0,0)
    Error in sign on
    How can I resolve it? Does anybody have the more detail document about this task? I have installed PeopleSoft HRCS demo database before install PeopleSoft HRCS system database. I didn’t get these errors.
    Edited by: hzg on Jun 28, 2009 9:12 AM

    hzg wrote:
    ...I can’t open data mover by PS. The error is the user PS has no create session privilege. So I grant the privilege to PS...PS, as a database user should not have any right to open a session, is is designed like that. In no case you should modify it.
    The task 7B-4-8 requires a bootstrap mode connection, you should connect to DataMover with the database owner of the Peoplesoft objects (i.e. SYSADM) :
    To update PeopleTools system data:
    +1. Invoke Data Mover by running <PS_HOME>\bin\client\winx86\psdmt.exe.+
    The PeopleSoft Logon window appears.
    +2. Log on using the access ID you specified when you created your Data Mover scripts with the Database Setup program.+
    +This will start Data Mover in bootstrap mode.+
    Furthermore, before launching psae, you should be sure the user people has all the necessary grant by running grant.sql script, and check the Configuration Manager settings.
    Nicolas.

  • Upgrade oracle database from 11.2.0.3 to 11.2.0.4 on RHEL 6

    Hello,
    There was OS upgrade from RHEL5 to RHEL6 and Oracle 11gR2 ( 11.2.0.3) is running on rhel5, we need to upgrade to 11.2.0.4 on RHEL6.
    Do anyone know what are the exact steps to perform this task?
    Thanks

    Hi Srini,
    Thanks for the reply. while i am performing RMAN duplicate target database using active database. I am getting the below errors.
    ==========================================================================================================
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: fatal error during execution of command
    RMAN-10041: Could not re-create polling channel context following failure.
    RMAN-10024: error setting up for rpc polling
    RMAN-10005: error opening cursor
    RMAN-10002: ORACLE error: ORA-03114: not connected to ORACLE
    RMAN-03002: failure of Duplicate Db command at 08/06/2014 11:48:22
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Process ID: 20877
    Session ID: 1 Serial number: 5
    ==============================================================================================================
    Source database is on RHEL5 and Oracle 11.2.0.3
    Target database is on RHEL6 and Oracle 11.2.0.4.
    I tried to start the startup the database with upgrade option but i am getting media recovery error.
    SQL> startup upgrade;
    ORACLE instance started.
    Total System Global Area 1603411968 bytes
    Fixed Size                  2253664 bytes
    Variable Size             603983008 bytes
    Database Buffers          989855744 bytes
    Redo Buffers                7319552 bytes
    Database mounted.
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/u02/oradata/NBFDEV1/system01.dbf'
    It would be great if you can help me to fix the issue.
    Thanks

  • New SSRS 2012 Service Application Fails to Upgrade ReportServer Database

    Hi - 
    I am in the middle of an SSRS upgrade from 2008R2 to 2012, SP 2010 integrated, without upgrading the database engine. This is on my DEV environment. I am running into problems when I add the new SQL Server Reporting Services Service Application through Central
    Administration.  I am keying in the previous db names, so they will be upgraded, "ReportServer". After clicking OK, a screen pops up notifying me that "ReportServer" and "ReportServerTempDB" will be upgraded. So far so good
    right? Well as it is processing, it returns with the error found at the bottom:
     The correlationID is nowhere to be found in the ULS Logs. I turned on Verbose logging and still no luck. I have restored the ReportServer database from a backup from 3 days ago and tried again. Same error, different correlation ID, not found
    in ULS logs. NOTE: I first encountered a specific permissions error for the service account I was using.  That was nice and descriptive :). Changed the permissions to db_owner and sys_admin (for overkill) and now this non-descriptive error appears.  I
    have a few questions:
    1. I have gone through the same process of adding a new service application and let a new set of the 3 SSRS db's be created with a different name. But that means I lose all previous subscriptions, data source connections
    to the rdls, etc.  Is there a way to port/migrate over the previous ReportServer db contents to the newly created db's? I tried a simple SSIS transfer of each table, and as expected I immediately received FK contraint errors, ID Inserts and so forth.
    2. Why wouldn't the correlation ID be showing up with verbose tracking?
    3. Does anyone know common reasons why the previous RS databases would not be successfully upgraded???
    Thank you for any and all help. I am in the position of being able to roll back to snapshots created Thursday morning of the entire SP farm, but we are now at the point of having consultant work being lost so I am really trying hard to get this upgrade to
    be successful and done in our DEV environment.

    I restored to a backup of the databases REportServer and ReportServerTempDB that I took last night before I tried to manually update them with writing out the SQL File via Powershell.  I tried to  have the Service Application upgrade the database
    again, knowing it would fail, which it did, and am now reviewing the logs in the location you mentioned above.  For the 2 minutes that the failure could have happened during, all I see is OWSTIMER.EXE (0x07CC)   errors, which I'm fairly positive
    are unrelated, mainly cause they keep occurring round the clock and a caching error? Again, I am trying to simply find out why the Service Application upgrade the db's and have reverted back to a previous state. I felt the collation errors i was troubleshooting
    above were too far down the rabbit hole.
    Batch Read on counter \servername\SharePoint Foundation\*\Process ID get 3 instances
    1fe34924-470c-42a8-af5d-f60509c31aff
    02/08/2014 13:43:00.91 OWSTIMER.EXE (0x07CC)                  
    0x1204
    SharePoint Foundation         General                      
    84yj Medium  
    Performance Counter OS (pdh) call failed with error code PDH_CSTATUS_BAD_COUNTERNAME.
    1fe34924-470c-42a8-af5d-f60509c31aff
    02/08/2014 13:43:00.91 OWSTIMER.EXE (0x07CC)                  
    0x1204
    SharePoint Foundation         General                      
    ff69 Medium  
    PDH failure on counter \servername\SharePoint Publishing Cache\\Publishing cache hit ratio with error Unknown error (0xc0000bc0)
    1fe34924-470c-42a8-af5d-f60509c31aff
    02/08/2014 13:43:00.93 OWSTIMER.EXE (0x07CC)                  
    0x1204
    SharePoint Foundation         General                      
    563a Medium  
    Unable to create system performance counter servername\SharePoint Publishing Cache\Publishing cache hit ratio\.  The following exception was thrown: System.ComponentModel.Win32Exception: Unknown error (0xc0000bc0)     at Microsoft.SharePoint.Win32.SPPdh.CheckReturnValue(PDH_STATUS
    status, Boolean throwOnError)     at Microsoft.SharePoint.Utilities.SPPerformanceCounter.Initialize()     at Microsoft.SharePoint.Utilities.SPPerformanceCounter.NextValue(Int32 retry, Int32 retryInterval)     at Microsoft.SharePoint.Utilities.SPPerformanceCounterMonitorInternal.UpdateValue()
        at Microsoft.SharePoint.Utilities.SPPerformanceCounterMonitorInternal.Create(String computer, String category, String counter, String instance)
    1fe34924-470c-42a8-af5d-f60509c31aff
    02/08/2014 13:43:00.93 OWSTIMER.EXE (0x07CC)                  
    0x1204
    SharePoint Foundation         General                      
    84yj Medium  
    Performance Counter OS (pdh) call failed with error code PDH_CSTATUS_BAD_COUNTERNAME.
    1fe34924-470c-42a8-af5d-f60509c31aff
    02/08/2014 13:43:00.93 OWSTIMER.EXE (0x07CC) 

Maybe you are looking for

  • Share calendars with other iCloud users

    How do I share my calendars with other iCloud users? I can't figure it out on the icloud website.

  • Visa gift cards

    i used a $25 gift card for my payment method and now i want to change it back to none because i used it up. how do i change it back so i can update my apps

  • Employee Download - HR* prefix in Number range

    Our requirment when we download employee from ECC the prefix of Number range should be HR* we defined same number range with prefix HR----- and mark as Ext. but while download it takes only sales prospect number range. What extra setting requir for g

  • TABLE STRUCTURE

    We have two tables on two different machines that hold same data (one table serves as backup) and their structures are different (same fields but one field position is different) Could anybody please explain what could be the after/side effects? Plea

  • "Missing Class" error when running web service

    Hi, I am getting an "Missing Class" error when running a web service. The web service was generated from a Java class via the "create J2EE web service" option. The web service has a JAX-RPC handler class added, which belongs to the same package as a