Custom Dashboards not collecting data

Hi, i have been having issues with my custom dashboards that are not collecting data, I have gone through the event log and the only error im getting are the following:
Cannot connect to Operations Manager Root Management Server.
Error: The OpsMgr SDK Service is not running on Operations Manager Root Management Server 'localhost'.
I have been getting alot of these errors mentioned above in the event log.
Connection with the Operations Manager Root Management Server failed.
Error: The Exchange Monitoring Correlation service cannot connect to the Operations Manager Root Management Server SDK Service. Exchange alerts will not be raised.
Number of occurrence: 4
Retrying in 30 seconds...
component SMS_STATE_MIGRATION_POINT on computer "server name" reported:  SMS Executive detected that this component stopped unexpectedly.
Possible cause: The component is experiencing a severe problem that caused it to stop unexpectedly.
any advice would be greatly appreciated, thanks.

Hi,
Are you getting errors 714 and error 717? What is your SCOM version?
If you are running SCOM 2012 SP1, you may try o install UR5 for it and check the result.
To resolve this error, please also try to restart the following Root Management Server services:
Config service (Microsoft.MOM.ConfigServiceHost.exe)
Health Service (HealthService.exe)
SDK service (Microsoft.MOM.Sdk.ServiceHost.exe)
Please also go through the article below:
https://technet.microsoft.com/en-us/library/ff360495%28v=exchg.140%29?f=255&MSPPError=-2147217396
Regards,
Yan Li
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • Email Form Not Collecting Data

    I have an email form on my index page. The form is not
    collecting data. Any suggestions?
    Here's the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Home Page</title>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    body {
    background-color: #FF0099;
    a {
    font-size: 90%;
    color: #33FFCC;
    a:link {
    text-decoration: none;
    -->
    </style>
    <link href="/css/layout.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="container">
    <div id="top">
    <p><!--content for ID top goes here
    --></p>
    <p> </p>
    <p>Rocking Horse Video</p>
    </div>
    <div id="nav">
    <ul>
    <li><a
    href="/pages/index.html">Home</a></li>
    <li><a
    href="/pages/pricing.html">Pricing</a></li>
    <li><a href="/pages/SEHJ 8-08.html">Browse Your
    Rides</a></li>
    <li><a href="/pages/To Order.html">To
    Order</a></li>
    <li><a href="
    http://shop.rockinghorsevideo.com">Shopping
    Cart</a></li>
    </ul>
    <!--content for nav div goes here -->
    </div>
    <!--content for container goes here -->
    <div id="main">
    <div id="story">
    <h1 class="style1">Rocking Horse Video</h1>
    <h2 class="style2">High-Definition DVDs</h2>
    <h4><img src="/images/Rocking Horse Video.jpg"
    width="100" height="70" class="image-left" />How was your last
    “Horse Shows In The Park?”  Wasn’t it
    fabulous?  Wasn’t it a total blast?  How was your
    horse over the jumps?  Weren’t those little girls with
    their pigtails and ponies adorable?  (Well, I guess they were
    cute when they weren’t beating you.)  Did you take home
    something (besides all those ribbons)  that truly captured the
    magic of that weekend , something that was yours to keep
    forever?</h4>
    That’s what Rocking Horse Video is all about. 
    Rocking Horse Video creates high-definition DVDs of you and your
    horse that you can enjoy for years to come.  Check out those
    rides.  Feel the exciting ambience of the show every time you
    watch your DVD.  These DVDs are more than a two minute ride to
    classical music.  Rocking Horse Video edits raw footage with
    state-of-the-art software to high-light your horse’s
    performance and reproduce more than a ride.   Every time
    you watch you get to experience the whole horse show all over
    again.
    <h2>Critique Your Rides</h2>
    <p>Rocking Horse Video gives you high-definition DVDs
    that entertain, educate, and sell.  See you and your horse in
    action and make your next horse show an even better one.  (You
    just have to beat those ponies next time.)  This is an
    affordable way to improve your performance for competitions to
    come.   Go over the video with your trainer and get
    double the benefit.</p>
    <h2>Sell Your Horse</h2>
    <p>Order a marketing video to show prospective buyers
    hands down how well your horse performs in the show ring.</p>
    <!--content for story div goes here --></div>
    <!--content for div main goes here -->
    <div id="sidebar"><h2><img src="/images/L'il
    Mite and Peanutbutter.jpg" width="150" height="113"
    class="image-left" />Capture Your Precious Memories</h2>
    Get a DVD at every show.
    <h5 align="left"><span
    class="style2"> Contact Rocking Horse
    Video</span><img src="/images/Rocking Horse Video.jpg"
    width="100" height="70" class="image-right" /></h5>
    <p>By Email: <a href="mailto:[email protected]"
    class="style3">[email protected]</a><a
    href="mailto:[email protected]"></a><br />
    By Phone: (352)281-0322<br />
    By Mail: Rocking Horse Video<br />
    6714 NW 34th Drive Gainesville, FL 32653</p>
    <p>
    <!-- End Sign-Up Form -->
    <!-- End Sign-Up Form -->
    </p>
    <form action="gdform.asp" method="post"
    enctype="text/plain" name="email" id="email">
    <p>Would you like to subscribe to our email list so
    you can be notified of upcoming events?
    yes
    <input type="radio" name="subscribe" id="radio"
    value="radio" />
    no
    <input type="radio" name="subscribe" id="radio2"
    value="radio2" />
    </p>
    <p>email address:
    <input name="email address" type="text" id="email
    address" size="40" />
    </p>
    <p>
    <input type="submit" name="button" id="button"
    value="Subscribe" />
    <input name="recipient" type="hidden" id="recipient"
    value="[email protected]" />
    </p>
    </form>
    </div>
    </div>
    </div><!--end container div -->
    </body>
    </html>
    Thanks!
    Kate

    > <h4><img src="/images/Rocking Horse Video.jpg"
    width="100" height="70"
    > class="image-left" />How was your last ?Horse Shows
    In The Park??? Wasn?t
    > it
    > fabulous?? Wasn?t it a total blast?? How was your horse
    over the jumps??
    > Weren?t those little girls with their pigtails and
    ponies adorable??
    > (Well, I
    > guess they were cute when they weren?t beating you.)?
    Did you take home
    > something (besides all those ribbons) ?that truly
    captured the magic of
    > that
    > weekend , something that was yours to keep
    forever?</h4>
    That's a big chunk of <h4>!
    > That?s what Rocking Horse Video is all about.? Rocking
    Horse Video
    > creates
    > high-definition DVDs of you and your horse that you can
    enjoy for years
    > to
    > come.? Check out those rides.? Feel the exciting
    ambience of the show
    > every
    > time you watch your DVD.? These DVDs are more than a two
    minute ride to
    > classical music.? Rocking Horse Video edits raw footage
    with
    > state-of-the-art
    > software to high-light your horse?s performance and
    reproduce more than a
    > ride.?? Every time you watch you get to experience the
    whole horse show
    > all
    > over again.
    That's a big chunk of nothing. You cannot have bare text like
    that on a
    page. It would have to be within a <p> tag, or
    something.
    > <form action="gdform.asp" method="post"
    enctype="text/plain"
    > name="email"
    > id="email">
    You are sending your form to a file called "gdform.asp" that
    is at the same
    folder level as this file. Is that file *there*?
    (it has nothing to do with a scripts folder)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dreamer spiderwoman1" <[email protected]>
    wrote in message
    news:[email protected]...
    >I have an email form on my index page. The form is not
    collecting data.
    >Any
    > suggestions?
    >
    > Here's the code:
    >
    ...snip...
    >
    > <!--content for container goes here -->
    >
    > <div id="main">
    > <div id="story">
    > <h1 class="style1">Rocking Horse Video</h1>
    > <h2 class="style2">High-Definition DVDs</h2>
    > <h4><img src="/images/Rocking Horse Video.jpg"
    width="100" height="70"
    > class="image-left" />How was your last ?Horse Shows
    In The Park??? Wasn?t
    > it
    > fabulous?? Wasn?t it a total blast?? How was your horse
    over the jumps??
    > Weren?t those little girls with their pigtails and
    ponies adorable??
    > (Well, I
    > guess they were cute when they weren?t beating you.)?
    Did you take home
    > something (besides all those ribbons) ?that truly
    captured the magic of
    > that
    > weekend , something that was yours to keep
    forever?</h4>
    > That?s what Rocking Horse Video is all about.? Rocking
    Horse Video
    > creates
    > high-definition DVDs of you and your horse that you can
    enjoy for years
    > to
    > come.? Check out those rides.? Feel the exciting
    ambience of the show
    > every
    > time you watch your DVD.? These DVDs are more than a two
    minute ride to
    > classical music.? Rocking Horse Video edits raw footage
    with
    > state-of-the-art
    > software to high-light your horse?s performance and
    reproduce more than a
    > ride.?? Every time you watch you get to experience the
    whole horse show
    > all
    > over again.
    > <h2>Critique Your Rides</h2>
    > <p>Rocking Horse Video gives you high-definition
    DVDs that entertain,
    > educate, and sell.? See you and your horse in action and
    make your next
    > horse
    > show an even better one.? (You just have to beat those
    ponies next
    > time.)?
    > This is an affordable way to improve your performance
    for competitions to
    > come.?? Go over the video with your trainer and get
    double the
    > benefit.</p>
    > <h2>Sell Your Horse</h2>
    > <p>Order a marketing video to show prospective
    buyers hands down how
    > well
    > your horse performs in the show ring.</p>
    > <!--content for story div goes here
    --></div>
    >
    > <!--content for div main goes here -->
    >
    > <div id="sidebar"><h2><img
    src="/images/L'il Mite and Peanutbutter.jpg"
    > width="150" height="113" class="image-left" />Capture
    Your Precious
    > Memories</h2>
    > Get a DVD at every show.
    > <h5 align="left"><span
    class="style2">?Contact Rocking Horse
    > Video</span><img src="/images/Rocking Horse
    Video.jpg" width="100"
    > height="70"
    > class="image-right" /></h5>
    > <p>By Email: <a
    href="mailto:[email protected]"
    > class="style3">[email protected]</a><a
    > href="mailto:[email protected]"></a><br
    />
    > By Phone: (352)281-0322<br />
    > By Mail: Rocking Horse Video<br />
    > 6714 NW 34th Drive Gainesville, FL 32653</p>
    > <p>
    >
    > <!-- End Sign-Up Form -->
    > <!-- End Sign-Up Form -->
    > </p>
    > <form action="gdform.asp" method="post"
    enctype="text/plain"
    > name="email"
    > id="email">
    > <p>Would you like to subscribe to our email list
    so you can be
    > notified of
    > upcoming events?
    > yes
    > <input type="radio" name="subscribe" id="radio"
    value="radio" />
    > no
    > <input type="radio" name="subscribe" id="radio2"
    value="radio2" />
    > </p>
    > <p>email address:
    > <input name="email address" type="text" id="email
    address" size="40"
    > />
    >
    > </p>
    > <p>
    > <input type="submit" name="button" id="button"
    value="Subscribe" />
    > <input name="recipient" type="hidden" id="recipient"
    > value="[email protected]" />
    > </p>
    > </form>
    >
    > </div>
    > </div>
    > </div><!--end container div -->
    > </body>
    > </html>
    >
    > Thanks!
    >
    > Kate
    >

  • Performance Report Manager not collecting data

    I'm running SMC 3.6 with the Performance report manger module installed on the server and hosts. The hosts are logging data to their circular file. But when I open the Report Manager then Data-Data Collection there are no hosts listed in the "Hosts with Data Collection Enabled" or "Hosts with Data Collection Disabled" fields.

    PRM is sensitive to host naming issues. If your SunMC Agent resolves it's IP backwards to "hostA.mydomain.com" and your SunMC Server resolves that same IP backwards to "hostA" (or if the situation is reversed) then you'll have problems.
    If you do find a mismatch (but SunMC is otherwise running fine - indicating the security is still valid) simply try deleting the icon for a host and recreating it with the proper name. I.E. erase the icon you made for "hostA" and replace it with an icon for "hostA.mydomain.com". It will look and feel the same in the Console, but PRM will treat it differently.
    Note that PRM only collects data from the Agent every hour, so it may take that long for your changes to show any effect.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • Only one Host not collecting data

    Hi,
    When I check Data Collection window only one machine seems to have a yellow colored exclamation mark next to it. It says data not collected in the latest collection cycle. I have uninstalled and re-installed the agent twice, but same message comes up. Also, i have to zones that have data collection in active. Any ideas on how to fix this issues.
    Thanks in advance.

    Hi,
    When I check Data Collection window only one machine seems to have a yellow colored exclamation mark next to it. It says data not collected in the latest collection cycle. I have uninstalled and re-installed the agent twice, but same message comes up. Also, i have to zones that have data collection in active. Any ideas on how to fix this issues.
    Thanks in advance.

  • Dbx collector not collecting data for all threads

    Hi, I am having problem with the dbx collector when I collect data from a multithreaded application. Data seems to be collected only from the first threads. Sun Studio 11
    (dbx) attach -p 5501 my_proc
    (dbx) threads
    > t@2 a l@2 SI_SigThr() running in ___sigtimedwait()
    t@3 a l@3 SF_autoReInit() running in ___nanosleep()
    t@4 b l@4 SF_sendHeartBeats() running in ___nanosleep()
    t@5 a l@5 SF_Main() running in ___nanosleep()
    t@6 a l@6 MSI_TimerThread() running in ___nanosleep()
    t@7 b l@7 HbtMonitor() running in ___nanosleep()
    t@20 b l@20 umem_update_thread() sleep on 0xfe803ea8 in __lwp_park()
    t@22 a l@22 FXI_SorterSpooler() sleep on 0xbd418 in __lwp_park()
    t@23 a l@23 XCI_ReaderThread() running in __pollsys()
    t@24 a l@24 MSI_ListenerThread() running in soaccept()
    t@25 a l@25 MSI_ListenerThread() running in soaccept()
    ... and so on.... (sever hundred threads)
    t@33 a l@33 ReconnectingThread() sleep on 0xc55f8 in __lwp_park()
    ... and so on.... (sever hundred threads)
    (dbx) collector limit unlimited
    (dbx) collector enable
    (dbx) cont
    ^C
    (dbx) collector show
    collector enable
    collector profile timer 10.007
    collector profile on
    collector synctrace threshold calibrate
    collector synctrace off
    collector hwprofile counter insts
    collector hwprofile off
    collector heaptrace off
    collector mpitrace off
    collector store directory "."
    collector store experiment "test.3.er"
    collector sample periodic
    collector dbxsample on
    collector sample period 1
    collector limit none
    collector archive on
    (dbx) collector disable
    When viewing the experiment only the t@2,t@3,t@4 and t@33 are seen!?
    What

    I had a few other questions in my earlier post.
    During the time that data collection was running, how active (w.r.t. CPU time) should those threads be? When you run collect (instead of DBX) and look at timeline, how much activity do you see activity on the 'missing' threads during the similar segment (and loading) of the program's operation ? (I believe the collector won't record data if a thread does not get sufficient CPU time during the data collection period. )
    Also, please post which OS version you are using and which version of collect & dbx. Thanks!

  • Auditing not collecting data

    Auditing has not been collecting data for some time.  I opened CMS log file in this directory (D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Logging) and there were several entries with the following starting at the same time data stopped being inserted into this table - ORA-01653: unable to extend table BOXIR2_AUDIT.AUDIT_DETAIL by 1024 in tablespace BOTBS.
    My DBA has extended this tablespace, how/when do I verify if this issue has been resolved?  I have run a couple of reports after the db change, but still no auditing data.

    CMS gets restarted weekly after DB backups have been completed.  10 mins after CMS has completed a restart, the connection to the audit database is lost.  CMS and Audit schemas are on the same db instance.
    Edited by: Richard Mills on Nov 10, 2009 9:52 PM

  • Network Analysis Module (NAM) port-adapter not collect data

    Hi,
    i have an issue for collect data on adapter 1, that don´t collect data but see that adapter 2 if collect data on module 4.
    monitor session 1 source vlan 102 rx
    monitor session 1 destination analysis-module 4 data-port 1
    monitor session 2 source vlan 106 rx
    monitor session 2 destination analysis-module 4 data-port 2
    I reconfigured newly monitor and continues with that issue. Always ok by data-port 2.
    - show version Cisco 6513
    Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(33)SXH7, RELEASE SOFTWARE (fc3)
    . show version NAM
    NAM application image version: 3.5(1b)
    - sh module
    Ports Card Type                              Model           
    8  Network Analysis Module                WS-SVC-NAM-2
    Hw    Fw           Sw           Status
       2.0   7.2(1)       3.5(1b)      Ok
    Any idea or cuestion?

    Hi,
    I see web GUI that is active 2 monitor session with Destination Module 4.
    Active SPAN Sessions
    Monitor Session
    Type
    Source - Direction
    Dest. Port
    Dest. Module
    Status     
    1
    vlan
    (106) - Rx
    4/7
    4 (local)
    active
    2
    vlan
    (102) - Rx
    4/8
    4 (local)
    active
    Select a SPAN session, then take an action
    Create
    Save
    Add Dest. Port 1
    Add Dest. Port 2
    Edit
    Delete
    But don´t see data about DATA PORT 1, but if see data about DATA PORT 2
    Data Source:
    Most Active Applications (bytes/sec)         No data available
    Most Active Hosts (output bytes/sec)Total hosts      90 (Network)   No data available
    Protocol Suites No data available
    Server Response Times (msec)          No data available
    Any ideas?

  • Flex datagrid custom itemEditor - not returning data

    Hi,
    I am new to flex and this is a basic "How to" question.
    I want to  write custom item editors and renderers for a datagrid column.
    I am facing two problems here
    1) override public function get data() : Object is not working. however, if the type of the column is just text then override public function get text():String is working. Specifying editorDataField in the datagrid column definition is working for some types ex:Strings, Numbers
    2) Nothing is working for slightly more complex types like an Image. even editorDataField is not working. Somewhere between the user editing the data (in the case of an image, edit = browse, select & load an image) and grid asking for data at itemEditEnd, the entire data loaded by the user is disappearing and it is returning null or some default value I'd set it to in override public function set data().
    I am aware that datagrid reuses both editors and renderers but I dono how the data user has set is getting lost while the focus is on the same cell
    I have tried to use getter setter for this custom data field mentioned in editorDataField but when I do so, nothing works.. it fails even for string type
    It should be a simple thing to do and I am sure I am making some silly mistake .. please help me out. It has driven me nuts since today morning..
    any pointers would be really appreciated.

    Hi,
    thanks for the info. This is the understanding that I had after reading livedocs about item renderers.
    I have given the correct editorDataField and dataField. But it isnt working..I am not sure what you mean by For complex renderers, make sure the property is properly implemented on the outer component.
    The weird part is specifying editorDataField works for String and not for an image.  I am pasting some of code (highlighting relevant parts) below.. please have a look and tell me what I am missing.
    Datagrid :
    <mx:DataGrid id="dg" editable="true" rowHeight="100" width="861" x="10" y="10" height="498"
                     dataProvider="{this.slideArray}">
            <mx:columns>
                <mx:DataGridColumn headerText="Text" width="100"
                                   resizable="true" sortable="false"
                                   itemRenderer = "mx.controls.Label"
                                   itemEditor="editors.TextEditor"
                                   dataField="text" editorDataField="myData"/>
                <mx:DataGridColumn headerText="Image" width="600" resizable="true" sortable="false"
                                   itemRenderer="mx.controls.Image"
                                   itemEditor="editors.ImageEditor"
                                   dataField="image" editorDataField="myData"/>           
            </mx:columns>
        </mx:DataGrid>
    Text editor :
    <?xml version="1.0" encoding="utf-8"?>
    <s:MXDataGridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                              xmlns:s="library://ns.adobe.com/flex/spark"
                              xmlns:mx="library://ns.adobe.com/flex/mx"
                              focusEnabled="true"
                              initialize="initEditor()">
        <mx:TextInput id="edit" width="{this.width}" height="{this.height}"/>
        <fx:Script>
            <![CDATA[
                import domain.Slide;  // has two properties : public  var text : String and public var image : mx.controls.Image;
                override public function set data(value:Object):void{
                    super.data = value;
                    this.edit.text = (value as Slide).text;
                public var myData : String; // editor data field
                import mx.binding.utils.BindingUtils;
                private function initEditor():void{
                    BindingUtils.bindProperty(this,"myData", this.edit, "text");
            ]]>
        </fx:Script>
    </s:MXDataGridItemRenderer>
    ImageEditor :
    <?xml version="1.0" encoding="utf-8"?>
    <s:MXDataGridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                              xmlns:s="library://ns.adobe.com/flex/spark"
                              xmlns:mx="library://ns.adobe.com/flex/mx"
                              width="100%" height="100%"
                              focusEnabled="true" contentBackgroundColor="#F1B4B4">
        <mx:Image id="img" x="0" y="0" width="200" height="200" />
        <s:Button label="Click to Add Image" id="addImageButton" click="addImageButton_clickHandler(event)"
                  x="0" y="{this.height - addImageButton.height}"/>
        <fx:Script>
            <![CDATA[
                import domain.Slide;
                public var myData : Image; //editor data field
                override public function set data(value:Object):void{
                    super.data = value;
                    if( (value as Slide).image != null) this.img.source = (value as Slide).image.source;
                protected function addImageButton_clickHandler(event:MouseEvent):void
                    // select image from file system
                    var imgFilter : FileFilter = new FileFilter("Images","*.jpg;*.png;*.gif");
                    var fileRef : FileReference = new FileReference();
                    fileRef.addEventListener(Event.SELECT, fileSelectHandler);
                    fileRef.addEventListener(Event.OPEN, fileOpenHandler);
                    fileRef.addEventListener(Event.CANCEL, fileCancelHandler);
                    fileRef.browse([imgFilter]);
                    function fileRefSelectListenerUp(e:Event):void{}
                private function fileSelectHandler(event : Event):void{
                    var fileRef : FileReference = event.target as FileReference;
                    fileRef.addEventListener(Event.COMPLETE, fileLoadHandler);
                    fileRef.load();
                private function fileLoadHandler(event : Event) : void{
                    var fileRef : FileReference = event.target as FileReference;
                    this.myData = new Image;
                    this.myData.name = fileRef.name;
                    this.myData.source = fileRef.data;
                    this.img.source = fileRef.data;
                private function fileOpenHandler(event : Event):void{}           
                private function fileCancelHandler(event : Event):void{}
            ]]>
        </fx:Script>
    </s:MXDataGridItemRenderer>

  • Health App not collecting data

    I have a iPhone 6 and for the first three weeks the Health app worked just great. Now since about one week it doesn't seem to collect any data anymore. The dashboard just shows no data on steps, distance and stairs. Also all historical data is gone. I also have Fjuul and Withing apps, which both are counting steps like before so obviously there is nothing mechanically wrong with the movement processor. Any ideas what to do to get the Health app up and running again? Naturally I have rebooted the phone several times so that doesn't help.

    EdHDC,
    I'm sorry that I don't have a fix for your issue, but I did want to mention that if you end up in a scenario where you get things working and find that you have data prior to your fix that doesn't automatically get imported in, we have released an app specifically for importing data into HealthKit / Health App.  It requires data in a CSV (comma separated value) format currently, but that is the format that most apps provide for their exported files.
    The app is called Health Importer and more information is available on the App Store at:  https://itunes.apple.com/us/app/health-importer/id930943780?ls=1&mt=8
    Hope it's a helpful tool for you or others who come across the post!

  • OEM plugin not collecting data on cDOT

    All, My DB Engineer and I a re working to get this up and running for collwcting SMO data. I have created an account on the SVM with vsadmin-readonly and an he added it to the OEM package. It seemed to connect correctly. However after 12 hours there is no data to show. What are some of the things that I need to check on the filer to make sure data is flowing to the plugin? Web services are on: External Web Services: true
    Status: online
    HTTP Protocol Port: 80
    HTTPs Protocol Port: 443
    TLSv1 Enabled: true
    SSLv3 Enabled: true
    SSLv2 Enabled: false
    SSL FIPS 140-2 Enabled: false And https appears to be on: mgmt
    dns allow 0.0.0.0/0
    http allow 0.0.0.0/0
    https allow 0.0.0.0/0 Any suggestions?

    Hi Michael, cDOT settings looks fine. Looks to be problem with performance data collection or user account creation. Can you please send the logs generated at the following path:Goto OEM Agent host: (<agent_inst_folder>/plugins/<netapp_plugin>/scripts/log) Please send logs: [email protected] Also - Please check if volume details metric is able to fetch the data.Regards,Sachin Maheshwari

  • Syslog Reports not collect Syslog.log file Messages

    I am doing a installation on CiscoWorks 3.2. after two three weeks I found my syslog services is not working properly. Once I checked on the syslog.log its updated with the device logs as normal. But when I am going to generate report it’s not collect data from the syslog log file. I have notice my syslog analyzer and syslog collator processes are shown as = Program started - No mgt msgs received. Is this normal on the LMS serve?
    Anyway I found following error massagers on the SyslogAnalyzer.log file.
    cisco.nm.xms.ctm.common.CTMException: CTMRegistryClient::addNewURNEntry URN : SyslogAnalyzerService ErrMsg : URN already in use
                    at com.cisco.nm.xms.ctm.server.CTMServer.publish(CTMServer.java:253)
                    at com.cisco.nm.xms.ctm.server.CTMServer.publish(CTMServer.java:180)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerEngine.registerWithCtm(SyslogAnalyzerEngine.java:2267)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerEngine.start(SyslogAnalyzerEngine.java:2189)
                    at com.cisco.nm.rmeng.sa.SyslogAnalyzerService.main(SyslogAnalyzerService.java:109)
    please I need your expertise knowledge to sort out this problem.
    Thank you,
    Chandimal.k
    +94777420771

    Hi,
    Errors Found:
    SyslogCollector - [Thread: main] WARN , 15 Dec 2011 14:33:46,505, Unable to resurrect connection to a subscriber.
    URN : SyslogAnalyzerService ErrMsg : URN already in use
    Try deleting the ctmregistry and ctmregistry.backup files and regenerat your SSL certificate and then resubscribed to the syslog collector.
    1. net stop crmdmgtd
    2. delete all the server.* files in ../CSCOpx/MDC/Apache/conf/SSL
    3. Open a dos shell and cd to:
    ../CSCOpx/MDC/Apache, and run: perl ConfigSSL.pl -disable and then again perl ConfigSSL.pl -enable
    You will see now a lot of questions, please make sure that you enter correctly the question of FQDN!
    4. if you don't want to use SSL, run again: perl ConfigSSL.pl -disable
    If you use SSL please don't do anything.
    5. net start crmdmgtd
    Then wait fifteen minutes for all the LMS services to come up before testing.
    Thanks

  • Hum 1.1 does not collect information CPU router 7507VXR/RSP4

    Hello everyone, HUM has not been possible to  extract information from computer's CPU. I have not found more information on the cisco.com  website or anywhere.
    According to official papers only need the mibs  CISCO-PROCESS AND ENTITY.
    Please  your help and comments.
    Regards,
    Guilliano Palavecino Rojas  
    Enginner Support Communications
    Adexus S.A

    First of all, correct that the model of router is 7507/RSP4 (x2) with IOS 12.2 (14) S19.
    The way of configuring the poller,
    - HUM
    - Poller and template management
    - Poller management
                 - Create
                 - Device selector (rete1, rete2)
                 - Poller detail
                          -name: cpu_test_7507
                          -polling interval: 5 min
    - Templates
                          -cpu utilization
                 - Selected templates
                          -cpu utilization
    NEXT
    Available instances = 0
    Also, selecting "poll all instances" I have available two instances, but at the end of the poller does not collect data.

  • Sharepoint 2010 : Dashboard designer Datasource(Sharepoint List) will not preview data.

    Sharepoint 2010 : Dashboard designer Datasource(Sharepoint List) will not preview data.
    Preview Data-->No data
    default view is "All Items.aspx"  and I have site collection admin access.
    Any help Appreciated.
    Kannalo

    Hi Kannalo,
    You should first deploy the Dashboard to a preview site then you can preview in Dashboard designer.
    For more detailed steps to deploy a dashboard to a preview site ,please view this site:
    SharePoint 2010 PerformancePoint Services : Dashboards in Dashboard Designer (part 1) - Creating and Deploying a Dashboard :
    http://allcomputers.us/windows_server/sharepoint-2010-performancepoint-services---dashboards-in-dashboard-designer-(part-1)----creating-and-deploying-a-dashboard.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Not getting data from newly created dashboards

    Hi,
    I have created new Dashboard like "Server Health Status"  not getting any data, whatever i have created earlier dashboards all getting data without any issue but if i create the same new dashboard im getting any data, please find the below error,
    Can you please help me n this issue anyone. I'm Using SCOM 2012 SP1 with SQL Server 2008 R2.
    Microsoft.EnterpriseManagement.Presentation.DataAccess.DataAccessDataNotFoundException: Exception reading objects ---> Microsoft.EnterpriseManagement.Common.UnknownDatabaseException: The query processor ran out of internal resources and could not produce
    a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support
    Services for more information.
       at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)
       at Microsoft.EnterpriseManagement.Common.Internal.EntityObjectsServiceProxy.GetRelatedManagedEntitiesByManagedEntityTypesAndCriteriaWithInstanceQueryOptions(IList`1 parentManagedEntityIds, Boolean recurse, IList`1 managedEntityTypeIds, IList`1
    managedEntityBaseTypeIds, IList`1 criterias, String languageCode, InstanceQueryOptions instanceQueryOptions)
       at Microsoft.EnterpriseManagement.InstancesManagement.GetRelatedObjectsInternal[T](ICollection`1 instanceIds, ICollection`1 criteriaCollection, TraversalDepth traversalDepth, ObjectQueryOptions queryOptions)
       at Microsoft.EnterpriseManagement.Management.DataProviders.ManagedEntityProvider.GetContainedManagedEntities(IDataObjectCollection targetEntities, ICollection`1 recursionTypeNames, ICollection`1 baseTypeNames, String criteriaString, List`1 valueDefinitions,
    List`1 sortValueDefinitions, String typePropertyName, String typeWithIconPropertyName, Boolean propertyCollectionRequested)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderCommandMethodInvoker.Invoke()
       at Microsoft.EnterpriseManagement.Monitoring.DataProviders.RetryCommandExecutionStrategy.Invoke(IDataProviderCommandMethodInvoker invoker)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataProviderCommandMethod.Invoke(CoreDataGateway gateWay, DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.ExecuteInternal[TResult](DataCommand command)
       at Microsoft.EnterpriseManagement.Presentation.DataAccess.CoreDataGateway.<ExecuteAsync>b__0[TResult](<>f__AnonymousType0`1 data)
    Thanks 
    Raja R
    Raja R

    Hi,
    Please try the Update Rollup 2 for System Center 2012 Service Pack 1
    http://support.microsoft.com/kb/2802159
    It fixes the issue “Query processor runs out of internal resources and cannot produce a query plan when you open Dashboard views”.
    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.

  • Custom fields not display in SRM5.5 Basic Data Frame

    Hello Everybody,
          I am working on SRM5.5 Server which i have to add two custom fields in Basic Data Frame..
         No field is display in basic data frame After I added those fields in INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF.
        I added these fields by help of 672960 OSS notes..
       Add also when i execute the program BBP_DYNPROS_GENERATE where I entered the program name as SAPLBBP_PDH_CUF and execute but non of them is working fine..
      Is there anything else do i need to display custom fields in basic data frame??
    I have one more question..
      When you logon through SAPGUI and goto BBPSC01 t.code where you see lots of fields in basic data frame such as unloading point and all.. But those all fields does not display when you logon through WebURL..
      I checked is there any BAdi such CUF or Screenvarient or some Badi has been actived but non of the Badi has been implemented..
      To display all the fields which are display in GUI Mode also should display in URL..
      To bring this functionality , What do i need to do?
      I appreciate if you answer these questions..
    Thanks,
    John.

    Hi Disha,
    We are trying to add custom fields to the Shopping Cart Header. We are using SRM 5.0. We added the fields to the structures "INCL_EEW_PD_HEADER_CSF_SC" & "INCL_EEW_PD_HEADER_CSF".  We are able to see the custom fields. But the issue is , we are able to see the custom fields in the Shopping Cart one step shop scenario. Whereas when we run the wizard which is a 3 step scenario, we are not able to see the custom fields.
    Technically speaking, the custom fields are visible for the ITS BBPSC01 & BBPSC03 , where as these custom fields are not visible for the ITS BBPSC02.
    Please let me know, if we need to append the fields to some other structure to be able to see them in the Shopping cart wizard also.
    I will be gald to provide any kind of info.
    Thanks in advance...

Maybe you are looking for

  • Adobe bridge preview magnification ratios

    Hi, As you know, Adobe Bridge to view the image in full screen space (space) d-pad key is pressed. Then, the image with the mouse scroll ball is 100% - 200% - 400% and 800% as the be grown.This growth rate of 50% is not 100% to start with, for exampl

  • How to play purchased tv shows when offline

    I have purchased a few tv shows for the kids for road trip - when we are offline, I cannot find them under the Videos app & if you try to start itunes it says it is offline.  Where are the tv shows to watch them??

  • IPAD  WITH DISPLAY RETINA 32 GB  WIFI+CELLULAR

    HI, I'm not an expert with ipads so i would like to know if i buy in the usa an ipad with display retina 32gb wifi+cellular, will the cellular option work in Italy because i'm gonna use it there.

  • OEM 10.1.0.3 and OAS 10.1.3

    Hi all, I have a server with Oracle Enterprise Manager 10 Grid Control Release 1 (10.1.0.3) and a server with Oracle Application Server 10g Release 3 (10.1.3.0.0). Is it possible to add the OAS as a target in the OEM? I tried to install the agent 10.

  • Account group function assignment

    hi                I am using ecc6.0. not been able to assign functions to account group. please tell me where i might be wrong. i am trying to assing partner function sp to my account group  and the error is choose the key from the allowed namespace