Designer hangs Database Middleware Selection Page on Linux Server.

Hi All,
I am facing an issues with Designer XI 3.1 when i try to connect to Red hat Linux 4.
Whenever i try to create new connection or edit an existing one from the designer, the Designer screen just hangs at the Database Middlewatre Selection Page for about more than 90 minutes, but it eventually comes up.
When i tried the same with a Windows Server, it works fine.
Tried to set the hostname and ip address in the CMC but it does not help.
The Environment is clustered and there are two linux servers and whenever the connection servers are stopped it runs fast, but when the connection servers are stopped it works fine.
It also works when we login to designer in the no cms mode.
Please help.
-Shreyash.

we are facing the same issue but in the Windows Server

Similar Messages

  • Install 11.2.0.3.0 database on Red Hat Enterprise Linux Server v.5.7

    1. if I need to install 11.2.0.3.0 database on Red Hat Enterprise Linux Server v.5.7,
    Here I see 11.2.0.1.0 for Linux x86-64 on the following website._
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html
    Do I download the following and then apply the 11.2.0.3 patch?_
    Oracle Database 11g Release 2 (11.2.0.1.0) for Linux x86-64 Linux.x64_11gR2_database_1of2.zip (1,239,269,270 bytes) (cksum - 3152418844) linux.x64_11gR2_database_2of2.zip (1,111,416,131 bytes) (cksum - 3669256139)
    2. I need to install 11g and 10g in a same server, I am also looking for a good document.
    Thanks.
    Jack

    user3023234 wrote:
    thanks. I will look into it.
    how do you install 10.2.0.4 and 11.2.0.3 on the same server?You can install multiple homes in a server.
    Every Software dump consists of installer(runInstaller).
    Even you can install same Oracle version & release in same server by differentiating Folder names.

  • Download OAF pages from linux server

    Dear All,
    I want to download OAF pages(per) from linux server
    I already download below paths
    $JAVA_TOP/oracle/apps/per
    $APPL_TOP/per/mds
    but previous paths don't contain java class
    ******CO.java
    ******VOImpl.java
    ******EOVORowImpl.java
    ******AMImpl.java
    so from where can I get previous java classes.
    Thanks in Advance

    The pages are stored in the MDS repository. You can use the pl/sql package jdr_util's to extract them. Please see the link below for help using jdr_utils:
    oracle.anilpassi.com/jdr-utils-2.html
    Kristofer Cruz

  • BO 4.1 SP3 "Database Middleware Selection" - drivers missing

    Hello guys,
    I've looked up my problem and I saw 2-3 similar scenarios, but couldn't get any good answer from previous discussions, so I'm asking again.
    I have a BI Platform, 4.1 SP3.
    BO Server is installed on WIN 2008 R2.
    Client Tools machine is on WIN 2008 R2 as well.
    I've used the BO Server machine to install client tools and create universe and reports, because no other machine was available.
    Suddenly, after 2 weeks without even logging in - My universe and reports aren't opening - but the most wierd thing is while trying to re-create the connection, I don't see any drivers while creating "Relational connection".
    Inside the list I see sap BW and SAS drivers. the rest of them are gone.
    Tried "repair" on the Client tools setup, and tried re-run the server installation just to make sure the drivers are ticked while installing - It's all there.
    Still doesn't appear on the list inside IDT.
    Anyone has a suggestion ?
    Thanks,
    Or.

    Hi Kiran,
    Just for login validation, you could simply use the tool
    BI Platform Landscape tool:http://goo.gl/8yELes
    This is a very minimalisitc tool, which needs the CMS to login
    You could get this placed in the BO2 server and provide the System/login details of BO1
    This could be used as a check point for the connectivity test once passed, you could start the installer and proceed with the Cluster setup
    BR
    -Guru

  • Starting of database and listener automatically while starting server

    how to start the listener and database automatically while starting RH-LINUX server itself?
    thanks for advance
    Mohan

    Hello Mohan,
    following is the code of my shell, which i use for starting, stopping, restarting teh oracle and listener service, except your oracle home location and oracle user i do not think you need to change any thing..also i assume that you some basic knowledge of shell programming.
    put this /etc/rc.d/init.d, then add this service by chkconfig -- add oracle (if oracle is the file name in whcih this shell exists).
    it will run for 3,4,5 of runlevels with priority as 20, 80
    thanx in advance..subodh
    #!/bin/sh
    # Description: This Scripts starts stops Oracle database and listner
    # chkconfig: - 345 20 80
    ORACLE_OWNR='oracle'
    ORACLE_LOCN='/oracle/product/10.1.0/bin'
    echo "Check whethere the file exists or not"
    if [ ! -f '$ORACLE_LOCN/lsnrctl' -o ! -d $ORACLE_LOCN ]; then
    echo "Unable to Start the Oracle Service"
    fi
    case "$1" in
    start)
    echo "Starting up Oracle Database and Listener Service"
    su - $ORACLE_OWNR -c "$ORACLE_LOCN/dbstart"
    su - $ORACLE_OWNR -c "$ORACLE_LOCN/lsnrctl start"
    touch /var/log/oracle
    stop)
    echo "Stoping Oracle Database and Listener Service"
    su - $ORACLE_OWNR -c "$ORACLE_LOCN/dbshut"
    su - $ORACLE_OWNR -c "$ORACLE_LOCN/lsnrctl stop"
    touch /var/log/oracle
    restart|reload)
    echo "Restarting Oracle Database and Listener Service"
    $0 stop
    $0 start
    echo "Usuage Oracle start|stop|restart|reload"
    exit 1
    esac
    exit 0

  • New book! Physical Database Design: The Database Professional's Guide

    Morgan Kaufmann publishers have just released a new book on physical database design covering how to design indexes, range and hash partitioning, materialized views, storage layout, RAID, warehouse design and other physical design areas. The book covers Oracle and several other major databases. Lots of diagrams and examples. It's actually a really good book. An excellent book for people who design and administer databases.
    Available on Amazon and most other book sellers.
    Physical Database Design: The Database Professional's Guide to Exploiting Indexes, Views, Storage, and More
    by Sam S. Lightstone, Toby J. Teorey, Tom Nadeau
    Paperback, 448 pages, publication date: MAR-2007
    ISBN-13: 978-0-12-369389-1
    ISBN-10: 0-12-369389-6
    Series: The Morgan Kaufmann Series in Data Management Systems
    Link on Amazon:
    http://www.amazon.com/Physical-Database-Design-professionals-exploiting/dp/0123693896
    Link on the publisher's web site:
    http://www.elsevier.com/wps/find/bookdescription.cws_home/710637/description#description
    Comments on the book can be sent to: [email protected]

    how could we get the report of previous five years sale of the products.
    SELECT trunc(sale_date, 'YYYY'), sum(sale_qty)
    FROM   sales
    WHERE  sale_date >= add_months(sysdate-60)
    GROUP  BY trunc(sale_date, 'YYYY')
    suggest whether dropped Product name from the sale table as I already have a column prodid in it?Yes. Duplicated data is a Bad Thing. This is Rule #1 of the late Dr. Codd's 12 rules. These are the foundationstones of good relation design. Wikipedia has a good introduction to them.
    Cheers, APC

  • Iphoto book won't submit - hangs up on map page

    I created a 52 page iphoto book in Old World format and created a map page with 4 locations in 2 continents. iphoto hangs up on this page when I try to purchase book. If I eliminate some of locations on map page, or eliminate map page totally, iphoto will allow book to be submitted. Brought this to attention at Genius Bar -they also re-created problem on one of their computers. They also tried other book formats and also had same problem with multiple locations in different continents. Any fixes or do I have to wait for iphoto upgrade?

    There's a way around this possibly. See if you can create a PDF for previewing by starting a print job of the book and using the PDF->Save as PDF. If you can create a PDF of the book with the maps the following is a way to get the maps into iPhoto as image files:
    1 - open the PDF in Preview, go to the first map page in the PDF (note the Page number) type Command+P.
    2 - in the Print window click on the Pages radio button and put in the page number in both fields.
    3 - click on the PDF button at the bottom and select *+Save PDF to iPhoto option+.* This will create a jpg file of the page and import it into iPhoto.
    4 - repeat for each map in the PDF book.
    5 - add the map jpgs to the book in iPhoto.
    6 - go the the first map page in the book, change the format to the one that uses a photo for the full page background.
    7 - drag the appropriate map photo onto that page. Do the same for the other maps.
    f you want to increase the dpi of those map page jpgs you will need to edit the Automator workflow "Save PDF to iPhoto.workflow" so that the dpi is 300 (the maximum needed for books). That workflow is located in the HD/Library/PDF Services folder. I would change the dpi to 300 and save the changed workflow as a new one titled "Save PDF to iPhoto 300 PPI.workflow" in the same location.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • IDT Database Middleware Drivers missing (ODBC & OLEDB)

    Hi all,
    I did search this forum and various others for this problem however I cannot find a solution.
    I have recently installed SAP BusinessObject BI Platform 4.0 Client Tools SP6 on my Windows 7 machine. I have created a project in the Information Design Tool, and when attempting to create a new Relational Connection, the list of Database Middleware Drivers available is very limited.
    I wish to make a connection to a SQL server, and I believe this would be achieved via an ODBC or OLE DB driver however none of which are available.
    All I have available under Microsoft is:
    MS SQL Server 2008 -> JDBC Drivers
    MS SQL Server 2012 -> JDBC Drivers
    I have already created a system DSN through ODBCAD32.exe. In fact I created three, using different drivers for each
    SQL Server
    ODBC Driver 11 for SQL Server
    SQL Server Native Client 10.0
    I have also set my Secured Connections preference to use 'Server Middleware' in my IDT. However I am still only seeing the same options when trying to create a connection.
    Can someone please provide instruction on how I make a connection to my SQL database from IDT.
    Thanks
    Gary

    Hi Henry,
    Thank you for your response.
    I have attached screenshots below illustrating my issue. As you can see, the only drivers it shows available is JDBC. This is the case when either 'Local Middleware' or 'Server Middleware' is selected.
    Kind regards
    Gary

  • How do I change the text color of footers on select pages? (InDesign CS6)

    Good afternoon,
    Months ago, I worked with a graphic designer to put together a 100-page workbook for my training company. He turned all of the files over to me and I'd like to make a small change before we print another run for a new client. Specifically, I'm having trouble changing the text color on select pages. Since a picture says 1,000 words, let me give you an example:
    As you can see, the copyright information on the right side of the page is difficult to read here when placed over the photo (you may have to look closely, but it's along the guy's sleeve). What I'd love to do is change that part of the footer (not the left, page number side) to white text. This would make it quite a bit easier to read. There's a number of other pages in the book that I want to make this change to. I'm not sure why I never noticed it or mentioned it to the designer. I suppose I've become more discerning since then.
    Let me tell you what I've tried to do:
    I learned how to override master pages by CTRL+SHIFT clicking on the footer. However, this has not worked for me. It allows me to change the page number part, but not the copyright side. Additionally, sometimes when I override the master the formatting of the footer goes goofy. For instance, the left side and right side come together and end up in the middle of the page I'm working on.
    I'm looking for a quick way to go through and make the footers easier to read on pages where they are backed by a photo. Hoping you can help me. Please let me know if you need any other information.
    Best,
    Taylor

    I think you should have left it as it was. It seems like what you had was single pages flowing as spreads within InDesign. Like below. That is the correct way, and when you changed it to all single, it did create your footer problems.
    Will you be sending the file as a PDF to your online printer? If so, then leaving the InDesign file set as below is fine. The PDF output will separate the pages.
    All you have to do is make sure that Pages, not Spreads, is chosen when you output the PDF

  • Can anyone help with a solution to a persistent hang/crash when selecting 'Desktop/Screensaver'?

    For the past few weeks my 11" MBA, 10.8.3 hangs whenever I select 'Desktop & Screensaver' in System Preferences. The crash report is as follows:
    Date/Time:       2013-03-17 22:35:06 +0000
    OS Version:      10.8.3 (Build 12D78)
    Architecture:    x86_64
    Report Version:  11
    Command:         System Preferences
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Version:         12.0 (12.0)
    Build Version:   1
    Project Name:    SystemPrefsApp
    Source Version:  232001000000000
    Parent:          launchd [141]
    PID:             283
    Event:           hang
    Duration:        5.43s
    Steps:           55 (100ms sampling interval)
    Hardware model:  MacBookAir4,1
    Active cpus:     4
    Free pages:      326195 pages (-16662)
    Pageins:         60 pages
    Pageouts:        0 pages
    Process:         System Preferences [283]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Architecture:    x86_64
    Parent:          launchd [141]
    UID:             501
    Task size:       18611 pages
    CPU Time:        0.001s
      Thread 0xae6      DispatchQueue 1          priority 46       
      55 start + 1 (libdyld.dylib) [0x1114007e1]
        55 NSApplicationMain + 869 (AppKit) [0x10e463c06]
          55 -[NSApplication run] + 517 (AppKit) [0x10e4bf1d3]
            55 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (AppKit) [0x10e4c7e22]
              55 _DPSNextEvent + 685 (AppKit) [0x10e4c8563]
                55 BlockUntilNextEventMatchingListInMode + 62 (HIToolbox) [0x10fed7ae3]
                  55 ReceiveNextEventCommon + 356 (HIToolbox) [0x10fed7c52]
                    55 RunCurrentEventLoopInMode + 209 (HIToolbox) [0x10fed7eb4]
                      55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10dad40e2]
                        55 __CFRunLoopRun + 789 (CoreFoundation) [0x10dad47f5]
                          55 __CFRunLoopDoSources0 + 245 (CoreFoundation) [0x10dab1455]
                            55 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation) [0x10dab1b31]
                              55 __NSThreadPerformPerform + 225 (Foundation) [0x10de86d3a]
                                55 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130 (Foundation) [0x10de3cdbf]
                                  55 NSKeyValueDidChange + 456 (Foundation) [0x10de81859]
                                    55 NSKeyValueNotifyObserver + 390 (Foundation) [0x10de7fe40]
                                      55 -[DSKDesktopWindowController _setupSelection] + 244 (DesktopPictures) [0x11cd3a1c4]
                                        55 -[NSTreeController setSelectionIndexPath:] + 57 (AppKit) [0x10e62f81d]
                                          55 -[NSTreeController setSelectionIndexPaths:] + 25 (AppKit) [0x10e62f843]
                                            55 -[NSTreeController _selectObjectsAtIndexPaths:avoidsEmptySelection:sendObserverNotifications:] + 68 (AppKit) [0x10e62f88c]
                                              55 -[NSTreeController _selectObjectsAtIndexPathsNoCopy:avoidsEmptySelection:sendObserverNotifications :] + 510 (AppKit) [0x10e5fa1ed]
                                                55 -[NSTreeController _didChangeValuesForArrangedKeys:objectKeys:indexPathKeys:] + 248 (AppKit) [0x10e5fa8f7]
                                                  55 -[NSController _notifyObserversForKeyPath:change:] + 209 (AppKit) [0x10e5f8e23]
                                                    55 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 967 (Foundation) [0x10de7a303]
                                                      55 NSKeyValueNotifyObserver + 390 (Foundation) [0x10de7fe40]
                                                        55 -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 399 (AppKit) [0x10e611983]
                                                          55 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 163 (AppKit) [0x10e6090d4]
                                                            55 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 284 (Foundation) [0x10de7ddaf]
                                                              55 -[NSTreeController _singleValueForKeyPath:] + 162 (AppKit) [0x10e611fbc]
                                                                55 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 341 (Foundation) [0x10de7dde8]
                                                                  55 -[NSObject(NSKeyValueCoding) valueForKey:] + 400 (Foundation) [0x10de5d539]
                                                                    55 -[DSKiLifeMediaElementSource pictures] + 69 (DesktopPictures) [0x11cd30d74]
                                                                      55 -[DSKiLifeMediaElementSource _createPictures] + 89 (DesktopPictures) [0x11cd30c29]
                                                                        55 ??? (iLMBiPhotoPlugin2012 + 583000) [0x11fa2d558]
                                                                          55 -[NSCondition wait] + 240 (Foundation) [0x10de88386]
                                                                            55 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x1115d10fa]
                                                                             *55 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xaf2      DispatchQueue 2          priority 48       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x1113cc9ee]
        55 __select_nocancel + 10 (libsystem_kernel.dylib) [0x1115d1336]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xaf4      DispatchQueue 7          priority 46       
      55 start_wqthread + 13 (libsystem_c.dylib) [0x1114521d1]
        55 _pthread_wqthread + 404 (libsystem_c.dylib) [0x111467d0b]
          55 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x1113cb1c3]
            55 _dispatch_queue_invoke + 72 (libdispatch.dylib) [0x1113cb305]
              55 _dispatch_source_invoke + 691 (libdispatch.dylib) [0x1113cc29b]
                55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x1113ca0b6]
                  55 _dispatch_after_timer_callback + 22 (libdispatch.dylib) [0x1113ce96f]
                    55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x1113ca0b6]
                      55 __NSOQDelayedFinishOperations + 143 (Foundation) [0x10de8a9be]
                        55 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 742 (Foundation) [0x10de55ddc]
                          55 NSKeyValueDidChange + 456 (Foundation) [0x10de81859]
                            55 NSKeyValueNotifyObserver + 390 (Foundation) [0x10de7fe40]
                              55 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131 (Foundation) [0x10de806a8]
                                55 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 796 (Foundation) [0x10de80a48]
                                  55 -[NSCondition wait] + 240 (Foundation) [0x10de88386]
                                    55 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x1115d10fa]
                                     *55 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b4b40]
      Thread 0xb01      priority 46         cpu time   0.001s
      55 start_wqthread + 13 (libsystem_c.dylib) [0x1114521d1]
        55 _pthread_wqthread + 412 (libsystem_c.dylib) [0x111467d13]
          55 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x1115d16d6]
           *55 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x10d035000 -        0x10d058fff  com.apple.systempreferences 12.0 (12.0) <0249AAAE-AA18-3A55-BBCE-D870C940E8C7> /Applications/System Preferences.app/Contents/MacOS/System Preferences
             0x10da9f000 -        0x10dc89ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10ddf4000 -        0x10e151ff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x10e373000 -        0x10efa0ff7  com.apple.AppKit 6.8 (1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
             0x10fe78000 -        0x1101a8fff  com.apple.HIToolbox 2.0 <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
             0x1113c8000 -        0x1113ddff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x1113fe000 -        0x111401ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x111451000 -        0x11151dff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x1115bf000 -        0x1115daff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
             0x11cd2b000 -        0x11cd4bfff  com.apple.preference.desktopscreeneffect.desktop 5.0 (5.0) <ED7008B8-14AA-37B2-A9C9-58EF8491A211> /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane/Contents/Reso urces/DesktopPictures.prefPane/Contents/MacOS/DesktopPictures
             0x11f99f000 -        0x11fb7ffff  com.apple.iLMBiPhotoPlugin2012 2.7.3 (339.4) <11892B54-9C18-32F0-9CD2-50E174633D30> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         accountsd [205]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [141]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       5294 pages
      Thread 0x588      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x10bede7e1]
        55 ??? (accountsd + 3048) [0x107dbabe8]
          55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x109bbf0e2]
            55 __CFRunLoopRun + 1078 (CoreFoundation) [0x109bbf916]
              55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x109bba233]
                55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10c0c4686]
                 *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5e7      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x10bea79ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10c0c6d16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Binary Images:
             0x107dba000 -        0x107dbafff  accountsd <0982A50A-159D-3E63-A2EC-6447F3706436> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
             0x109b8a000 -        0x109d74ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10bea3000 -        0x10beb8ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x10bedc000 -        0x10bedfff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x10c0b4000 -        0x10c0cfff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         aosnotifyd [89]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       5247 pages (-3)
      Thread 0x282      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x1105167e1]
        55 ??? (aosnotifyd + 37439) [0x10daf323f]
          55 ??? (aosnotifyd + 36529) [0x10daf2eb1]
            55 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x10e842f5e]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10e4720e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10e472916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x10e46d233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x1106ea686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x2ec      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x1104dd9ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x1106ecd16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0xc5b      priority 31       
      49 start_wqthread + 13 (libsystem_c.dylib) [0x1105671d1]
        49 _pthread_wqthread + 412 (libsystem_c.dylib) [0x11057cd13]
          49 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x1106ec6d6]
           *49 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x10daea000 -        0x10db32fff  aosnotifyd <A3543B5E-3291-3025-A09C-1B7087B1A9EA> /usr/sbin/aosnotifyd
             0x10e43d000 -        0x10e627ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10e7a8000 -        0x10eb05ff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x1104d9000 -        0x1104eeff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x110514000 -        0x110517ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x110566000 -        0x110632ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x1106da000 -        0x1106f5ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         appleeventsd [85]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             71
    Sudden Term:     Dirty (allows idle exit)
    Task size:       2469 pages
      Thread 0x2c9      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x1048609ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x104a62d16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x2ca      DispatchQueue 7          priority 31       
      55 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x10485dd85]
        55 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x104a62566]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Binary Images:
             0x102cf2000 -        0x102cf2fff  appleeventsd <33899092-67A8-3A39-A63C-27BAC6C22174> /System/Library/CoreServices/appleeventsd
             0x10485c000 -        0x104871ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x104a50000 -        0x104a6bff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         AppleIDAuthAgent [173]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [141]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2031 pages
      Thread 0x531      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x10ac349ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10ae51d16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x533      DispatchQueue 7          priority 31       
      55 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x10ac31d85]
        55 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x10ae51566]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0x7f8      DispatchQueue 17         priority 31       
      55 start_wqthread + 13 (libsystem_c.dylib) [0x10accd1d1]
        55 _pthread_wqthread + 404 (libsystem_c.dylib) [0x10ace2d0b]
          55 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x10ac331c3]
            55 _dispatch_queue_invoke + 52 (libdispatch.dylib) [0x10ac332f1]
              55 _dispatch_queue_drain + 180 (libdispatch.dylib) [0x10ac33448]
                55 _dispatch_queue_invoke + 72 (libdispatch.dylib) [0x10ac33305]
                  55 _dispatch_source_invoke + 691 (libdispatch.dylib) [0x10ac3429b]
                    55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10ac320b6]
                      55 _dispatch_after_timer_callback + 22 (libdispatch.dylib) [0x10ac3696f]
                        55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10ac320b6]
                          55 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x10ac35f01]
                            55 ??? (AppleIDAuthAgent + 9227) [0x108a2b40b]
                              55 semaphore_timedwait_trap + 10 (libsystem_kernel.dylib) [0x10ae4f6da]
                               *55 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000233ec0]
      Binary Images:
             0x108a29000 -        0x108a59fff  AppleIDAuthAgent <91A3B8DC-AD42-399C-9A44-413CF8DF2CA4> /System/Library/CoreServices/AppleIDAuthAgent
             0x10ac30000 -        0x10ac45ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x10accc000 -        0x10ad98ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x10ae3f000 -        0x10ae5aff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         AppSandboxSMLoginItemEnabler [219]
    Path:            /System/Library/Frameworks/ServiceManagement.framework/XPCServices/AppSandboxSM LoginItemEnabler.xpc/Contents/MacOS/AppSandboxSMLoginItemEnabler
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       5271 pages
      Thread 0x69f      DispatchQueue 7          priority 31       
      55 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x10914ed85]
        55 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x10935a566]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0x6a2      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x1091519ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10935ad16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Binary Images:
             0x107f96000 -        0x107f97fff  com.apple.AppSandboxSMLoginItemEnabler 1.0 (1) <01E3E0D0-F6F6-31A0-AA2E-5132CDB9FA09> /System/Library/Frameworks/ServiceManagement.framework/XPCServices/AppSandboxSM LoginItemEnabler.xpc/Contents/MacOS/AppSandboxSMLoginItemEnabler
             0x10914d000 -        0x109162ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x109348000 -        0x109363ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         apsd [53]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       6484 pages (-3)
      Thread 0x224      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x10cc707e1]
        55 ??? (apsd + 21734) [0x10b7884e6]
          55 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x10b92075a]
            55 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x10b987f5e]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10c2b20e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10c2b2916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x10c2ad233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10ce52686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x23a      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x10cc379ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10ce54d16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x257      priority 63       
      55 thread_start + 13 (libsystem_c.dylib) [0x10ccc81e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x10ccdb7a2]
          55 __NSThread__main__ + 1345 (Foundation) [0x10b982cd2]
            55 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x10b924b66]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10c2b20e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10c2b2916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x10c2ad233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10ce52686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x551      priority 31       
      55 thread_start + 13 (libsystem_c.dylib) [0x10ccc81e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x10ccdb7a2]
          55 __select + 10 (libsystem_kernel.dylib) [0x10ce54322]
           *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xc50      priority 31       
      33 start_wqthread + 13 (libsystem_c.dylib) [0x10ccc81d1]
        33 _pthread_wqthread + 412 (libsystem_c.dylib) [0x10ccddd13]
          33 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x10ce546d6]
           *33 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x10b783000 -        0x10b801ff7  apsd <44247DBB-E2FB-3858-9CDD-F5C3C5FBAA6A> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
             0x10b8ed000 -        0x10bc4aff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x10c27d000 -        0x10c467ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10cc33000 -        0x10cc48ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x10cc6e000 -        0x10cc71ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x10ccc7000 -        0x10cd93ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x10ce42000 -        0x10ce5dff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         assistantd [175]
    Path:            /System/Library/PrivateFrameworks/AssistantServices.framework/assistantd
    Architecture:    x86_64
    Parent:          launchd [141]
    UID:             501
    Task size:       5551 pages
      Thread 0x516      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x10e9d27e1]
        55 ??? (assistantd + 7216) [0x10c71ac30]
          55 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x10ca1a75a]
            55 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x10ca81f5e]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10de280e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10de28916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x10de23233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10ebb8686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5d3      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x10e99c9ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10ebbad16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Binary Images:
             0x10c719000 -        0x10c9b9ff7  assistantd <62536A66-D370-3A95-87CF-6CAECFB7CBDD> /System/Library/PrivateFrameworks/AssistantServices.framework/assistantd
             0x10c9e7000 -        0x10cd44ff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x10ddf3000 -        0x10dfddff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10e998000 -        0x10e9adff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x10e9d0000 -        0x10e9d3ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x10eba8000 -        0x10ebc3ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         autofsd [88]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       1883 pages (-3)
      Thread 0x2b5      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x1042ad9ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x1044bfd16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x2b6      DispatchQueue 7          priority 31       
      55 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x1042aad85]
        55 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x1044bf566]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xc56      priority 31       
      42 start_wqthread + 13 (libsystem_c.dylib) [0x1043321d1]
        42 _pthread_wqthread + 412 (libsystem_c.dylib) [0x104347d13]
          42 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x1044bf6d6]
           *42 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x103e2f000 -        0x103e30fff  autofsd <84AA47F0-1486-37EE-9C69-12CB98C34F1C> /usr/libexec/autofsd
             0x1042a9000 -        0x1042beff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x104331000 -        0x1043fdff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x1044ad000 -        0x1044c8ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         awacsd [50]
    Path:            /usr/sbin/awacsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       6663 pages (-3)
      Thread 0x1fe      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x104ff39ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x1051fed16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x207      DispatchQueue 7          priority 31       
      55 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x104ff0d85]
        55 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x1051fe566]
         *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0x203      DispatchQueue 35         priority 31       
      55 start_wqthread + 13 (libsystem_c.dylib) [0x1050791d1]
        55 _pthread_wqthread + 404 (libsystem_c.dylib) [0x10508ed0b]
          55 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x104ff21c3]
            55 _dispatch_queue_invoke + 52 (libdispatch.dylib) [0x104ff22f1]
              55 _dispatch_queue_drain + 235 (libdispatch.dylib) [0x104ff247f]
                55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x104ff10b6]
                  55 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x104ff4f01]
                    55 ??? (awacsd + 159979) [0x1038e90eb]
                      55 CFRunLoopRun + 97 (CoreFoundation) [0x1043ccdd1]
                        55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x1043be0e2]
                          55 __CFRunLoopRun + 1078 (CoreFoundation) [0x1043be916]
                            55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x1043b9233]
                              55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x1051fc686]
                               *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x204      DispatchQueue 145        priority 31       
      55 start_wqthread + 13 (libsystem_c.dylib) [0x1050791d1]
        55 _pthread_wqthread + 404 (libsystem_c.dylib) [0x10508ed0b]
          55 _dispatch_worker_thread2 + 249 (libdispatch.dylib) [0x104ff21c3]
            55 _dispatch_queue_invoke + 52 (libdispatch.dylib) [0x104ff22f1]
              55 _dispatch_queue_drain + 235 (libdispatch.dylib) [0x104ff247f]
                55 _dispatch_client_callout + 8 (libdispatch.dylib) [0x104ff10b6]
                  55 _dispatch_call_block_and_release + 15 (libdispatch.dylib) [0x104ff4f01]
                    55 ??? (awacsd + 211834) [0x1038f5b7a]
                      55 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x103a16f5e]
                        55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x1043be0e2]
                          55 __CFRunLoopRun + 1078 (CoreFoundation) [0x1043be916]
                            55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x1043b9233]
                              55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x1051fc686]
                               *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x8e7      priority 31       
      55 thread_start + 13 (libsystem_c.dylib) [0x1050791e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x10508c7a2]
          55 __select + 10 (libsystem_kernel.dylib) [0x1051fe322]
           *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xc4f      priority 31       
      29 start_wqthread + 13 (libsystem_c.dylib) [0x1050791d1]
        29 _pthread_wqthread + 412 (libsystem_c.dylib) [0x10508ed13]
          29 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x1051fe6d6]
           *29 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x1038c2000 -        0x10393bff7  awacsd <FE8E81DE-C8CA-3760-8FEC-EBA495AB2C83> /usr/sbin/awacsd
             0x10397c000 -        0x103cd9ff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x104389000 -        0x104573ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x104fef000 -        0x105004ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x105078000 -        0x105144ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x1051ec000 -        0x105207ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         backupd [206]
    Path:            /System/Library/CoreServices/backupd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       3727 pages
    Note:            Self-throttled
      Thread 0x589      DispatchQueue 1          priority 4        
      55 start + 1 (libdyld.dylib) [0x10b78a7e1]
        55 ??? (backupd + 69283) [0x109ba6ea3]
          55 CFRunLoopRun + 97 (CoreFoundation) [0x10b081dd1]
            55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10b0730e2]
              55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10b073916]
                55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x10b06e233]
                  55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10b95e686]
                   *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5cb      DispatchQueue 2          priority 4        
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x10b7549ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10b960d16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Binary Images:
             0x109b96000 -        0x109c25fff  backupd <A0539511-845C-3345-89FD-362F42CF7449> /System/Library/CoreServices/backupd
             0x10b03e000 -        0x10b228ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10b750000 -        0x10b765ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x10b788000 -        0x10b78bff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x10b94e000 -        0x10b969ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         BambooCore [187]
    Path:            /Library/Application Support/Wacom/BambooCore.app/Contents/MacOS/BambooCore
    Architecture:    i386
    Parent:          launchd [141]
    UID:             501
    Task size:       4756 pages
    Note:            Throttled by external source
    Process:         BBDaemon [91]
    Path:            /Library/Application Support/BlackBerry/BBDaemon
    Architecture:    i386
    Parent:          launchd [1]
    UID:             0
    Task size:       2024 pages (+2)
    CPU Time:        0.001s
    Process:         BBLaunchAgent.app [179]
    Path:            /Library/Application Support/BlackBerry/BBLaunchAgent.app
    Architecture:    i386
    Parent:          launchd [141]
    UID:             501
    Task size:       5139 pages
    CPU Time:        0.045s
    Process:         blued [51]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       3033 pages (-3)
      Thread 0x1f2      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x103ce67e1]
        55 ??? (blued + 169421) [0x101f4d5cd]
          55 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x102a3075a]
            55 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x102a97f5e]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10217b0e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10217b916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x102176233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x103eb9686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x1f3      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x103cb19ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x103ebbd16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x21d      priority 31       
      55 thread_start + 13 (libsystem_c.dylib) [0x103d341e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x103d477a2]
          55 __select + 10 (libsystem_kernel.dylib) [0x103ebb322]
           *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xc4e      priority 31       
      28 start_wqthread + 13 (libsystem_c.dylib) [0x103d341d1]
        28 _pthread_wqthread + 412 (libsystem_c.dylib) [0x103d49d13]
          28 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x103ebb6d6]
           *28 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x101f24000 -        0x101fd8fff  blued <46A5B612-858F-3554-A2AE-438A6A1C9EFB> /usr/sbin/blued
             0x102146000 -        0x102330ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1029fd000 -        0x102d5aff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x103cad000 -        0x103cc2ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x103ce4000 -        0x103ce7ff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x103d33000 -        0x103dffff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x103ea9000 -        0x103ec4ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel
    Process:         CalendarAgent [174]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
    Architecture:    x86_64
    Parent:          launchd [141]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       16816 pages (+21)
    Pageins:         2 pages
    CPU Time:        0.008s
      Thread 0x515      DispatchQueue 1          priority 31       
      55 start + 1 (libdyld.dylib) [0x107f9d7e1]
        55 ??? (CalendarAgent + 2739) [0x105cf1ab3]
          55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10644b0e2]
            55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10644b916]
              55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x106446233]
                55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10816a686]
                 *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x624      DispatchQueue 2          priority 33       
      55 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x107f659ee]
        55 kevent + 10 (libsystem_kernel.dylib) [0x10816cd16]
         *55 ??? (mach_kernel + 3467664) [0xffffff800054e990]
      Thread 0x6cb      priority 63       
      55 thread_start + 13 (libsystem_c.dylib) [0x107fe61e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x107ff97a2]
          55 __NSThread__main__ + 1345 (Foundation) [0x105de9cd2]
            55 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x105d8bb66]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10644b0e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10644b916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x106446233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10816a686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x739      priority 31       
      55 thread_start + 13 (libsystem_c.dylib) [0x107fe61e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x107ff97a2]
          55 __NSThread__main__ + 1345 (Foundation) [0x105de9cd2]
            55 -[CalAgentAPSConnectionManager _calAPSMain] + 731 (CalendarAgent) [0x105d01274]
              55 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x10644b0e2]
                55 __CFRunLoopRun + 1078 (CoreFoundation) [0x10644b916]
                  55 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x106446233]
                    55 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x10816a686]
                     *55 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x765      priority 31       
      55 thread_start + 13 (libsystem_c.dylib) [0x107fe61e1]
        55 _pthread_start + 327 (libsystem_c.dylib) [0x107ff97a2]
          55 __select + 10 (libsystem_kernel.dylib) [0x10816c322]
           *55 ??? (mach_kernel + 3576624) [0xffffff8000569330]
      Thread 0xc55      priority <multiple> cpu time   0.001s
      55 start_wqthread + 13 (libsystem_c.dylib) [0x107fe61d1]
        55 _pthread_wqthread + 412 (libsystem_c.dylib) [0x107ffbd13]
          55 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x10816c6d6]
           *55 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Thread 0xd0c      priority <multiple> cpu time   0.006s
      19 start_wqthread + 13 (libsystem_c.dylib) [0x107fe61d1]
        19 _pthread_wqthread + 412 (libsystem_c.dylib) [0x107ffbd13]
          19 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x10816c6d6]
           *19 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Thread 0xd0d      priority 31       
      19 start_wqthread + 13 (libsystem_c.dylib) [0x107fe61d1]
        19 _pthread_wqthread + 412 (libsystem_c.dylib) [0x107ffbd13]
          19 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x10816c6d6]
           *19 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Thread 0xd0e      priority <multiple>
      19 start_wqthread + 13 (libsystem_c.dylib) [0x107fe61d1]
        19 _pthread_wqthread + 412 (libsystem_c.dylib) [0x107ffbd13]
          19 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x10816c6d6]
           *19 ??? (mach_kernel + 3906688) [0xffffff80005b9c80]
      Binary Images:
             0x105cf1000 -        0x105cf1fff  CalendarAgent <6CFDD227-73B3-3E19-9FE7-DD95699A3D15> /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
             0x105cfc000 -        0x105d11fff  com.apple.CalendarAgent 1.0 (55) <D8084316-7159-3552-BA5D-081F856A1550> /System/Library/PrivateFrameworks/CalendarAgent.framework/Versions/A/CalendarAg ent
             0x105d54000 -        0x1060b1ff7  com.apple.Foundation 6.8 (945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x106416000 -        0x106600ff7  com.apple.CoreFoundation 6.8 (744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x107f61000 -        0x107f76ff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
             0x107f9b000 -        0x107f9eff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
             0x107fe5000 -        0x1080b1ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
             0x10815a000 -        0x108175ff7  libsystem_kernel.dylib <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000734d7c  mach_kernel <3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6> /mach_kernel

    Did you reset the preferences file as well?  If not try this:
    Close PSe and then do this:
    Navigate to the Elements Organizer settings folder:
    >> Windows XP: C:\Documents and Settings\[User Name]\Application Data\Adobe\Elements Organizer\[Version]\Organizer\
    >> Win Vista/7/8: C:\Users\[User Name]\AppData\Roaming\Adobe\Elements Organizer\[Version]\Organizer\
    >> Macintosh OS: //Users/[User Name]/Library/Application Support/Adobe/Elements Organizer/[Version]/Organizer/
    Rename psa.prf to psa.old.
    Retry launching Elements Organizer
    Hope this helps.

  • Someone please help me Design the database of bill of materials

    I want to design the database of bill of materials which contain item and amount.
    So the amount of child will depend on amount of parent in term of ratio. For example
    A(1)               A(2)
    |         ---->     |
    B(2)               B(4)
    My problem is when i try to add the parent and child . Let A is the parent of B , If i try to add A to be the child of C
    I want B to come along with A as well. For example
    A                       C
    |     C  --->        |           For this I have to store the relation of all item in  my list to check that this item have a child or not if yes
    B                             A              The child must come along with its parent , What the Er-diagram
    should be for all of my requirement?
                                    |
                                    B

    >I want B to come along with A as well. For example
    You can do that, but that is not automatic. You need to do some programming.
    It is better to use hierarchyid representation of the tree over traditional FK referencing.
    Tree using hierarchyid example:
    http://www.sqlusa.com/bestpractices2008/orgchart/
    BOL: "Model Your Data Hierarchies With SQL Server 2008
    .....The manufacturing system behind automobiles; the organization of a country into states, counties, cities, and postal codes; the description of a home entertainment system—what do these things have in common? The simple answer is that each
    describes a hierarchy.
    SQL Server 2008 supports a new data type, HierarchyID, that helps solve some of the problems in modeling and querying hier­archical information. I will introduce you to this data type by discussing a pattern commonly used in manufacturing
    known as bill of materials (BOM), or bills. Starting with a brief discussion of BOMs, I will illustrate how this kind of data can be modeled. I will also present an implementation of this model in SQL Server 2005. Then I will show you how the HierarchyID data
    type can be used to implement the model in SQL Server 2008.
    Hierarchical Data
    Automobiles are amalgamations of many components, such as engines, drivetrains, electronics, and steering. In the United States, our geographic territories are divided into states and are then sub-divided into jurisdictions called counties.
    Counties are then further subdivided in different ways by different agencies. The United States Census Bureau, for example, composes them from Census Tract Areas. The U.S. Postal Service routes mail delivery by Zone Improvement Plan (ZIP) codes. Geographic
    information systems (GIS) may aggregate census tracts and ZIP codes together to provide users with a familiar spatial reference for an area.
    A recent trip to a local electronics store to evaluate a replacement home entertainment system pointed to a similar sort of hierarchical system—all the combinations of possible components and options left my head spinning! I wondered
    how such systems could be modeled and implemented in a database system.
    The relationship between an automobile and its engine represents a hierarchy: the automobile contains the engine. The relationship is the same for the drivetrain, the electronics, and the steering. The relationship is containment. A
    similar hierarchy can be observed in the relationship between the different groupings of geographic or census data.
    Hierarchies exist everywhere, yet implementing them in the context of a relational database frequently proves to be a challenge. A typical approach is to represent the hierarchy using a parent/child relationship with one or more tables.
    While this approach certainly works in many cases, it has a few shortcomings. Such solutions must carefully consider how the referential integrity will be maintained. And while querying the depth and breadth of such tables was considerably simplified in SQL
    Server 2005 with the introduction of recursive common table expressions, writing queries against these types of tables can still be problematic when joins against many tables are required.
    A Bill of Materials Problem
    A few years ago I was working on a system being developed by a manufacturing company to help their dealers specify the components needed to build center-pivot irrigation systems. The software produced a list of components needed to custom-build
    the desired pivot (the totality of a center-pivot irrigation system is simply referred to as a pivot within the industry). The required components were determined based on geography, soil type, and the intended crops planted in the areas to be covered as well
    as the hydrologic and structural considerations of the device itself.
    Underpinning the solution would be a SQL Server database. The purpose of the database was to store information about the components available to build the pivot. However, when we generated the specification for manufacturing, we needed
    to identify those components as BOMs.
    Some bills represented a collection of physical parts that would be assembled into a system component. For example, every pivot needed a pump to draw water from a well into the system. That pump might be electrically powered, meaning
    it needed a transformer and fuse box, too. Or the pump might be fuel powered, meaning it needed a tank, a fuel pump, and hoses to connect the pump to the tank. In either case, the required parts for the pump would be listed in a pump bill.
    The bill for a complete pivot would include a collection of other bills. For example, a standardized pivot might consist of a tree of bills for the pump, another tree of bills for the spans of pipe used to deliver water, and bills for any other equipment
    needed to build that pivot system."
    LINK: http://msdn.microsoft.com/en-us/magazine/cc794278.aspx
    Kalman Toth Database & OLAP Architect
    SELECT Query Video Tutorial 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Someone please help me Design the database of bill of materials with 1 item can have mutiple parent

    I got this sample from  Uri
    Dimant (MCC, MVP) ,
    The problem is i want 1 item to have multiple parent  but this example don t   let 1  item to have multiple parents. this is not suit for my objective. 
    CREATE TABLE Employees
      empid   int         NOT NULL,
      mgrid   int         NULL,
      empname varchar(25) NOT NULL,
      salary  money       NOT NULL,
      CONSTRAINT PK_Employees PRIMARY KEY(empid),
      CONSTRAINT FK_Employees_mgrid_empid
        FOREIGN KEY(mgrid)
        REFERENCES Employees(empid)
    CREATE INDEX idx_nci_mgrid ON Employees(mgrid)
    SET NOCOUNT ON
    INSERT INTO Employees VALUES(1 , NULL, 'Nancy'   , $10000.00)
    INSERT INTO Employees VALUES(2 , 1   , 'Andrew'  , $5000.00)
    INSERT INTO Employees VALUES(3 , 1   , 'Janet'   , $5000.00)
    INSERT INTO Employees VALUES(4 , 1   , 'Margaret', $5000.00) 
    INSERT INTO Employees VALUES(5 , 2   , 'Steven'  , $2500.00)
    INSERT INTO Employees VALUES(6 , 2   , 'Michael' , $2500.00)
    INSERT INTO Employees VALUES(7 , 3   , 'Robert'  , $2500.00)
    INSERT INTO Employees VALUES(8 , 3   , 'Laura'   , $2500.00)
    INSERT INTO Employees VALUES(9 , 3   , 'Ann'     , $2500.00)
    INSERT INTO Employees VALUES(10, 4   , 'Ina'     , $2500.00)
    INSERT INTO Employees VALUES(11, 7   , 'David'   , $2000.00)
    INSERT INTO Employees VALUES(12, 7   , 'Ron'     , $2000.00)
    INSERT INTO Employees VALUES(13, 7   , 'Dan'     , $2000.00)
    INSERT INTO Employees VALUES(14, 11  , 'James'   , $1500.00)
    WITH EmpCTE(empid, empname, mgrid, lvl)
    AS
      -- Anchor Member (AM)
      SELECT empid, empname, mgrid, 0
      FROM Employees
      WHERE empid = 1
      UNION ALL
      -- Recursive Member (RM)
      SELECT E.empid, E.empname, E.mgrid, M.lvl+1
      FROM Employees AS E
        JOIN EmpCTE AS M
          ON E.mgrid = M.empid
    SELECT * FROM EmpCTE
    My object is
    I want to design the database of bill of materials which contain item and amount.
    So the amount of child will depend on amount of parent in term of ratio. For example
    A(1)               A(2)
    |         ---->     |
    B(2)               B(4)
    My problem is when i try to add the parent and child . Let A is the parent of B , If i try to add A to be the child of C
    I want B to come along with A as well. For example
    A                       C
    |     C  --->        |           For this I have to store the relation of all item in  my list to check that this item have a child or not if yes
    B                            
    A              The child must come along with its parent , What the Er-diagram should be for all of my requirement?
        |
        B
    Base on the example that Uri
    Dimant gave me ,  i have to stroe 1 item wtih multi parents for example if b is a child of a And b  have c as child , When i insert D as a parent of B   , c will automatic come along with B , But this not seem gonna work.
    item   Parent 
     A      NULL
    B         A
    C         B
    B         D
    Am i wrong to go this way  , any idea

    thanks Uri
    Dimant
    I am
    little confuse about how can i write
    hierarchy sql  from this relation  , Thanks
    so far i got 
    WITH EmpCTE(cid, cname, pid, lvl)
    AS
      SELECT      cid , cname ,  children.pid , 0
      FROM            children INNER JOIN
      parents ON children.pid = parents.pid
      where  cid = 1
      UNION ALL
      SELECT      E.cid , E.cname ,  E.pid , M.lvl+1
      FROM       ( select  cid , cname , children.pid FROM  children INNER JOIN
      parents ON children.pid = parents.pid) AS E JOIN EmpCTE AS M
          ON E.pid = M.cid
    SELECT * FROM EmpCTE  

  • 8520 curve rror: Sqlite Error (schema update): net.rim.device.api.database.DatabaseException: SELECT name FROM sqlite_master WHERE type = 'index' AND name = 'chat_history_jid_index': disk I / O error (10).

    Dear team support,
    I have a problem with my WhatsApp Messenger.
    my whatsapp wont save message history. couse error.
    Error: Sqlite Error (schema update):
    net.rim.device.api.database.DatabaseException: SELECT name FROM sqlite_master WHERE type = 'index' AND name = 'chat_history_jid_index': disk I / O error (10).
    Please advise me how can i solve my memory card issue..
    Thanks

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • Want to  hide middleware selection in connection creation

    Hi all,
    I want hide or remove the middle ware drivers in Middleware selection during connection creation  for business objects client version. I dont want my users to use some middlewares in the connection creation.
    Thanks in advance.

    Hi,
    You can disable the middleware driver by going onto the BO server:
    Go to "Add/Remove Programs" > select "Modify" > Go to "Database Access" > here you can diable all the drivers you don't need
    Regards
    Remi

  • Oracle Database 10g on Red Hat Linux Virtual Machine download location?

    anyone know where i can download the vmware image of redhat and oracle preinstalled?
    its called "Oracle Database 10g on Red Hat Linux Virtual Machine"
    i found a reference to it on this page, but the link at the bottom is broken.
    http://www.oracle.com/technology/obe/10gr2_db_vmware/htmlfiles/readme_oracleonlnxeval.html
    i want to test out oracle on redhat before i install it completely

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

Maybe you are looking for

  • Invoice load using main vendor and alternate payeeu0085Issues ????

    Hello all, I have a question regarding alternate payee in the vendor master.  We have a vendor A which has an alternate payee in it B . So when we load an invoice with vendor A and run payment run it picks up vendor B as recipient. But when we load a

  • Adobe End User License Agreement

    The "Adobe End User License Agreement" appears every time I want to view a picture. How do I stop this from appearing , especially for an album containing alot of pics.

  • Call / make a NACE-Message from an ABAP Program

    Hi all, Does anyone knows how to call / make a NACE-Message from an ABAP Program? Is there a possibility to call a functionmodul with the needed basic informations (doc. number, sales-org etc.) which will start the NACE Message Procedure? Reason: We

  • Region filed is not diplaying any values in e-shop application

    Hi Experts, I am working on e-shop application of CRM e-commerce.In my e shop registration page ,i have one select option filed called region.it display the country region list according to which country use has to be select.here i have one problem,,

  • How to install Aperture 2 over Academic 5.1

    I have academic Aperture 1.5.6 installed on my 17" PB. I have purchased the full Aperture 2 since there is no academic upgrade. How do install Aperture 2 over Aperture 1.5.6. (There are no instructions in the material that came with Aperture 2.) Than