PMI Problem (End-to-End Monitor does not show data)

(End-to-End Monitor does not show data)
As I know that XML Messages Alerts T-code: SXMB_NOMI shows all alerts including errors as well I put date Range: 01-01-2008 to 01-08-2008 and filters for "Errors" system does show more then 300 errors
But problem in RWB - End-to-End Monitoring, when I click on display and date range 01-01-2008 to 01-08-2008 its give me graphical overview in right of window
and shows summary:
Errors:                     0  Average
Open                  904  Maximum
Successfully Completed         0  Minimum
Overall:                  904
I thing End-to-End Monitor doesn't get data from PMI...
why does't show any errors, which is shows in SXMB_MONI
Please tell me how to resolve that problem
Thanks in Advanced
Edited by: issue2008 issue on Aug 26, 2008 12:02 PM

Hi,
A destination pointing to the Integration Server is created on the J2EE engine to collect the data for the end-to-end monitoring. If this destination is incorrect or if there are several clients in the system of the integration server, the data may be sent to the incorrect client.
This might be a reason so you can  implement the correction of the destination in a manual way as follows:
Open the J2EE visual administrator.
Select the Destination service.
Select the HTTP "pmistore" destination.
Enter the URL for the ICF service spi_gate of the Integration Server in the following form "http://<host>:<port>/sap/bc/spi_gate?sap-client=<xxx>", where 'host' denotes the host of the integration server, 'port' denotes the HTTP port, and xxx is the client of the Integration Server.
Thanks,
Hemant

Similar Messages

  • CFGRID does not show data (CF9.0)

    Under development server, CFGRID show data , all is fine , correct. (CF9.0  version dev)
    Under production server , CFGRID does not show data, only a grey line (like a HR).
    How to debug this ?
    Thanks,

    Kindly check below to troubleshoot this issue:-
    Is there any difference between your CF production & developement server setting summary?
    Is there any browser script level difference between your both CF server?
    Are you getting any relevant logging error in your CF server application.log & exception.log?
    Run a very simple cfgrid running app to check, either getting issue with that too or not.

  • Satellite Pro U200 - External VGA monitor does not show any output

    I have bought this device as used from ebay. It is working fine except that the External VGA connection does not work. I am using win 7 and have it does recognize the external display correctly and I can configure it as an extended display. However the external display does not show anything. The external VGA monitor is fine as it works with other Laptop machines. I have tried using UBUNTU Live CD on this machine and tried to make the external display work (and it can also recongize the external display and configure it) but there is no picture. I also connected the external display to the vga port and then re-booted the machine but still no picture. I have tried changing the bios settings for the display as well but all my actions point to a hardware fault.
    I am not sure if it is a manufacturing fault ? Do you know if this issue has been reported earlier to you. Is there a product recall issued for this?
    Please advise as I need to connect this external display but am sure that it is a hardware fault with your device.

    Hi buddy,
    Have you already tested it with factory settings? I mean the preinstalled Windows from Toshiba with all drivers and tools. If you have the Toshiba recovery disk you should boot from this disk and install Windows with all drivers and tools.
    Furthermore you can switch between external and internal monitor using FN+F5 key combination. Does this work?

  • Application Insights Online does not show data. How to find out where the problem is?

    Hi, 
    I have application insight set up, sometimes I see data online, but sometimes I don't. I am wondering how to: 
    1. Make sure the monitor is running for my application?
    2. see there is data has been sent to cloud server? I tried to run DebugView but it does not show up anything. Is there a log flag that can be turned on so I can log everything to a log file while it is being sent to server?
    Thanks.

    Hello ChadKaKit,
    You can try Fiddler2 to see whether something gets out of the box to dc.services.visualstudio.com.
    Make sure to either run application under the same account as a Fiddler or set a .NET proxy settings in web.config (app.Config for executables) to redirect to Fiddler.
    Also, you can take a look at the AI traces with PerfView:
    Perfview.exe /onlyProviders=*Microsoft-ApplicationInsights-Extensibility-Web,*Microsoft-ApplicationInsights-Core,*Microsoft-ApplicationInsights-Extensibility-RuntimeTelemetry,*Microsoft-ApplicationInsights-Extensibility-Rtia-SharedCore collect

  • Batch Monitor Does Not Show Compressor Jobs

    On one of my systems, Batch Monitor is not showing current compressor jobs, even though the jobs are running in the background -- and running and completing successfully. On the other systems, all jobs are shown in Batch Monitor as they are being compressed.
    All processing is done on the local machine (no clusters). All jobs are submitted using the Compressor application....the jobs are basically conversions from one codec of QuickTime to another.
    I saw a post regarding this issue, but it didn't appear to be resolved. Any suggestions?
    G5 Quad   Mac OS X (10.4.6)  

    So...guess what I learned?
    How many cables do you have plugged into your monitor?  The set came with a white and blue, and I plugged both in.  Apparently, this causes the issue as the two cables are intended to provide dual screens. 
    Unplug the blue cable from both the computer and the monitor, and then press the "Windows" button with the letter p at the same time.  Make sure "Computer only" is selected from the pop-up window, and press enter.  This, according to an HP support tech, should fix the problem.
    The instructions should make it more clear that both cables are not to be plugged in to a single monitor, but this may also be common sense to people who have experience with dual monitors. 
    I have not yet left my computer unattended to see if this fixes the problem, so let's keep our fingers crossed.

  • Activity monitor does not show processes

    When I run activity monitor it will not show any activity. Also, it does not show system memory, disk activity, or network. I think that the CPU section it not running correctly, either. Any suggestions.

    Nevermind..... I was using the activity monitor that transfered over from the powerbook!!

  • Internal table field does not show data.

    hello experts,
    I am currently modifying a code in a report where it shows PO's and it amount, downpayment, Invoice, GR, payment and balance. Now the problem is, some of the PO amount(it gets the amount from ekpo-netwr) does not show on the report output. the field is t_amount-netwr. I really need help on this one guys. Thanks and take care!
    PERFORM process_with_budat.
    FORM process_with_budat.
      DELETE t_pohistory WHERE hist_type <> 'A'
                           AND hist_type <> 'E'
                           AND hist_type <> 'Q'.
      LOOP AT t_account.
        DELETE it_dtl WHERE ebeln = t_account-ebeln
                        AND psphi IS initial.
        DELETE t_ekpo WHERE ebeln = t_account-ebeln
                        AND ebelp = t_account-po_item.
        t_proj-ebelp = t_account-po_item.
        SELECT SINGLE psphi FROM prps INTO t_proj-psphi
              WHERE posid = t_account-wbs_elem_e.
        CHECK sy-subrc = 0.
        LOOP AT t_pohistory WHERE po_item = t_account-po_item
                              AND ebeln   = t_account-ebeln.
          t_amount-ebeln = t_account-ebeln.
          t_amount-psphi = t_proj-psphi.
          ON CHANGE OF t_pohistory-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
          ENDON.
          IF v_ebeln IS INITIAL AND v_ebelp IS INITIAL.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ELSEIF v_ebeln <> t_account-ebeln AND
                 v_ebelp <> t_account-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ELSEIF v_ebeln = t_account-ebeln AND
                 v_ebelp <> t_account-po_item.
            CLEAR v_netwr.
            SELECT SINGLE netwr FROM ekpo INTO v_netwr
                  WHERE ebeln = t_account-ebeln
                    AND ebelp = t_account-po_item.
            t_amount-netwr = v_netwr.
            v_ebeln = t_account-ebeln.
            v_ebelp = t_account-po_item.
          ENDIF.
          CHECK NOT t_amount-psphi IS INITIAL.
          if t_pohistory-pstng_date LE pa_augdt.
         IF t_pohistory-pstng_date IN so_augdt.
            IF t_pohistory-db_cr_ind = 'H'.
              t_pohistory-val_loccur = - t_pohistory-val_loccur.
              t_pohistory-val_forcur = - t_pohistory-val_forcur.
              t_pohistory-cl_val_loc = - t_pohistory-cl_val_loc.
            ENDIF.
            IF t_pohistory-hist_type = 'A'.
              IF t_pohistory-currency <> 'PHP'.
                t_amount-dpamt = t_amount-dpamt + t_pohistory-val_forcur.
              ELSE.
                t_amount-dpamt = t_amount-dpamt + t_pohistory-val_loccur.
              ENDIF.
            ELSEIF t_pohistory-hist_type = 'E'.
              IF t_pohistory-currency <> 'PHP'.
                t_amount-gramt = t_amount-gramt + t_pohistory-val_forcur.
              ELSE.
        t_amount-gramt = t_amount-gramt + t_pohistory-val_loccur.
              ENDIF.
            ELSEIF t_pohistory-hist_type = 'Q'.
              IF t_pohistory-currency <> 'PHP'.
           t_amount-iramt = t_amount-iramt + t_pohistory-val_forcur.
              ELSE.
                t_amount-iramt = t_amount-iramt + t_pohistory-val_loccur.
              ENDIF.
            ENDIF.
            IF t_pohistory-currency <> 'PHP'.
              IF t_pohistory-val_loccur = 0 OR
                 t_pohistory-val_forcur = 0.
                t_amount-tramt = t_amount-iramt.
               t_amount-tramt = t_amount-dpamt.
              ELSE.
                t_amount-tramt = t_amount-iramt.
              ENDIF.
            ELSE.
              t_amount-tramt = t_amount-iramt.
             t_amount-tramt = t_pohistory-cl_val_loc + t_amount-dpamt.
            ENDIF.
            IF NOT t_pohistory-cl_val_loc IS INITIAL.
              CONCATENATE t_pohistory-mat_doc t_pohistory-doc_year
                    INTO bkpf-awkey.
             SELECT SINGLE * FROM bkpf
                   WHERE awkey = bkpf-awkey.
    *AVH - removed wrbtr and dmbtr from selection
              SELECT augdt augbl shkzg FROM bsak
                    INTO (bsak-augdt,bsak-augbl,bsak-shkzg)
                    WHERE bukrs = bkpf-bukrs
                      AND gjahr = bkpf-gjahr
                      AND belnr = bkpf-belnr.
    *AVH
                if not bsak-augbl is initial.
                  select belnr gjahr from bsak
                   into (bsak-belnr, bsak-gjahr)
                    where bukrs = bkpf-bukrs
                     and belnr = bkpf-belnr
                     and gjahr = bkpf-gjahr.
                    select awkey from bkpf
                     into v_bkpf_aw
                     where bukrs = 'GLOB'
                       and belnr = bsak-belnr
                       and gjahr = bsak-gjahr.
                      w_len = strlen( v_bkpf_aw ).
                      w_off = w_len - 4.
                      v_awkey_1 = v_bkpf_aw+0(10).
                      v_awkey_2 = v_bkpf_aw+w_off(4).
                      select single dmbtr wrbtr from ekbe
                        into (ekbe-dmbtr, ekbe-wrbtr)
                       where belnr = v_awkey_1
                         and gjahr = v_awkey_2.
    *AVH - Changed all bsak-wrbtr to ekbe-wrbtr and dmbtr to ekbe-dmbtr.
                      IF bsak-shkzg = 'H'.
                        ekbe-dmbtr = - ekbe-dmbtr.
                        ekbe-wrbtr = - ekbe-wrbtr.
                      ENDIF.
                      IF t_pohistory-currency <> 'PHP'.
                        IF bsak-augdt GT pa_augdt.
                 IF bsak-augdt IN so_augdt.
                          t_amount-tramt = t_amount-tramt + ekbe-wrbtr.
                        ENDIF.
                      ELSE.
                        IF bsak-augdt GT pa_augdt.
                 IF bsak-augdt IN so_augdt.
                          t_amount-tramt = t_amount-tramt + ekbe-dmbtr.
                        ENDIF.
                      ENDIF.
                    endselect.
                   endselect.
                  endselect.
                endif.
              ENDSELECT.
            ENDIF.
            IF t_account-distr_perc <> 0.
              t_amount-dpamt = ( t_account-distr_perc *
                                 t_amount-dpamt ) / 100.
              t_amount-gramt = ( t_account-distr_perc *
                                 t_amount-gramt ) / 100.
              t_amount-iramt = ( t_account-distr_perc *
                                 t_amount-iramt ) / 100.
              t_amount-tramt = ( t_account-distr_perc *
                                 t_amount-tramt ) / 100.
            ENDIF.
          ENDIF.
          IF t_amount-tramt < 0.
            t_amount-tramt = 0.
          ENDIF.
          t_amount-tramt = t_amount-iramt.
          t_amount-blamt = t_amount-netwr - t_amount-tramt.
          COLLECT t_amount. CLEAR t_amount.
          APPEND t_proj.
        ENDLOOP.
        IF sy-subrc <> 0.
          CLEAR v_netwr.
          SELECT SINGLE netwr FROM ekpo INTO v_netwr
                WHERE ebeln = t_account-ebeln
                  AND ebelp = t_account-po_item.
          t_amount-ebeln = t_account-ebeln.
          t_amount-psphi = t_proj-psphi.
          t_amount-tramt = t_amount-iramt.
          t_amount-blamt = t_amount-netwr - t_amount-tramt.
          COLLECT t_amount. CLEAR t_amount.
          APPEND t_proj.
        ENDIF.
      ENDLOOP.
    endform.
    **This is where it transfers the data**
    LOOP AT t_amount.
        it_dtl-netwr = t_amount-netwr.
        it_dtl-dpamt = t_amount-dpamt.
        it_dtl-gramt = t_amount-gramt.
        it_dtl-iramt = t_amount-iramt.
        it_dtl-tramt = t_amount-tramt.
        it_dtl-blamt = t_amount-blamt.
        MODIFY it_dtl TRANSPORTING netwr dpamt gramt
                                   iramt tramt blamt
              WHERE ebeln = t_amount-ebeln
                AND psphi = t_amount-psphi.
        CLEAR it_dtl.
      ENDLOOP.

    hi ,
    just place the code and check for a particular po if its there inthe ekpo table then it has to get it for ur select single query .
    but ur logic is build on if --- endif.check this option first of all.
    if in the debugging u see the value then as u say in the report output u r not able to see the value then the problem will be space alignment also.
    check the value in debugging and let us know first of all . okay
    vijay.
    IF v_ebeln IS INITIAL AND v_ebelp IS INITIAL.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.
    v_ebeln = t_account-ebeln.
    v_ebelp = t_account-po_item.
    ELSEIF v_ebeln <> t_account-ebeln AND
    v_ebelp <> t_account-po_item.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.
    v_ebeln = t_account-ebeln.
    v_ebelp = t_account-po_item.
    ELSEIF v_ebeln = t_account-ebeln AND
    v_ebelp <> t_account-po_item.
    CLEAR v_netwr.
    SELECT SINGLE netwr FROM ekpo INTO v_netwr
    WHERE ebeln = t_account-ebeln
    AND ebelp = t_account-po_item.
    break-point.
    t_amount-netwr = v_netwr.

  • Report does not show data , but data exists in the cube.

    Hi All,
    I have a situation where I could not show the data in the report. When I load data from an extractor 0CO_OM_WBS_1 into a Cube directly I am able to show the data in my report. When I load the same extractor to a DSO and from the DSO when I load it into the Cube, the data does not show up in the query. To check the data I use the same restriction and could see the data reside in the cube (LISTCUBE). I compressed the requests, still it is not showing up in the query. No aggregates create on the cube.
    It shows the data if I load directly from the extractor, but not when I load data thru DSO.
    Any ideas.
    Alex(Arthur Samson)

    Hi Alex,
    I am facing same problem, i have data in cube but in report i cant see....
    i have created a generic DS, i loaded the data to DSO  then CUBE.
    data is loaded succesfully and i can see data in CUBE ( Manage ), when i am running the repory i am not getting data.
    i think you solve this issue... plz help me to resolve this issue.
    Regards,
    SHAIK.

  • Page does not show data

    Hi all,
    I would appreciate any help for the following problem that I am facing.
    I have created master-detail pages sharing the same AM.
    The details page shows details of the request from 3 different VOs.
    The VOs are entity-based and I modify the VOs using the setwhereclause for my purpose.
    The master page runs fine and shows the searched request but when I goto the details page, it renders correctly but does not show any data.
    Thanks in advance.

    Hi,
    Thanks for the reply.
    The view instance and view attribute to the details page columns are already set.
    To add to the information,the AM is also used by othe pages for logic calcuation.
    After executing these pages for one of the request, when I use ther master detail page for ther same request, it works.
    But for the other requests, the details page does not return any data.
    I suppose this is linked with EO not getting updated/refreshed with the new search request in the master details page.
    If this is supposedly the reason,then how can I refresh the EO for each master detail search?
    Has anybody encountered this issue before?
    --Riyaz
    Edited by: mriyaz on Mar 7, 2009 12:29 PM

  • PLD Report does not show data from Query

    Hello,
    SAP b1 9.0 PL08 on MSSQL 2008 and I get data on the query, but when the PLD prints, it shows nothing. Is there a way to filter the data that the PLD shows? Does PLD have its own SQL script it uses b/c its not showing data from the query.
    Thanks,
    Nick

    Hi Nicholas,
    Please check below links.
    query based print layout design
    Print Layout Designer \Custom Reports
    How to Make a Print Layout (PLD) Report from a SBO Query | SBOnotes.com
    http://www.tegrous.com/wp-content/uploads/2011/07/HowTo_QPrintLs_88.pdf
    Hope this help
    Regards::::
    Atul Chakraborty

  • End Routine Issue - It does not move data from E_T_RESULT to RESULT_PACKAGE

    Hi,
    I am facing an issue with end routine. I have gone through previous posts on, how to write end routine and all.I wrote the end routine accordingly.
    Here is my scenario,
    I have 0CUST_SALES master data , which has all the Sales Org, Distribution Channel and Division, Sold to Party, Sales Grp and Sales Dist.
    I am getting , Sold to party and Distribution channel at the field routine.
    I am using, Sold to Party and Dist Channel and Division = '01'- whatever i populated using a field routine  and trying to get the Sales Org, Sales Grp and Sales Dist at the end routine.
    It looks like, all the code that i wrote seems correct but it does not populate any values into RESULT_PACKAGE.
    Here is the code I wote at the end routine. I am not sure, whats wrong in it. I used, this link to write this routine :
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/203eb778-461d-2c10-60b3-8a94ee91cbfc&overridelayout=true
    Global Declaration----
      DATA : BEGIN OF IT_CUST_SALES,
        DIV TYPE /bi0/pcust_sales-DIVISION,
        DIST_CH TYPE /bi0/pcust_sales-DISTR_CHAN,
        SALES_ORG TYPE /bi0/pcust_sales-SALESORG,
        CUST_SAL TYPE /bi0/pcust_sales-CUST_SALES,
        SALESDIST TYPE /bi0/pcust_sales-SALES_DIST,
        SALESGRP TYPE /bi0/pcust_sales-SALES_GRP,
        END OF IT_CUST_SALES.
    DATA: T_CUST_SALES LIKE TABLE OF IT_CUST_SALES.
    Start of End Routine
       SELECT DIVISION DISTR_CHAN SALESORG CUST_SALES SALES_DIST SALES_GRP
        from
        /bi0/pcust_sales INTO TABLE T_CUST_SALES for all entries in
        RESULT_PACKAGE
        where CUST_SALES = RESULT_PACKAGE-SOLD_TO
         AND DISTR_CHAN = RESULT_PACKAGE-DISTR_CHAN
         AND DIVISION = '01'.
        LOOP AT RESULT_PACKAGE INTO e_s_result.
          READ TABLE T_CUST_SALES INTO IT_CUST_SALES
              WITH KEY CUST_SAL = e_s_result-SOLD_TO
                 DIST_CH = e_s_result-DISTR_CHAN
                 DIV = '01'.
          IF SY-SUBRC EQ 0 .
            MOVE IT_CUST_SALES-SALES_ORG TO E_S_RESULT-SALESORG.
            MOVE IT_CUST_SALES-SALESDIST TO E_S_RESULT-SALES_DIST.
            MOVE IT_CUST_SALES-SALESGRP TO E_S_RESULT-SALES_GRP.
            APPEND E_S_RESULT  TO  E_T_RESULT .
          ENDIF.
        ENDLOOP.
        REFRESH RESULT_PACKAGE.
        MOVE E_T_RESULT[] TO RESULT_PACKAGE[] .
    End End Routine
    Data comes into E_T_RESULT but it does not move to RESULT_PACKAGE. Any inputs will be helpful.
    Regards,
    Kumar

    Hi Hegde,
    Declaration is same , its like this.
       datA: e_s_result type tys_TG_1.
        data: e_t_result type tyt_TG_1.
    I don't know, when i inserted this code in this post, initially it was OK but once i post i also saw , its not that read friendly.
    FYI, i am trying to put the code again, lets see if it works.
      SELECT DIVISION DISTR_CHAN SALESORG CUST_SALES SALES_DIST SALES_GRP
        from    /bi0/pcust_sales INTO TABLE T_CUST_SALES for all entries in
        RESULT_PACKAGE   where CUST_SALES = RESULT_PACKAGE-SOLD_TO
         AND DISTR_CHAN = RESULT_PACKAGE-DISTR_CHAN
         AND DIVISION = '01'.
        LOOP AT RESULT_PACKAGE INTO e_s_result.
          READ TABLE T_CUST_SALES INTO IT_CUST_SALES
              WITH KEY CUST_SAL = e_s_result-SOLD_TO
                 DIST_CH = e_s_result-DISTR_CHAN
                 DIV = '01'.
          IF SY-SUBRC EQ 0 .
            MOVE IT_CUST_SALES-SALES_ORG TO E_S_RESULT-SALESORG.
            MOVE IT_CUST_SALES-SALESDIST TO E_S_RESULT-SALES_DIST.
            MOVE IT_CUST_SALES-SALESGRP TO E_S_RESULT-SALES_GRP.
            APPEND E_S_RESULT  TO  E_T_RESULT .
          ENDIF.
        ENDLOOP.
        REFRESH RESULT_PACKAGE.
        MOVE E_T_RESULT[] TO RESULT_PACKAGE[] .
    Regards,
    Kumar

  • Meeting Room reservation does not show data in the calendar view in SharePoint 2013

    Hi,
    I have created one calendar list using the following link.
    http://www.codeproject.com/Articles/588685/ReservationplusofplusresourcesplusinplusSharePoint
    Here it giving two content type -Reservation and another is scedule & reservation.
    In reservation content type attendees filed is not added.So if i am not adding the attendees,the item is not showing in the calendar view,but the item is showing in all events view.
    And if i am using another content type,its asking for attendees and i have added my name.
    So the problem is that it shows the item where the attendees is me.
    So how can i make it public that all the user can see the bookings.
    Please help
    Thank you

    Check this pls
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/7edbfab2-885b-43b8-8cf4-90323df9b0a5/new-meetings-are-not-showing-up-in-room-mailbox-calendars?forum=exchangesvrgenerallegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • CSCus46899 - Bridge Utilization page does not show data

    Found out to be working with google chrome....

    Hi,
    Thanks for the reply.
    The view instance and view attribute to the details page columns are already set.
    To add to the information,the AM is also used by othe pages for logic calcuation.
    After executing these pages for one of the request, when I use ther master detail page for ther same request, it works.
    But for the other requests, the details page does not return any data.
    I suppose this is linked with EO not getting updated/refreshed with the new search request in the master details page.
    If this is supposedly the reason,then how can I refresh the EO for each master detail search?
    Has anybody encountered this issue before?
    --Riyaz
    Edited by: mriyaz on Mar 7, 2009 12:29 PM

  • SCOM 2012 Network Monitoring Does Not Show Servers

    We are testing out the network monitoring piece in SCOM 2012 but for some reason it never does show the servers.  We have a test switch with a monitored server connected directly to it but after the discovery completes it doesn't show the server as
    being connected.  The switch in question is a Juniper and if you look at the diagram view for the device it does show all of the ports under "not monitored" and the Processor and Memory under "Healthy."  The following event sequence shows up in the
    "Network Discovery Progress Events" view:
    Full Discovery Started for 1 request(s)
    Proceeding to discover all systems in repository
    Probing <<IP Address 1>>
    Probing <<IP Address 2>>
    Probing completed for <<IP Address 2>>
    PostProcessing started
    Probing completed for <<IP Address 1>>
    PostProcessing completed
    Switch::<<IP Address 2>> discovered successfully
    Switch::<<IP Address 1>> discovered successfully
    Discovery Completed / Devices discovered: 2 / Windows computers filtered: 0 / Devices in pending list: 0 / Devices excluded: 0
    No devices were found in filtered list after discovery
    Start processing connections to computers
    Finished processing connections to computers. Number of connections made: 0
    I've been trying to find some documentation on any other settings that are required to get network monitoring to work as advertised but so far I have struck out.  Help!

    Sorry Matt - you did say that very clearly in your previous post. I'll try and do better this time ;-)
    From here:
    http://technet.microsoft.com/en-us/library/hh212935.aspx
    From here:
    http://blogs.technet.com/b/momteam/archive/2011/09/20/what-gets-monitored-with-system-center-operations-manager-2012-network-monitoring.aspx
    "An agent computer that is directly connected to a device will have the connecting interface added to this group.  For this to work the management group must have the Windows Operating System management pack for the agent’s operating system, the Windows 
    Client Network Discovery management pack and the Windows Server Network Discovery management pack. The full discovery of the agent’s operating system has to be completed including the discovery of the agent’s network adapters. Then when network  discovery
    runs for the device it should stitch the port on the device to the network adapter on the computer and add the port to this group."
    So possibly:
    - check the management packs specified are imported
    - check the the agents network adapters have been discovered
    From here -
    http://technet.microsoft.com/en-us/library/hh212935.aspx - it is also possible to do this for non-scom monitored servers.
    "Ports that are connected to a computer are not monitored; only ports that connect to other network devices are monitored. You can monitor a port that is connected to a computer that is not agent-managed in the same management group by adding the port to
    the Critical Network Adapters Group."
    Cheers
    Graham
    Regards Graham New System Center 2012 Blog! -
    http://www.systemcentersolutions.co.uk
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • SAPOSCOL File system monitor does not show all drives (OS06 / ST06 / OS07)

    Hi everyone,
    Iu2019m facing an issue with certain drives not being monitored in saposcol / CCMS Filesystem monitor after ECC6 upgrade.
    I can only see 3 drives.
    The following errors are showing up in saposcol log.
    01:05:15 26.01.2010   LOG: Allocate Instance Buffer [10000 Bytes]
    01:05:47 26.01.2010   LOG: Shared Memory Size: 69672.
    01:05:47 26.01.2010   LOG: Shared Memory was created by process:2836
    01:05:50 26.01.2010   LOG: Collector daemon started
    01:05:50 26.01.2010   LOG: read coll.put Tue Jan 26 00:59:12 2010
    01:05:50 26.01.2010   LOG: Collector PID: 2836
    01:06:00 26.01.2010   LOG: Process Monitoring active.
    01:06:00 26.01.2010   LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\dev_proc
    01:06:00 26.01.2010   LOG: searching for Process Monitoring Templates in C:\usr\sap\PRFCLOG\procmon\
    01:06:00 26.01.2010   LOG: The following processes will be monitored:
    01:08:01 26.01.2010   LOG: InitFsysData: PX_fsys_anz 4 > PX_fsys_anz_max 3
    01:08:01 26.01.2010   LOG: only retrieving data for 3 logical disks
    01:08:01 26.01.2010   LOG: PX_fsys_name[3]: L:    not logged!
    01:12:42 26.01.2010   LOG: InitFsysData: PX_fsys_anz 8 > PX_fsys_anz_max 3
    01:12:42 26.01.2010   LOG: only retrieving data for 3 logical disks
    01:12:42 26.01.2010   LOG: PX_fsys_name[3]: L:    not logged!
    01:12:42 26.01.2010   LOG: PX_fsys_name[4]: J:    not logged!
    01:12:42 26.01.2010   LOG: PX_fsys_name[5]: M:    not logged!
    01:12:42 26.01.2010   LOG: PX_fsys_name[6]: N:    not logged!
    01:12:42 26.01.2010   LOG: PX_fsys_name[7]: O:    not logged!
    01:12:52 26.01.2010   LOG: InitFsysData: PX_fsys_anz 9 > PX_fsys_anz_max 3
    01:12:52 26.01.2010   LOG: only retrieving data for 3 logical disks
    01:12:52 26.01.2010   LOG: PX_fsys_name[3]: L:    not logged!
    01:12:52 26.01.2010   LOG: PX_fsys_name[4]: J:    not logged!
    01:12:52 26.01.2010   LOG: PX_fsys_name[5]: M:    not logged!
    01:12:52 26.01.2010   LOG: PX_fsys_name[6]: K:    not logged!
    01:12:52 26.01.2010   LOG: PX_fsys_name[7]: N:    not logged!
    01:12:52 26.01.2010   LOG: PX_fsys_name[8]: O:    not logged!
    01:17:51 26.01.2010   LOG: InitFsysData: PX_fsys_anz 8 > PX_fsys_anz_max 3
    01:17:51 26.01.2010   LOG: only retrieving data for 3 logical disks
    01:17:51 26.01.2010   LOG: PX_fsys_name[3]: J:    not logged!
    01:17:51 26.01.2010   LOG: PX_fsys_name[4]: M:    not logged!
    Does anyone know where this parameter is set? (PX_fsys_anz_max)
    Greatly appreciate any help.
    Regards,
    Ahmad M.

    Hi Bhavik,
    I tried patching the saposcol service but still no luck.
    I was using patchno 32, now patchno 55. I read and followed all the steps in the notes you provided but still can't resolve the issue. I even cleared all the dev_coll and log files after patching. Below is the output of the logfile. Same error.
    10:14:40 29.01.2010   LOG: Shared Memory Size: 427422.
    10:14:40 29.01.2010   LOG: Connected to existing shared memory.
    10:14:40 29.01.2010   LOG: MaxRecords = 654 <> RecordCnt + Dta_offset = 3968 + 61
    10:14:40 29.01.2010   LOG: CountDynParts 225 records for RT_DISK
    10:14:40 29.01.2010   LOG: CountDynParts 75 records for RT_FSYS
    10:14:40 29.01.2010   LOG: CountDynParts 33 records for RT_CPU
    10:14:40 29.01.2010   LOG: CountDynParts 75 records for RT_LAN
    10:14:40 29.01.2010   LOG: Disk 9 Fsys 3 Cpu 8 Lan 3
    10:14:40 29.01.2010   LOG: AdaptDynParts
    10:14:40 29.01.2010   LOG:           from shm    computed
    10:14:40 29.01.2010   LOG: CPU  max:        8           8
    10:14:40 29.01.2010   LOG: LAN  max:        3          50
    10:14:40 29.01.2010   LOG: FSYS max:        3          50
    10:14:40 29.01.2010   LOG: DISK max:        9          50
    10:14:40 29.01.2010   LOG: InitFsysData: PX_fsys_anz 5 > PX_fsys_anz_max 3
    10:14:40 29.01.2010   LOG: only retrieving data for 3 logical disks
    10:14:40 29.01.2010   LOG: PX_fsys_name[3]: Q:    not logged!
    10:14:40 29.01.2010   LOG: PX_fsys_name[4]: L:    not logged!
    10:14:40 29.01.2010   LOG: /* validation records  */ 20
    10:14:40 29.01.2010   LOG: /* disks * 25          */ + PX_disk_anz_max * 25 = 9 * 25 = 225
    version
          SAPOSCOL version  COLL 20.95 701 - 20.68 NT 09/03/27, 64 bit, multithreaded, Non-Unicode
          compiled at   Aug 10 2009
          systemid      562 (PC with Windows NT)
          relno         7010
          patch text    COLL 20.95 701 - 20.68 NT 09/03/27
          patchno       55
          intno         20020600
          running on    MYBWESSPRD01 Windows NT 5.2 3790 Service Pack 1 8x AMD64 Level 15
    Regards,
    Ahmad M.
    Edited by: EAC EAC on Jan 29, 2010 10:54 AM

Maybe you are looking for

  • Adding disclaimer file as an attachment on outgoing mail through Conversion

    I'm using iMS 5.2 and i'm currently using the conversion channel to append a disclaimer to all outgoing messages (Internet only) but the boss would like to get the discloser in a text attachment instead of appended to the e-mail. has anyone played wi

  • Apple tv streaming from mac

    streaming to apple tv so poor after upgrading to mavricks??? cant watch movies or tv streaming from bookair to apple tv after upgrading

  • Two SAP systems in the same host "no files processing"

    Hello! I have two SAP Systems installed on the same host. If I execute redo logs archiving from DB13 I get the error "no files processing", because of I already executed redo logs for the other SAP system on the same host. <b>How can I set up this is

  • Jsp - php integration

    Hi all, First up all I am very new to java. I have a web application developed on php. I also have a CRM (customer relation management) delevoped on jsp.So I want to pass some values from php to java so that a popup window showing details of customer

  • SSL on v.36.0.1 Padlock and Identity Info Missing

    Firefox 36.0.1 (sporadically) displays exclamation HTTPS/SSL indicator and is missing ownership information. I've found that using back and forward will cause the correct HTTPS/SSL indicator and data to display First two images are while on this very