Question Regarding Client Proxy configuration.

Hi All,
I am configuring Client Proxy for my scenarios in which I have to fetch data from ECC server for my XI server. I am following the steps as provided in the following blog:
How do you activate ABAP Proxies?
Now when I have created the RFCs i.e LCRSAPRFC and SAPSLDAPI in ECC System I have a doubt that where should I maintain the program ID of these RFCs i.e whether in J2ee engine of XI or ECC??
Also if possible plz send me the other visual admin configurations for these RFC and exactly where these settings should be done and what values to be provided.
Regards,
Rookie.

Hi,
For more clarification:
http://help.sap.com/saphelp_nw70/helpdata/EN/23/fa1f1e5f6841cf92c64dc19d79f290/frameset.htm
Boopathi
Edited by: Boopathi Thangavel on Jul 15, 2008 7:43 AM

Similar Messages

  • Need some help regarding Client Proxy generation and test via SOAMANAGER

    Hello,
    we are integrating a 3rd party Java client via webservices.
    For that matter I generated a client proxy (consumer proxy) in se80 using the existing WSDL.
    This worked fine.
    The I wanted to create a logical port.
    Since this is only possible in SOAMANAGER I tried it there.
    Trying to do this automatically by the given WSDL file didn't work. The system dumps.
    So, I tried the manual approach by entering the server name and path in the 'Transport settings' tab.
    Now I wanted to test this.
    Unfortunately the test function in se80 (Proxy->Test) doesn't show a positive result.
    I always get an error
    SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response:
    ICM_HTTP_CONNECTION_FAILED")
    So, I am kind of stuck here.
    Do you guys have any idea what's wrong (approach, settings, bugs)?.
    I tested the webservices with a test application (soapUI), and they work fine.
    So it seems to be a problem in the proxy framework or a network problem?
    I really appreciate any kind of help.
    Thanks,
    Michael

    i created the port in soamanager.Do i need to create in lpconfig also?
    yes i have loaded the certificate in strust.
    i am getting the response also from the web service. as Security requirements are not satisfied because the security header is not present in the incoming message.
    i need to pass the user name and password while using the method.wsse security.wld u have any clue?

  • Questions regarding "Document farm configuration settings in SharePoint Server 2010"

    http://technet.microsoft.com/en-us/library/ff645391(v=office.14).aspx
    I'm currently running the powershell script on my WFE. Is there a way to monitor progress? It looks like xml files would be written to the directory the ps1 was run from, but I'm not seeing anything, it has been 10 minutes so far. The SP2010 Management Shell
    isn't showing me anything.
    Thanks.

    Hi,
    The commands in the link you mentioned document the configurations of the web applications and service applications in the current farm, then export it as xml file to local disk via Export-Clixml command.
    Let me make the first command as example, i.e.
    Get-SPWebApplication | Export-Clixml .\WebAppFilename.xml -depth 4 . Please executes it, then the file should be exported to the default space. You could locate it by the folder name behind PS in Shell tool. In my environment, I run SharePoint 2010 Management
    Shell as administrator, then it shows PS C:\Users\Administrator.CONTOSO> , then the WebAppFilename.xml file exists in
    C:\Users\Administrator.CONTOSO.
    You could set the specific folder to place the export files via modifying the command to:
     Get-SPWebApplication | Export-Clixml c:\WebAppFilename.xml -depth 4
    Then the file should be in the root folder under C:\ disk.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Questions on Client Failver and Fast Failover

    've few questions regarding Client Failover and Fast Faiolver of Oracle Database HA. Before I ask those questions I would like to explain my environment. Below are the details.
    - We have two physical locations called 'ABC' and 'PQR'
    - ABC is the primary site.
    - PQR is the standby site.
    - In ABC, we have Oracle RAC database (11.2.0.2) with two nodes.
    - In PQR, we have a single server standalone database (11.2.0.2) with ASM. This is not a RAC.
    - Data Guard has been configured between ABC and PQR and it is working as expected.
    - Please note that we have a licence for Active Data Guard.
    - We have Oracle Identity Management products at both ABC and PQR and they are going to use RAC database as a primary database which is in ABC.
    - We did not configure Data Guard broker yet.
    We want to achieve below goals:
    Goal 1:
    Whenever RAC primary goes down completely, standby database should become primary database AUTOMATICALLY and it should allow read/write operation.
    I guess this is called 'Fast Failover'. Please let me know if I am wrong.
    Questions :
    - To make this happen, Do I need to configure Data Guard Broker so that standy database becomes primary when RAC goes down completely with planned or unplanned outage.
    - Let's say RAC goes down completely, how long does Data Guard broker take to make standby db as Primary.
    - What about the client/application who already connected to RAC.
    - Let's standby DB has become as primary and after sometime if RAC comes back , Does data guard automatically changes the role of RAC to primary ?
    Goal 2:
    As I explained above, all Oracle IDM products and applications speak to RAC database they only know about RAC database which is primary.They are not aware of standby database.
    - Whenever a client session is in progress with RAC primary database, if RAC goes down completely , we would like to expect client session should get transferred standby datbase without loosing session information . However before this happens, standby database should become primary becuase client session may perform write operations.
    - Whenever a client is trying to connect to RAC prmary and assume RAC is completely down, we would like to expect client connections should get transferred to standby database.
    However before this happens, standby database should become primary becuase client session may perform write operations.
    As per my knowledge, above scenarios are called 'client failver'. Please let me know if I am wrong.
    Questions:
    1. Please throw some light to achieve above features.
    2. As per my understanding, before client failover happens, fast failover should have already occured and standby should get switch to primary role. I guess all this happens through TIMEOUT parameters. What are those.
    Could you please help ?
    Thanks

    859875 wrote:
    Goal 1:
    Whenever RAC primary goes down completely, standby database should become primary database AUTOMATICALLY and it should allow read/write operation.
    I guess this is called 'Fast Failover'. Please let me know if I am wrong.You are correct.
    >
    Questions :
    - To make this happen, Do I need to configure Data Guard Broker so that standy database becomes primary when RAC goes down completely with planned or unplanned outage.Yes (you can also use Grid Control that will use Data Guard Broker).
    >
    Goal 2:
    As I explained above, all Oracle IDM products and applications speak to RAC database they only know about RAC database which is primary.They are not aware of standby database.
    - Whenever a client session is in progress with RAC primary database, if RAC goes down completely , we would like to expect client session should get transferred standby datbase without loosing session information:This is not possible: it is possible only for SELECT statement and only in a single RAC database.
    You can find some interesting documents on MAA home page (best pratices, case studies...):
    http://www.oracle.com/technetwork/database/features/availability/maa-090890.html

  • Client Proxy Question

    Hi all,
    Initially, when we have created a client proxy in ECC 5.0 with Oracle on Windows,
    we have chosen Local File as the WSDL source. We had the WSDL saved locally.
    This way we have generated a Client Proxy in SE80.
    Then we created a logical port using LPCONFIG.
    Since this the default logical port, we just saved it with all the settings imported
    from the WSDL definition.
    This way the Client proxy was working fine.
    The doubt that I have is, later on, if we want to just change the URL under
    call paramters in LPCONFIG to the URL of the WSDL residing on some
    other server(Non SAP), will the client proxy work?
    Regards,
    Vishnu

    Hi Gaurav,
    Looking at the error below, the binding is happening.
    However, there is a return code 503. And SAP is not able to access the
    Webservice located at the other server(Non-SAP).
    INFO 01:44:43: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL
    ->IF_SOAP_PROTOCOL~PRE_PROCESS() SOAP Session Protocol
    preprocessed
    INFO 01:44:43: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT
    ->IF_SOAP_TRANSPORT_BINDING~SEND() Try to send message ( DEST =
    ,PATH = ,URL = http://server name:portno/ ,SOAP Action = "ROI_R3
    _DF.roiSAPCreateOrder" )
    INFO 01:44:43: SOAP Transport Binding CL_SOAP_HTTP_TPBND_ROOT
    ->IF_SOAP_TRANSPORT_BINDING~SEND() Message sent
    INFO 01:44:43: SOAP Transport binding CL_SOAP_HTTP_TPBND_ROOT
    ->IF_SOAP_TRANSPORT_BINDING~RECEIVE() Try to receive message
    INFO 01:44:52: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->HANDLE
    _STATUS_CODE() Received return code 503 ( not available )
    ERROR 01:44:52: SOAP Message CL_SOAP_MESSAGE->IF_SOAP_MESSAGE
    _PART~INIT_FOR_DESERIALIZE() A SOAP Runtime Core Exception
    occurred in method XP_READ_TAG of class CL_SOAP_XP at position id
    1 with internal error id 112 and error text no extended error
    message (SOAP_ESERVER) (fault location is 1 ).
    Regards,
    Vishnu

  • Configuration problem with a client proxy

    Hi,
    Each time I try to create a stateless proxy (associated to a stateless web service), SAP raise the same problem when he execute :
    create object rfc_proxy.
    When I debug the code, I find that the proxy configuration is wrong.
    In CL_SRT_LP_MAINTENANCE~READ_LP_CONFIG, it reads the proxy's configuration from the table srt_lp_feat and does a test (IF) which provokes my problem.
    method read_lp_config.
      select * from srt_lp_feat into ls_lp_feat
               where proxyclass = proxyclass
                 and lp_name    = lp_name
                 and active     = 'A'.
        ls_cfg-feature  = ls_lp_feat-feature.
        ls_cfg-property = ls_lp_feat-property.
        ls_cfg-value    = ls_lp_feat-value.
        if not ls_cfg-value is initial or ls_cfg-property is initial.
          append ls_cfg to lt_cfg.
        endif.
      endselect.
    This function returns a table with the proxy's configuration. Here is the table header :
    <i>FEATURE | PROPERTY | VALUE | USE_DEFAULT</i>
    And for one line (<i>FEATURE</i> = http://www.sap.com/webas/630/soap/features/transportguarantee/), I found that the property and value field are "initial".
    Can it normally happen ?
    I have made some other test to understand the priority of NOT in the IF statement.
    Test 1 :
    if not lp_feat-value is initial or lp_feat-property is initial.
    Test 2 :
    if not ( lp_feat-value is initial or lp_feat-property is initial ).
    Test 3 :
    if lp_feat-value is not initial and lp_feat-property is not initial.
    The test 2 and 3 returns the same good result where the test 1 returns line where the property field is "initial".
    So, am I wrong or the method <i>read_lp_config</i> seems to have a bug ?
    Regards,
    Gautier

    Calin wrote:
    out.flushdo the thing! But i don`t get it why? I have to use "flush" after each time i use out (DataOutputStream) ?
    Thanks!The output stream has a buffer and isn't directly writing the data to the socket. Calling flush forces a write.
    Kaj

  • PI 7.1 - Configuring a client proxy - not working.

    I am trying to send a Client proxy from ECC to XI.
    This is a new PI 7.1 install so I am trying to test a quick and easy client proxy from ECC to XI and cant even  get a message sent to XI.
    On ECC, I am getting a weird message in SXI_MONITOR
    I get a gray colored flag and when I hover over it, give me the following info:
    "Message recorded (Commit Missing)". 
    Has anyone encounter this type of status.
    Basically the message never send out to XI.  Also, the message does not let me restart or even cancel the message. 
    Overall, all the config looks good on ECC
    SLDCHECK looks good.
    In ECC, I configured the Integration engine config as an Application Server and pointed it to RFC destination that points to the XI server.
    -steve

    Hi,
    1) Queues are clean
    2) I have checked the RFC Destination for the HTTP connection.  It brings back a 500 empty response which is good.
    I did a check on the Integration Engine Config and it brings back a yellow status that "Corresponding Integration Server not Maintined" 
    I wasnt sure if this was an info message that really wasnt an error.....any thoughts?

  • Client proxy to file(xml) scenario configuration

    I have done client proxy to file (xml) ,while executing abap code there is no error, but xml msg is not received in particular target directory. so i want to know about 1. What are the configuration required for client proxy to pi(with T.Code).
                                                           2.how to monitor client proxy in ecc and pi.
    please reply me

    1. What are the configuration required for client proxy to pi(with T.Code).
    step1:
    1.       Create a HTTP connection in the business system using transaction SM59
    Technical Setting & Logon Security details:
    u2022         Connection Type: H
    u2022         Target Host: System name
    u2022         Service Number: HTTP Port name
    u2022         Path Prefix:
    step2:
    2.       Configuration Business system as local Integration Engine.
    1.       Go to Transaction SXMB_ADM
    2.       Choose Edit --> Change Global Configuration Data.
    3.       Select Role of Business System: Application system
    step3:
    check maintain SLD Access data / not by using T.C  SLDAPICUST
    SLDAPICUST->check  XI Server is it activate/not
    step4:
    4.test LCR Connection by using SLDCHECK.
    2.how to monitor client proxy in ecc .
    trigger the report by using T.c se38 and check the status in SXMB_MONI in ECC.
    Edited by: bhavanisankar.solasu on Feb 13, 2012 11:09 AM

  • Questions regarding customisation/configuration of PS CS4

    Hello
    I have accumulated a list of questions regarding customising certain things in Photoshop. I don't know if these things are doable and if so, how.
    Can I make it so that the list of blending options for a layer is by default collapsed when you first apply any options?
    Can I make it possible to move the canvas even though I'm not zoomed in enough to only have parts of it visible on my screen?
    Is it possible to enable a canvas rotate shortcut, similar to the way you can Alt+RightClick to quickly change brush size?
    Is it possible to lock button positions? Sometimes I accidentally drag them around when I meant to click.
    Is it possible to lock panel sizes? For example, if I have the Navigator and the Layers panels vertically in the same group, can I lock the height of the navigator so that I don't have to re-adjust it all the time? Many panels have a minimum height so I guess what I am asking for is if it's possible to set a maximum height as well.
    Is it possible to disable Photoshop from automatically appending "copy" at the end of layer/folder names when I duplicate them?
    These are things I'd really like to change to my liking as they are problems I run into on a daily basis.
    I hope someone can provide some nice solutions

    NyanPrime wrote:
    <answered above>
    Can I make it possible to move the canvas even though I'm not zoomed in enough to only have parts of it visible on my screen?
    Is it possible to enable a canvas rotate shortcut, similar to the way you can Alt+RightClick to quickly change brush size?
    Is it possible to lock button positions? Sometimes I accidentally drag them around when I meant to click.
    Is it possible to lock panel sizes? For example, if I have the Navigator and the Layers panels vertically in the same group, can I lock the height of the navigator so that I don't have to re-adjust it all the time? Many panels have a minimum height so I guess what I am asking for is if it's possible to set a maximum height as well.
    Is it possible to disable Photoshop from automatically appending "copy" at the end of layer/folder names when I duplicate them?
    These are things I'd really like to change to my liking as they are problems I run into on a daily basis.
    I hope someone can provide some nice solutions
    2.  No.  It's a sore spot that got some forum time when Photoshop CS4 was first released, then again with CS5.  It's said that the rules change slightly when using full-screen mode, though I personally haven't tried it.
    3.  Not sure, since I haven't tried it.  However, you may want to explore the Edit - Keyboard Shortcuts... menu, if you haven't already.
    4.  What buttons are you talking about?  Those you are creating in your document?  If so, choose the layer you want to lock in the LAYERS panel, then look at the little buttons just above the listing of the layers:
    5.  There are many, many options for positioning and sizing panels.  Most start with making a panel visible, then dragging it somewhere by its little tab.  One of the important features is that you can save your preferred layout as a named workspace.  Choose the Window - Workspace - New Workspace... to create a new named workspace (or to update one you've already created).  The name of that menu is a little confusing.  Once you have created your workspace, if something gets out of place, choose Window - Workspace - Reset YourNamedWorkspace to bring it back to what was saved.
    You'll find that panels like to "stick together", which helps with arranging them outside of the Photoshop main window.
    As an example, I use two monitors, and this is my preferred layout:
    6.  No, it's not possible to affect the layer names Photoshop generates, as far as I know.  I have gotten in the habit of immediately naming them per their usage, so that I don't confuse myself (something that's getting easier and easier to do...).
    Hope this helps!
    -Noel

  • My internet connection keeps reverting back to using a manual proxy server configuration pointing at 127.0.0.1 Port 55414. I've tried the help regarding the user.js and prefs.js files but still it continues to revert to the manual proxy configuration!

    I know how to change my network settings to fix my internet connection, I just select "Auto-detect network settings for this network" under Tools, Options, Network, Settings. However every time I close down Firefox it reverts to the manual proxy configuration pointing to 127.0.0.1 Port 55414.
    I've tried all the suggestions under saving your preferences but this hasn't worked so I'm at a loss as to what to do next. If I can't sort this I'll have to revert back to Internet Explorer as this doesn't have this problem!

    I know how to change my network settings to fix my internet connection, I just select "Auto-detect network settings for this network" under Tools, Options, Network, Settings. However every time I close down Firefox it reverts to the manual proxy configuration pointing to 127.0.0.1 Port 55414.
    I've tried all the suggestions under saving your preferences but this hasn't worked so I'm at a loss as to what to do next. If I can't sort this I'll have to revert back to Internet Explorer as this doesn't have this problem!

  • REST Client Proxy Question

    Objective: To call REST service from PB12.5.2 Classic application.
    Current implementation: Using MSXML and INET objects to call GET and POST methods.
    Problem: This implementation works fine until we have bulk calls (like 100K calls to the service in a single session). Sometimes it errors out because the XML sent to the service is 0 bytes (as seen on Fiddler)
    Better alternative: Can we create a new PB.NET PB assembly with a REST client proxy and call the proxy function from our PB classic application? Can we build DLL and reference it from our classic application?
    Is there any working example of the same?
    Bruce - I have seen your example in http://brucearmstrong.sys-con.com/node/2133766/mobile
    You talk about calling the WCF service from the classic application, have you tried the REST service call? I have followed the same steps you have mentioned and hit a roadblock when it came to the REGASM command, not sure which DLL to register now that I have 3 different DLLs. I have explained the steps I have taken in this document - http://www.pbgeeks.com/wp-content/uploads/pbnet.docx
    Thanks,
    Praveen

    You notes show:
    REST client assembly:          CalcPremrequest.dll
    Wrapper assembly:               restsvc_assembly.dll
    The wrapper assembly should already be strong named in the project.  The assembly that doesn't get strong named when PB generates it is the REST client assembly.  That's the one that you'll need to disassemble to IL and then recompile with a strong key name file in order to give it a strong name.  Your document shows you're doing that on the wrapper.
    Both assemblies need to be added to the GAC if that is where you are going to have them.
    You might start out without signing the REST client assembly, and just using the /codebase argument to REGASM to have it create registry entries that point to the local file location.  Once you have it working that way you can then deal with adding the assemblies to the GAC.
    The error you are getting may be a result of the wrapper assembly getting corrupted when you attempted to strong name it.

  • Client proxy consuming web service provider using logical port issue

    Hi All,
    I have a proxy client having a logical port (configured using  NWDS)  to consume a web service in the provider system.
    In the logical port, I have given target address, and logical port name. While moving this client proxy NWDI dev track to Q and prod,
    how do I change this target address to point to Q and prod respectively. In other words, even though I am using Visual admin to configure the destination url for the logical port, to point to Q and prod, its still referring to the dev environment provider service after moving the proxy client to Q and prod. What is the suggested approach to take care of this issue
    Thx
    mike

    Hi Michael,
    I can only help from that point of view that I believe this question belongs to the forum
    Service-Oriented Architecture (SOA) and SAP
    Please try to raise this question there.
    Thanks and Regards,
    Ervin

  • Consume Webservice using Client Proxy

    I wanted to consume the .NET webservice in SAP. I've below question, can anyone clarify me please?
    1. Can we use client Proxy to consume the external webservice? I read in some document that this can be used if we are using XI message interface.
    2. The webservice requires an user ID & password, how can i pass the authentication details to call the webservice if I use the Client proxy?
    Thanks in advance
    BM

    1. Can we use client Proxy to consume the external webservice? I read in some document that this can be used if we are using XI message interface.
    2. The webservice requires an user ID & password, how can i pass the authentication details to call the webservice if I use the Client proxy?
    -> 1) You can configure the server to use its own soap runtime. Check out transaction lpconfig.
    -> 2) You may user transaction sm59 and configure a rfc connection of type HTTP to extenal server. This allows you to pass
             a user/password permanently.
    regards, Stefan

  • ** Logical Port in Client Proxy

    Hi Friends,
    I am doing proxy to web service scenario. My proxy is client proxy. After I created proxy, I checked that.  There is no standard method 'EXECUTE_ASYNCHRONUS'.   I read the Michal's blog /people/michal.krawczyk2/blog/2009/06/20/pixi-abap-proxies-say-goodbye-to-executeasynchronous-method and understand that this method is not created. The reason is that  SAP_BASIS support package level is 15. (Release 700) in our R/3 ECC 6.0 system.
    Now, I am not able to test my proxy from SPROXY tcode. It asks Logical Port.
    1. Can you tell me, what is logical port ? How do I create this in LPCONFIG tcode ?
    2. Once this is done, can I call the class with the method like in older version ?
    3. Currently I am getting the information 'No vendor specified' while test proxy withe empty logical port.
    Expecting your reply.
    Kind regards,
    Jegathees P.

    Hi Rene,
    If a logical port is not configured, the X/PI Runtime will be used instead.
    In Jegathees' case, this is probably what happened. If you want to route your message through PI then you need to make sure that you are pointing to your Integration Server (i.e. PI), on ECC use transaction code SXMB_ADM --> Integration Engine Configuration. Role of Business System should be "Application System" and "Corresp. Integration Server" should be your PI server.
    You will see when you test your client proxy (using TCode SPROXY) you have the option of choosing XI Runtime - or - Logical port too.
    Regards, Trevor

  • Error while creating Client Proxy from SE80

    Hi all,
    I am trying to create Client Proxy with WSDL through SE80. There is no involvement of XI to create the Proxy.
    I am using the option 'Local file' and uploading the wsdl file.
    But I am getting the following errors.
    "Proxy-Generierung: Fehler aufgetreten"
    "Exception occurred in library handler"
    "Illegal syntax: Element header has invalid enhancement attribute
    http://schemas.xmlsoap.org/wsdl/:required"
    If any one could understand them and worked in a similar scenario, pls help me out.
    regards,
    teja.

    hi,
    you might want to post the WSDL in question for us to have a look at.
    but actually, the error message tells a lot:
    http://schemas.xmlsoap.org/wsdl/:required
    the second colon(, the one between wsdl/ and required, makes this expression an illegal one in any kind of a URI-like meaning (namespace, ref-URL, ...)
    anton

Maybe you are looking for

  • The application was unable to start correctly (0*000007b)

    Hi i have been experiencing this problem since i got the laptop its a windows 8 hp pavilion touchscreen with an AMD A10 processor 8GB ram. Every time i install a new game and try to play it gives me that error i don't know what to do and i am geting

  • Using the optical drive of a MacBook Pro from new iMac for iTunes

    Can I connect my macbook pro to my new iMac (no optical drive) with ethernet cable and use the optical drive of the macbook pro to upload CDs to iTunes on the new iMac? 

  • FINAL CUT CRASH - FIRE WIRE PROBLEM

    Alright, this is just my last shot. I use final cut pro 3 to edit videos, and a miniDV sony camera too. (I even bought new fire wire cables to double check the problem) Always worked with them, no sweat. But once I upgraded my iBook with the latest O

  • How to change the height of a folder dynamically?

    Hello everyone! I have a detail, I want to make when selecting a tab of a folder, this change in height, then select another tab to return to its original height. I'm trying so: Private Sub Folder5_ClickAfter(sboObject As Object, pVal As SAPbouiCOM.S

  • Pictures not showing up without transition?

    I am currently trying to use iMovie HD 6.0.3 to make a slide show/movie of pictures and whatnot. I have used iMovie before, so have successfully made movies in the past. However, when trying to have certain pictures line up with the music correctly I