Query to find machines downloading from which DP

We have large environment with almost 100 Secondary sites.
All these secondaries are DP's as well.
Need to know any query to find, to which DP the machine is looking up to download the package? Heartbeat discovery happens on each DP i.e, secondary site. I need to know on which particular Secondary site the heartbeat for a machine is happening.
System Security analyst at CapG

Per Garth's answer, DP usage by clients isn't something explicitly tracked as it's truly a dynamic determination made every time the client needs content.
For your last statement, not sure what you are after: "I need to know on which particular Secondary site the heartbeat for a machine is happening." Heartbeat discovery records are created by the clients and have nothing specifically to do with secondary
sites. The clients do submit these to their management point though which is the MP of the secondary site in cases where the clients are using a secondary site.
Jason | http://blog.configmgrftw.com

Similar Messages

  • How do i find new downloads from i tunes in my video app in this os7

    How do i find new downloads from i tunes in my video app in this os7. All purchsed items are there, what a
    mess???

    Leonard,
    I used the sample code from StamperUI.cpp as a starting point. I have tried 'LoadBitmap', 'LoadCursor' and 'LoadIcon' and none of these seam to work for me.
    As I stated before, I used Visual Studio to create the icons in the resource file, so I would think that they would be recognized by the application.
    Thanks,
    Gregory

  • SQL Query to find Receipt No.s which are not matched to AP Invoices

    Hi
    Please help me to frame a query to find list of Receipt No.s which are not matched with AP Invoices.
    Please refer to the below query .
    SELECT
    poh.segment1 "PO No.",
    aps.vendor_name "Supplier Name",
    pol.item_description "Item Description",
    rcvh.receipt_num "GRV No.s",
    rcvl.quantity_received "Quantity",
    pol.unit_price "Rate/Unit",
    rcvtl.tax_name||' - '||initcap(rcvtl.tax_type) "Tax",
    (rcvl.quantity_received * pol.unit_price) + nvl(rcvtl.tax_amount,0) "Amount"
    FROM
    po_headers_all poh,
    po_lines_all pol,
    po_distributions_all pod,
    ap_suppliers aps,
    rcv_shipment_headers rcvh,
    rcv_shipment_lines rcvl,
    rcv_transactions rcvt,
    jai_rcv_line_taxes rcvtl
    WHERE
    poh.po_header_id = pol.po_header_id
    AND poh.po_header_id = pod.po_header_id
    AND pol.po_line_id = pod.po_line_id
    AND aps.vendor_id = poh.vendor_id
    AND aps.vendor_id = rcvh.vendor_id
    AND rcvh.shipment_header_id = rcvl.shipment_header_id
    AND poh.po_header_id = rcvl.po_header_id
    AND pol.po_line_id = rcvl.po_line_id
    AND rcvh.shipment_header_id = rcvt.shipment_header_id
    AND rcvl.shipment_line_id = rcvt.shipment_line_id
    AND poh.po_header_id = rcvt.po_header_id
    AND pol.po_line_id = rcvt.po_line_id
    AND aps.vendor_id = rcvt.vendor_id
    AND rcvh.shipment_header_id = rcvtl.shipment_header_id
    AND rcvl.shipment_line_id = rcvtl.shipment_line_id
    AND rcvt.transaction_id = rcvtl.transaction_id
    AND aps.vendor_id = rcvtl.vendor_id
    AND rcvt.transaction_type = 'RECEIVE'
    AND poh.authorization_status = 'APPROVED'
    AND poh.segment1 = '210001079'
    I have'nt included the Invoice Tables in the above query.
    Please help me in that area.
    This is bit urgent.
    Please help me.
    Regards
    Nakul Venkatraman

    I am using ORACLE 11gR2 If you're licensed for Diangnostics pack then you might want to look at the AWR tables, e.g. DBA_HIST_SQLSTAT and cross-reference with DBA_HIST_SNAPSHOT.
    By this will i get the top 5 consumed queries of DEV user in the whole session or its just the top 5 queries at that particular time. The "executions" columns in this query, does it mean that the no. of. times the query has executed... This will get you a random 5 queries that were first parsed by DEV. Depending on your application code/structure, it may well be that all code (except for system-recursive sql) executed by DEV is parsed by DEV, and all code parsed by DEV is executed by DEV but this isn't true for all.
    In terms of top N queries, you need to ORDER BY and then restrict by ROWNUM at an outer level to the ROWNUM otherwise the ROWNUM filter is applied before the ORDER BY.
    i.e.
    SELECT *
    FROM
    (SELECT ...
    FROM ...
    WHERE
    ORDER BY...)
    WHERE ROWNUM <= ....
    The "executions" columns in this query, does it mean that the no. of. times the query has executedYes.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e25513/dynviews_3064.htm#REFRN30259
    Edited by: Dom Brooks on Oct 24, 2011 9:45 AM

  • Query to find SQL_ID of statement which causes ORA-1555

    Could you please sent a query to find which SQL_ID/sql stament causes ORA-1555 error.
    Hari

    Look in an AWR report spanning the time frame when it occurred. Number of executions may be blank but the elapsed time will be high.
    You can also find part of the statement and then trace it back.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:1480055079538858::::P11_QUESTION_ID:40115659055475

  • Find IP address from which Document Changes are done

    How to find out from which IP Address the user has made changes to the SD Document.

    Sat is correct, the change log does not go down to that level.  The lowest level would be user, date, time.   I suppose if it was necessary, you could use a user exit to get the current IP and update a custom table  with the data.  I'm not really sure of the point though.
    Regards,
    Rich Heilman

  • How to find T-codes from which roles

    Hi
    Can any body tell me how can I find from which all role a user getting access to a Transaction code.
    For example : I want to remove a access of a particular Transaction for User XYZ. For this I want to find out from which all roles assigned to him , he is getting access to that Transaction
    Thanks in advance

    Hi there,
    this is how I would do it.  Forget the lookups etc, though maybe this would be useful for later analysis.  Instead, run a report with complex selection criteria
    SUIM->Roles-> Roles by complex selection criteria
    (transaction S_BCE_68001425)
    Enter in role name
    Enter in User ID (in selection according to user assignments)
    Enter in transaction code, if the transaction is in the role menus
    OR
    Enter in S_TCODE under selection according to authorization values, then click 'entry values' then enter the transaction under transaction code.
    Execute and voila.
    Hope this gives you want you need.
    Cheers,
    Di

  • How to Find out the from which table we can get the following fields?

    The following fields are from invoice data
    How to  know or from which table we get the following fields:
    Header Details:
    Manifest:, Finance Control #:, Alternate SID:, Carrier:, Container/Trailer #:, Hazmat Code:, Harmonizing Code, Freight Forwarder, Fiscal Rep., Ship From,  Notify Party
    Item Details:
    VAT/Tax Rate %, VAT/Tax Amount, Measurements, Net Weight, Gross Weight
    thanks

    Dear Krishnama
    Place your mouse on the required fields and press F1.  A box with header Performance Assistant will appear in front of you where you select "Technical information" (icon like hammer and spanner). 
    You can now see what table it is.
    thanks
    G. Lakshmipathi

  • Finding music downloaded from itouch

    I am trying to burn a cd on my laptop but the music I am looking for was downloaded from my ipod, When I try to purchase these tunes from my laptop a message pops up saying "you have already purchased this song would you like to purchase it again" so apparently the songs registered to my account but is not in the available download section on the itunes store?? Please help!

    If you bought them on your ipod, then you will have to transfer them from your ipod to your computer.
    You only get ONE download.
    You can transfer from your ipod:
    File>Transfer Purchases

  • Where can I find Apps downloaded from WindowsPhone...

    I have downloaded two games from www.windowsphone.com  which are XAP files on my pc,created a new folder using  windows explorer and copied the games to my lumia 520 but can't find the games  anywhere in the phone to install.Please tell me where are they saved?
    Solved!
    Go to Solution.

    XAP file is to be first transferred to the SD Card .. Read the complete procedure HERE

  • How do I find apps downloaded from a third party site?

    I downloaded a VPN app but I cannot find it to start it. Can anyone help?

    You can't download apps from third-party sites, you can only download them via the App Store app on the iPad or via the iTunes store on your computer (which you can then sync to the iPad).

  • Can't find apps downloaded from iCloud to my iMac...

    I have an iMac and iPad and just purchased an iPhone5. I set-up iCloud on all of my devices and backed up on all three. I opened iTunes on my iMac and was able to see all of my apps under "Purchased." I clicked on several apps in order to download them to my iMac. The word "Downloaded" appears next to the icon of each app, however I can't find the apps anywhere on my iMac. They're not on the desktop, not in the Downloads folder, not in the Applications folder on my hard drive. I used Spotlight to search for them and don't find them anywhere. Help!

    Ah, OK, makes sense. The salesperson in the Verizon store where I bought my iPhone said that there was no need to re-purchase my iPad apps for any of my devices but it sounds like he should have said only that I wouldn't have had to re-purchase them for my new iPhone.
    If I purchase an app that has an OS X version (e.g., EverNote), will it share data with the iOS versions of the same app?

  • SQL Query to find missed nunmber from each group

    Hi,
    I have a set of records called "Level" and its values are A, B, C, D.
    From the below list, I want to identify the missed level for each group.
    ID          Level          Type
    1             A               Floor
    1             B                Floor
    2             A               Wind           
    2             C                Wind
    I need result like: [Missed level records]
    ID          Level          Type
    1               C             NULL     1- doesnt has C and D
    1               D             NULL
    2               B             NULL      2- doesnt has A and C
    2               D             NULL
    Pls suggest.
    Regards,
    -Sugumar Pannerselvam

    Hi,
    Got output with below code. may helpful for others.
    DECLARE @TblLevel TABLE(Level VARCHAR(10))
    INSERT INTO @TblLevel(Level) VALUES('A'),('B'),('C'),('D')
    DECLARE @TblRecords TABLE(ID INT, Level CHAR(1), Type VARCHAR(10))
    INSERT INTO @TblRecords(ID, Level, Type) VALUES(1,'A','Floor'),(1,'B','Floor'),(2,'A','Wind'),(2,'C','Wind')
    DECLARE @TblResult TABLE(ID INT, Level CHAR(1), Type VARCHAR(10))
    INSERT INTO @TblResult(ID, Level, Type)
    SELECT DISTINCT ID, TblLevel.Level, Type
    FROM @TblRecords TblRec
    CROSS JOIN @TblLevel TblLevel
    SELECT TblResult.* FROM @TblResult TblResult
    LEFT OUTER JOIN @TblRecords TblRec ON TblResult.ID = TblRec.ID AND TblResult.Level = TblRec.Level
    WHERE TblRec.Level IS NULL
    ORDER BY 1
    Looking for some best way to achieve this. As of now considered this as answer. :-)
    Regards,
    Sugumar Pannerselvam.

  • Query regarding finding Business Partner from the External Number

    Hi Group,
    I have a requirement to update Address of the Business Partner from the External Number and then using that Business Partner I have to update the Address.
    Now the question is that, <b>how I can get the value of the Business Partner by using the External Number</b>( i.e., PAN Number).[PAN No is used to get the
    differentiate the Organizations].
    So please kindly let me know how I can achieve this requirement.
    Thanks in advance.
    Regards,
    Vishnu.

    Vishnu,
    Depending on where it is stored, your first option would be use the function module BUPA_NUMBERS_GET.
    The other option is to read table BUT0ID if it is stored in the identification details of the business partner.
    Good luck,
    Stephen

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

  • How to find following data, from which tables

    Hi all,
    I want to display following fields in alv:
    total stock of a werks KG
    total stock of a werks EUR
    company total rated stock KG
    company total rated stock EUR
    MG blocked stock KG
    MG blocked stock EUR
    Purchase orders whose confirmation type is FG  KG
    Purchase orders whose confirmation type is FG  EUR
    All purchase orders whether it has confirmation type or does not have  KG
    All purchase orders whether it has confirmation type or does not have  EUR
    Thanks.
    deniz.

    hi,
    check these standard transactions.
    they may provide the data u required.
    EW82  MM Stock Value List
    AMRP  Send Stock/Requirements List
    LS26  Warehouse stocks per material
    LX02  Stock list
    MB5B  Stocks for Posting Date
    MB5K  Stock Consistency Check
    MB5L  List of Stock Values: Balances
    MB5L  List of Stock Values: BalancesMB5W  List of Stock Values
    MC.1  INVCO: Plant Anal. Selection: Stock
    MC.5  INVCO: SLoc Anal. Selection, Stock
    MC.9  INVCO: Material Anal.Selection,Stock
    MC50  INVCO: Analysis of Dead Stock
    MMBE  Stock Overview
    OMBX  Stock Balance Display
    OPPI  Available Stock

Maybe you are looking for

  • What is Pro.Sparse bundle?

    I am getting an erros message saying the time capsule back up failed becaise the pro.sparse bundle is already in sue.  What is this and how do I correct?

  • Identify New or Change for BOMMAT IDOC in SAP

    Hi Experts, We need help in identifying if particular BOM is new (i.e. CREATE) or CHANGE using IDOC data. But we see IDOC_MSGFN values is not consistent, it is always "005", so we are not able to identify whether it is create or change. Is there any

  • IPhone stopping Outlook from accessing the servers

    A newly purchased iPhone 4 (VZW) is blocking the PC outlook account from accessing the mail servers.  All of server info is correctly entered inot the phone and for some reason the phone applications are stopping the PC from accessing the accounts. 

  • Edit Question- Font error

    Has anyone received an error stating "All or part of the selection has no available system font. You cannot add or delete text with the currently selected text". How can you fix when trying to edit text? I tried changing font but receive same error.

  • CKF involving %A operator

    Hi all, I have this CKF in my BEx query: (A-B) %A A Eg: (123 - 0) %A 123 The value of this CKF is showing 100% in the query and the WebI report output. I  understand that the %A operator returns the remainder of the division operation between the 2 o