Proxy MP Submitting Client Data

My question is to know the flow of Proxy MP in SCCM 2012. I have a doubt proxy mp will contact Primary MP or not. Please correct me here am i right or wrong on the below points for flow of proxy Mp while collecting data from Client
1)  The Proxy MP in sccm 2012 collects the inventory data, discovery data and status message
2) The Proxy Mp will hand over to SQL DB in secondary server.
3) The Secondary site SQL DB will replicate this data via Database replication.
Another Thing can i use the terminology "Proxy MP" for MP in SCCM 2012 " .
2Q) How does policy collects by Proxy MP in SCCM 2012.

First, no the MP is no longer a "proxy" MP in 2012 as it does not proxy requests for policy.
1) Correct
2) Incorrect. The DB on a Secondary site is not for any client data whatsoever. It simply stores policy and a subset of other data needed for client operation in the DB. Inventory and other messages submitted by clients to an MP on the secondary site server
is forwarded to the primary (I honestly don't know if this is done directly to the primary site DB or via a primary site MP although I think the former).
3) Incorrect. See #2. The DB at a secondary site is effectively a read-only copy as far as the clients are concerned.
2Q) Not sure what you're asking here.
Jason | http://blog.configmgrftw.com

Similar Messages

  • Proxy Scenario (abap client)- XI, ICM_CONNECTION_FAILED

    Hi Forum,
    I have a problem with a Proxy Scenario (ABAP client proxy),
    My scenario is R/3 (abap client proxy)--->XI   ,
    the client proxy while sending message to XI throws an error, which is seen in SXMB_MONI as:
    404 Resource not found
    Partner not reached
    Error: -20
    Version: 6040
    Component: ICM
    Date/Time: Fri Jan 25 09:20:54 2008 
    Module: icxxconn_mt.c
    Line: 2124
    Server: xxxap5_RP1_05
    Detail: Connection request from (143/22024/0) to host: xxXP1.xxx.com, service: 8000 failed (NIEHOST_UNKNOWN) AP-T143, U22024, 500 xxUSER, , 09:20:54, M0, W0, , 1/0
    I can see a stuck entry (LUW), for this in SMQ2, even on several re-execution of that LUW in SMQ2, it gives an error:
    SYSFAIL
    XI Error Client_Receive_Filaed

    Hi
    404 Resource not found
    There might be the problem with the server having not to find anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    *Possible Tips:- *
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination
    Refer below link
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Thanks
    Swarup

  • How to get the client date and time ?

    Dear Sirs...
    Using jdeveloper 10.1.2.0
    How can i get the client date and time using the HttpServletRequest ?
    thanks for any help in advance
    best regards

    If your code is running on the client pc you can just create a new instance of the java.util.Date class. That class automatically defaults to the current time of the client machine. Otherwise if you're running the code on the server, you could insert/post the client date/time by adding its string representation as a parameter to the HTTP request object.
    Ronald

  • Invisible client data MAM30

    hi all,
    we want to use MAM30:
    Backend: ERP 2005
    Middleware: NW2004s (MI 7.0) SP 15
    Client: MI 70 SP 15 Patch 1, DB2e, XMAM30_LAPTOP_SR05
    our problem is, that we cannot see any data in the XMAM30 - application.
    but: with http://localhost:4444/XMAM30_LAPTOP_SR05/start_full.jsp we can see that there are data in the client - database.
    there are orders, notifications , and so on, they seem to be ok.
    090 - usercustomizing has one TOP but no items
    after two days of reading notes and threads we have no idea how to solve this problem
    maybe one of you can help us?
    thanx!
    bernhard
    Edited by: Bernhard Hofer on Jun 20, 2008 7:20 AM

    hi chintan,
    thank you for reply!
    1. Can you see the data when you execute the GETLIST wrapper from your backend?
    yes, we get data ie with MAM30_001_GETLIST ....
    2. Also its necessary to install Db2E before xMAM installation.
    yes, we did install db2 before xmam - using a sequence-number
    3. Can you see the data in your middleware after you sync in merep_mon transaction?
    yes, we see data with merep_mon, there are no errors.
    4. Try restting the client data and sync once again.....
    we did - doesnt help
    we see data in the folder C:\Programme\SAP Mobile Infrastructure\data and we see data with the link
    http://localhost:4444/XMAM30_LAPTOP_SR05/start_full.jsp
    in the client trace we see some actions for "User: (SHARED)" - maybe this is wrong?
    i'm not sure what the right settings in MCD should be ...
    please reply if you have any more ideas, thanx a lot!
    bernhard

  • How to display client date in oracle

    Hi All,
    How to display client system date in oracle. When I try to display date & time oracle displays server date and time but I need to display client date & time. How can I achieve that?
    Thank you

    user536769 wrote:
    How to display client system date in oracle. When I try to display date & time oracle displays server date and time but I need to display client date & time. How can I achieve that?As Nicolas says, you can't easily do this.
    The reason is that the SQL engine (and the PL/SQL engine) are processes running on the database server and so they pick up the server date/time. Those processes, running on that server have no knowledge of "client" machines and no way to connect to them. Network security ensures that one machine can't just get onto another machine and access it's operating system without any form of authorisation, hence the only way to achieve this is to have some way for the server to serve a java applet or some such thing to the client and the client user accept that applet to run on their machine and then that applet obtains the relevant details and passes it back to the server.
    Imagine if you wanted to write code on your client machine to go to you colleagues client machine and get the date/time from it, how easy would that be to do without your colleague authorising some part of your software to run on his machine?
    ;)

  • How do you create Client Data Model Definition (cpx) in 10.1.2  struts proj

    I recently upgraded to 10.1.2 and am starting a new project with a BC4J model project and a struts view project, for the life of me I can't see how to create a New Client Data Model Definition in 10g! Searching through the help I couldn't find a clear answer either. Anyone? I must be missing something simple.

    Anyone know what I'm talking about?

  • ABAP Proxy does not send data to XI system.

    I have a very simple program to test an ABAP Proxy:
    REPORT  Z_TEST_PERSON_OB.
    DATA prxy TYPE REF TO Z996CO_PERSON_OB2.
    CREATE OBJECT prxy.
    DATA person TYPE Z996PERSON_MT  .
    *TRY.
    person-person_mt-first_name = 'Ken and Kenneth'.
    person-person_mt-Series = 'The Fast Show'.
    person-person_mt-motto = 'Ooh, suit you Sir!'.
    CALL METHOD prxy->execute_asynchronous
    EXPORTING
    output = person.
    commit work.
    I removed any exception handling to see if it would dump. Nothing. Seems to work fine, but no data appears in the XI Integration Engine monitor. I checked the scenario in XI and tested it; again, seems to work fine.
    Could I have missed something in setting up the system? Any pointers highly appreciated.
    BR,
    Tony.

    Try the Message Monitoring -> Messages from component 'Proxy Runtime <...>'.
    That's where I found my Messages back (Status: To Be Delivered...)
    If this is the case, probably your Proxy Runtime does send the messages to the Integration Engine.
    Check the queues:
    Transaction SXMB_ADM on the Business system (the system that sends the Proxy)
    Integration Engine > Administration > Manage Queues
    All queues should be checked
    Click ‘Register Queues’. Status bar should display a ‘Success message’.
    Click ‘Activate Queues’. Status bar should display a ‘Success message’.
    If it still does not work, maybe the is no connection between Integration Builder and Runtime Workbench.
    Check SM59 on your ECC-business system (the system that sends the Proxy). It should have the Connection INTEGRATION_DIRECTORY_HMI (type H). If not, this is the problem.
    Create a new connection INTEGRATION_DIRECTORY_HMI, type H.
    Tab Technical settings:
    Target Host is your XI-host
    Service No. 5xx00 (xx is the instance number of your XI-system)
    Path Prefix is "/dir/hmi_cache_refresh_service/ext" (without quotes)
    Tab Logon & Security
    Logon Procedure is "Basic Authentication"
    Logon using XIISUSER (or PIISUSER)
    Tab special Options
    Specify timeout: set to 900 msec.
    Compression Status should be 'inactive'
    Compressed response: No
    Accept Cookies: Yes (all)
    Save configuration and test connection. Popup about cookies appears. Check the "Accept All Further Cookies"option.
    The response should have HTTP/1.1 200 OK in the first line of the response header.
    Now your Proxy Runtime should be able to connect the Integration Engine.
    Greetings,  Frank

  • BC4J Client Data Model Definition Wizard does not dismiss

    I'm a newbie trying to learn JDeveloper on my own to advance my career. I am following examples given in the Oracle9i JDeveloper Handbook by Koletzke, Dorsey, and Faderman. Everything has worked great so far until now. With the BC4J Client Data Model Definition Wizard, I make it all the way to the last screen and press "Finish". The message window displays several lines of compilation type messages concerning my BC4J components and ends with something along the lines of "compilation success, errors = 0". The appropriate .cpx file gets created and appears under the project in the navigator. However the Wizard never dismisses no matter how long I leave it open (30 hours and counting), and if I open the .cpx file in a text editor, it is empty. It's as if the processing gets hung and never completes. What am I missing and/or where do I look for additional error messages or help??

    Anyone know what I'm talking about?

  • Some client data not being populated after upgrading to NCS 1.1.0.58

    After upgrading to Cisco Prime NCS 1.1.0.58 some of the client data is not being populated or gathered. The graphs labeled "Client Count By Association/Authentication" and "Client Count By Wireless/Wired" are no longer being updated? Not sure what was changed during the upgrade or where to look to get it to start collecting the data again?                  

    Eajackson,
    Make sure your WLC, MSE and WCS/NCS code matches the compatibility matrix here:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    Sent from Cisco Technical Support iPhone App

  • Returning proxy to the client

    i tried this one below to send a proxy to the client but i am getting an error
    import java.rmi.*;
    import java.rmi.registry.*;
    import java.lang.reflect.*;
    import java.rmi.server.*;
    public class Client extends UnicastRemoteObject implements InvocationHandler,x
    public Client() throws RemoteException{}
    public Object search() throws RemoteException
    System.out.println("in the invocation handler");
    ClassLoader cl = IVehicle.class.getClassLoader();
    return Proxy.newProxyInstance(cl,new Class[] {IVehicle.class},new Client());
    public Object invoke(Object proxy, Method m, Object[] args)
    throws Exception
    System.out.println("in the invocation handler");
    IVehicle o=(IVehicle)Naming.lookup("rmi://localhost:/car");
    o.start();
    return o;
    error is:
    java.lang.ClassCastException: cannot assign instance of VehicleHandler_Stub to f
    ield java.lang.reflect.Proxy.h of type java.lang.reflect.InvocationHandler in in
    stance of $Proxy0
    can anyone please help me

    Pointless new thread continuing [this thread|http://forums.sun.com/thread.jspa?threadID=5426238&tstart=0]. Please don't start new threads for the same topic. Locking this one.

  • Idocs- not to overwrite client data

    Hi all,
    I am using CREMAS03 and I have an interesting requirement.
    I am using file port, so on the load side I have a conversion program which manipulates idoc file and creates idocs from it.
    The requirement is that I have to retain the basic data ie client level data  ( like LFA1 , LFB1 etc) and extend views like LFM1 etc.
    I tried with the MSGFN field but it didnt work.
    Does anyone has any idea ?
    Thanks & Regards,
    Ankur

    Hi Ankur,
    Just a thought, since you say you have a conversion program that creates the IDOCs.
    Can you read the client data of the vendor and fill the corresponding segments of your IDOC with the selected data and then use the file contents for the extended view data segments? Basically ignore what you are getting on the file as far as the client data is concerned, yet fill the corresponding IDoc segments from the database.
    Hope this helps,
    Srinivas

  • ALV - To diferrentiate client specific and cross client data

    Hi,
    In an ALV grid , i am suppose to show the client specific data  and cross client data. I dont know how to differentiate these 2 type of records. Is there any standard icons available to differentiate cross client and client specific data.
    Refards,
    Jey

    > Its fine, is there any other way  to differenitate these 2 by some icons.
    It is up to you to differentiate them using Icons or may be coloring differently...
    Based on the Client you can populate the icon/color information.

  • Is NFS client data cacheing possible?

    Yesterday, I was viewing an HD 1080 video with VLC, and noticed that Activity Monitor was showing about 34MB/sec from my NAS box. My NAS box runs OpenSolaris (I was at Sun for over 20 years, and some habits die hard), and the 6GB video file was mounted on my iMac 27" (10.7.2) using NFSv3 (yes, I have a gigabit network).
    Being a long term UNIX performance expert and regular DTrace user, I was able to confirm that VLC on Lion was reading the file at about 1.8MB/sec, and that the NFS server was being hit at 34MB/sec. Further investigation showed that the NFS client (Lion) was requesting each 32KB block 20 times!
    Note: the default read size for NFSv3 over TCP is 32KB).
    Digging deeper, I found that VLC was reading the file in 1786 byte blocks. I have concluded that Lion's NFSv3 client implement at least one 32KB read for each application call to read(2), and that no data is cached betweem reads (this fully accounts for the 20x overhead in this case).
    A workaround is to use say rsize=1024, which will increase the number of NFS ops but dramatically reduce the bandwidth consumption (which means I might yet be able to watch HD video over wifi).
    That VLC should start issuing such small reads is a bug, so I have also written some notes in the vlc.org forums. But client side cacheing would hide the issue from the network.
    So, the big question: is it possible to enable NFS client data cacheing in Lion?

    The problem solved itself mysteriously overnight, without any interference from myself.
    The systems are again perfectly happily mounting the file space (650 clients of them all at the same time
    mounting up to 6 filesystems from the same server) and the server is happily serving again as it has been for the past 2 years.
    My idea is that there has been a network configuration clash, but considering that the last modification of NIS hosts file was about 4 weeks ago and the latest server was installed then and has been serving since then, I have no
    idea how such clash could happen without interference in the config files. It is a mystery and I will have to make
    every effort to unravel it. One does not really like to sweep incidents like that un-investigated under the carpet.
    If anybody has any suggestions and thoughts on this matter please post them here.
    Lydia

  • OTL I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?

    Hi
    I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?
    I basically need person name who submitted, date - time it was submitted for approval, then the person who approved it and the date - time that it was approved
    Thanks
    Ruby

    Ruby,
    you can start with HXC_TIMECARD_SUMMARY table for submitter detail. But for approver details, i think you need WF tables to get the data for item type HXCEMP.

  • How to see the content once I submitted the data in the form

    Hi,
    I have used webform editor to create a form and I have embedded some idoc scripts. Once I submitted the data to the content server through the form how will I able to see the submitted data again. Is it possible to see the data in html format...when I open the weblocation of hcsp pag, I can see only title , I am not able to see the title I entered n submitted
    Edited by: user10755799 on Jan 27, 2009 5:14 AM

    I checked my coding again in debug mode. I cannot find anything wrong.
    I duplicate here my coding again.
       DATA lo_attachment TYPE REF TO if_ai_attachment.
      lo_attachment  = lo_attachment_protocol->get_attachment_from_binary(
                          data = iv_attachment_content
                          type = iv_attachment_mime_type
                          name = iv_attachment_name
    * set the attachment
      DATA lt_attachments TYPE prx_attach.
      APPEND lo_attachment TO lt_attachments.
      lo_attachment_protocol->set_attachments( lt_attachments ).
    The local variable LT_ATTACHMENTS has field payload-resource with the following expected values --
    KIND : B
    TYPE : application/msword
    BINDATA :  00530068006F00740073005F0073007700630076002E0064006F00630020002000
    The BINDATA correctly contains the dummy data I assigned.
    I must have missed something. Can someone help?
    Best regards,
    -Michelle

Maybe you are looking for