Synchronize with database is disabled after migration

Hi
I have migrated from JDev 11.1.1.4 – JHs 11.1.1.3.35 to JDev 11.1.2.3 – JHs 11.1.2.1.28 and solved the problems and now everything is fine but one thing. I am not able to synchronize the entity objects with database! When I right-click on an entity object the “Synchronize with Database” option is disabled. This happens only for the applications that JHs is enabled for them. For normal ADF applications it works after migration. What is the matter?
Cheers,
Ferez

Ferez,
have you seen this thread in the ADF forum, Cannot 'Synchronize with database' my entity objects ?
It mentions the existence of a bug that may cause this (though no reference number), and one user posted a workaround they were using.

Similar Messages

  • Warning on "synchronize with database" in SSMA

    Hi,
    I am migration database from oracle to SQL using ssma.
    I get below warning on doing "synchronize with database".
    "The database owner SID recorded in master database differs from the database owner SID
    recorded in database XXXX (migrated SQL DB). This may lead to error during synchronization. You should correct this situation by 
    resetting the owner of the database XXXX (migrated SQL DB)."
    Please suggest.
    Thanks.

    Hello,
    You can use the sp_changedbowner system stored procedure to make the owner of the database the same as the master database.
    https://msdn.microsoft.com/en-us/library/ms178630.aspx
    Another resource related to this issue.
    http://kevine323.blogspot.com/2011/03/database-owner-sid-recorded-in-master.html
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem - Synchronize with Database

    Need some help if anybody is out there
    JDeveloper 10.1.3.4
    Java 1.5
    BC-JSF
    I checked out my project and it worked just fine.
    Since i have altered one of my tables, I need to synchronize my entity object.
    I start the synchronization action - Synchronize with Database , and as usual, my new column is added .
    Also, the wizard is offering to remove and create some key constraints , one of wich I added but others are SysC00...
    After synchronization, my application doesn't work.
    The error I'm getting is -
    500 Internal Server Error
    javax.faces.el.PropertyNotFoundException: Error testing property 'inputValue' in bean of type null     
    at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)     
    at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)     
    at com.sun.faces.el.impl.ArraySuffix.isReadOnly(ArraySuffix.java:236)     
    at com.sun.faces.el.impl.ComplexValue.isReadOnly(ComplexValue.java:209)     
    at com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:266).....
    The strange thing is that this happends when I try to run/open any page of my application, even if it does not use the entity I have synchronized.
    If someone has any ideas...
    Thanx,
    Lana

    This is a bug for Jdev about naming of pagedef.
    Try this:
    1.Delete your form components what you have in the Structure and then just re-drag them into your jspx page.

  • Cannot 'Synchronize with database' my entity objects

    Hello,
    I have successfully created entities in my model using the 'new buisness components from tables' function. But now my database moddel has changed and I would like to synchronize my entities with database to get newest colums, but when right clicking an entity, the 'Synchronize with database' link is greyed and cannot be selected.
    I have a database connection configured in my application resources and I can still import new tables in my project.
    Do you have any idea of what is happening? This is not the case for all my applications. I can still synchronize in some other ones
    Thank you for your help
    Stephane

    Synchronize with the database will be avaialble for the Entity Object
    I think there is a problem with the particular entity that got created when you did the business components out of tables..
    This is not the case for all my applications. I can still synchronize in some other onesif this is not happening with any other EO in any other application.. then you can try
    recreating the EO from the table..
    compare what is the change in between the EO that can synchronize and your current EO that cannot synchronize..
    another option might be to check the application.. if that is havign some hidden property to synchronize..
    last is to go with sameer's approach, to doubt about the table is not proper... in the same applciation create an EO with another table and try to synchronize.. you will get to actually the point where there is a problem..
    good luck.

  • Synchronize with database problem

    Hi,
    I'm using JSF ADF BC, I have two tables in database, I've added new field to each, I go back to jdeveloper, and right click on both entities and click on synchronize with database, select new field that I've created and everything works fine, then I go to view object and here is the problem, in first view object I can add newly created and synchronized field like supposed (mapped to column or sql), but in the second view no matter what I do it is alway created as transient, I've tried deleting and synchronizing couple of times, changing properties, going to view row impl, view.xml, but it's always the same problem. Please can anyone help, I don't want to create whole view from scratch, every association, view link etc.
    Thanks in advance,
    Tomislav

    Hi,
    on view object editor screen, put your cursor on "Attributes" (left side of the screen) then click "NEW" button (on the right side of the screen), then fill in Attribute Name, check the "Map to column or SQL", and fill in query column. You are done.

  • Synchronize with Database on Entity Object re-creates Association

    hi
    Please consider this example application created using JDeveloper 11.1.1.4.0
    at http://www.consideringred.com/files/oracle/2011/MovedAssociationApp-v0.01.zip
    It has an EmpManagerFkAssoc Association which has been moved from the "movedassociationapp.model.entities" package to the "movedassociationapp.model.assoc" package (using the "Refactor - Move..." context-menu option).
    When selecting "Synchronize with Database..." in the context-menu of the Employees Entity Object, and clicking the "Synchronize All" button, this results in JDeveloper re-creating the EmpManagerFkAssoc Association,
    as shown in the screencast at http://screencast.com/t/l7jaoU2C
    - (q1) Is this Association re-creation intended behaviour (if so, please explain, if not, which bug number)?
    many thanks
    Jan Vervecken

    Ferez,
    have you seen this thread in the ADF forum, Cannot 'Synchronize with database' my entity objects ?
    It mentions the existence of a bug that may cause this (though no reference number), and one user posted a workaround they were using.

  • BUG: JDev 10.1.3 ADF BC Synchronize With Database not available

    I am using the "Business Components from Tables" wizard to create my ADF model.
    If I specify a package that is 3 nodes deep (a.b.model) then JDev creates a structure that looks like this...
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.model
    If I specify a package that is 4 nodes deep (a.b.c.model) then JDev creates an extra level in the Navigator like this....
    Applications
    --MyApplication
    ----Model
    ------Application Sources
    --------a.b.c
    ----------model
    The side effect of this extra level is that the "Synchronize With Database" option is no longer available when bringing up the context menu for either the "a.b.c" node or the "model" node.
    Bob

    The problem appears to not be with the Wizard.
    Instead, the problem is tied to the Navigator Flat Level control.
    If I increase the flat level to a point where the entire package appears in a single Navigator node, then the "Synchronize with Database" context menu item is available.
    If the flat level is decreased to a point that the package splits into multiple Navigator nodes then the context meny item is no longer available.
    Bob

  • Problem with 8.1.6 after migrating to Tru64 5.1A

    We just migrate our OS from Tru64 4.0G to Tru64 5.1A.
    Our database are 8.1.6.3.1.
    After migration the OS we had problem (ORA-07445) with some of our database. It seems that the problem is related to direct IO and a workaround is to set the DISK_ASYNCH_IO parameter to FALSE.
    What is the impact of setting this parameter to false ? Should I expect a big decrease in performance ?
    Does anybody know if there is a patch for Tru64 5.1 that woudl correct this problem ?
    Thanks

    After having a closer look at metalink it seems to be obvious, that Forms 6i (8.0.6.) only supports user exits generated with the 8.0.6. precompiler.
    If this is the case new questions follow:
    Is there a way to get a 8.0.6. precompiler?
    Is it possible to connect to a 8.1.5. database with such a user exit? Does anybody have corresponding experiences?
    Our customer uses a 8.1.7. database. What about connecting to that database with the user exit?
    /Ralph

  • Issues with old calendar items after migration from SBS2008R1 to Windows 2012R2+Exchange 2013

    Hello,
    After migrating a customer from Windows Small Business Server 2008 R1 to Microsoft Windows Server 2012 (DC) and Microsoft Windows Server 2012 & Exchange 2013 there are a few issue regarding
    the GAL and old migrated calender items that we are unable to resolve:
    Old calender items which were Exported to PST when the Server 2008 R1 environment was still live were imported to the new mailbox of the user, located on the Exchange 2013 mail database. This
    seemed to be working just fine.
    The problems arise when a user tries to edit or re-send an old calender item. There actually are 2 problems:
    1. When resending an old calender item, OLD GAL entries are used (even when re-entering the contact details) and the emails are send to nobody and you get the mail back from postmaster
    2. When updating an old calender item you get an error that you do not have permissions, probably because you are NOT the 'old' Exchange user.
    Thanks in advance!

    Did you use Exmerge or similar to export?
    You may have an issue like that explained here.
    http://blogs.technet.com/b/sbs/archive/2009/05/21/cannot-reply-to-old-emails-or-modify-old-calendar-items-after-pst-mail-migration.aspx
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • What to do with old iPhoto library after migration to Photos

    After migration to Photos my hard drive is maxed out. I want to move the 15gigs old iPhoto library to an external drive to free some space as some have suggested. Others here have said you can just trash the old library. There must be a reason 10.10.3  was designed to retain the iPhoto library. Trash it--really? Another suggestion was to put my 15 gigs on a flash drive. So the question is: does Photos need to be able to see the iPhoto library as it would if on an external drive connected to my Time Machine?

    Thanks for your reply but I'm still confused as to how I lost over 10Gigs of HD space after the migration. I understand the conversion is supposed to create more space, not less.  When I look in the pictures folder in Finder, I see 2 LIbrarys, iPhoto and Photos, each of them approx 15 Gbs. according to the Get Info menu.  I guess what I don't understand is if the iPhotos Library is not needed and is moved to an external drive why that wouldn't free that amount of space.
    Also, if "optimization" is supposed to move "some" high res images to the cloud to make room on the HD, how is it that I find myself with only 1gb left on my HD? What is the criteria that triggers "optimization" and how much room can we expect it to shoot for? There seems to be a variety of answers on this subject, many of them sound like guesses. Apple's explanation is vague about how it works, so hopefully someone has the accurate, in depth scoop on this.

  • Problem with Java Native Type after Migration from 7.0 to 7.1

    Hi,
    after Migration from Netweaver 7.0 to Netweaver 7.1 I get following error:
    FileDownload 'FileDownload.data': Context attribute 'PrintSelectedView.PdfToDownload.resourceInputStream' has the Java native type 'com.sap.tc.webdynpro.progmodel.api.IWDInputStream' and cannot be bound to this property. Hint: Remove the binding or bind a context element matching the property's type.     
    What have I done wrong?
    How could I fix this problem?
    Best regards,
    Peter

    Hi,
    thanks, this solved the problem.
    Thank you.
    Best regards,
    Peter

  • Problems with new iMac (Alu) after Migration with the Bluetooth settings

    Hallo, at first, apology for my bad English
    I have bought a new iMac 24". After Migration of my datas from my "old" one (iMac 20" C2D) it works all very fine. The only thing that don´t work is the Bluetooth Settings. When i want to install a new device, there is no text in the Window, only a few characters...
    Can anyone help me??

    Try downloading and installing the 10.4.10 Combo update. Let the update run alone. Don't use the Mac for anything else while it installs the update, including Airport and Bluetooth. Use a wired keyboard and mouse if you can.
    Mac OS X 10.4.10 Combo Update v1.1 (Intel)
    Repair Disk Permissions after the update is installed and you have restarted the Mac.

  • Issues with Mac Book Pro after migration

    Hi all,
    I changed my macbook pro few days ago for new one. I used Migration path with a Time Machine´s backup but performance of new MacBook is not my expectation (a lot of reboots and crashes).
    I appreciate any help.
    EtreCheck version: 2.1.8 (121)
    Report generated February 8, 2015 at 8:42:22 PM GMT-5
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (Retina, 13-inch, Mid 2014) (Technical Specifications)
        MacBook Pro - model: MacBookPro11,1
        1 3 GHz Intel Core i7 CPU: 2-core
        16 GB RAM Not upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
        Battery Health: Normal - Cycle count 11
    Video Information: ℹ️
        Intel Iris
            Color LCD spdisplays_2560x1600Retina
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:14:27
    Disk Information: ℹ️
        APPLE SSD SM0512F disk0 : (500.28 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 499.10 GB (225.70 GB free)
                Encrypted AES-XTS Unlocked Paused
                Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Bluegiga Low Energy Dongle
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0223.55.95) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0223.55.95) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.20) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.20) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.bose.cdcusb.kext (1.0.0) [Click for support]
        [not loaded]    com.cisco.nke.ipsec (2.0.3 ) [Click for support]
        [not loaded]    com.prolific.driver.PL2303 (2.0.0) [Click for support]
        [not loaded]    com.seagate.driver.PowSecDriverCore (5.0.1) [Click for support]
            /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_4 (5.0.1) [Click for support]
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_5 (5.0.1) [Click for support]
        [not loaded]    com.seagate.driver.SeagateDriveIcons (5.0.1) [Click for support]
    Startup Items: ℹ️
        CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
        ChmodBPF: Path: /Library/StartupItems/ChmodBPF
        HP IO: Path: /Library/StartupItems/HP IO
        HW_CreateNetwork: Path: /Library/StartupItems/HW_CreateNetwork
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        HWPortDetect_driver: Path: /Library/StartupItems/HWPortDetect_driver
        StartOuc: Path: /Library/StartupItems/StartOuc
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.cisco.anyconnect.gui.plist [Click for support]
        [failed]    com.fortinet.forticlient.fssoagent_launchagent.plist [Click for support] [Click for details]
        [running]    com.mcafee.menulet.plist [Click for support]
        [running]    com.mcafee.reporter.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    com.oracle.mydesktophelper.plist [Click for support]
        [running]    com.seagate.SeagateStorageGauge.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_desktop.plist [Click for support]
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.cisco.anyconnect.vpnagentd.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.lobotomo.IPSecuritasDaemon.plist [Click for support]
        [running]    com.mcafee.agent.cma.plist [Click for support]
        [unknown]    com.mcafee.ssm.Eupdate.plist [Click for support]
        [unknown]    com.mcafee.ssm.ScanFactory.plist [Click for support]
        [unknown]    com.mcafee.ssm.ScanManager.plist [Click for support]
        [unknown]    com.mcafee.virusscan.fmpd.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.oracle.mydesktopservice.plist [Click for support]
        [loaded]    com.teamviewer.Helper.plist [Click for support]
        [not loaded]    com.teamviewer.teamviewer_service.plist [Click for support]
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.spotify.webhelper.plist [Click for support] [Click for details]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        VMware Fusion Helper    UNKNOWN  (missing value)
        VMware Fusion Helper    UNKNOWN  (missing value)
        Chatter Desktop    UNKNOWN  (missing value)
        Microsoft Database Daemon    Application  (/Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app)
        VMware Fusion Start Menu    Application  (/Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app)
        Spotify    UNKNOWN  (missing value)
        Myo Connect    Application  (/Applications/Myo Connect.app)
        ESET Cybersecurity    UNKNOWN  (missing value)
        HPEventHandler    UNKNOWN  (missing value)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        net.juniper.DSSafariExtensions: Version: Unknown [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.10 GB Disk used: 273.40 GB
        Destinations:
            G-DRIVE Shakilay [Local]
            Total size: 999.86 GB
            Total number of backups: 10
            Oldest backup: 2014-04-26 08:02:35 +0000
            Last backup: 2015-01-20 00:10:11 +0000
            Size of backup disk: Adequate
                Backup size 999.86 GB > (Disk used 273.40 GB X 3)
            Data [Network]
            Total size: 2.00 TB
            Total number of backups: 2
            Oldest backup: 2015-02-08 17:07:08 +0000
            Last backup: 2015-02-08 20:58:57 +0000
            Size of backup disk: Excellent
                Backup size 2.00 TB > (Disk size 499.10 GB X 3)
    Top Processes by CPU: ℹ️
             3%    Myo Connect
             3%    WindowServer
             0%    fontd
             0%    cma
             0%    launchservicesd
    Top Processes by Memory: ℹ️
        137 MB    Finder
        120 MB    Safari
        103 MB    mds_stores
        103 MB    WindowServer
        86 MB    VShieldScanner
    Virtual Memory Information: ℹ️
        10.16 GB    Free RAM
        4.82 GB    Active RAM
        915 MB    Inactive RAM
        1.29 GB    Wired RAM
        1.29 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 8, 2015, 08:26:28 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-202628_[redacted].c rash [Click for details]
        Feb 8, 2015, 08:26:22 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-202622_[redacted].c rash [Click for details]
        Feb 8, 2015, 08:26:15 PM    Self test - passed
        Feb 8, 2015, 08:23:32 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-202332_[redacted].c rash [Click for details]
        Feb 8, 2015, 08:23:24 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-202324_[redacted].c rash [Click for details]
        Feb 8, 2015, 07:41:45 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-194145_[redacted].c rash
        Feb 8, 2015, 07:41:36 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-194136_[redacted].c rash
        Feb 8, 2015, 06:26:23 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-182623_[redacted].c rash
        Feb 8, 2015, 06:26:17 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-182617_[redacted].c rash
        Feb 8, 2015, 06:07:35 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-180735_[redacted].c rash
        Feb 8, 2015, 06:07:32 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-180732_[redacted].c rash
        Feb 8, 2015, 05:52:26 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-08-175226_[ redacted].hang
        Feb 8, 2015, 01:28:33 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-132833_[redacted].c rash
        Feb 8, 2015, 01:28:23 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-132823_[redacted].c rash
        Feb 8, 2015, 01:28:13 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-132813_[redacted].c rash
        Feb 8, 2015, 09:42:52 AM    /Library/Logs/DiagnosticReports/SubmitDiagInfo_2015-02-08-094252_[redacted].cpu _resource.diag [Click for details]
        Feb 8, 2015, 09:10:22 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-091022_[redacted].c rash
        Feb 8, 2015, 09:10:15 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-091015_[redacted].c rash
        Feb 8, 2015, 09:10:06 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-08-091006_[redacted].c rash
        Feb 7, 2015, 06:58:33 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-185833_[redacted].c rash
        Feb 7, 2015, 06:58:29 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-185829_[redacted].c rash
        Feb 7, 2015, 06:05:55 PM    /Library/Logs/DiagnosticReports/Safari_2015-02-07-180555_[redacted].hang
        Feb 7, 2015, 05:56:59 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175659_[redacted].c rash
        Feb 7, 2015, 05:56:38 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175638_[redacted].c rash
        Feb 7, 2015, 05:56:37 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175637_[redacted].c rash
        Feb 7, 2015, 05:56:15 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175615_[redacted].c rash
        Feb 7, 2015, 05:52:19 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175219_[redacted].c rash
        Feb 7, 2015, 05:52:11 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175211_[redacted].c rash
        Feb 7, 2015, 05:03:35 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-170335_[redacted].c rash
        Feb 7, 2015, 05:03:25 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-170325_[redacted].c rash
        Feb 7, 2015, 05:03:17 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-170317_[redacted].c rash
        Feb 7, 2015, 05:03:04 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-170304_[redacted].c rash
        Feb 7, 2015, 05:03:02 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-170302_[redacted].c rash
        Feb 7, 2015, 04:52:36 PM    /Library/Logs/DiagnosticReports/Google Drive_2015-02-07-165236_[redacted].crash
        Feb 7, 2015, 02:56:01 PM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-02-07-145601 _[redacted].crash
        Feb 7, 2015, 08:41:15 AM    /Library/Logs/DiagnosticReports/SubmitDiagInfo_2015-02-07-084115_[redacted].cpu _resource.diag [Click for details]
        Feb 7, 2015, 08:08:37 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-080837_[redacted].c rash
        Feb 7, 2015, 07:57:42 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-075742_[redacted].c rash
        Feb 7, 2015, 07:57:36 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-075736_[redacted].c rash
        Feb 6, 2015, 07:58:29 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-06-195829_[redacted].c rash
        Feb 6, 2015, 01:05:37 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Mail_2015-02-06-010537_[redact ed].crash
        Feb 5, 2015, 10:46:17 PM    /Library/Logs/DiagnosticReports/MyDesktopStatus_2015-02-05-224617_[redacted].cr ash
        Jan 28, 2015, 07:33:04 AM    /Library/Logs/DiagnosticReports/Kernel_2015-01-28-073304_[redacted].panic [Click for details]
        Feb 5, 2015, 10:52:28 PM    /Library/Logs/DiagnosticReports/discoveryd_2015-02-05-225228_[redacted].crash
        Feb 7, 2015, 07:13:43 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-191343_[redacted].c rash
        Feb 7, 2015, 05:57:08 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175708_[redacted].c rash
        Feb 7, 2015, 05:56:55 PM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-175655_[redacted].c rash
        Feb 7, 2015, 07:57:50 AM    /Library/Logs/DiagnosticReports/MyDesktopService_2015-02-07-075750_[redacted].c rash

    Hi Linc,
    Thanks for your time and help. Here it is
    Start time: 11:22:24 02/09/15
    Revision: 1214
    Model Identifier: MacBookPro11,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 16 minutes
    UID: 501
    USB
       Low Energy Dongle (Bluegiga)
    FileVault 2: On FileVault master keychain appears to be installed Encryption in progress: Pending
    System errors (per sec)
       Myo Connect (UID 501, error 316): 167
    Memory (MB)
       kernel_task (UID 0): 1079
    Root crontab
       45 16 * * * /usr/local/McAfee/AntiMalware/VShieldTaskManager 4 >> /dev/null 2>&1
    DNS: 190.157.8.33
    Listeners
       cupsd: ipp
       kdc: kerberos
       launchd: afpovertcp
       launchd: ftp
       launchd: microsoft-ds
    Diagnostic reports
       2015-01-22 MyDesktopService crash x2
       2015-01-23 MyDesktopService crash
       2015-01-24 MyDesktopService crash x6
       2015-01-24 cma crash
       2015-01-30 Kernel panic
       2015-01-30 MyDesktopService crash x12
       2015-01-31 MyDesktopService crash x3
       2015-02-01 MyDesktopService crash x3
       2015-02-02 MyDesktopService crash x3
       2015-02-02 cma crash
       2015-02-03 MyDesktopService crash x3
       2015-02-06 MyDesktopStatus crash
       2015-02-06 discoveryd crash
       2015-02-07 MyDesktopService crash x5
       2015-02-08 Google Drive crash
       2015-02-08 MyDesktopService crash x28
       2015-02-08 Safari hang
       2015-02-08 com.apple.AmbientDisplayAgent crash
       2015-02-08 com.apple.WebKit.WebContent hang
       2015-02-09 MyDesktopService crash x12
    Log
       Feb  9 10:57:10 com.apple.CSConfigDotMacCert-EMAIL-SharedServices: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:57:10 com.spotify.webhelper: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:57:10 com.fortinet.fssoagent_launchagent: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:57:11 SIOCPROTODETACH_IN6: utun0 error=6
       Feb  9 10:58:58 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Feb  9 10:58:58 jnl: b(1, 4): replay_journal: from: 10309120 to: 27239936 (joffset 0x1a389000)
       Feb  9 10:58:58 jnl: b(1, 4): journal replay done.
       Feb  9 10:59:01 rtR0InitNative: warning! failed to resolve special kernel symbols
       Feb  9 10:59:01 supdrvDTraceInit: RTR0DbgKrnlInfoOpen failed with rc=-102.
       Feb  9 10:59:04 com.fortinet.fssoagent_launchagent: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:59:04 com.apple.CSConfigDotMacCert-EMAIL-SharedServices: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:59:04 com.spotify.webhelper: Service setup event to handle failure and will not launch until it fires.
       Feb  9 10:59:13 SIOCPROTODETACH_IN6: utun0 error=6
       Feb  9 11:03:09 process Myo Connect[389] caught causing excessive wakeups. Observed wakeups rate (per sec): 183; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45016
       Feb  9 11:04:28 ctl_enqueuedata: m_allocpacket_internal(1072) failed
       Feb  9 11:06:18 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Feb  9 11:06:18 jnl: b(1, 4): replay_journal: from: 14158336 to: 18902016 (joffset 0x1a389000)
       Feb  9 11:06:18 jnl: b(1, 4): journal replay done.
       Feb  9 11:06:20 rtR0InitNative: warning! failed to resolve special kernel symbols
       Feb  9 11:06:20 supdrvDTraceInit: RTR0DbgKrnlInfoOpen failed with rc=-102.
       Feb  9 11:06:23 com.fortinet.fssoagent_launchagent: Service setup event to handle failure and will not launch until it fires.
       Feb  9 11:06:23 com.apple.CSConfigDotMacCert-EMAIL-SharedServices: Service setup event to handle failure and will not launch until it fires.
       Feb  9 11:06:23 com.spotify.webhelper: Service setup event to handle failure and will not launch until it fires.
       Feb  9 11:06:34 SIOCPROTODETACH_IN6: utun0 error=6
       Feb  9 11:09:11 process Myo Connect[390] caught causing excessive wakeups. Observed wakeups rate (per sec): 268; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45009
    Daemons
       com.adobe.fpsaud
       com.fitbit.galileod
       com.lobotomo.IPSecuritasDaemon
       com.mcafee.agent.cma
       com.mcafee.ssm.Eupdate
       com.mcafee.ssm.ScanManager
       com.mcafee.virusscan.fmpd
       com.mcafee.virusscan.ssm.ScanFactory
       com.microsoft.office.licensing.helper
       com.oracle.java.Helper-Tool
       com.oracle.java.JavaUpdateHelper
       com.oracle.mydesktopservice
       - status: -11
       com.teamviewer.Helper
       org.macosforge.xquartz.privileged_startx
    Agents
       com.apple.AirPortBaseStationAgent
       com.apple.CSConfigDotMacCert-EMAIL-SharedServices
       - status: 78
       com.citrixonline.GoToMeeting.G2MUpdate
       com.fortinet.fssoagent_launchagent
       - status: 78
       com.google.keystone.user.agent
       com.mcafee.menulet
       com.mcafee.reporter
       com.oracle.java.Java-Updater
       com.oracle.mydesktophelper
       com.seagate.SeagateStorageGauge.plist
       com.spotify.webhelper
       - status: 78
       org.macosforge.xquartz.startx
    User overrides
       com.apple.FTMonitor
       com.evernote.EvernoteHelper
       com.apple.imagent.monaco
    Startup items
       /System/Library/StartupItems/CiscoVPN/CiscoVPN
       /System/Library/StartupItems/CiscoVPN/StartupParameters.plist
       /Library/StartupItems/ChmodBPF/ChmodBPF
       /Library/StartupItems/ChmodBPF/StartupParameters.plist
       /Library/StartupItems/cma/cma.sh
       /Library/StartupItems/cma/cmamesh
       /Library/StartupItems/HP IO/HP IO
       /Library/StartupItems/HP IO/Resources/version.plist
       /Library/StartupItems/HP IO/StartupParameters.plist
    Global login items
       /Applications/ESET Cybersecurity.app
       /Library/Printers/hp/hpio/HPEventHandler.app/
    User login items
       iTunesHelper
       - missing value
       VMware Fusion Helper
       - missing value
       VMware Fusion Helper
       - missing value
       Chatter Desktop
       - missing value
       Microsoft Database Daemon
       - /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
       VMware Fusion Start Menu
       - /Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app
       Spotify
       - missing value
       Myo Connect
       - /Applications/Myo Connect.app
       ESET Cybersecurity
       - missing value
       HPEventHandler
       - missing value
    iCloud errors
       CallHistorySyncHelper x6
       bird x584
       cloudd x77
    Continuity errors
       sharingd x12
    User caches/logs
       3212 MB: Library/Containers/com.apple.mail/Data/Library/Logs/Mail/stbeehive.oracle.comUU ID.txt
    Restricted files: 17090
    Lockfiles: 159
    High file counts
       Desktop: 54
    Contents of /Library/LaunchAgents/com.fortinet.forticlient.fssoagent_launchagent.plist
       - mod date: Jan 16 17:29:30 2015
       - checksum: 2763292712
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.fortinet.fssoagent_launchagent</string>
        <key>Program</key>
        <string>/Library/Application Support/Fortinet/FortiClient/bin/fssoagent_launchagent</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>ThrottleInterval</key>
        <integer>0</integer>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.mcafee.menulet.plist
       - mod date: Sep 30 05:02:01 2013
       - checksum: 1852533552
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.mcafee.menulet</string>
        <key>GroupName</key>
        <string>Virex</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/McAfee/MSS/Applications/Menulet.app/Contents/MacOS/Menulet</string>
        </array>
        <key>KeepAlive</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.mcafee.reporter.plist
       - mod date: Sep 30 05:02:01 2013
       - checksum: 1074323989
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.mcafee.reporter</string>
        <key>GroupName</key>
        <string>Virex</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/McAfee/MSS/Applications/McAfee Reporter.app/Contents/MacOS/McAfee Reporter</string>
        </array>
        <key>KeepAlive</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
       - mod date: Jun  7 22:02:57 2013
       - checksum: 3702735998
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>50</integer>
        <key>Weekday</key>
        <integer>5</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.oracle.mydesktophelper.plist
       - mod date: Aug 22 15:20:04 2013
       - checksum: 1185272656
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
         <key>Label</key>
         <string>com.oracle.mydesktophelper</string>
         <key>OnDemand</key>
         <true/>
         <key>ServiceIPC</key>
         <true/>
         <key>ProgramArguments</key>
         <array>
           <string>/Library/Application Support/Oracle/MyDesktop/MyDesktopHelper</string>
         </array>
         <key>Sockets</key>
         <dict>
           <key>MasterSocket</key>
           <dict>
             <key>SockFamily</key>
             <string>Unix</string>
             <key>SockPathName</key>
             <string>/var/tmp/com.oracle.mydesktophelper.sock</string>
             <key>SockPathMode</key>
             <integer>438</integer>
             <key>SockType</key>
       ...and 5 more line(s)
    Contents of /Library/LaunchAgents/com.seagate.SeagateStorageGauge.plist
       - mod date: Mar 10 11:38:47 2010
       - checksum: 3262128215
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <!--
          com.seagate.SeagateStorageGauge.plist
          SeagateDiagnostics
          Created by John Brisbin on 3/10/10.
          Copyright 2010 Seagate Technologies LLC.. All rights reserved.
       -->
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.seagate.SeagateStorageGauge.plist</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Seagate/Seagate Storage Gauge.app/Contents/MacOS/Seagate Storage Gauge</string>
        <string>-doautolnch</string>
        <string>/Library/Application Support/Seagate/Seagate Storage Gauge.app</string>
        </array>
        <key>RunAtLoad</key>
       ...and 3 more line(s)
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer.plist
       - mod date: Feb  2 17:44:27 2015
       - checksum: 2033408783
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.teamviewer</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer.app/Contents/MacOS/TeamViewer</string>
        <string>-RunAsAgent</string>
        <string>YES</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer.app/Contents/MacOS</string>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
       - mod date: Feb  2 17:44:27 2015
       - checksum: 2384203231
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.desktop</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        <string>Aqua</string>
        </array>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer.app/Contents/Helpers/TeamViewer_Desktop</strin g>
        <string>-RunAsAgent</string>
        <string>YES</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       ...and 4 more line(s)
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
       - mod date: Aug 11 16:52:54 2014
       - checksum: 2451978492
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.fitbit.galileod.plist
       - mod date: May 19 05:48:41 2014
       - checksum: 333804614
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Program</key>
        <string>/usr/local/bin/galileod</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/bin/galileod</string>
        </array>
        <key>Label</key>
        <string>com.fitbit.galileod</string>
        <key>UserName</key>
        <string>root</string>
        <key>GroupName</key>
        <string>daemon</string>
        <key>InitGroups</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>UserClients</key>
       ...and 27 more line(s)
    Contents of /Library/LaunchDaemons/com.lobotomo.IPSecuritasDaemon.plist
       - mod date: Jun  3 13:41:09 2013
       - checksum: 1975883550
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.lobotomo.IPSecuritasDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.lobotomo.IPSecuritasDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.mcafee.agent.cma.plist
       - mod date: Oct  9 03:12:05 2014
       - checksum: 575335952
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <!-- Copyright (C) 2011  McAfee, Inc. All rights reserved. -->
       <dict>
              <key>EnvironmentVariables</key>
               <dict>
                    <key>DYLD_LIBRARY_PATH</key>
                    <string>/Library/McAfee/cma/lib:/Library/McAfee/cma/bin</string>
        <key>NLSPATH</key>
                    <string>/Library/McAfee/cma/resource/en_US/%N</string>
          </dict>
           <key>Label</key>
           <string>com.mcafee.agent.cma</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/McAfee/cma/bin/launchcma</string>
           </array>
        <key>WorkingDirectory</key>
           <string>/Library/McAfee/cma/bin</string>
       <!-- <key>StandardOutPath</key>  -->
       <!--    <string>/Library/McAfee/cma/scratch/etc/launch.log</string> -->
       <!--    <key>StandardErrorPath</key> -->
       <!--    <string>/Library/McAfee/cma/scratch/etc/launcherror.log</string> -->
           <key>KeepAlive</key>
       ...and 5 more line(s)
    Contents of /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
       - mod date: Mar 10 03:00:00 2011
       - checksum: 998894468
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>MachServices</key>
        <dict>
        <key>com.microsoft.office.licensing.helper.port</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.microsoft.office.licensing.helper</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.microsoft.office.licensing.helper</s tring>
        </array>
        <key>ServiceIPC</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.oracle.mydesktopservice.plist
       - mod date: Feb  5 11:05:39 2014
       - checksum: 497805958
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
         <key>Label</key>
        <string>com.oracle.mydesktopservice</string>
        <key>UserName</key>
        <string>root</string>
        <key>GroupName</key>
        <string>wheel</string>
        <key>KeepAlive</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
        <key>Program</key>
         <string>MyDesktopService</string>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/Oracle/MyDesktop</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/mydesktopservice_error.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/mydesktopservice_output.log</string>
        <key>Listeners</key>
           <dict>
          <key>SockServiceName</key>
       ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.teamviewer.Helper.plist
       - mod date: Jan 12 02:36:09 2015
       - checksum: 3374894509
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
         <key>Label</key>
         <string>com.teamviewer.Helper</string>
         <key>MachServices</key>
         <dict>
           <key>com.teamviewer.Helper</key>
           <true/>
           </dict>
         <key>Program</key>
         <string>/Library/PrivilegedHelperTools/com.teamviewer.Helper</string>
         <key>ProgramArguments</key>
         <array>
           <string>/Library/PrivilegedHelperTools/com.teamviewer.Helper</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist
       - mod date: Feb  2 17:44:27 2015
       - checksum: 1666586439
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.service</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer.app/Contents/MacOS/TeamViewer_Service</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer.app/Contents/MacOS</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/org.virtualbox.startup.plist
       - mod date: Jan  6 18:23:58 2015
       - checksum: 3094394405
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>             <string>org.virtualbox.startup</string>
           <key>Disabled</key>          <false/>
           <key>RunAtLoad</key>         <true/>
           <key>KeepAlive</key>         <false/>
           <key>LaunchOnlyOnce</key>    <true/>
           <key>ProgramArguments</key>
               <array>
                   <string>/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh</string>
                   <string>restart</string>
               </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
       - mod date: Nov 27 16:14:13 2014
       - checksum: 2292326349
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist
       - mod date: Jan 21 20:36:13 2015
       - checksum: 1343262072
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.spotify.webhelper</string>
        <key>KeepAlive</key>
        <dict>
         <key>NetworkState</key>
         <true/>
        </dict>
        <key>RunAtLoad</key>
        <true/>
        <key>Program</key>
        <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
        <key>SpotifyPath</key>
        <string>/Applications/Spotify.app</string></dict>
       </plist>
    Contents of Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist
       - mod date: Jan  6 18:24:25 2015
       - checksum: 3654809970
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
         <key>Disabled</key>
         <true/>
         <key>KeepAlive</key>
         <false/>
         <key>Label</key>
         <string>org.virtualbox.vboxwebsvc</string>
         <key>Program</key>
         <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
         <key>Sockets</key>
           <dict>
           <key>Listeners</key>
           <dict>
             <key>SockServiceName</key>
             <string>18083</string>
             <key>SockType</key>
             <string>stream</string>
             <key>SockFamily</key>
             <string>IPv4</string>
           </dict>
         </dict>
       </dict>
       ...and 1 more line(s)
    Bundles
       - N/A
    App extensions
       com.getdropbox.dropbox.garcon
    Bad kernel extensions
       /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateDriveIcons.kext
    Elapsed time (sec): 609

  • How to get "Synchronize with database" to compare/generate changes for database 'contexts'?

    Hi
    Using SDDM 3.3.
    How does one get to synchronise changes/differences in 'contexts' (defined in physical model - Oracle DB)?
    I have tried to synchronize both ways, i.e. model to db and db to model, but never does it show the DDL necessary to create the missing context.
    Yes, Context is selected/ticked under preferences for Oracle DB synchronization preferences.
    Thank you & Regards

    Hi Philip
    If I use the "generate DDL" option from the toolbar, it does generate DDL for the context I have in the physical model.  I can select/deselect them in the DDL Generation Options window.
    Why then would it not generate DDL when comparing the model with the database, i.e. using the "synchronise data dictionary to model" option?  It successfully generates a 'patch'/change script for tables, views, packages, etc.?
    Thank you & Regards
    PS.  I am asking for a way to get it to generate me a complete 'patch'/change script.

  • How to cope with surrogate id's after migrating to OWB10gR2

    We are busy converting an OWB 9.2 environment to OWB 10gR2.
    I already had problems with the way dimensions and cubes are used in OWB 10gR2.
    Some of my dimensions will have a steep growth curve because of the level rows that are inserted into the new dimensions. These new rows exist to enable you to link cubes to dimensions at all levels and not only to the lowest level.
    But when building the new mappings surrogate keys will also be used to make the join between dimension and cube but this again causes problems for existing reports.
    In OWB 9.2 we prepared the cubes and dimensions in the staging area and then loaded them into the data warehouse.
    We can still keep the existing columns in the newly defined dimensions we have to add the surrogate keys. But when loading data with the new dimensions and cubes the cubes will refer to the dimension with the new surrogate id’s and not with the old id’s which the business keys are now. So we are losing the relation between cube and dimension based on the business key and we have it now based on the surrogate key.
    But the reports we have (made with Information Builders) are still working with the relationships based on the business id’s but since the foreign keys in the cube refer to the surrogate id’s instead of the bushiness id’s the reports will return without results.
    I know I can resolve it by redesigning the reports but this is a lot of work and not the way we want to go.
    My alternative solutions are
    1.keep the new dimensions
    but rename them
    make views with the old dimension names
    in the views switch the old business id and surrogate
    the reports will then work with the views and the old joins will keep
    on working
    2.do not use dimensions and cubes
    migrate the mappings to use tables , as a matter of fact this is what
    you get after importing a 9.2 MDL into 10.2
    no change in table names
    the reports keep on working
    Alternative solution 1 is rather dangerous because the column names are switched; this makes the model more difficult to understand
    Alternative solutions can become a problem if we want to use slowly changing dimensions, we have to build them as we would have done in OWB 9.2, this leads to complex mappings.
    Are there any other alternatives, can somebody advise for the best answer to these challenges

    Well, couple of ideas here.
    First off, do you HAVE to use levels in the dimension? For some of our dimensions, we just define a single "default" level, and tie all attributes to it. For example, with a time dimension, we'd define a default level, and then tie month_id, month_name, quarter_id, quarter_name, year_id, and year_name to that default level. This works out well - you basically get a "flat" dimension with all attributes on the row, thus preventing the generation of keys for the other levels. You'll still get a DEFAULT_LEVEL_KEY, but it will always equal the dimension key and you can just ignore the column.
    FYI - I've just started playing with OWB 11gR1, and I discovered a few minutes ago that when setting up a dimension level, you don't appear to have to have the surrogate_id attribute turned on. Not sure if this works yet, will let you know.
    Last and not least, I read your problem re: the business keys vs. surrogate keys to be "we used business keys instead of surrogate keys as the dimension PKs and fact table FKs on our initial DW, and now we have to migrate that...where OWB of course wants to use surrogates. Couple of thoughts. First off, I don't think you're going to get any auto-magic way to do this - using business keys instead of surrogate keys is definitely non-standard.
    The one suggestion I would have is to do this: keep the original business IDs on the fact table as their own columns. Set them us as "measures" with a data type of varchar2 or whatever they already are. OWB will still of course create the "proper" FK columns based on the surrogate keys, but your users will still be able to join based on the "old" business id joins. The only real price you'd have to pay for this option is a) it takes more space per row on the fact table, and b) you'll probably have to do some indexing. OWB will build the proper bitmap indexes on the surrogate keys, but you'll probably want to add bitmap indexes on the business ID columns.
    Hope this helps,
    Scott

Maybe you are looking for

  • Master Detail Relationship and Posting changes!

    I have a "MAster" medical-procedure block, and an "Detail" items block. The items block, being the detail block, in the master detail relationship shows the items used during the medical procedure. Both the master and detaqil blocks are based on stor

  • Softproof in Lightroom different from Photoshop

    Hi all, I've just recieved a print from Photobox. It looks ace, except for a big band in the sky graduation. Stupidly I hadn't looked on the web site to see if they had a colour profile before sending . As it happens they do, and softproofing the ima

  • Max number of records in a cube & architectural issues

    Hi, Sorry if my question was already done but i can't find the same question with the research button (may be i have not the good words for search, I'm not english). I am on a BIG BIG IP project. The forecast volume of planned records is about 1.000.

  • 7.3 Won't Open at all

    My iTunes 7.3 was working ok for a while but now it doesn't open at all when I double click on it. I've tried all the ways i can think of to open it and have completely removed and re-installed it from scratch several times and it still has the same

  • Sending mail over VPN from Azure

    Hello, We are running a .NET website on two 2012R2 VM's behind a loadbalancer. We want to use a on-premise SMTP server for sending forms. Site to Site VPN between azure and on-premise is active. When using telnet from both frontends we can send email