Monitoring session

How to make monitoring session

Not sure what you mean, but if you want to monitor when a user starts an http session then check out the code at:
http://www.javaperformancetuning.com/tools/jamon/httpsession_sample.html
or more generally to learn about JAMon http://www.jamonapi.com
It is fast, easy to use, free and keeps track of application performance, scalability and more.

Similar Messages

  • Monitor Sessions can't see most sessions?

    Symptom: Session Monitor nearly always displays “No text available” for a session’s current statement.
    Diagnosis:
    1.     I can’t see SQL for most sessions, even if I login as user SYS with the SYSDBA privilege.
    2.     Manual says:
    Monitor Sessions: Displays the status of one or more sessions, using information from the V$RSRC_SESSION_INFO view, which shows how the session has been affected by the Oracle Database Resource Manager.
    3.     When connected as system, I can select from the table Session Monitor uses, both on the server and via SQL Developer:
    SQL> select count(*) from V$RSRC_SESSION_INFO;
    50
    4.     In comparison, TOAD can display SQL for any user if I connect as user system . Run side by side, TOAD displays SQL for sessions that SQL Developer won’t display.

    Might be that TOAD displays the last executed statement rather than sqldev's current executing statement?
    K.

  • Monitoring sessions invoked by a user SQL Developer

    Hello Everyone ,
    I am a DBA and lot of developers use SQL Developer for their tasks. Off late we have been facing few issues with SQL Developer.
    Developers close the working session by "alt+f4" and strangely their sessions are active in the DB's. What is the cause for this ?
    Rollback of DML statements takes hours for statements submitted by SQL Developer.
    Does OCI driver help in any way ?
    Is there any way that I can allow individual users to monitor their sessions in SQL Developer?
    Suppose a user connects with a generic application username "xyz" , can I allow the user "xyz"  to monitor sessions invoked by him and also provide him privileges to kill his/her own session.
    We are facing lot of performance issues , so help in this regard would be highly appreciated.
    Even pointing me towards appropriate documentation would do.
    Thanks in anticipation.

    1006957 wrote:
    I am a DBA and lot of developers use SQL Developer for their tasks. Off late we have been facing few issues with SQL Developer.
    Developers close the working session by "alt+f4" and strangely their sessions are active in the DB's. What is the cause for this ?
    Rollback of DML statements takes hours for statements submitted by SQL Developer.
    Does OCI driver help in any way ?
    Is there any way that I can allow individual users to monitor their sessions in SQL Developer?
    Suppose a user connects with a generic application username "xyz" , can I allow the user "xyz"  to monitor sessions invoked by him and also provide him privileges to kill his/her own session.
    We are facing lot of performance issues , so help in this regard would be highly appreciated.
    Even pointing me towards appropriate documentation would do.
    Once the DB begins work on a task it will continue that work until: 1) the work is complete, 2) an exception occurs or 3) it discovers that the client is no longer there.
    If you begin a transaction (complex query, sorts, etc) that is lengthy it may be a while before the DB even tries to communicate with the client. Then all of that work must be rolled back and the rollback (e.g. for an update or delete) can take much longer than the query took to begin with. That is just the way Oracle works.
    If a user connects as "xyz" then the only 'sessions invoked by him' are that ONE session. Any other user might also create a session by connecting as "xyz"; Oracle has no way of knowing if ALL sessions connecting as "xyz" belong to the same person or not.
    The ALTER SYSTEM privilege must be granted to allow someone to 'kill his/her own session' but that privilege would allow them to kill any other session, including system sessions.
    You could write a procedure to try to control the privilige, as in the following thread, but that also has risks:
    https://forums.oracle.com/thread/256935
    It is a DBA responsibility to control sessions, not the developers. You should NOT give this ability to the developers IMHO. If your developers are abusing your system it indicates that they need more training in how to prevent runaway queries. A common cause of the problem you describe is when a developer submits a query and then thinks they can just cancel it and start over and they DO NOT UNDERSTAND the first statement I made above: Oracle will keep working.
    The proper solution to your problem is to begin logging your developer's requests for session termination so that you can properly monitor the problem and detect developers that need additional instruction or mentoring to keep the problem from happening. Although anyone, even experts, can accidentally let a query get out of control, your problem doesn't occur very frequently for experienced developers.
    The DISCONNECT option only politely requests Oracle to terminate the session so it make take considerable time to clean everything up.
    If you really need to terminate the session you need to use DISCONNECT IMMEDIATE. See the disconnect session clause of alter system in the sql language doc
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_2013.htm#sthref4725
    {quote}
    DISCONNECT SESSION Clause
    Use the DISCONNECT SESSION clause to disconnect the current session by destroying the dedicated server process (or virtual circuit if the connection was made by way of a Shared Sever). To use this clause, your instance must have the database open. You must identify the session with both of the following values from the V$SESSION view:
      For integer1, specify the value of the SID column.
      For integer2, specify the value of the SERIAL# column.
    If system parameters are appropriately configured, then application failover will take effect.
      The POST_TRANSACTION setting allows ongoing transactions to complete before the session is disconnected. If the session has no ongoing transactions, then this clause has the same effect described for as KILL SESSION.
      The IMMEDIATE setting disconnects the session and recovers the entire session state immediately, without waiting for ongoing transactions to complete.  If you also specify POST_TRANSACTION and the session has ongoing transactions, then the IMMEDIATE keyword is ignored.
      If you do not specify POST_TRANSACTION, or you specify POST_TRANSACTION but the session has no ongoing transactions, then this clause has the same effect as described for KILL SESSION IMMEDIATE.
    {quote}

  • 30EA3: Monitor sessions grid freezes when scrolling lo last session

    Hi,
    I've found an issue with the Monitor Sessions grid.
    Steps to reproduce the problem (scenario I have tested an reproduced the issue)
    1. Open monitor sessions window
    2. Order the grid by "OS User" column (In this scenario, my "OS user" is the last one alphabetically)
    3. Scroll down in the grid, until reach the last record (as mentioned above, the last session is the same session that is monitoring since my user is the last one alphabetically)
    Then SQL Developer freezes, processor time and memory start to increase; and also, seems that SQL Developer window is trying to get the focus, so it doesnt let me navigate freely to other applications, is even difficult to open task manager to kill the process since SQL developer window in the background keeps getting the focus of mouse and keyboard.
    Thanks and regards
    Ramiro Teran

    Hi Raghu,
    1. As I mentioned, the scenario I tested was the "Monitor Sessions" grid, at first I only tested scrolling down to the last record, in the master grid using the mouse wheel, but now I have also tried crtl+end, and it also happens
    2. 184 records in parent grid (Sessions)
    3. The child grid is the "Active SQL" tab (first tab) of the detail of the session.
    4. Yes, there was a cell in master selected, but when scrolling down and reaching the bottom (or doing ctrl+end), then the last cell is selected automatically, and SQLDeveloper freezes.
    As mentioned in my first post, the SQLDeveloper not only freezes, but doesn't let you navigate to other windows (every couple of seconds SQLDeveloper gets focus on its window, even though is frozen)
    I have took an screenshot showing the issue, even though, maybe you can't appreciate the issue on an image, since the image only shows the last record of the monitor sessions grid selected, (at that time SQL developer is hanged, and doens't respond to clics or keyboard comands). Also it shows the Task Manager showing increased memory and CPU ussage from the SQL Developer process. If you're interested in this screenshot, let me know where/how to upload it
    Thanks and Regards
    Ramiro

  • App-V 5: An error was encountered while trying to stop the monitoring session

    Hello,
    I have a problem with sequencing an application with the App-V 5 sequencer. During the moment that the sequencer is collecting system changes an dialog box appears with the message "An error was encountered while trying to stop the monitoring session.
    Please check the event log for more details.". When I sequence the same application with App-V 4.6 SP2 sequencer I have no problems.
    In the eventviewer (Microsoft-AppV-Sequencer/Admin) you can see the message "An attempt to stop the monitoring session failed (startIndex cannot be large than lenght of string. Parameter name: startIndex). Event Id: 5003
    I have checked the background activities, but I couldn't find anything suspicious.

    Is the only difference between the platform the sequencer is hosted on the version of the sequencer? have you tested on a vanilla deployment of Windows?
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Grant issue with Monitoring Sessions

    I've searched high and low for the answer to this. I get an error when trying to Monitor Sessions (table/view don't exist) and that I need select grants on these objects:
    V$SESSION to beadiadbo, V$PROCESS, V$SESS_IO, V$SESSION_WAIT, V$SESSION_EVENT, V$ACCESS, V$SESSSTAT, V$STATNAME, V$OPEN_CURSOR, V$SQL, V$LOCK, V$SESSION_LONGOPS, SYS.V_$TRANSACTION, SYS.V_$ROLLNAME, V$SQLTEST_WITH_NEWLINES
    I've given SELECT grant to the user, but still get the error. Am I missing any other privileges?
    Much appreciated,
    Adam

    Hi Adam,
    According to the following forum search hit (monitor AND sessions), try GRANT SELECT ANY DICTIONARY:
    Monitor Sessions
    MONITOR SESSIONS on a user with just CONNECT, RESOURCE role grants will fail. Adding SELECT ANY DICTIONARY fixes it.
    Getting any finer grained than that gets hairy, e.g., doing a sql trace on your session to see which dictionary views get referenced.
    Regards,
    Gary Graham
    SQL Developer Team

  • ASR 1002 Monitor Session doesn't works.

    Hello,
    I am trying to configure a monitor session in a Cisco ASR1002 but it doesn't works (sniffer is on interface gigabitEthernet 0/0/3).
    My config is:
    monitor session 10 type local
    source interface GigabitEthernet0/0/0
    destination interface GigabitEthernet0/0/3
    and interfaces are up:
    #show interfaces GigabitEthernet0/0/0
    GigabitEthernet0/0/0 is up, line protocol is up
      5 minute input rate 241240000 bits/sec, 26651 packets/sec
      5 minute output rate 4000 bits/sec, 6 packets/sec
    #sh interfaces gigabitEthernet 0/0/3
    GigabitEthernet0/0/3 is up, line protocol is up (monitoring)
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    Is very urgent for me so any help would be very appreciated.
    Thanks in advance for your help.
    Regards.
    Ruben.

    Hello,
    Please see below.
    http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/lanswitch/configuration/xe-3s/asr1000/lanswitch-xe-3s-asr1000-book/lnsw-conf-erspan.html#GUID-152D9875-169B-461F-A34B-ABAABD0C1FF8
    "The monitor session span-session-number type local command is not supported on Cisco ASR 1000 Series Routers."
             ===You may though configure ERSPAN to work as a local SPAN===
    *  Make sure that both the source session and destination session have the same erspan-id
    *  Use one locally configured IPv4 address to configure the "ip address" and "origin ip address" in source session and "ip address" in destination session
           Example snip: Monitor interface Gig0/0/0 traffic, and then send out through interface Gig0/0/1..
    monitor session 10 type erspan-source
    source interface Gi0/0/0
    destination
    erspan-id 10
    ip address 10.10.10.1
    origin ip address 10.10.10.1
    monitor session 20 type erspan-destination
    destination interface Gi0/0/1
    source
    erspan-id 10
    ip address 10.10.10.1

  • 2950C Unable to ping destination port in monitor session

    I have 2 Pix firewalls and a web filtering server running Surfcontrol. In order for Surfcontrol to filter web usage it has to see the traffic being sent to the firewall's. I have created a monitor session and have used the firewall ports as the source with transmit and receive, and the web filter server as the destination. However when I do this I am not able to ping the web filter server. The web filter is unable to function ie block websites based on the rules that we have setup if the destination port is unable to send packets to internal workstations.
    Is there anything I can do to allow the destination port to be able to send packets to internal workstations ??

    Hi Frined,
    When you configure SPAN destination port , that port will just work as a monitoring port and will not work for general network traffic.
    If you do " sh int" you will see line protocol down (monitoring)
    Now if you want that port to monitor as well as take part into normal network also you have to enable ingress traffic on the destination port
    "monitor session session_number destination interface interface-id [ingress vlan vlan id]"
    Check this link for more details
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12119ea1/2950scg/swspan.htm#1218090
    HTH
    Ankur

  • Hwic 4esw monitor Session

    Currently running a hwic 4esw module in a 2800 series router and we are using websense so I’m trying to use Monitor session to mirror the traffic over for websense to see. The only problem is that the route locks up every week and doesn’t allow any traffic out. Any ideas?

    I need some clarifications from your side to help you out with the problem.Are you able to normally ping the Websense server from the PIX? .When the problem occurs are you able to ping the websense server from the PIX?. Is the PIX reachable from the rest of the network when the problem occurs?
    Send me these details so that I can help you further.

  • Can I 'monitor session' trunk ports to a Cisco IDS?

    I ran across an existing config that has two trunk ports on a 3560 being port monitored to another port which is plugged in to a port on an ids 4515. Will the IDS be able to interpret that trunk traffic? The customer is complaining that they aren't able to see events on a local network (VLAN 1) and this is suppose to be the port they get that traffic from.
    Not sure why they chose to monitor trunk ports and I'm not sure it's even possible. I want to change the monitored port to some other local VLAN port that makes sense.
    Here are the existing lines:
    interface G0/47
    switchport turn encap dot1q
    switchport mode trunk
    interface G0/48
    switchport turn encap dot1q
    switchport mode trunk
    monitor session 2 source interface Gi0/47 - 48
    monitor session 2 destination interface Gi0/20
    ...port 20 goes to the ids.

    There are 3 modes of sensing supported on the sensors: promiscuous, inline interface pair, and inline vlan pair.
    Each mode interacts with vlan headers slightly differently.
    Promiscuous:
    A promiscuous sensor is fully capable of analyzing 802.1q trunk packets. The vlan will also be reported in any alerts generated.
    The trick when monitoring using a trunk is to ensure the span (or vacl capture) configuration is correct on the switch to get the packets you are expecting.
    Many types of switches have special caveats when a trunk is a source or destination port in the span.
    We also even support Vlan Group subinterfaces on the promiscuous interface.
    This allows sets of vlans on the same monitoring port to be monitored by different virtual sensors.
    So you could take vlans 1-10 and monitor with vs0, and then take vlans 11-20 and monitor with vs1, etc....
    However, to use this feature the switch must be very consistent in how packets are sent to the sensor. When monitoring a connection the sensor needs to see both client and server traffic. And when using Vlan Groups the sensor needs to see the client and server traffic ON THE SAME VLAN. It is this on the same vlan requirement that is not always possible with some span configurations when the switch itself is routing between vlans. Most switches are deployed with routing between vlans by the switch, and so in many cases you won't see the client and server traffic on the same vlans. This is very switch code dependant so you would need to do some research on your specific switch.
    Inline Interface Pair:
    With an inline interface you are pairing 2 physical interfaces together. A common deployment is to place the inline interface pair in the middle of an existing 802.1q trunk port. Interface 1 would be plugged into the switch, and interface 2 plugged into the other switch or other type of device (like router or firewall).
    In this setup the sensor is fully capable of monitoring these packets with 802.1q headers.
    However, there is something to keep in mind in these deployments. Often that other device (router, firewall, or switch) will route packets between vlans. So a packet going through the sensor on vlan 10 could be routed right back through the sensor again on vlan 20. Seeing the same packet again can cause TCP tracking confusion on the sensor (especially when the other device is doing small modifications to the packet like sequence number randomization).
    To address these we have 2 features.
    On InLine Interface Pairs we have the same Vlan Group feature as I discussed above in Promiscuous mode. (Do not confuse Vlan Groups with InLine Vlan Pairs discussed later in this response).
    So with Vlan Groups you could separate the vlans across virtual sensors. So if the packet gets routed back into the sensor you could configure it so that packet gets monitored by a separate virtual sensor and it will prevent the sensor confusion with state tracking.
    However, there will still be some situations where the packet may still need to cross the same virtual sensor twice. For this deployment scenario we have a configuration setting where you can tell the sensor to track tcp sessions uniquely per vlan. So long as the return packet is on a different vlan this should prevent the tcp tracking confusion. BUT there is a bug this code right now. It should be fixed in an upcoming service pack. The workaround is to go ahead and create a unique Vlan Group for each vlan (one vlan per group instead of multiple vlans in a group), and assign all of the Vlan Groups to the virtual sensor(s).
    And then you InLine Vlan Pairs:
    With InLine Vlan Pairs the monitoring interface Must be an 802.1q trunk port.
    Instead taking packets in one interface and passing to the next interface, the sensor actually takes packets in on one vlan and then sends it back on the other vlan of the pair on the same interface. It does this by modifying the vlan number in the 802.1q header.

  • Sniffing vlan without using monitor session

    Hello,
    I am trying to configure sniffing on vlan without using monitor session on 3550 - 122-25.SEB. My idea was to put static mac mapping for all the mac addresses in the vlan to one port where to put IDS sniffing interface. Unfortunately the switch doesn't accept static mapping for mac address that he already knows via dynamic mapping on one and the same vlan. If I first shut down the port where the source device is located then I can put static mapping but after enabeling the port again the switch doesn't lear the dynamic mac. Is there any other way to redirect traffic ? I am thinking also if I can disable mac address learning on this vlan ->turning the switch in to hub for this vlan ?

    Your vlan also needs to be configured for remote-span:
    vlan 35
      remote-span
    I would keep the filter attached, if the frame is not "good" it can't do any harm on the destination-system. It typically won't even get there.
    And make sure that you don't have too much span-traffic on the interswitch-links and the destination-link.

  • Monitor session message "VCC, mtp1 index, mtp2 index, stream1, stream2"

    Hello Everyone,
    I am monitoring a session on my router and i keep getting these messages and i don't know what they mean.
    VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 11 12 VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 12 11
    VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 13 14 VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 14 13
    VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 15 16 VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 16 15
    VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 19 20 VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 20 19
    VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 21 22 VCC, mtp1 index, mtp2 index, stream1, stream2 = 4 4 22 21
    I've been searching everywhere and i can't find anything related to this.
    Sorry if it's a newbee question... =)
    JF

    I get the same thing on a c2921 v15.1.3(T4)
    seems to be logging CUBE calls as they commence however it is not coming from a debug option.
    The only way to not see them is to turn off terminal monitoring.
    Anyone got any ideas on how we might be able to filter these messages off the console?

  • Outdiscards and monitor sessions on C3750

    All,
    If i monitor/mirror a port to another port on a C3750 stack, do i mirror before or after Outdiscard drops ?
    I am sending UDP multicast stream to the port, i see the OutDiscard counter increasing, but when i mirror the port to another port and look at the stream, all packets are present..... maybe the mirror is before the drop ?
    NOTE: the customer is still running 12.2(50)SE4

    Hello,
    thanks to the collaboration of the engineers of Dimension Data I have managed to get it working. In case you are interested in the solution. This would be the configuration on the ASR:
    ; We create the snmp context
    snmp-server context test-ctxt
    ; We associate the context with the VRF
    snmp-server vrf vrfTest
    context test-ctxt
    ; We create the community
    snmp-server community test-com RO 1500
    ; We map the community with the context
    snmp-server community-map test-com context test-ctxt
    Now, when we poll the community associated with the context the peering sessions for that context are returned:
    $ snmpwalk -v2c -c test-com 192.168.0.1 1.3.6.1.4.1.9.9.187.1.2.5.1.3
    SNMPv2-SMI::enterprises.9.9.187.1.2.5.1.3.1.4.10.10.0.1 = INTEGER: 1
    On the ASR:
    #show bgp vrf vrfTest sum | b Neigh
    Wed Jun  5 08:05:26.286 UTC
    Neighbor        Spk    AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down  St/PfxRcd
    10.10.0.1         1 65001       0       0        0    0    0 00:00:00 Idle
    Regards

  • I get a Debug error in SCOM 2012 R2 when i open the Active alerts Tab in Monitoring session

    Hi All,
    After Deployment of my SCOM 2012r2 when i open my Active alerts tab and Pending Management tab i get this Debug .NET frame work error as per the screen shot below. When i click continue i get the same error 3 times and SCOM Crashes.
    Can any one please help me out with this error.
    Screen shot:
    Below is the full content of the error:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException:
    Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Microsoft.EnterpriseManagement.Mom.Internal.UI.Knowledge.KnowledgeTransform' threw an exception. ---> System.IO.FileNotFoundException:
    Could not load file or assembly 'System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
       at System.Xml.Xsl.XslCompiledTransform.Load(XmlReader stylesheet)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Controls.KnowledgeControl..ctor()
       at Microsoft.EnterpriseManagement.Mom.UI.StateDetailView.InitializeComponent()
       at Microsoft.EnterpriseManagement.Mom.UI.StateDetailView..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ComponentFactory.CreateComponentWithDefaultConstructor(ConstructorInfo constructor, IContainer parentContainer, String componentName, EventHandler`1 componentInitializeProcedure)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ComponentFactory.CreateComponent(Type componentType, IContainer parentContainer, String componentName, EventHandler`1 componentInitializeProcedure)
       at Microsoft.EnterpriseManagement.ConsoleFramework.FrameworkServices.ServiceTableRecord.CreateComponent(Type componentType, String componentName, EventHandler`1 componentInitializeProcedure)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWinformViewConstructor.CreateView(Object parent, Type viewType, IViewParameters viewParameters)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateNonRecyclableView(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateAndShowViewCore(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.ShowViewOperation.Begin(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ViewDisplayController.BeginCreateDetailView()
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ViewDisplayController.SetCurrentViewState(ViewState state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ViewDisplayController.OnCreateViewEnded(Object sender, CreateViewEndedEventArgs args)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.RoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ViewDisplay.OnCreateViewEnded(Object sender, CreateViewEndedEventArgs args)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.RoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.NavigationViewHost.RaisedCreateViewEndedEvent(Object view, Object controller, Object parentView, IViewParameters viewParameters)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.Microsoft.EnterpriseManagement.ConsoleFramework.IViewActivator.BeginShow(ShowViewContext showViewContext, Object parent, Object view, AsyncCallback callback, Object
    state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateNonRecyclableView(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.CreateAndShowViewCore(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.ShowViewOperation.Begin(ShowViewContext showViewContext)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.GenericWpfViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ConsoleViewDisplayService.OpenViewJob(Object sender, ConsoleJobEventArgs args)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ConsoleJobsService.RunJob(ConsoleJobDescription jobDescription)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobsService.RunJob(ConsoleJobDescription jobDescription)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobsService.RunJob(IComponent jobOwner, EventHandler`1 jobMethod, EventHandler`1 errorHandler, Object[] arguments)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobsService.RunJob(IComponent jobOwner, EventHandler`1 jobMethod, Object[] arguments)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobsService.RunJob(EventHandler`1 jobMethod, Object[] arguments)
       at Microsoft.EnterpriseManagement.ConsoleFramework.Wpf.ConsoleViewDisplayService.OpenView(String assemblyName, String typeName, String target, String item, String criteria, Object[] arguments)
       at Microsoft.EnterpriseManagement.Monitoring.Console.Common.ConsoleDisplayWrapper.OpenView(String assemblyName, String typeName, String target, String item, String criteria, Object[] arguments)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.MomViewsDisplay.OpenMomView(IComponent component, ManagementPackView view, String target, String item)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.MonitoringPage.OpenSelectedView(Boolean useLastSelectionFallback)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.MonitoringPage.AfterNodeSelected(Object sender, TreeViewEventArgs e)
       at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
       at System.Windows.Forms.TreeView.WmNotify(Message& m)
       at System.Windows.Forms.TreeView.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    Microsoft.EnterpriseManagement.Monitoring.Console
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Monitoring.Console.exe
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    Microsoft.EnterpriseManagement.Presentation.Core
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.DLL
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    PresentationFramework
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
    WindowsBase
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
    PresentationCore
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
    Microsoft.EnterpriseManagement.UI.ConsoleFramework
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.ConsoleFramework.DLL
    Microsoft.Practices.Prism.UnityExtensions
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.0.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Practices.Prism.UnityExtensions.DLL
    Microsoft.Practices.Prism
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.0.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Practices.Prism.DLL
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xaml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    Microsoft.EnterpriseManagement.Monitoring.Console.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.Monitoring.Console.resources.DLL
    Microsoft.EnterpriseManagement.UI.Foundation
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Foundation.DLL
    System.ServiceModel
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
    SMDiagnostics
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
    System.ServiceModel.Internals
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
    Microsoft.Practices.Unity
        Assembly Version: 2.0.414.0
        Win32 Version: 2.0.414.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Practices.Unity.DLL
    Microsoft.EnterpriseManagement.Presentation.DataAccess
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.DataAccess.DLL
    Microsoft.EnterpriseManagement.Presentation.Security
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Security.DLL
    Microsoft.EnterpriseManagement.CompositionEngine
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.CompositionEngine.DLL
    Microsoft.EnterpriseManagement.Presentation.Tuneup
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Tuneup.DLL
    Microsoft.EnterpriseManagement.Monitoring.Components
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Monitoring.Components.DLL
    Microsoft.EnterpriseManagement.Monitoring.DataProviders
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Monitoring.DataProviders.DLL
    Microsoft.EnterpriseManagement.Management.DataProviders
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Management.DataProviders.DLL
    Microsoft.EnterpriseManagement.Presentation.DataProviders.Library
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.DataProviders.Library.DLL
    Microsoft.EnterpriseManagement.Presentation.Visual
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Visual.DLL
    Microsoft.EnterpriseManagement.Presentation.Controls
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Controls.DLL
    Microsoft.Practices.ServiceLocation
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Practices.ServiceLocation.DLL
    Anonymously Hosted DynamicMethods Assembly
        Assembly Version: 0.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
    Microsoft.EnterpriseManagement.Presentation.Visual.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.Presentation.Visual.resources.DLL
    Microsoft.EnterpriseManagement.Presentation.Controls.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.Presentation.Controls.resources.DLL
    PresentationFramework.Classic
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.classic/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.classic.dll
    System.ComponentModel.Composition
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
    System.Runtime.Serialization
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
    Microsoft.EnterpriseManagement.Management.Transport
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Management.Transport.DLL
    Microsoft.EnterpriseManagement.CompositionEngine.Extensibility
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.CompositionEngine.Extensibility.DLL
    Microsoft.EnterpriseManagement.OperationsManager
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.EnterpriseManagement.OperationsManager/7.0.5000.0__31bf3856ad364e35/Microsoft.EnterpriseManagement.OperationsManager.dll
    Microsoft.EnterpriseManagement.Core
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.5.3070.0
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.EnterpriseManagement.Core/7.0.5000.0__31bf3856ad364e35/Microsoft.EnterpriseManagement.Core.dll
    Microsoft.EnterpriseManagement.UI.Console.Common
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Console.Common.DLL
    Microsoft.Mom.UI.Components
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Mom.UI.Components.DLL
    Microsoft.Mom.UI.Common
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Mom.UI.Common.DLL
    Microsoft.Mom.Common
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Mom.Common.DLL
    Microsoft.EnterpriseManagement.UI.Authoring
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Authoring.DLL
    Microsoft.Mom.UI.Components.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.Mom.UI.Components.resources.DLL
    System.Runtime.Remoting
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    System.Reactive
        Assembly Version: 1.0.10425.0
        Win32 Version: 1.0.10425.1
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/System.Reactive.DLL
    System.IdentityModel
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
    Microsoft.VisualStudio.Diagnostics.ServiceModelSink
        Assembly Version: 4.0.0.0
        Win32 Version: 10.0.30319.1
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Diagnostics.ServiceModelSink/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
    System.Web
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    System.Transactions
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    Microsoft.EnterpriseManagement.UI.ConsoleFramework.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.UI.ConsoleFramework.resources.DLL
    Microsoft.EnterpriseManagement.UI.Administration
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Administration.DLL
    Microsoft.Mom.UI.Common.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.Mom.UI.Common.resources.DLL
    Microsoft.EnterpriseManagement.UI.Console.Common.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.UI.Console.Common.resources.DLL
    WindowsFormsIntegration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
    Microsoft.EnterpriseManagement.UI.Controls
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Controls.DLL
    Microsoft.EnterpriseManagement.UI.ViewFramework
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.ViewFramework.DLL
    PresentationFramework.Aero
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
    Microsoft.EnterpriseManagement.UI.Controls.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.UI.Controls.resources.DLL
    UIAutomationTypes
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
    PresentationFramework-SystemXml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
    UIAutomationProvider
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
    PresentationFramework-SystemCore
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll
    Microsoft.EnterpriseManagement.UI.Reporting
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.Reporting.DLL
    Microsoft.Mom.Isam.Interop
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.Mom.Isam.Interop.DLL
    Microsoft.EnterpriseManagement.Core.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.5.3070.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.Core.resources.DLL
    System.Data
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    Microsoft.EnterpriseManagement.Runtime
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.EnterpriseManagement.Runtime/7.0.5000.0__31bf3856ad364e35/Microsoft.EnterpriseManagement.Runtime.dll
    Microsoft.EnterpriseManagement.UI.WizardFramework
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.UI.WizardFramework.DLL
    Microsoft.EnterpriseManagement.Monitoring.UnitComponents
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Monitoring.UnitComponents.DLL
    Microsoft.EnterpriseManagement.Presentation.DataAccess.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.Presentation.DataAccess.resources.DLL
    Microsoft.EnterpriseManagement.UI.Reporting.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.UI.Reporting.resources.DLL
    Microsoft.EnterpriseManagement.UI.Administration.resources
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/en/Microsoft.EnterpriseManagement.UI.Administration.resources.DLL
    PresentationFramework-SystemData
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
    System.Numerics
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
    Microsoft.SystemCenter.Advisor.Common
        Assembly Version: 7.0.5000.9
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Microsoft.SystemCenter.Advisor.UI
        Assembly Version: 7.0.5000.9
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Microsoft.EnterpriseManagement.DiagramFx
        Assembly Version: 7.1.1000.0
        Win32 Version: 7.1.3840.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.DiagramFx.DLL
    Microsoft.SystemCenter.Advisor.UI.resources
        Assembly Version: 7.0.5000.9
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Microsoft.EnterpriseManagement.Monitoring.SyntheticTransaction.UnitComponents.Wpf
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Microsoft.EnterpriseManagement.Monitoring.ServiceLevel.Components
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Microsoft.SystemCenter.Visualization.Component.Library.WPF
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.1.10226.0
        CodeBase: file:///D:/Program%20Files/Microsoft%20System%20Center%202012%20R2/Operations%20Manager/Console/Microsoft.EnterpriseManagement.Presentation.Core.dll
    Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    Microsoft.GeneratedCode
        Assembly Version: 1.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    Microsoft.ReportViewer.WinForms
        Assembly Version: 11.0.0.0
        Win32 Version: 11.0.2100.60 ((SQL11_RTM).120210-1846 )
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.ReportViewer.WinForms/11.0.0.0__89845dcd8080cc91/Microsoft.ReportViewer.WinForms.dll
    System.Web.Services
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    ============================
    Crash error and details:
    Error content:
    Problem signature:
      Problem Event Name: CLR20r3
      Problem Signature 01: 35IX4XXD43DM0DHGBOU3ZAVYZVCIPHYK
      Problem Signature 02: 7.1.10226.0
      Problem Signature 03: 522a58ed
      Problem Signature 04: mscorlib
      Problem Signature 05: 4.0.30319.17929
      Problem Signature 06: 4ffa57ca
      Problem Signature 07: 2aa4
      Problem Signature 08: 34
      Problem Signature 09: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB
      OS Version: 6.1.7601.2.1.0.400.8
      Locale ID: 16393
      Additional Information 1: eb61
      Additional Information 2: eb613b33a7a25e3daead266f07bfdeb7
      Additional Information 3: 4405
      Additional Information 4: 4405e15216fd9fb173e974fe92b73f89
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    ==============================================================

    Hi,
    Just several ideas to be checked:
    1. Please, verify the prerequisites of Operations Console listed by the following link:
    http://technet.microsoft.com/en-us/library/dn249696.aspx
    2. Install all the SCOM related system updates.
    3. Clear SCOM Console cache:
    http://systemcenter.no/?p=215
    4. Try to clean up Ops Manager cache on SCOM Management server. To do this stop Microsoft Monitoring Agent service, navigate to SCOM installation path (by default, C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Server) and
    delete Health Service State folder. Start Microsoft Monitoring Agent service afterwards.
    5. If nothing helps, maybe try to reinstall SCOM Console.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Can't Monitor Sessions in 3.0.04 while query running?

    SQL Developer is a nice free tool; would like to be able to view sessions while a query is running. I can view when it is not running. How can I do this?
    Thanks,
    Adam

    Hi K and Buntoro,
    My experience with SQL Developer only goes back to 2.1, so this was news to me. Thanks for your comments.
    Here is a short history on this point:
    1.5.x:
    a) No Unshared Connection icon in toolbars.
    b) Use Ctrl+Shift+N to create an unshared connection.
    c) Unshared connections appear in drop-down list. (with <underscore> name decoration)
    d) Selecting an unshared connection from the drop-down for some UI action will then share with that "unshared" connection
    2.1.x & Up:
    a) Unshared Connection icon available in toolbars.
    b) Ctrl+Shift+N still creates an unshared connection.
    c) Unshared connections no longer appear in the drop-down list.
    d) This eliminates any confusion over sharing an "unshared" connection.
    So, it seems the change was intentional. I personally like K's earlier suggestion of creating duplicate connections. In fact, the shared connection icon's "Select Connection" dialog easily lets you create duplicates on-the-fly. I think filing a bug wouldn't be justified. Please let me know if I've missed any key facts here.
    Thanks again,
    Gary

Maybe you are looking for

  • Old contacts showing up in siri and text search results but not in contacts list.

    So what I did was this. I had mobile me, and iphone ocntacts as well as contacts on phone. After updating to IOS5, i had tripples of almost all my contacts (but not all). I converted my mobile me to icloud to discover i couldnt use that email under m

  • I switched off my ipod touch 4g during an ios6 update

    it was during the ios6 update that i realised for some reason i did not want to update it because of what my friends told me, it had nothing beneficial for the ipod touch 4g, so i decided to switch off my ipod touch 4g and now it would not turn on th

  • Customer Balances Report problem?

    Hi, I am facing some problem it may have been discussed before but it is urgent so I am posting it. 1) User wants to see the S_ALR_87012172 - Customer Balances in Local Currency on daily basis or any report which is similar to that. As far as I know

  • HP 7520 Printer Color Issues

    As this problem appears in more than one application, I can only assume it's something in the Mac OS or HP driver that's causing it. Lately, my photos have been printing too dark from iPhoto, so I played around with a lot of combinations of settings,

  • N81 PROBLEM PLZZZZZZZZZZ ANSWER

    HI i have a problem with my n81 n gb mobile it doesnt recieve msgs and there is no log and whenver i get to change any option it tells me no enough memory to perform operation i updated its software but nothin changed and it keeps sayin full phone me