Process visualization

Hi,
I am having some problem with the processes as some of the processes doesn't show uo in the Console. Here is the scenarion:
I have 5 processes:
Process 1 polls DB and pass the data to Process 2 (Synchronous) In Process 2 I am calling Process 3(Synchronous) and then Process 4(Synchronous). Process 4 inturns calls Process 5 and the control then returns back to Process 2.
Now in my Console I only see Process 1, Process 3 and Process 4. But it doesn't show me the Process 2 and Process 5. Although my flow ends successfully but can't figure out why it doesn't show Process 2 and Process 5.
Can someone please tell me why is it happening, what can I do to make all the processes show up in the console.
Thanks

Now I see a process under Instances Tab but it doesn't show under Dashboard Tab. My flow completes successfully I have 5 processes all those processes shows under Instance Tab but one of the process doesn't show under Dashboard Tab. Any idea why it's doing that. I don't see anything in the log file either. Now if I restart the server it works but after sometime it again starts the same behavior i.e. not showing all the processes under dashboard Tab, I can't keep restarting the server each time. Any response is really appreciated. Thanks

Similar Messages

  • Process Visualization: Task / Activity Instances in wrong order

    Hi,
    in the visual process flow I "zoom" into a human task (details" of a task), which has more than one instances. These instaces are not sorted for any criteria... For Example:
    Instance 1: Start at 4/19/.2011, 3:00 pm (In progress)
    Instance 2: Start at 4/16/.2011, 3:00 pm (Completed)
    Instance 3: Start at 4/17/.2011, 3:00 pm (Completed)
    Instance 4: Start at 4/10/.2011, 3:00 pm (Completed)
    I want an instance order like this:
    Instance 1: Start at 4/19/.2011, 3:00 pm (In progress)
    Instance 3: Start at 4/17/.2011, 3:00 pm (Completed)
    Instance 2: Start at 4/16/.2011, 3:00 pm (Completed)
    Instance 3: Start at 4/10/.2011, 3:00 pm (Completed)
    Is this possible...?!
    Regardss
    Peter

    Hi,
    Task List is dependent master data of Work Centers. Even though you changed Activity type in Work Center, that will not reflect in Task List which had been uploaded before changing.
    There are two options.
    1. Manual - Go to each Task list, remove that work center & again select the same work center, so that, changed (i.e., correct) activity type will be placed in operations.
    2. By BDC - Write one BDC program to change this. Here only for that work center, you need to change. So by considering that work center as sorting condition, you should write the program.
    In the Task list, if all the operations are having same work center, then you can change the same in Task list header. But if you have assigned different work center for different operations, then you have to do at operation level.
    Regards,
    Maheswaran

  • Process visualization in BPEL console

    Another question: Is there a way to see all the process,their structures(father/son), how they are working(not clicking on "audit")... in BPEL Console??
    Thanks
    Ema

    in regards to the last 2 posts,
    my best guess that your processes are all sync.. the reason why the treefinder is not showing them as parent - child, is because the execute all in the same thread so we don/t fill them with a parent id - which causes the treefinder not to show the relations ..If you look at the loanflow, the process and all its subprocesses are async .. I have to check if this is fixed in the latest release ..
    hope this clarifies,
    clemens

  • Problem about Triggering BPM and Process monitor

    Hi all,
    I am new on the BPM domain. Now i got some problem working on it.
    First, i want to execute a FM or Program in ECC, and then trigger the process of BPM, how to do this?
    or maybe i can say like this, i want to start a BPM from ECC screen, how could i do?
    Second, the requester could find the completed tasks in UWL with some simple text only,
    if he wants to see the whole process status, is that possible?
    Regards,
    Fisher

    Hi Harsha,
    Thx for your reply.
    For First, is the URL which in Process Repository, after clicking "start process", something like "http://www.example.org/bpem/..... "?
    but seems i cannot open the URL for detail XML data. Could you give some more details?
    For Second, go to UWL page, in Tasks tab, choose "completed tasks" in first dropdown box, you can get the task list then.
    And it returns only "priority, completion date, status".
    If the task is in progress, yes, process visualization will picture the state of the process.
    But my customers (requesters), not admin, want to see the diagram after they submit, with status better. Any suggestion?
    Regards,
    Fisher

  • Best way to stream lots of data to file and post process it

    Hello,
    I am trying to do something that seems like it should be quite simple but am having some difficulty figuring out how to do it.  I am running a test that has over 100 channels of mixed sensor data.  The test will run for several days or longer at a time and I need to log/stream data at about 4Hz while the test is running.  The data I need to log is a mixture of different data types that include a time stamp, several integer values (both 32 and 64 bit), and a lot of floating point values.  I would like to write the data to file in a very compressed format because the test is scheduled to run for over a year (stopping every few days) and the data files can get quite large.  I currently have a solution that simply bundles all the date into a cluster then writes/streams the cluster to a binary file as the test runs.  This approach works fine but involves some post processing to convert the data into a format, typically a text file, that can be worked with in programs like Excel or DIAdem.   After the files are converted into a text file they are, no surprise, a lot larger than (about 3 times) the original binary file size.
    I am considering several options to improve my current process.  The first option is writing the data directly to a tdms file which would allow me to quicly import the data into DIAdem (or Excel with a plugin) for processing/visualization.   The challenge I am having (note, this is my first experience working with tdms files and I have a lot to learn) is that I can not find a simple way to write/stream all the different data types into one tdms file and keep each scan of data (containing different data types) tied to one time stamp.  Each time I write data to file, I would like the write to contain a time stamp in column 1, integer values in columns 2 through 5, and floating point values in the remaining columns (about 90 of them).  Yes, I know there are no columns in binary files but this is how I would like the data to appear when I import it into DIAdem or Excel.  
    The other option I am considering is just writing a custom data plugin for DIAdem that would allow me to import the binary files that I am currently creating directly into DIAdem.  If someone could provide me with some suggestions as to what option would be the best I would appreciate it.  Or, if there is a better option that I have not mentioned feel free to recommend it.  Thanks in advance for your help.

    Hello,
    Here is a simple example, of course here I only create one value per iteration in the while loop for simplicity. You can also set properties of the file which can be useful, and set up different channels.
    Beside, you can use multiple groups to have more flexibility in data storage. You can think of channels like columns, and groups as sheets in Excel, so you see this way your data when you import the tdms file into Excel.
    I hope it helps, of course there are much more advanced features with TDMS files, read the help docs!

  • BPM Monitoring/Troubleshooting

    Is there a way to monitor / troubleshoot a completed BPM process and understand thru which steps or branch did the process flow happen?
    In Manage Processes: Process Instances -> When one clicks on the Show Process Flow button, the graphical process visualization does not really show the executed path/flow.

    Shabarish,
    BPM failures can be found various places (Manage Process), SOA connectivity logs and SAP logs (Developer traces & SAP logs) as mentioned by Siddhant.
    I've pointed out the BPE monitoring feature only - where it shows the line of traversed activities/tasks. In NW BPM, if you closely observe a BPM (Manage Processes > Show > Process flow, the traversed human activities & Sub processes have a small box in grey color that interprets the activity had been traversed.
    - Nikhil Bose

  • Getting statistics of Query Plan

    Hi,
    I have deployed a simple application on OEP default server (in localhost) in Eclipse. I can see the results in console when the generator send messages to port 9200. Also I can see the app is RUNNING when I check Event Processing Visualizer (http://localhost:9002/wlevs/)
    However, in Query plan page, the stat result is always 0 for all the operators... I have take a look at all the related documentation but I couldn't resolve the problem.
    Cheers,
    Alireza

    Dear XiYing,
    Still zero stats even after enabling!
    Here is my config:
    <?xml version="1.0" encoding="UTF-8"?>
    <wlevs:config xmlns:wlevs="http://www.bea.com/ns/wlevs/config/application"
      xmlns:jdbc="http://www.oracle.com/ns/ocep/config/jdbc">
      <cql>
      <stats-enabled>true</stats-enabled>
      </cql>
      <processor>
      <name>CarSegStrQueryProcessor</name>
      <rules>
      <query id="CarSegStrQuery"> <![CDATA[ select car_id, speed, exp_way, lane, dir, (x_pos/52800) as seg from AdapterOutputChannel ]]> </query>
      </rules>
      </processor>
    </wlevs:config>
    Cheers,
    Alireza

  • IMAQ USB CAMERA BLINKING

    I'm trying to do a real time inspection with Vision Assistant 8.6 and when I start capturing with IMAQ USB GRAB inside Labview 8.6 the video starts blinking and I can't see for sure what is happening.
    Is there any solution to stop it and make the image smooth without blinking?
    There is an image below showing the block diagram.I'd appreciate if someone could help me.

    Hi, Alex,
    You have clear race conditions between Grabbing/Processing/Visualization.
    Try to copy image to other buffer, then "blinking" should goes away.
    Something like that:
    Also remember, that at first grab iteration your image is not valid, because grab occurred after processing.
    Andrey.

  • Concurrency Visualizer Extension (VS2013): "An unknown error occurred while trying to start the collection process."

    Not sure if this is the right place to ask about this but since my question concerns an extension I'll give it a shot.
    I'm trying to use the Visual Studio 2013 Concurrency Visualizer extension to debug a simple test console application. I've set executive paging to disabled in the registry as it directed and hit "add SDK to project" in the concurrency
    visualizer menu options. And of course, restarted my computer to apply the settings. When I try to "start [the concurrency visualizer] with current project" I get an error popup:
    "An unknown error occurred while trying to start the collection process."
    I really need the concurrency profiling to start debugging contention in my multithreaded application. Prompt assistance would be much appreciated.

    Hi,
    This forum is to discuss and ask questions about extending and integrating with Visual Studio (using the Extension Manager, building VSX containers for deployment, Visual Studio SDK, and more), Visual Studio Online (REST APIs, service hooks, and OAuth),
    and Team Foundation Server.
    You have problems when using Concurrency Visualizer Extension, please ask in
    the page under "Q AND A". Since Concurrency Visualizer is a diagnostic tool, you can post this issue in
    Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) forum too.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can BPM visualize business process at runtime?

    I am new to BPM. I am wondering if it can visualize the business process at run time so that the user knows what is going on. A use case would be in a document approval process, where a document needs to be approved by multiple people in different phases. The user would like to know the current approval status and who is the next approver, etc in a visualized graph.
    Appreciate your response.

    Hi tiwang,
    Are u looking for the Flow. i mean let us Consider Leave Approving Flow.
    You have a Initiator who Applies the Leave and this Task goes to his manager and the Manager will Complete the Task and the Task is routed to next level manager.
    And you would like to see the same BPM flow pictorial in the BPM work list is it wat ur looking for. If yes we can See the flow in BPM workSpace or even BPM worklist.
    Process: Once u Complete the Flow You will try to Test Webservice with Some Sample Values. Then after testing under Response click on Launch Flow Trace.
    Then we will get the Popup with Flow trace. Then Click the Component then we will get the BPMN Process instance with three tabs
    1) Shows the Audit Trail: Like u can see the Complete Payload of each and every Activity what it received and wat it gave the Output.
    2) Flow: Visulaize the Flow
    3) Faults: All the Exceptions which occur
    Hope This is wat ur looking for. Else let me know if something else.
    Regards,
    Pavan

  • Visualization of Normalization Processes in Relational Database

    What are the current issues on Visualization of Normalization Processes? Of what use could it be to Relational Database problems?

    What are the current issues on Visualization of
    Normalization Processes? Of what use could it be to
    Relational Database problems?You have made two pots, and both are database questions. Haven't you noticed that this is a java forum?
    /Kaj

  • Installation process of BOBJ EDGE BI 3.1 on HP UNIX 11.31

    Hi all,
    Greetings!
    I am stuck with the installation process of BOBJ EDGE BI 3.1 on HP UNIX. In my service market place I find the BOBJ EDGE BI 3.1 Installation only for the environments LINUX and WINDOWS.
    Does this mean that the BOBJ Software for EDGE BI (Enterprise) is only available for LINUX and WINDOWS machines and not for HP UX machines?
    But I do find the installation documents in SAP marketplace for SAP BOBJ EDGE BI 3.1 on HP UNIX.
    I find the following packages in my service marketplace,
    Address Directories
    SBOP CATEGORIZER WORKBENCH LANGUAGE MODULES
    SBOP EDGE BI
    SBOP EDGE INTEG. FOR SAP SOL.
    SBOP INTGR. FOR SAP
    SBOP MOBILE
    SBOP XCELSIUS ENTERPRISE
    Ad-hoc Querying package
    BOBJ INTGR. FOR SAP XI 3.0
    Enterprise Query, Reporting, and Analysis package
    BOBJ INTGR. FOR SAP XI 3.0
    BOBJ XCELSIUS ENTERPRISE 2008
    Visualization and Reporting package
    Could you please help me in solving my issue with installing the Business Objects Enterprise on HP UNIX 11.31 u2013 IA64 machine, and please mention the list of softwareu2019s (SAP Media) to be downloaded from SAP.
    Awaiting your response at the earliest.
    Thank you
    Regards,
    Vineeth Damodar

    Hi,
    SAP BOBJ EDGE BI 3.1 is indeed only available for Windows and Linux.
    I would suggest to create an OSS message ([http://service.sap.com/support]) requesting access to SAP BOBJ ENTERPRISE XI 3.1.
    Regards,
    Stratos
    PS: Do you want to access SAP sources (like SAP BW or SAP ERP) from your BOE installation?

  • Macbook Pro Mid 2010 15" Maverick 10.9.4 with Parallels or virtual box -- windowserver process freezes

    I have MBP mid 2010, 15" maverick 10.9.4  and it freezes with any virtualization software. I tried Parallels and Virtualbox. both freezes.. I did go through forums and disable automatic graphics switching, reset PRAM and SMC, reinstalled OS/X no luck. Virtualbox 4.3.14 seems not freezing much as compare to parallels but virtual box has no drag drop support and its painful without that. parallels has good features but it freezes my computer. I tried their support, they helped me twice to remote control my computer but so far no help. No real good person was there to fix. just check some setting etc...
    EtreCheck returns following:
    EtreCheck version: 1.9.12 (48)
    Report generated July 19, 2014 at 7:36:58 AM PDT
    Hardware Information:
      MacBook Pro (15-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro6,2
      1 2.66 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics - VRAM: 288 MB
      NVIDIA GeForce GT 330M - VRAM: 512 MB
      Color LCD 1440 x 900
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:2:49
    Disk Information:
      ST9500325ASG disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 337.71 GB (211.71 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 161.53 GB (29.6 GB free)
      MATSHITADVD-R   UJ-898
    USB Information:
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      [not loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      [loaded] org.virtualbox.kext.VBoxDrv (4.3.14) Support
      [loaded] org.virtualbox.kext.VBoxNetAdp (4.3.14) Support
      [loaded] org.virtualbox.kext.VBoxNetFlt (4.3.14) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.3.14) Support
    Startup Items:
      MySQLCOM: Path: /Library/StartupItems/MySQLCOM
    Launch Daemons:
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [failed] com.parallels.mobile.dispatcher.launchdaemon.plist Support
      [failed] com.parallels.mobile.kextloader.launchdaemon.plist Support
      [not loaded] org.virtualbox.startup.plist Support
    Launch Agents:
      [loaded] com.parallels.mobile.prl_deskctl_agent.launchagent.plist Support
    User Launch Agents:
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.parallels.mobile.startgui.launchagent.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
      iTunesHelper
    Internet Plug-ins:
      SharePointBrowserPlugin: Version: 14.4.3 - SDK 10.6 Support
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: Java 7 Update 60 Check version
      Default Browser: Version: 537 - SDK 10.9
    Safari Extensions:
      Open in Internet Explorer: Version: 1.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      MySQL  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          27% com.apple.IconServicesAgent
          23% Finder
          14% WindowServer
          3% mdworker
          1% coreaudiod
    Top Processes by Memory:
      90 MB ocspd
      90 MB Finder
      74 MB mds_stores
      67 MB com.apple.IconServicesAgent
      57 MB CalendarAgent
    Virtual Memory Information:
      5.33 GB Free RAM
      1.58 GB Active RAM
      238 MB Inactive RAM
      875 MB Wired RAM
      175 MB Page-ins
      0 B Page-outs
    System log for windowserver says following:
    Date/Time:       2014-07-18 23:48:37 -0700
    OS Version:      10.9.4 (Build 13E28)
    Architecture:    x86_64
    Report Version:  18
    Command:         WindowServer
    Path:            /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    Version:         ??? (???)
    Parent:          launchd [1]
    PID:             133
    Event:           wakeups (microstackshots only)
    Wakeups:         262 wakeups per second for 172 seconds
    Duration:        172.00s
    Steps:           154
    Hardware model:  MacBookPro6,2
    Active cpus:     4
    Fan speed:       5978 rpm
    Powerstats for:  WindowServer [133]
    Start time:      2014-07-18 23:49:03 -0700
    End time:        2014-07-18 23:51:05 -0700
    Parent:          launchd
    Microstackshots: 8 samples (5%)
    Primary state:   6 samples Non-Frontmost App, Non-Background Priority, User mode
    User Activity:   0 samples Idle, 8 samples Active
    Power Source:    0 samples on Battery, 8 samples on AC
      8 start + 1 (libdyld.dylib) [0x110d5a5fd]
        8 main + 9 (WindowServer) [0x10f3aef96]
          8 CGXServer + 807 (CoreGraphics) [0x10fb3e4b6]
            8 CGXRunOneServicesPass + 164 (CoreGraphics) [0x10fb3dc79]
              8 run_timer_pass + 379 (CoreGraphics) [0x10fb6d858]
                7 update_display_callback + 125 (CoreGraphics) [0x10fc0fa3d]
                  4 CGXUpdateDisplay + 1111 (CoreGraphics) [0x10fc0ff58]
                    4 CGXUpdateMagicMirror + 1169 (CoreGraphics) [0x10fc25e38]
                      1 WSRedrawSpecifiedWindowsToDisplayAndRegion + 1312 (CoreGraphics) [0x10fc18594]
                        1 CGXAcquireDisplayDeviceSurface + 1889 (CoreGraphics) [0x10fa66b18]
                          1 CGXDisplayUnionFlushShape + 425 (CoreGraphics) [0x10fbbce82]
                            1 CFRelease + 424 (CoreFoundation) [0x10f3d8398]
                              1 region_finalize + 37 (CoreGraphics) [0x10f7dca81]
                                1 szone_free_definite_size + 1467 (libsystem_malloc.dylib) [0x110f63f8d]
                                  1 tiny_free_list_remove_ptr + 301 (libsystem_malloc.dylib) [0x110f681a3]
                      1 WSRedrawSpecifiedWindowsToDisplayAndRegion + 1838 (CoreGraphics) [0x10fc187a2]
                        1 redraw_window + 112 (CoreGraphics) [0x10fc158b5]
                          1 CGRegionCreateCopy + 22 (CoreGraphics) [0x10f7d6c1b]
                            1 assert_check_shape + 15 (CoreGraphics) [0x10f7d4241]
                      1 WSRedrawSpecifiedWindowsToDisplayAndRegion + 2014 (CoreGraphics) [0x10fc18852]
                        1 CGLayerComposite + 116 (CoreGraphics) [0x10fa5e310]
                          1 CGXGLAccelComposite + 1233 (CoreGraphics) [0x10fb47e71]
                            1 gl_composite_layers + 38 (CoreGraphics) [0x10fb486b2]
                              1 gl_composite_layer + 479 (CoreGraphics) [0x10fb4c7fd]
                                1 gl_composite_layer_core + 18343 (CoreGraphics) [0x10fb5527f]
                                  1 glBegin_Exec + 96 (GLEngine) [0x1461f15e4]
                                    1 gleDoDrawDispatchCore + 502 (GLEngine) [0x1462d52a0]
                                      1 gldUpdateDispatch + 1068 (GeForceTeslaGLDriver) [0x1234402ec2a3]
                                        1 ??? (GeForceTeslaGLDriver + 2900114) [0x1234402c4092]
                                          1 ??? (GeForceTeslaGLDriver + 2892812) [0x1234402c240c]
                      1 WSRedrawSpecifiedWindowsToDisplayAndRegion + 2196 (CoreGraphics) [0x10fc18908]
                        1 CGXReleaseDisplayDeviceSurface + 197 (CoreGraphics) [0x10fa67d13]
                          1 CGXGLAccelFinish + 156 (CoreGraphics) [0x10fb43c89]
                            1 ??? (GeForceTeslaGLDriver + 3068556) [0x1234402ed28c]
                              1 ??? (GeForceTeslaGLDriver + 3069807) [0x1234402ed76f]
                                1 ??? (GeForceTeslaGLDriver + 2977197) [0x1234402d6dad]
                                  1 ??? (GeForceTeslaGLDriver + 2399379) [0x123440249c93]
                  2 CGXUpdateDisplay + 8838 (CoreGraphics) [0x10fc11d87]
                    2 CGXReleaseDisplayDeviceSurface + 292 (CoreGraphics) [0x10fa67d72]
                      2 MPFinishSurfaceForDisplayDevice + 227 (CoreGraphics) [0x10f916b67]
                        2 IOAccelFlushSurfaceOnFramebuffers + 95 (IOKit) [0x10f72b6ab]
                          2 IOConnectCallMethod + 266 (IOKit) [0x10f7211b5]
                            2 io_connect_method + 377 (IOKit) [0x10f77a6fe]
                              2 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x110ee8a1a]
                                2 <Kernel mode>
                  1 CGXUpdateDisplay + 8689 (CoreGraphics) [0x10fc11cf2]
                    1 CGLayerComposite + 116 (CoreGraphics) [0x10fa5e310]
                      1 CGXGLAccelComposite + 1233 (CoreGraphics) [0x10fb47e71]
                        1 gl_composite_layers + 38 (CoreGraphics) [0x10fb486b2]
                          1 gl_composite_layer + 12696 (CoreGraphics) [0x10fb4f7b6]
                            1 glBegin_Exec + 96 (GLEngine) [0x1461f15e4]
                              1 gleDoDrawDispatchCore + 502 (GLEngine) [0x1462d52a0]
                                1 gldUpdateDispatch + 1173 (GeForceTeslaGLDriver) [0x1234402ec30c]
                                  1 ??? (GeForceTeslaGLDriver + 2695711) [0x12344029221f]
                                    1 ??? (GeForceTeslaGLDriver + 2793413) [0x1234402a9fc5]
                1 update_display_callback + 46 (CoreGraphics) [0x10fc0f9ee]
                  1 CGXDisplayDeviceSurfaceIsReady + 17 (CoreGraphics) [0x10fbbccc0]
                    1 MPDisplayDeviceSurfaceIsReady + 21 (CoreGraphics) [0x10f916e68]
      Binary Images:
             0x10f3ae000 -        0x10f3aeffd  WindowServer (599.25.10.1) <61FE4BA9-1E5D-37F6-9126-24ACD7C7559D> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
             0x10f3bf000 -        0x10f5a4fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10f71c000 -        0x10f788fff  com.apple.framework.IOKit 2.0.1 <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
             0x10f7ca000 -        0x1100ea32b  com.apple.CoreGraphics 1.600.0 <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
             0x110d57000 -        0x110d5aff7  libdyld.dylib (239.4) <A1273A02-4928-3BAC-A846-6C069DC1A0A6> /usr/lib/system/libdyld.dylib
             0x110ed7000 -        0x110ef3ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
             0x110f5d000 -        0x110f78ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
             0x1461dd000 -        0x14637dff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
          0x123440000000 -     0x12344086dfff  com.apple.GeForceTeslaGLDriver 8.24.15 (8.2.4) <C49EA520-7D7F-3708-BDC2-845C2A39C976> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
    Powerstats for:  prl_client_app
    Start time:      2014-07-18 23:48:38 -0700
    End time:        2014-07-18 23:51:28 -0700
    Microstackshots: 141 samples (91%)
    Primary state:   126 samples Non-Frontmost App, Non-Background Priority, Kernel mode
    User Activity:   0 samples Idle, 141 samples Active
    Power Source:    0 samples on Battery, 141 samples on AC
      136 thread_start + 13 (libsystem_pthread.dylib) [0x105fdffc9]
        136 _pthread_start + 137 (libsystem_pthread.dylib) [0x105fdb72a]
          136 _pthread_body + 138 (libsystem_pthread.dylib) [0x105fdb899]
            136 QThread::terminate() + 762 (QtCorePrl) [0x10924629a]
              118 ??? [0x100074172]
                118 ??? [0x100074324]
                  118 ??? [0x1000a086a]
                    118 ??? [0x1000f89f1]
                      117 ??? [0x10041c71a]
                        117 IOConnectCallStructMethod + 56 (IOKit) [0x101f1340a]
                          117 IOConnectCallMethod + 349 (IOKit) [0x101f13208]
                            117 io_connect_method + 377 (IOKit) [0x101f6c6fe]
                              117 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x105edea1a]
                      1   IOConnectCallAsyncMethod + 422 (IOKit) [0x101f133d2]
                        1   <User mode>
              10  ??? [0x10012d50e]
                3   ??? [0x10018dfa4]
                  2   ??? [0x1001b6463]
                    2   kevent + 10 (libsystem_kernel.dylib) [0x105ee364a]
                  1   ??? [0x1001b6428]
                    1   read + 10 (libsystem_kernel.dylib) [0x105ee39f2]
                3   ??? [0x10018dedd]
                  3   ??? [0x10018e18c]
                    2   ??? [0x1001938ef]
                      2   ??? [0x10006eb63]
                        2   ??? [0x10006e0d3]
                          2   ??? [0x10006db26]
                            2   <User mode>
                    1   ??? [0x1001938e0]
                      1   ??? [0x1001945b8]
                        1   ??? [0x100194ed1]
                          1   ??? [0x10006eab8]
                            1   ??? [0x10006defb]
                              1   <User mode>
                3   ??? [0x10015ee88]
                  1   ??? [0x10015f009]
                    1   ??? [0x10015f31b]
                      1   ??? [0x10015ff83]
                        1   ??? [0x10016025d]
                          1   ??? [0x1001615da]
                            1   ??? [0x1002763ed]
                              1   ??? [0x100273c2d]
                                1   ??? [0x1002788bd]
                                  1   ??? [0x100277cad]
                                    1   ??? [0x10028108c]
                                      1   SCSITaskDeviceClass::CreateSCSITask() + 37 (SCSITaskLib) [0x1a8fcb1d7]
                                        1   SCSITaskClass::alloc(SCSITaskDeviceClass*, unsigned int, unsigned int) + 246 (SCSITaskLib) [0x1a8fc9b38]
                                          1   SCSITaskClass::Init(SCSITaskDeviceClass*, unsigned int, unsigned int) + 142 (SCSITaskLib) [0x1a8fc9e06]
                                            1   SCSITaskClass::SetSenseDataBuffer(void*, unsigned char) + 152 (SCSITaskLib) [0x1a8fca572]
                                              1   IOConnectCallScalarMethod + 46 (IOKit) [0x101f1348d]
                                                1   IOConnectCallMethod + 266 (IOKit) [0x101f131b5]
                                                  1   io_connect_method + 377 (IOKit) [0x101f6c6fe]
                                                    1   mach_msg_trap + 10 (libsystem_kernel.dylib) [0x105edea1a]
                  1   ??? [0x10015efbb]
                    1   ??? [0x1001648db]
                      1   ??? [0x100290c99]
                        1   ??? [0x100388285]
                          1   ??? [0x100c3255d]
                            1   __psynch_cvsignal + 10 (libsystem_kernel.dylib) [0x105ee26fe]
                  1   ??? [0x10015efc7]
                    1   ??? [0x100290b8c]
                      1   ??? [0x100388330]
                        1   ??? [0x100c3279a]
                          1   ??? [0x100292cd3]
                            1   ??? [0x10028d92e]
                              1   ??? [0x10028cc54]
                                1   ??? [0x10041d9ed]
                                  1   IOConnectCallStructMethod + 56 (IOKit) [0x101f1340a]
                                    1   IOConnectCallMethod + 349 (IOKit) [0x101f13208]
                                      1   io_connect_method + 377 (IOKit) [0x101f6c6fe]
                                        1   mach_msg_trap + 10 (libsystem_kernel.dylib) [0x105edea1a]
                1   ??? [0x10018dfe0]
                  1   ??? [0x10012d4a0]
                    1   <User mode>
              1   ??? [0x1076b9375]
                1   ??? [0x1076b7a4e]
                  1   __sendmsg + 10 (libsystem_kernel.dylib) [0x105ee2a6a]
                    1   <Frontmost App>
              1   ??? [0x100c32330]
                1   __psynch_cvsignal + 24 (libsystem_kernel.dylib) [0x105ee270c]
                  1   <User mode>
              1   ??? [0x10037932f]
                1   ??? [0x1003791e4]
                  1   __sendto + 10 (libsystem_kernel.dylib) [0x105ee2a9a]
              1   ??? [0x1001df195]
                1   ??? [0x1001dfeee]
                  1   ??? [0x1003ccd4f]
                    1   host_statistics + 147 (libsystem_kernel.dylib) [0x105ed2957]
                      1   mach_msg_trap + 10 (libsystem_kernel.dylib) [0x105edea1a]
              1   ??? [0x1001df204]
                1   ??? [0x1001e1dae]
                  1   ??? [0x1001e3dac]
                    1   ??? [0x100091714]
                      1   ??? [0x100093b4a]
                        1   ??? [0x1001d4800]
                          1   ??? [0x100096366]
                            1   ??? [0x1000961d0]
                              1   ??? [0x100094eff]
                                1   ??? [0x1000ce3ff]
                                  1   ??? [0x1000d05b5]
                                    1   ??? [0x1000e2757]
                                      1   ??? [0x1006f3fb5]
                                        1   ??? [0x10070484d]
                                          1   ??? [0x100869598]
                                            1   ??? [0x100883a0d]
                                              1   ??? [0x1008d2af0]
                                                1   ??? [0x1008df6ad]
                                                  1   ??? [0x100931497]
                                                    1   ??? [0x100931dbe]
                                                      1   ??? [0x100931bf5]
                                                        1   <User mode>
              1   ??? [0x100178ce0]
                1   ??? [0x100182999]
                  1   ??? [0x10017d4e5]
                    1   ??? [0x1001cfd63]
                      1   ??? [0x1001d05c3]
                        1   ??? [0x1001d11ca]
                          1   ??? [0x1001e81fe]
                            1   ??? [0x10020846b]
                              1   ??? [0x10020dc51]
                                1   glDrawArraysInstanced_ACC_GL3Exec + 240 (GLEngine) [0x1a57bf55a]
                                  1   gleDoDrawDispatchCoreGL3 + 502 (GLEngine) [0x1a57f879a]
                                    1   gldUpdateDispatch + 916 (GeForceTeslaGLDriver) [0x1234402ec20b]
                                      1   ??? (GeForceTeslaGLDriver + 3142581) [0x1234402ff3b5]
                                        1   ??? (GeForceTeslaGLDriver + 2142841) [0x12344020b279]
                                          1   ??? (GeForceTeslaGLDriver + 3147824) [0x123440300830]
                                            1   ??? (GeForceTeslaGLDriver + 3145417) [0x1234402ffec9]
                                              1   ??? (GeForceTeslaGLDriver + 3143608) [0x1234402ff7b8]
                                                1   ??? (GeForceTeslaGLDriver + 135999) [0x12344002133f]
                                                  1   ??? (GeForceTeslaGLDriver + 134316) [0x123440020cac]
                                                    1   ??? (GeForceTeslaGLDriver + 111166) [0x12344001b23e]
                                                      1   ??? (GeForceTeslaGLDriver + 107028) [0x12344001a214]
                                                        1   ??? (GeForceTeslaGLDriver + 5151685) [0x1234404e9bc5]
                                                          1   ??? (GeForceTeslaGLDriver + 105289) [0x123440019b49]
                                                            1   ??? (GeForceTeslaGLDriver + 5139259) [0x1234404e6b3b]
                                                              1   ??? (GeForceTeslaGLDriver + 5138624) [0x1234404e68c0]
                                                                1   ??? (GeForceTeslaGLDriver + 5951853) [0x1234405ad16d]
                                                                  1   vsnprintf + 80 (libsystem_c.dylib) [0x105e1701c]
                                                                    1   __v2printf + 1 (libsystem_c.dylib) [0x105e31105]
                                                                      1   <User mode>
              1   ??? [0x1003e0848]
                1   ??? [0x10041e5c8]
                  1   ??? [0x100c2f7ff]
                    1   fsync + 10 (libsystem_kernel.dylib) [0x105ee3392]
              1   pthread_cond_wait + 10 (libsystem_pthread.dylib) [0x105fdf8b0]
                1   <User mode>
      5   ??? [0x10000db34]
        5   ??? [0x1000a7b8f]
          5   QCoreApplication::exec() + 188 (QtCorePrl) [0x10935a22c]
            5   QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324 (QtCorePrl) [0x109357df4]
              5   QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68 (QtCorePrl) [0x109357a44]
                5   QDesktopWidget::resizeEvent(QResizeEvent*) + 13040 (QtGuiPrl) [0x1096004d0]
                  3   -[NSApplication run] + 553 (AppKit) [0x1045f799c]
                    2   -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x10460389b]
                      2   _DPSNextEvent + 1434 (AppKit) [0x10460424e]
                        2   _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x10ff7c5bc]
                          2   ReceiveNextEventCommon + 479 (HIToolbox) [0x10ff7c7b7]
                            2   RunCurrentEventLoopInMode + 226 (HIToolbox) [0x10ff7ca0d]
                              2   CFRunLoopRunSpecific + 309 (CoreFoundation) [0x1036d2e75]
                                1   __CFRunLoopRun + 1268 (CoreFoundation) [0x1036d35a4]
                                  1   __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x105ee2746]
                                    1   <Frontmost App>
                                1   __CFRunLoopRun + 776 (CoreFoundation) [0x1036d33b8]
                                  1   __CFRunLoopDoObservers + 391 (CoreFoundation) [0x1036e1cd7]
                                    1   __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 (CoreFoundation) [0x1036e1d67]
                                      1   __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1331 + 46 (AppKit) [0x104d76061]
                                        1   _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 884 (AppKit) [0x1047a074e]
                                          1   -[NSView displayIfNeeded] + 1680 (AppKit) [0x10473b2da]
                                            1   -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828 (AppKit) [0x10475be9f]
                                              1   -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 314 (AppKit) [0x10475eeb1]
                                                1   -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151 (AppKit) [0x104760bc4]
                                                  1   -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3199 (AppKit) [0x10476003c]
                                                    1   -[NSView _drawRect:clip:] + 3846 (AppKit) [0x1047630b1]
                                                      1   QMacInputContext::reset() + 7696 (QtGuiPrl) [0x1095eb770]
                                                        1   QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1470 (QtGuiPrl) [0x10969f3ee]
                                                          1   QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const + 795 (QtGuiPrl) [0x109693a3b]
                                                            1   QMacStyle::metaObject() const + 352 (QtGuiPrl) [0x10960e9b0]
                                                              1   QPainter::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) + 735 (QtGuiPrl) [0x1097893ef]
                                                                1   qt_mac_cg_context(QPaintDevice const*) + 13234 (QtGuiPrl) [0x109840f72]
                                                                  1   CGContextFillRects + 96 (CoreGraphics) [0x10dda8d2a]
                                                                    1   ripc_DrawRects + 399 (libRIP.A.dylib) [0x118e1e2e1]
                                                                      1   ripc_Render + 304 (libRIP.A.dylib) [0x118e22468]
                                                                        1   RIPLayerBltShape + 463 (libRIP.A.dylib) [0x118e24027]
                                                                          1   ripd_Lock + 43 (libRIP.A.dylib) [0x118e24487]
                                                                            1   CGSDeviceLock + 240 (CoreGraphics) [0x10ddac38f]
                                                                              1   _CGSLockWindow + 3765 (CoreGraphics) [0x10ddad47c]
                                                                                1   _CGSSynchronizeWindowBackingStore + 97 (CoreGraphics) [0x10de2b9ab]
                                                                                  1   mach_msg_trap + 10 (libsystem_kernel.dylib) [0x105edea1a]
                                                                                    1   <Frontmost App>
                    1   -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 377 (AppKit) [0x10460399a]
                      1   -[NSEvent _initWithCGSEvent:eventRef:] + 2604 (AppKit) [0x1047a60ea]
                        1   -[NSEvent _initTouches] + 1379 (AppKit) [0x10480ff95]
                          1   -[NSThemeFrame _hitTest:ignoringResizeRegion:] + 514 (AppKit) [0x1047a3bd2]
                            1   -[NSView hitTest:] + 448 (AppKit) [0x10472f510]
                              1   QMacInputContext::reset() + 5326 (QtGuiPrl) [0x1095eae2e]
                                1   -[NSView hitTest:] + 448 (AppKit) [0x10472f510]
                                  1   QMacInputContext::reset() + 5326 (QtGuiPrl) [0x1095eae2e]
                                    1   -[NSView hitTest:] + 448 (AppKit) [0x10472f510]
                                      1   QMacInputContext::reset() + 5326 (QtGuiPrl) [0x1095eae2e]
                                        1   -[NSView hitTest:] + 354 (AppKit) [0x10472f4b2]
                                          1   -[NSViewHierarchyLock lockForReadingWithExceptionHandler:] + 72 (AppKit) [0x104641217]
                                            1   <Frontmost App, User mode>
                  2   -[NSApplication run] + 646 (AppKit) [0x1045f79f9]
                    2   ??? [0x100016d2b]
                      1   -[NSApplication sendEvent:] + 2819 (AppKit) [0x1047a78f2]
                        1   QMacInputContext::reset() + 25169 (QtGuiPrl) [0x1095efbb1]
                          1   QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 19318 (QtGuiPrl) [0x1095fb296]
                            1   QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 334 (QtGuiPrl) [0x10964be6e]
                              1   QCoreApplication::notifyInternal(QObject*, QEvent*) + 124 (QtCorePrl) [0x109358b3c]
                                1   QApplication::notify(QObject*, QEvent*) + 8851 (QtGuiPrl) [0x10964f583]
                                  1   QBasicTimer::start(int, QObject*) + 34 (QtCorePrl) [0x109357952]
                                    1   QBasicTimer::stop() + 61 (QtCorePrl) [0x10935791d]
                                      1   QDesktopWidget::resizeEvent(QResizeEvent*) + 7343 (QtGuiPrl) [0x1095fee8f]
                                        1   CFRunLoopTimerInvalidate + 421 (CoreFoundation) [0x1037139b5]
                                          1   <Frontmost App, User mode>
                      1   -[NSApplication sendEvent:] + 325 (AppKit) [0x1047a6f34]
                        1   -[NSApplication _handleGestureEvent:] + 628 (AppKit) [0x10481124c]
                          1   -[NSApplication _handleTouchEvent:] + 324 (AppKit) [0x10499a5a2]
                            1   QMacInputContext::reset() + 25122 (QtGuiPrl) [0x1095efb82]
                              1   QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 13175 (QtGuiPrl) [0x1095f9a97]
                                1   QMacInputContext::reset() + 40094 (QtGuiPrl) [0x1095f35fe]
                                  1   QMacInputContext::reset() + 40510 (QtGuiPrl) [0x1095f379e]
                                    1   <Frontmost App, User mode>
      Binary Images:
             0x10350f000 -        0x103572ffb  com.apple.SystemConfiguration 1.13.1 (1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
             0x101f0e000 -        0x101f7afff  com.apple.framework.IOKit 2.0.1 <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
             0x103663000 -        0x103848fff  com.apple.CoreFoundation 6.9 (855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1045e0000 -        0x105156ff7  com.apple.AppKit 6.9 (1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
             0x105dc4000 -        0x105e4dff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
             0x105ecd000 -        0x105ee9ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
             0x105fda000 -        0x105fe1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
             0x10921e000 -        0x1094e3fff  QtCorePrl 4.8 <3A6F5B6C-999C-CE48-54C4-357B936F9630> /Applications/Parallels Desktop.app/Contents/Frameworks/QtCorePrl.framework/Versions/4/QtCorePrl
             0x1095bd000 -        0x109fbafe7  QtGuiPrl (4.8) <C0DE3A78-7E0E-8F51-CB23-4CAB89877163> /Applications/Parallels Desktop.app/Contents/Frameworks/QtGuiPrl.framework/Versions/4/QtGuiPrl
             0x10dd94000 -        0x10e6b432b  com.apple.CoreGraphics 1.600.0 <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
             0x10ff4e000 -        0x1101f8ff5  com.apple.HIToolbox 2.1.1 <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
             0x118e1c000 -        0x118e44ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
             0x1a5700000 -        0x1a58a0ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
             0x1a8fc8000 -        0x1a8fcbff7  com.apple.iokit.SCSITaskLib 3.6.6 (3.6.6) <8A04C3BA-F5AE-319B-812F-4B5D2EA62B9A> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
          0x123440000000 -     0x12344086dfff  com.apple.GeForceTeslaGLDriver 8.24.15 (8.2.4) <C49EA520-7D7F-3708-BDC2-845C2A39C976> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
    Just to add when MacBook Pro freezes graphics screen acts weird and below task bar isn't rendered properly, mouse moves keyboard light also works but clicking anywhere yields nothing. tried with command-option-shift-esc, command-option-esc, command-q nothing works, sometime (once in a blue moon) above keys work and system regains after a while but i am so far not able to use any virtualization software, gave enough 4 GB 2 CPUs to virtualization software(s), yes i tried running both separately means when virtual box is running parallels is not even there on my box and vice-versa... no luck sofar. please help.  my notebook is out of warranty and I don't think apple will even take a look.
    What could be wrong here?

    I have another freeze...
    Date/Time:       2014-07-29 17:55:22 -0700
    OS Version:      10.9.4 (Build 13E28)
    Architecture:    x86_64
    Report Version:  18
    Command:         WindowServer
    Path:            /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    Version:         ??? (???)
    Parent:          launchd [1]
    PID:             189
    Event:           wakeups (microstackshots only)
    Wakeups:         186 wakeups per second for 242 seconds
    Duration:        242.00s
    Steps:           234
    Hardware model:  MacBookPro6,2
    Active cpus:     4
    Fan speed:       2002 rpm
    Powerstats for:  WindowServer [189]
    Start time:      2014-07-29 17:56:10 -0700
    End time:        2014-07-29 17:59:24 -0700
    Parent:          launchd
    Microstackshots: 53 samples (22%)
    Primary state:   37 samples Non-Frontmost App, Non-Background Priority, User mode
    User Activity:   0 samples Idle, 53 samples Active
    Power Source:    53 samples on Battery, 0 samples on AC
      50 start + 1 (libdyld.dylib) [0x7fff897fe5fd]
        50 main + 9 (WindowServer) [0x1007eff96]
          50 CGXServer + 807 (CoreGraphics) [0x7fff88dc64b6]
            22 CGXRunOneServicesPass + 164 (CoreGraphics) [0x7fff88dc5c79]
              22 run_timer_pass + 379 (CoreGraphics) [0x7fff88df5858]
                22 update_display_callback + 125 (CoreGraphics) [0x7fff88e97a3d]
                  7  CGXUpdateDisplay + 1111 (CoreGraphics) [0x7fff88e97f58]
                    7  CGXUpdateMagicMirror + 1169 (CoreGraphics) [0x7fff88eade38]
                      4  WSRedrawSpecifiedWindowsToDisplayAndRegion + 1312 (CoreGraphics) [0x7fff88ea0594]
                        2  CGXAcquireDisplayDeviceSurface + 3125 (CoreGraphics) [0x7fff88ceefec]
                          2  CGXGLAccelAccess + 154 (CoreGraphics) [0x7fff88dcb87a]
                            2  attach_surface + 203 (CoreGraphics) [0x7fff88d72feb]
                              1  gliAttachDrawableWithOptions + 264 (GLEngine) [0x7fff89c1faf9]
                                1  gldAttachDrawable + 966 (libGPUSupport.dylib) [0x132e76f08]
                                  1  IOConnectCallMethod + 349 (IOKit) [0x7fff86550208]
                                    1  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                                      1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                        1  <Kernel mode>
                              1  gliAttachDrawableWithOptions + 796 (GLEngine) [0x7fff89c1fd0d]
                                1  gliUpdateDispatchState + 247 (GLEngine) [0x7fff89daa0c1]
                                  1  ??? (GeForceTeslaGLDriver + 6039086) [0x1234405c262e]
                        1  CGXAcquireDisplayDeviceSurface + 2101 (CoreGraphics) [0x7fff88ceebec]
                          1  CGRegionGetBoundingBox + 17 (CoreGraphics) [0x7fff88a5e548]
                        1  CGXAcquireDisplayDeviceSurface + 2441 (CoreGraphics) [0x7fff88ceed40]
                          1  CGRegionEnumeratorCreateWithDirection + 1 (CoreGraphics) [0x7fff88d92889]
                      2  WSRedrawSpecifiedWindowsToDisplayAndRegion + 2014 (CoreGraphics) [0x7fff88ea0852]
                        2  CGLayerComposite + 116 (CoreGraphics) [0x7fff88ce6310]
                          2  CGXGLAccelComposite + 1233 (CoreGraphics) [0x7fff88dcfe71]
                            2  gl_composite_layers + 38 (CoreGraphics) [0x7fff88dd06b2]
                              2  gl_composite_layer + 479 (CoreGraphics) [0x7fff88dd47fd]
                                2  gl_composite_layer_core + 570 (CoreGraphics) [0x7fff88dd8d12]
                                  2  gl_composite_core_animation + 2004 (CoreGraphics) [0x7fff88dd1e2c]
                                    2  CARenderOGLRenderDisplay + 82 (QuartzCore) [0x7fff8d74c174]
                                      2  CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236 (QuartzCore) [0x7fff8d6b30ef]
                                        2  CA::OGL::Renderer::render(CA::Render::Update const*) + 714 (QuartzCore) [0x7fff8d6b3430]
                                          2  CA::OGL::render_root_layers(CA::OGL::Renderer&, x_link_struct const*, CA::OGL::Gstate const&) + 331 (QuartzCore) [0x7fff8d6baafb]
                                            2  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                              2  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                2  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                  2  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                    2  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                      2  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                        2  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                          2  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                            1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                              1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                  1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                    1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                      1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                        1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                          1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                            1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                              1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                  1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                    1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                       1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                         1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                           1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                             1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                               1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                                 1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                                   1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                                     1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                                       1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                                         1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                                           1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                                             1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                                               1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                                                 1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                                                   1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                                                     1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                                                       1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                                                         1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57 (QuartzCore) [0x7fff8d6be933]
                                                                                                                           1  CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2486 (QuartzCore) [0x7fff8d6bf54b]
                                                                                                                             1  CA::OGL::render_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 46 (QuartzCore) [0x7fff8d6bf648]
                                                                                                                               1  CA::OGL::render_shadow_path(CA::OGL::Renderer&, CA::OGL::Layer const*) + 350 (QuartzCore) [0x7fff8d758098]
                                                                                                                                 1  CA::OGL::emit_shadow_path(CA::OGL::Context&, double, CA::Vec2<float> const&, unsigned int, int, bool, CA::Transform const&, CA::Render::Path*) + 485 (QuartzCore) [0x7fff8d765a62]
                                                                                                                                   1  CA::OGL::emit_shadow_rect(CA::OGL::Context&, CA::Rect const&, double, unsigned int, int, bool, CA::Transform const&) + 430 (QuartzCore) [0x7fff8d765704]
                                                                                                                                     1  CA::OGL::emit_nine_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, double const*, double const*, float const*, float const*, float const*, float const*, unsigned int) + 1004 (QuartzCore) [0x7fff8d6c9a60]
                                                                                                                                       1  CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long) + 273 (QuartzCore) [0x7fff8d6c9fe9]
                                                                                                                                         1  CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 141 (QuartzCore) [0x7fff8d6c0fb9]
                                                                                                                                           1  CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff8d6b6f42]
                                                                                                                                             1  CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 397 (QuartzCore) [0x7fff8d6b7105]
                                                                                                                                               1  glDrawRangeElements_IMM_Exec + 300 (GLEngine) [0x7fff89cc23a5]
                                                                                                                                                 1  gleDoDrawDispatchCore + 104 (GLEngine) [0x7fff89d09112]
                                                                                                                                                   1  gleUpdateDrawFramebufferState + 525 (GLEngine) [0x7fff89d08407]
                                                                                                                                                     1  gldUpdateDrawFramebuffer + 168 (libGPUSupport.dylib) [0x132e709a1]
                                                                                                                                                       1  ??? (GeForceTeslaGLDriver + 2981976) [0x1234402d8058]
                                                                                                                                                         1  ??? (GeForceTeslaGLDriver + 2886424) [0x1234402c0b18]
                                                            1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57 (QuartzCore) [0x7fff8d6be933]
                                                              1  CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2129 (QuartzCore) [0x7fff8d6bf3e6]
                                                                1  CA::OGL::draw_tiled_image(CA::OGL::Context&, CA::Render::TiledTexture*, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::ContentsGeometry const&, bool) + 72 (QuartzCore) [0x7fff8d788704]
                                                                  1  CA::OGL::TiledImageGeometry::draw_tiles(bool, bool) + 1763 (QuartzCore) [0x7fff8d78746d]
                                                                    1  CA::OGL::Context::bind_image(unsigned int, CA::Render::Texture*, unsigned int, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::TextureEdgeMode, CA::OGL::ContentsGeometry const*, float*) + 1354 (QuartzCore) [0x7fff8d6c2b90]
                                                                      1  CA::ColorProgram::Cache::lookup(CGColorSpace*, bool, bool, CGColorRenderingIntent) + 43 (QuartzCore) [0x7fff8d6c4255]
                                                                        1  CARequiresColorMatching + 46 (QuartzCore) [0x7fff8d68db52]
                                                                          1  CGColorSpaceIsUncalibrated + 19 (CoreGraphics) [0x7fff88a69c78]
                      1  WSRedrawSpecifiedWindowsToDisplayAndRegion + 2196 (CoreGraphics) [0x7fff88ea0908]
                        1  CGXReleaseDisplayDeviceSurface + 197 (CoreGraphics) [0x7fff88cefd13]
                          1  CGXGLAccelFinish + 156 (CoreGraphics) [0x7fff88dcbc89]
                            1  ??? (GeForceTeslaGLDriver + 3068556) [0x1234402ed28c]
                              1  ??? (GeForceTeslaGLDriver + 3069241) [0x1234402ed539]
                                1  IOConnectCallMethod + 349 (IOKit) [0x7fff86550208]
                                  1  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                                    1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                      1  <Kernel mode>
                  6  CGXUpdateDisplay + 677 (CoreGraphics) [0x7fff88e97da6]
                    5  prepare_CoreAnimation_update_state + 358 (CoreGraphics) [0x7fff88e9cda6]
                      3  CGXBeginSurfaceLayerUpdate + 1582 (CoreGraphics) [0x7fff88ec4d13]
                        2  CA::Shape::copy_region() const + 25 (QuartzCore) [0x7fff8d7039bb]
                          2  CGSNewEmptyRegion + 24 (CoreGraphics) [0x7fff88a7d451]
                            2  region_create_with_shape + 37 (CoreGraphics) [0x7fff88a56fe5]
                              2  CGTypeCreateInstance + 79 (CoreGraphics) [0x7fff88a57130]
                                1  CFAllocatorAllocate + 1 (CoreFoundation) [0x7fff8463e131]
                                1  _CFRuntimeCreateInstance + 310 (CoreFoundation) [0x7fff8463e026]
                        1  CA::Shape::copy_region() const + 47 (QuartzCore) [0x7fff8d7039d1]
                          1  CGSNewRegionWithData + 75 (CoreGraphics) [0x7fff88b04407]
                            1  shape_alloc_data + 109 (CoreGraphics) [0x7fff88a6b79a]
                              1  malloc + 24 (libsystem_malloc.dylib) [0x7fff85b7c26a]
                      2  CGXBeginSurfaceLayerUpdate + 964 (CoreGraphics) [0x7fff88ec4aa9]
                        1  WSBackingStoreSetPurgeable + 43 (CoreGraphics) [0x7fff88e03e72]
                          1  IOAccelSurfaceControl + 74 (IOKit) [0x7fff8655a3c0]
                            1  IOConnectCallScalarMethod + 46 (IOKit) [0x7fff8655048d]
                              1  IOConnectCallMethod + 266 (IOKit) [0x7fff865501b5]
                                1  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                                  1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                    1  <Kernel mode>
                        1  WSBackingStoreSetPurgeable + 61 (CoreGraphics) [0x7fff88e03e84]
                          1  IOAccelSurfaceControl + 74 (IOKit) [0x7fff8655a3c0]
                            1  IOConnectCallScalarMethod + 46 (IOKit) [0x7fff8655048d]
                              1  IOConnectCallMethod + 266 (IOKit) [0x7fff865501b5]
                                1  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                                  1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                    1  <Kernel mode>
                    1  prepare_CoreAnimation_update_state + 269 (CoreGraphics) [0x7fff88e9cd4d]
                      1  CGXGLBeginCAUpdateGroup + 124 (CoreGraphics) [0x7fff88dced2a]
                        1  glTestFenceAPPLE_Exec + 48 (GLEngine) [0x7fff89c5c46e]
                          1  gleTestFence + 120 (GLEngine) [0x7fff89d11178]
                            1  gpuiTestFence + 102 (libGPUSupport.dylib) [0x132e6fa50]
                              1  ??? (GeForceTeslaGLDriver + 3079590) [0x1234402efda6]
                  5  CGXUpdateDisplay + 8689 (CoreGraphics) [0x7fff88e99cf2]
                    5  CGLayerComposite + 116 (CoreGraphics) [0x7fff88ce6310]
                      5  CGXGLAccelComposite + 1233 (CoreGraphics) [0x7fff88dcfe71]
                        5  gl_composite_layers + 38 (CoreGraphics) [0x7fff88dd06b2]
                          5  gl_composite_layer + 479 (CoreGraphics) [0x7fff88dd47fd]
                            5  gl_composite_layer_core + 570 (CoreGraphics) [0x7fff88dd8d12]
                              5  gl_composite_core_animation + 2004 (CoreGraphics) [0x7fff88dd1e2c]
                                4  CARenderOGLRenderDisplay + 82 (QuartzCore) [0x7fff8d74c174]
                                  4  CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236 (QuartzCore) [0x7fff8d6b30ef]
                                    4  CA::OGL::Renderer::render(CA::Render::Update const*) + 714 (QuartzCore) [0x7fff8d6b3430]
                                      4  CA::OGL::render_root_layers(CA::OGL::Renderer&, x_link_struct const*, CA::OGL::Gstate const&) + 331 (QuartzCore) [0x7fff8d6baafb]
                                        4  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                          4  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                            4  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                              4  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                4  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                  4  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                    4  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                      4  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                        4  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                          4  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                            4  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                              3  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57 (QuartzCore) [0x7fff8d6be933]
                                                                2  CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2311 (QuartzCore) [0x7fff8d6bf49c]
                                                                  2  CA::OGL::ContentsGeometry::fill_and_unbind(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const + 104 (QuartzCore) [0x7fff8d6c438a]
                                                                    2  CA::OGL::ContentsGeometry::fill_and_unbind(CA::OGL::Context&, CA::OGL::Image*) const + 285 (QuartzCore) [0x7fff8d6c4aed]
                                                                      1  CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 722 (QuartzCore) [0x7fff8d6c4fd4]
                                                                        1  CA::OGL::emit_nine_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, double const*, double const*, float const*, float const*, float const*, float const*, unsigned int) + 1004 (QuartzCore) [0x7fff8d6c9a60]
                                                                          1  CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long) + 273 (QuartzCore) [0x7fff8d6c9fe9]
                                                                            1  CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 322 (QuartzCore) [0x7fff8d6c106e]
                                                                              1  CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff8d6b6f42]
                                                                                1  CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 397 (QuartzCore) [0x7fff8d6b7105]
                                                                                  1  glDrawRangeElements_IMM_Exec + 1032 (GLEngine) [0x7fff89cc2681]
                                                                                    1  gleBeginPrimitiveTCLFunc + 78 (GLEngine) [0x7fff89d283f2]
                                                                                       1  ??? (GeForceTeslaGLDriver + 3139668) [0x1234402fe854]
                                                                      1  CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 169 (QuartzCore) [0x7fff8d6c4dab]
                                                                        1  CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int) + 1111 (QuartzCore) [0x7fff8d6c0dc6]
                                                                          1  CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 57 (QuartzCore) [0x7fff8d6c0f65]
                                                                            1  CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff8d6b6f42]
                                                                              1  CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 343 (QuartzCore) [0x7fff8d6b70cf]
                                                                                1  CA::OGL::GLContext::update_state() + 304 (QuartzCore) [0x7fff8d6b7282]
                                                                                  1  glBindTexture_Exec + 135 (GLEngine) [0x7fff89c210ed]
                                                                1  CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2486 (QuartzCore) [0x7fff8d6bf54b]
                                                                  1  CA::OGL::render_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 140 (QuartzCore) [0x7fff8d6bf6a6]
                                                                    1  CA::OGL::render_gradient(CA::OGL::Renderer&, CA::OGL::Layer const*, CA::Render::GradientLayer const*) + 1074 (QuartzCore) [0x7fff8d6d3290]
                                                                      1  CA::OGL::fill_round_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, double, float const*) + 73 (QuartzCore) [0x7fff8d6d3843]
                                                                        1  CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 169 (QuartzCore) [0x7fff8d6c4dab]
                                                                          1  CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int) + 630 (QuartzCore) [0x7fff8d6c0be5]
                                                                            1  CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long) + 273 (QuartzCore) [0x7fff8d6c9fe9]
                                                                              1  CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 322 (QuartzCore) [0x7fff8d6c106e]
                                                                                1  CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff8d6b6f42]
                                                                                  1  CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 343 (QuartzCore) [0x7fff8d6b70cf]
                                                                                    1  CA::OGL::GLContext::update_state() + 40 (QuartzCore) [0x7fff8d6b717a]
                                                                                       1  CA::OGL::GLContext::update_shader() + 336 (QuartzCore) [0x7fff8d6b75ea]
                                                                                         1  CA::OGL::GLContext::get_shader(CA::OGL::ContextState const*) + 685 (QuartzCore) [0x7fff8d6b808f]
                                                                                           1  x_hash_table_lookup + 113 (QuartzCore) [0x7fff8d6776cb]
                                                                                             1  CA::OGL::gl_shader_compare(CA::OGL::GLShader*, CA::OGL::GLShader*) + 138 (QuartzCore) [0x7fff8d6c608d]
                                                              1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                  1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                    1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                      1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                        1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                          1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                            1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                              1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220 (QuartzCore) [0x7fff8d6be9d6]
                                                                                  1  CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144 (QuartzCore) [0x7fff8d6bd7b5]
                                                                                    1  CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433 (QuartzCore) [0x7fff8d6bd9e1]
                                                                                       1  CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57 (QuartzCore) [0x7fff8d6be933]
                                                                                         1  CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2311 (QuartzCore) [0x7fff8d6bf49c]
                                                                                           1  CA::OGL::ContentsGeometry::fill_and_unbind(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const + 104 (QuartzCore) [0x7fff8d6c438a]
                                                                                             1  CA::OGL::ContentsGeometry::fill_and_unbind(CA::OGL::Context&, CA::OGL::Image*) const + 285 (QuartzCore) [0x7fff8d6c4aed]
                                                                                               1  CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 169 (QuartzCore) [0x7fff8d6c4dab]
                                                                                                 1  CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int) + 1111 (QuartzCore) [0x7fff8d6c0dc6]
                                                                                                   1  CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 322 (QuartzCore) [0x7fff8d6c106e]
                                                                                                     1  CA::OGL::Context::array_flush() + 62 (QuartzCore) [0x7fff8d6b6f42]
                                                                                                       1  CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 397 (QuartzCore) [0x7fff8d6b7105]
                                                                                                         1  glDrawRangeElements_IMM_Exec + 300 (GLEngine) [0x7fff89cc23a5]
                                                                                                           1  gleDoDrawDispatchCore + 502 (GLEngine) [0x7fff89d092a0]
                                                                                                             1  gldUpdateDispatch + 1173 (GeForceTeslaGLDriver) [0x1234402ec30c]
                                                                                                               1  ??? (GeForceTeslaGLDriver + 2692994) [0x123440291782]
                                                                                                                 1  ??? (GeForceTeslaGLDriver + 2685546) [0x12344028fa6a]
                                1  CARenderOGLRenderDisplay + 147 (QuartzCore) [0x7fff8d74c1b5]
                                  1  CA::OGL::CGLContext::collect(bool) + 18 (QuartzCore) [0x7fff8d6b5872]
                                    1  CA::OGL::CGLContext::delete_destination_texture() + 55 (QuartzCore) [0x7fff8d6a9711]
                                      1  glDeleteTextures_Exec + 722 (GLEngine) [0x7fff89c2772f]
                                        1  gleUnbindDeleteHashNamesAndObjects + 184 (GLEngine) [0x7fff89d16bfa]
                                          1  gleUnbindTextureObject + 59 (GLEngine) [0x7fff89d47115]
                                            1  ??? (GeForceTeslaGLDriver + 3068556) [0x1234402ed28c]
                                              1  ??? (GeForceTeslaGLDriver + 3069241) [0x1234402ed539]
                                                1  IOConnectCallMethod + 349 (IOKit) [0x7fff86550208]
                                                  1  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                                                    1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                                      1  <Kernel mode>
                  4  CGXUpdateDisplay + 8838 (CoreGraphics) [0x7fff88e99d87]
                    4  CGXReleaseDisplayDeviceSurface + 292 (CoreGraphics) [0x7fff88cefd72]
                      4  MPFinishSurfaceForDisplayDevice + 227 (CoreGraphics) [0x7fff88b9eb67]
                        4  IOAccelFlushSurfaceOnFramebuffers + 95 (IOKit) [0x7fff8655a6ab]
                          4  IOConnectCallMethod + 266 (IOKit) [0x7fff865501b5]
                            4  io_connect_method + 377 (IOKit) [0x7fff865a96fe]
                              4  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8dc3ea1a]
                                4  <Kernel mode>
            20 CGXRunOneServicesPass + 1282 (CoreGraphics) [0x7fff88dc60d7]
              20 post_port_data + 228 (CoreGraphics) [0x7fff88dc767b]
                20 eventNotificationHandler + 9 (CoreGraphics) [0x7fff88df23d0]
                  20 CGXRunOneEventPass + 40 (CoreGraphics) [0x7fff88df08d8]
                    14 CGXGetNextEvent + 524 (CoreGraphics) [0x7fff88e92cf7]
                      14 CGXFilterEvent + 81 (CoreGraphics) [0x7fff88cf72b0]
                        14 CGXProcessHIDEvent + 150 (CoreGraphics) [0x7fff88df06a2]
                          14 CGXFilterEvent + 81 (CoreGraphics) [0x7fff88cf72b0]
                            5  sPostContinuation + 5180 (CoreGraphics) [0x7fff88df2154]
                              2  CPXDispatchEvent + 50 (CoreGraphics) [0x7fff88e30e7c]
                                1  GetFrontProcessRecCheckingEligibility + 85 (CoreGraphics) [0x7fff88b93e91]
                                  1  _LSGetFrontApplicationSeed + 23 (LaunchServices) [0x7fff858bf9e6]
                                    1  LSSharedMemoryPage::CopyForSessionID(LSSessionID, bool) + 175 (LaunchServices) [0x7fff8588ea05]
                                      1  _dispatch_barrier_sync_f_invoke + 39 (libdispatch.dylib) [0x7fff85d97146]
                                        1  _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff85d9628d]
                                          1  -[__NSArrayM dealloc] + 400 (CoreFoundation) [0x7fff84667770]
                                1  GetFrontProcessRecCheckingEligibility + 235 (CoreGraphics) [0x7fff88b93f27]
                                  1  compareApplicationType + 87 (CoreGraphics) [0x7fff88b942cd]
                                    1  _LSGetApplicationInformationSeed + 225 (LaunchServices) [0x7fff859202a0]
                                      1  CFRelease + 81 (CoreFoundation) [0x7fff84654241]
                              1  CPXDispatchEvent + 1926 (CoreGraphics) [0x7fff88e315d0]
                                1  _LSPassDownCurrentEventState + 36 (LaunchServices) [0x7fff8591cd48]
                                  1  LSSharedMemoryPage::CopyForSessionID(LSSessionID, bool) + 175 (LaunchServices) [0x7fff8588ea05]
                                    1  _dispatch_barrier_sync_f_invoke + 39 (libdispatch.dylib) [0x7fff85d97146]
                                      1  _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff85d9628d]
                                        1  CFNumberCreate + 990 (CoreFoundation) [0x7fff84662fce]
                              1  CPXDispatchEvent + 1883 (CoreGraphics) [0x7fff88e315a5]
                                1  CGXPostEventByConnection + 210 (CoreGraphics) [0x7fff88df2bf7]
                                  1  CGXFilterEvent + 55 (CoreGraphics) [0x7fff88cf7296]
                                    1  post_events_after_tap_id + 359 (CoreGraphics) [0x7fff88cf8b05]
                                      1  CGXConnectionForConnectionID + 1 (CoreGraphics) [0x7fff88e11669]
                              1  CPXDispatchEvent + 693 (CoreGraphics) [0x7fff88e310ff]
                            4  sPostContinuation + 358 (CoreGraphics) [0x7fff88df0e7e]
                              4  WSFindWindow + 220 (CoreGraphics) [0x7fff88e76113]
                                3  CGXIsPointInWindow + 395 (CoreGraphics) [0x7fff88e75f34]
                                  1  CGXIsPointInSurface + 93 (CoreGraphics) [0x7fff88ec17de]
                                    1  CGRegionContainsPoint + 37 (CoreGraphics) [0x7fff88f5b5c7]
                                      1  assert_check_region + 43 (CoreGraphics) [0x7fff88a5e487]
                                  1  CGXIsPointInSurface + 78 (CoreGraphics) [0x7fff88ec17cf]
                                  1  CGXIsPointInSurface + 304 (CoreGraphics) [0x7fff88ec18b1]
                                    1  CARenderContextHitTest + 29 (QuartzCore) [0x7fff8d6fd55c]
                                      1  CA::Render::Context::hit_test(CA::Vec2<double> const&, unsigned int) + 174 (QuartzCore) [0x7fff8d707726]
                                        1  CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*) + 1292 (QuartzCore) [0x7fff8d6a9e60]
                                          1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                            1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                              1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                                1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                                  1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4303 (QuartzCore) [0x7fff8d6adb93]
                                                    1  CA::Render::Updater::TransformOp::map_bounds(CA::Render::Updater::LayerShapes&) + 191 (QuartzCore) [0x7fff8d6b0cc3]
                                1  CGXIsPointInWindow + 203 (CoreGraphics) [0x7fff88e75e74]
                                  1  CGXIsPointInScreenContentShapeForWindow + 30 (CoreGraphics) [0x7fff88d62616]
                            2  sPostContinuation + 1279 (CoreGraphics) [0x7fff88df1217]
                              1  CGXProcessTrackingArea + 464 (CoreGraphics) [0x7fff88f04aa6]
                                1  CGRegionContainsPoint + 80 (CoreGraphics) [0x7fff88f5b5f2]
                                  1  shape_contains_point + 157 (CoreGraphics) [0x7fff88cf5ef3]
                              1  CGXProcessTrackingArea + 1374 (CoreGraphics) [0x7fff88f04e34]
                                1  CGXIsPointInWindow + 395 (CoreGraphics) [0x7fff88e75f34]
                                  1  CGXIsPointInSurface + 304 (CoreGraphics) [0x7fff88ec18b1]
                                    1  CARenderContextHitTest + 29 (QuartzCore) [0x7fff8d6fd55c]
                                      1  CA::Render::Context::hit_test(CA::Vec2<double> const&, unsigned int) + 174 (QuartzCore) [0x7fff8d707726]
                                        1  CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*) + 1292 (QuartzCore) [0x7fff8d6a9e60]
                                          1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                            1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 4671 (QuartzCore) [0x7fff8d6add03]
                                              1  CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*) + 6332 (QuartzCore) [0x7fff8d6ae380]
                                                1  CA::BoundsImpl::Union(CA::GenericRect<double>&, CA::GenericRect<double> const&) + 189 (QuartzCore) [0x7fff8d6af9ed]
                            1  sPostContinuation + 1034 (CoreGraphics) [0x7fff88df1122]
                              1  CGXSetEventWindowHeightForWindow + 6 (CoreGraphics) [0x7fff88df0ac6]
                            1  sPostContinuation + 984 (CoreGraphics) [0x7fff88df10f0]
                              1  lockedWindowLookup + 30 (CoreGraphics) [0x7fff88e70529]
                            1  sPostContinuation + 4943 (CoreGraphics) [0x7fff88df2067]
                    3  CGXGetNextEvent + 58 (CoreGraphics) [0x7fff88e92b25]
                      3  CGXForegroundConnection + 14 (CoreGraphics) [0x7fff88e11658]
                        2  CPXGetFrontProcessesConnectionID + 25 (CoreGraphics) [0x7fff88e2f895]
                          1  GetFrontProcessRecCheckingEligibility + 235 (CoreGraphics) [0x7fff88b93f27]
                            1  _LSGetApplicationInformationSeed + 1 (LaunchServices) [0x7fff859201c0]
                          1  GetFrontProcessRecCheckingEligibility + 85 (CoreGraphics) [0x7fff88b93e91]
                            1  _LSGetFrontApplicationSeed + 23 (LaunchServices) [0x7fff858bf9e6]
                              1  LSSharedMemoryPage::CopyForSessionID(LSSessionID, bool) + 175 (LaunchServices) [0x7fff8588ea05]
                                1  _dispatch_barrier_sync_f_invoke + 39 (libdispatch.dylib) [0x7fff85d97146]
                                  1  _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff85d9628d]
                                    1  ___ZN18LSSharedMemoryPage16CopyForSessionIDE11LSSessionIDb_block_invoke + 49 (LaunchServices) [0x7fff8588f179]
                          

  • I am having trouble with iTunes (possible Quartz Composer Visualizer problem) but have no idea how to fix it.

    I tried to use my iTunes but the icon didn't show up and instead I get a folder. The folder is titled TunesApp and in it is another folder called Contents. Contents contains: _CodeSignature, Frameworks, Info.plist, MacOS, PkgInfo, Resources, and version.plist. In the folder MacOS is my iTunes and I can use it, but I get this message:
    Last login: Sun Feb 24 13:13:15 on ttys000
    unknown705681bcc901:~ kathrynbarber$ /TunesApp/Contents/MacOS/iTunes ; exit;
    2013-02-24 13:13:20.988 The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    Version from driver for Certificates 1
    I can only use my iTunes as long as I keep the message open. When I close the message it tells me: "Closing this window will terminate the running processes: login, bash, iTunes." I have no idea what is going on with it as it was working not too long ago. I do not think I updated it recently but I could be wrong. Any help would be much appreciated.
    Thank you!

    Sounds like your computer is having additional issues.  I suggest taking it to your nearest Apple Store.

  • Alternative Performance Visualizations in SAP Strategy Management

    A question frequently posed to the SAP Strategy Management solution management team is u201Cu2026beyond scorecards and strategy maps, are there other ways within SSM that I can visualize my organizationu2019s performance?u201D The answer is yes.
    The SSM Strategy page allows you to create and display up to three goal diagrams. Typically SSM users will just create a strategy diagram (the most common type of goal diagram) and let the other two goal diagram place holders go unused. However, with a little ingenuity the other two goal diagrams could be put to very good use.
    Using the goal diagram manager on the SSM Administration console you can import custom images (e.g. Adobe Illustrator or MS Visio images) into the SSM Strategy page. Once a custom image has been imported, hotspots can be mapped on top of the image that allow you to view the status and details of scorecard objects in relation to the image. Hotspots can be created for Contexts, Perspectives, Objectives, and KPIs (KPI hotspots are new in SSM 7.0). For each hotspot location a status indicator is displayed reflecting the Red/Yellow/Green status of the scorecard object. When the hotspot is clicked, details for the scorecard object are displayed in a dropdown box.
    So if, for example, you have created contexts for different geographic regions within the United States, you could import a map of the United States and then map context hotspots that allow you to easily view your organizationu2019s performance across geographic regions. So, on your US Map goal diagram you might see a green status icon over California, red over Boston, Yellow over Florida, etc. indicating your organizationu2019s performance in those regions.
    Other custom goal diagram examples include:
    - Organization charts that show the performance of different divisions / groups within your organization
    - Process flow diagrams that show performance of different elements of a business or production process
    - Initiative / project summaries that show the performance of multiple initiatives
    For more information on how to manage custom diagrams in SSM, view the Help topic u201CGoal Diagramsu201D within the SSM Administration console.
    Best Regards,
    Chris Clay
    Enterprise Performance Management
    Solution Management

    Hi Guna,
    Please see this document for recommended roles for strategy management - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0ac7368-092f-2a10-d68f-8ba5c3f75f10?quicklink=index&overridelayout=true
    Regards,
    Sen

Maybe you are looking for

  • Two View Objects & One Entity Object

    Has anyone ever had it where they create a row from a view object, set some attributes, insert it into that view object, and it shows up in another view object (as well as the one the row was actually inserted on)? Both of these view objects are usin

  • How can I reinstall iLife on my macbook without the CD?

    I once had iLife on my macbook, however when I updated to OS X Lion, I couldn't find it anymore. I am currently running version 10.7.3. I need to reinstall iLife without using the CD and without going to the Apple store as I am no where near one. P.S

  • Lightroom Mobile cannot access Camera Roll

    Lightroom Mobile is working fine, with one exception. On the ipad, when I try to add jpgs (not raw)  from the Camera Roll it says "Please allow Lightroom to access photos in IOS settings." When I go Settings/Privacy/Photos it says "Apps that have req

  • SOLVED! How to Read Your Own epub files on PlayBook (sort of)

    Hi boys, girls and epub lovers. I've finally discovered a rather straight-forward way to read epub files on your beloved PlayBook. Follow the steps below for reading joy: 1 - Visit http://bookworm.oreilly.com and follow the 'Sign Up' link. Create an

  • F110 - picking different bank for vendor

    Hello All I facing an error where after running proposal for some vendors in proposal showing different bank not their original bank as defined in master data. please suggest some solutions? regards.