A number of discovered devices is not displayed in some discovery jobs in LMS 3.1

Hello,
the customer uses LMS 3.1 on Solaris. He tried to get the detail information about discovery jobs, but the most discovery jobs don't show information about the number of discovered, devices, reachable devices.... I'm sending you the screenshot of the job browser - all discovery jobs are succeeded, one screenshot (217.bmp) of the discovery job with correct detail information and the last screenshot (109.bmp) with failed detail information. Do you know a solution about this issue? Thank you.
Roman

Hi Roman,
I have LMS 3.2 on Windows however it must be the same,  from the Home screen click on CS on the top bar, under Job Information Status click on the job number and you should then get the information you need.  I have attached what I see from my run last night.
Cheers,
David.

Similar Messages

  • Purchase Order Notes not displaying in some systems

    Hi All,
    Purchase Order Notes are not displayed in some systems. But the same notes are viewable from a different PC.
    This is the case of few of my end users.
    Please help.
    Thanks
    Vijay

    Hi All,
    The issue is resolved. It was because of updating the IE version from 6 to 7.
    We have degraded the IE version back to 6 and it all worked fine.
    Thanks
    Vijay

  • Background nav image not displaying in some browsers...

    Hi,
       I'm in the process of building a website template - still ironing out some bugs, but just discovered that the bacground image in my navigation bar isn't displaying on some browsers (including some versions of IE). It works in IE8 where my primary testing takes place (on both my local drive and from the temporary "live" server, but in most other browsers, doesn't show up...
    below is a link to my test page:
    http://home.roadrunner.com/~jgigandet/trinity/
    and here is the css with the applicable code in red:
    /*Menu Outer Wrapper*/
    .p7PMMh04 {
    width: auto;
    height: 20px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    /*Hide Sub-Menu in Design View
    Compensate for LI padding on Sliding Doors themes*/
    .p7PMMh04 ul div {
    display: none;
    TOP LEVEL MENU
    .p7PMMh04 ul {
    margin: 0;
    padding: 0;
    .p7PMMh04 li {
    list-style-type: none;
    float: left;
    width: 120px;
    /* Hide from IE5 Mac \*/
    .p7PMMh04 li {
    width: auto;
    /*Top Level Links*/
    .p7PMMh04 a {
    display: block;
    text-decoration: none;
    padding: 2px 14px 3px 14px !important;
    color: #ffc42a !important;
    /*border-right: 1px solid #8184e6;  */
    text-align: left;
    /*Link hover when no drop down is present */
    .p7PMMh04 a:hover {
    color: #df8f04 !important;
    /*background-color: #DFDFDF;*/
    Syntax for special classes programatically assigned to first and last links and also LIs
    See user guide for more information
    .p7PMMh04 ul a.pmmfirst {
    border-left: 1px solid #df8f04;
    .p7PMMh04 ul ul a.pmmfirst {
    border-left: 0;
    .p7PMMh04 ul a.pmmlast {
    .p7PMMh04 ul li.pmmfirst {
    .p7PMMh04 ul li.pmmlast {
    /*First Sub Level*/
    .p7PMMh04 ul ul {
    z-index: 10000;
    background-color: #333;
    width: 150px;
    background-image: url(img/pmm_carbon_subs.jpg);
    background-repeat: repeat-x;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    .p7PMMh04 ul ul li {
    float: none;
    background-color: #000;
    background-image: none;
    .p7PMMh04 ul ul a {
    padding: 4px 12px !important;
    color: #ffc42a !important;
    border-right: 0;
    text-align: left;
    overflow: hidden;
    /* rollover on 1st level rollovers  */
    .p7PMMh04 ul ul a:hover {
    background-color: #333; !important; 
    color: #df8f04 !important;
    /*Third Level (Flyouts in horizontal menu)*/
    .p7PMMh04 ul ul ul {
    border-top: 1px solid #df8f04;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #df8f04;
    SPECIAL IMAGE-BASED RULES
    .p7PMMh04 img {
    border: 0;
    .p7PMMh04 .p7PMM_img {
    padding: 0px;
    border: 0;
    background-image: none;
    background-color: transparent;
    TRIGGERS and CUURENT MARK RULES
    The Closed state relates to trigger items when their child menus are not showing
    The Open state relates to trigger items when their child menus are showing
    Selectors appended with _left Automatically change arrow position and orientation
    if sub levels are set to fly out to the left
    /*Sub Level*/
    .p7PMMh04 ul a.trig_closed, .p7PMMh04 ul a.trig_closed_left {
    background-image: url(img/pmm_south_medium.png);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul a.trig_closed_up {
    background-image: url(img/pmm_north_medium.gif);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul a.trig_open, .p7PMMh04 ul a.trig_open_up {
    color: #000 !important;
    background-color: #DFDFDF !important;   /* This is background color of main dropdown rollover */
    .p7PMMh04 ul ul a.trig_closed {
    background-image: url(img/pmm_east_dark.png);
    background-repeat: no-repeat;
    background-position: right center;
    .p7PMMh04 ul ul a.trig_closed_left {
    background-image: url(img/pmm_west_dark.gif);
    background-repeat: no-repeat;
    background-position: left center;
    .p7PMMh04 ul ul a.trig_open {
    color: #FFF !important;
    background-color: #424242 !important;
    /*The Current Marker (You are here) links*/
    .p7PMMh04 .current_mark {
    font-weight: bold;
    color: #60c3d1 !important;
    .p7PMMh04 ul ul .current_mark {
    color: #FFF !important;
    Utility Rule used for Clearing floats in Horizontal Menus
    .p7pmmclearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    Thanks in advance for any advice,
    Jesse

    You have applied a height of "auto"to your menubar container, which gives it no height at all in some browsers. If you have a clue what height you would like to display for your menubar, give it, instead of:
        <div style="height: auto;" id="p7PMM_1" class="p7PMMh04">
    Better yet, leave it in the CSS file, where you will find it when you go looking for it. You already assign a height there:
    .p7PMMh04 {
        width: auto;
        height: 20px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-image: url(http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
        background-repeat: repeat-x;
        background-color: #000;
        text-align: left;
        line-height: normal;
    Because your inline style of height:auto; has more proximity (is closer) to the element being styled, it overrides the style in the stylesheet and applies the height: auto; instead of allowing the height: 20px;
    Beth

  • Some images not displaying in some browsers

    Hi,
    I'm creating a newsletter in Dreamweaver using the design view.
    The finished thing works perfectly in Internet Explorer but when I view it in Firefox or Safari certain images are not displaying. There's no red cross or sign at all of why they're missing. They do however show as attachments at the bottom of the email.
    The code appears to be fine and all the images were uploaded in the same way, so can't think why some won't appear while others will. The only thing the missing images have in common is that they're all left aligned so the text wraps around them.
    I've been trying to fix this for ages and tearing my hair out. Any help greatly appreciated!!
    Thanks.

    Um, I can't seem to find it on the server, which can't be a good sign ) - :
    Have no idea why it's not appearing where it should but if I can get a link to work I'll send it to you.
    Thanks for your help

  • Fonts not displaying on some computers

    I created a document in Microsoft Publisher on my laptop (running Windows XP SP2) and created a .pdf using the "Save as postscript" funcion and Acrobat Distiller (5.0)
    I emailed it to our webmaster who put it up on our webpage.
    Now, when I go to view it from the website on my desktop computer (Windows XP SP2) in Mozilla Firefox, the fonts are not displaying properly.
    As a test, I emailed it to myself and tried to view it from just within Acrobat on the desktop computer and they're not displaying properly that way, either.
    The document displays correctly when viewed from my laptop, both in Acrobat and in Mozilla Firefox.
    I am concerned that others will not be able to view the fonts either, and as the purpose of this document is to have clients choose the font they prefer for ordering merchandise, it is imperative that they be able to see the fonts!
    Can anyone help me troubleshoot this problem?
    Thank you!
    Tracy

    Try printing to the Adobe PDF printer and selecting a settings of print or press (not the standard). Saving to PS is likely a Publisher issue and they may not have indicated to embed the fonts. You might be able to get around that in Distiller if you choose a settings file other than Std (same as for using the printer).

  • Navigation & Photo Page not displaying within some browsers

    Hello,
    I am using iWeb '08 and am having great difficulties trying to get my site cross browser compatible. The site is working perfectly on the Mac in Firefox 2 & Safari but not Firefox 3. It is also not displaying correctly in Firefox 2.0.0.13 and IE7 on my WinXP machine. Unfortunately the error is not just a cosmetic issue. The Main Navigation is not displaying on any page and only shows a bullet point where it is meant to be. The other error occurs in the Photo Template and the photos are not displaying. I am using a "Version 1 template" and did a test with a "version 2" template that provided the same errors.
    Has anyone else had these problems???
    The site is located at:
    http://web.mac.com/maxkit/Kai/
    Photo Page:
    http://web.mac.com/maxkit/Kai/CurrentPictures/Pages/Snowy_AprilDay.html
    The test site is located at:
    http://web.mac.com/maxkit/Site/
    Thanks
    Max

    You have applied a height of "auto"to your menubar container, which gives it no height at all in some browsers. If you have a clue what height you would like to display for your menubar, give it, instead of:
        <div style="height: auto;" id="p7PMM_1" class="p7PMMh04">
    Better yet, leave it in the CSS file, where you will find it when you go looking for it. You already assign a height there:
    .p7PMMh04 {
        width: auto;
        height: 20px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-image: url(http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
        background-repeat: repeat-x;
        background-color: #000;
        text-align: left;
        line-height: normal;
    Because your inline style of height:auto; has more proximity (is closer) to the element being styled, it overrides the style in the stylesheet and applies the height: auto; instead of allowing the height: 20px;
    Beth

  • Thumbnails do not display for some images

    I have a large library with over 65,000 images.
    In some albums and projects the images fail to display in the browser....see here for an screenshot
    http://picasaweb.google.be/lh/photo/tOj7FY4lclLxr8YMEBV8ZA?authkey=_Zrhrl8QDyA
    If I go into filmstrip view I can make them appear but this does not seem to stick...ie when I quit and restart aperture the same images fail to display.
    I have tried selecting and "generate thumbnails" as well as "update previews" and whilst it chunters away working on it for quite a while the images stll persist in not appearing.
    Suggestions?

    Sorry to hear that....I still have no really good news. What I did notice is that if I enlarged the thumbnails above a certain size then they all displayed....but once they dropped below a certain size the ones that did not display, stopped displaying!
    This was so boring that I deleted the entire project (after doing an export, including masters) and then imported the originals again.
    Now everything works fine...but of course I have lost all the tagging and adjustments that I did since importing....so I am not happy at all....but at least I do have a working library.

  • Logo displaying in productin but not displaying in some other user

    Hello experts,
    I developed payment advice sheet using scripts and transported to production successfully.In production also the output is dispalying correct but some other user (clnt uses different user in that only logo is not displaying) remaining output is correct.
    But only logo is not displaying.But in production logo is displaying.What is the problem?
    please help me in this?

    Please clarify your posting...
    In production, the logo displays correctly for all but one user?
    Or, did you mean that in the production instance, the logo is correct, but in other SAP instance(s), such as training, etc., the logo does not appear? 
    If the second case, check to see that transport completed in all target instances.
    If the first case, sorry, no ideas about what would cause that.

  • Flash objects (images/buttons/etc) does not display on some PC's

    I am trying to deploy an out of the box web application called the Mid-Tier, where some forms/pages in the application have embedded flash images/buttons/icons that do not display on IE despite the fact that there is Flash installed on these PC's. Most of the PC's are XP.
    I suspect it is some of the security settings in IE. Unfortunately security options are disabled to end users so I cannot even get to see what these settings are..
    This web application works perfect on some test PC's that have default browser settings and the same flash version installed.
    The flash objects appear on these screens as white boxes instead of some control buttons and icons that should have been displayed.,. Hence these pages are non functional.
    Any hints?
    Joe

    Hello David,
    except the latest Flash Player you have also and the latest Java installed (Next Generation Java Plug-in 10.25.2 for Mozilla browsers) , check if you activate the plugins : [https://support.mozilla.org/el/kb/troubleshoot-issues-with-plugins-fix-problems#w_determining-if-a-plugin-is-the-problem Determining if a plugin is the problem], select always active.
    see also: [https://support.mozilla.org/en-US/kb/why-do-i-have-click-activate-plugins#os=win7&browser=fx23 Why do I have to click to activate plugins?]
    you said : ''One guy said you could fix it by going Tools > options > content > make sure Automatically load images is checked (but there is no such thing on that tab in my Firefox????)''
    not exist any more from 23.0 version and above (see : http://www.mozilla.org/en-US/firefox/23.0/releasenotes/) because of this : http://limi.net/checkboxes-that-kill , if you 1 (as a value) in '''permissions.default.image''' in [http://kb.mozillazine.org/About:config about:config] you are OK (checked[v]).
    also many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Artist is NOT displayed for some artists on my Nano

    Even though it is displayed on my itunes, the artist Michael McDonald is NOT displayed on my IPOD Nano, His album IS displayed on my ipon Nano. It's irritating becasue I remember artist names better than album names.
    I went to itunes and checked the iinfo on the file. It was ok. Tried resinking and even erasing and resyning. Did not work. WHAT IS UP. Haven't done a complete search to figure out how many other artists dont show up on my Nano. This is the first one.

    There are usually two things that contribute to songs not appearing under Artist on the iPod, both due to information either in or missing from the Get Info>Info tab against the song in iTunes. 1) the song has no album name associated with it or 2) the song is marked as part of a compilation.
    If tracks are missing an Album name in the Info tab, this information needs to be filled in. The no album one is a bit quirky as the songs will appear under certain circumstances (for instance I read somewhere that if you have at least two tracks with different album names the rest will appear), however the simplest remedy is just add None or Miscellaneous to all the blanks in place of a title. See this link for more detail: I don't see some of my songs when browsing by artist on my iPod
    Also if the tracks are ticked in the Get Info>Info tab as part of a compilation, they will not appear under Artist on the iPod. Highlight a song in iTunes that you know is not appearing correctly on your iPod. Right click on it and choose Get Info and click the Info tab (alternatively choose Get Info from the File menu), if "Part of a Compilation" is marked untick it and afterwards update your iPod, you should find it now appears as normal. Setting "Compilations" on your iPod main menu prevents you getting lots of single artist entries when you load an album by various artists.

  • How do I block a number on one device only, not all of them on my account?

    Whenever I block a number on my iPhone, it also blocks the same number on my kids' iPhones who share an iTunes account with me.  How can I separate who I block to just my phone and not theirs? 

    nesscal,
    Signing out of iCloud on your kids' phones will prevent numbers that you've blocked from being blocked on their devices.
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Cheers,
    Allen

  • Number of fields in Openhub not displayed correctly

    HI all,
    I have created an OpenHub destination with destination type FILE. Created a logical file and assigned the same to the Physical path.
    After I load the data to the Openhub, I cannot find  all the columns what are present in the OpenHub.out of 99, only few like 63 to 86 are being displayed in the output.
    1. Will there be any restriction to the number of fields displayed in the Application server. \
    2. The final number of columns are not consistent and its different for different records in the same data load.
    Any help is highly appreciated.
    Best Regards

    hi check this error
    check the transformation mapings
    or check this may help you
    Error message: 'Destination not supported' (Error Code RSBO 102)
    Firstly the corrupt Open Hub destinations need to be repaired. To do this you need to check the table RSBOHDEST, for all Open Hub Destination entries where the field DESTYPE is initial/empty or is equal to 'FILE', you must change the DESTYPE for such entries to TAB in the table RSBOHDEST.
    http://wiki.sdn.sap.com/wiki/display/BI/CommonIssueswithOpenHub

  • In-Broswer editing devices menu not displaying

    I recently published my site to Business Catalyst and when I go into Editing mode the devices menu no longer displays. I have a mobile and a desk top site and have been able to edit the site a few weeks ago. I double checked that I had all the proper settings to be able to edit the site in the browser and still the Devices menu is not showing up. I have tried Safari, Chrome, and Firefox to rule out the chance it was a browser issue, but it was not. I am not sure what is up with the editing mode at this point.

    According to this location...
    http://www.igains.in/wp-content/themes/iGains/style.css
    You currently have the css set as...
    @media screen and (max-width: 768px) {
    .main-navigation {display: none !important;}
    body {margin-top:-42px !important;}
    div.heading h1 {font-size: 7.5vmin !important;}
    div.heading h2 {font-size: 5vmin !important;}
    div.heading p {font-size: 3.5vmin !important;}
    h1.header, body.archive h1.archive-title {font-size: 5vmin !important; }
    .archive-header {/* background:none !important; */}
    Which turns off the nav container holding your menu, in any viewport under 768 pixels.
    I don't know enough about WP to tell you where to fix that though. Someone should be able to point you in the right direction.

  • Number of Purchase Order is not displayed anymore in Sourcing cockpit

    Hi,
    It was possible to get back the PO-Number created in ERP when processing requirements within the sourcing cockpit.
    I don't know what caused the problem that the PO-Number doesn't appear anymore. But this is essential: how to get the created PO-Number after processing a requirement to PO in SourcingCockpit?
    ThanX for your help in advance
    Isam

    Hi,
    Please refer below SAP note
    498153  FAQ: Addresses in the purchasing
    1. Question:
    When trying to display an address in the purchasing document, the system
    displays message AM010 " Address doesn't exist & & & &", why?What can
    you do?
    Answer:
    The causes of the error are described and corrected in Notes 91001,
    154208, 165106, 170461, 306078, 332470, 418670. Check these notes in
    your system.The documents can be corrected with report ZCORADDR from
    Note 91001. If the defective situation can be reproduced, even though
    your system contains all the corrections, open a message under component
    MM_PUR-GF-ADR with a reproducible example
    regards,
    Lalita

  • PDFs created by Adobe PDF print device do not display correctly in Illustrator

    I generated a PDF from a PowerPoint file by printing to the Adobe PDF printer device. This step works correctly as the PDF appears normal in Acrobat. However, upon opening the PDF in Illustrator, none of the graphic (bitmap) elements are rendered correctly -- they appear as gray boxes with remnants of the correct image remaining as a single pixel border around the edge. This is clearly an error in the PDF importing in Illustrator. Any work-arounds or suggestions?
    Message was edited by: mcgrawcm
    Update: OK, so it has something to do with whether an image in PPT was "cropped" before conversion to PDF, as an uncropped version of the same graphic is rendered accurately in Illustrator after conversion to and from PDF. For my part, I'm just going to recopy the images directly into Illustrator, but perhaps this might help someone else dealing with the same problem.

    I understand this is no help, but Illustrator is not a pdf editor. This is why you can get unexpected results when importing a pdf in Illustrator.
    If you really need to edit a pdf you could use Acrobat or Neo, and there are some more out there, just look around on the net:
    http://www.google.be/search?client=safari&rls=en&q=pdf+editor&ie=UTF-8&oe=UTF-8&redir_esc= &ei=y6S3Tt-kOtSHhQe28fyiBA
    Greetings

Maybe you are looking for