Error in Proxy Configuration...

Dear Friends
i'm configuring the Proxy enviroment from SAP ecc yo SAP PI... this is not my first time with this configuration.... but honestly I Don't Know what's happening.
We Have ECC and PI in the same Server... SAP ECC is the instance 00 and PI the 01... both with the same IP.
Resuming...
I have configurated all in ECC and PI... SLDAPICUST... Configure Integration Engine, SICF, etc etc...
but when I create the HTTP RFC destination... from SAP ECC to SAP PI... it says than refuses the connection.
Testing the error says: ICM_HTTP_CONNECTION_FAILED
My Connection String:
http://XXXXXX:8001/sap/xi/engine?type=entry
my port in this HTTP RFC Destination is the 8001...
My Question is:
The error is a Connection issue, isn't true?..
but it doesn't sounds like a Firewall issue... 'cos we are working in the same server(same IP)....
I have talked with the NetWork team, and the say than the port is opened in the firewall..
Some Suggestion?
Thanks in advance.

is Done...
I have changed the 8001 Port, by 50100... :S
this is my First Client with both instances in a same Server than I have to use this port... always I have used 800 + number of Instance...
Regards

Similar Messages

  • Error in Proxy configuration with SLM

    > Hello Experts,
    >
    > I am encountring some problems when configuring SLM with Solution Manager 7.01 SP06. I have applied all the settings required for SLM and described on the How-To documentation. I have also read all the forums regarding this issue, but nothing helpful. This issue is the configuration of the proxy settings. We are using SNC for our Saprouter, so I assume that I have to use also the sapserv3 for SLM configuration, with the port 8080.
    >
    > I have added also these entries on Web Service Container in VA:
    > Proxy Host: sapserv3
    > Proxy Port: 8080
    > Exclude List: myhost.mydomain
    > And Save
    >
    > When I execute the configuration check with the transaction "/n/tmwflow/mopzcfg", I have these errors:
    >
    >  <description>Check Proxy settings for download</description>
    > + <config-path>
    > <entry>Configuration path: SDT/SDT|cod-zeus|PS1/SDTExecutionService/DOWNLOAD</entry>
    >  </config-path>
    > - <input>
    >  <entry>Proxy use: true</entry>
    >  <entry>Proxy host: sapserv3</entry>
    >  <entry>Proxy port: 8080</entry>
    >  <entry>Use proxy authentication: false</entry>
    >  <entry>Check HTTP connection to: http://www.sap.com/index.epx</entry>
    >  </input>
    > - <output>
    > <entry>Test Result: FAILED</entry>
    >  </output>
    >- <error>
    >- <MESSAGE>
    >  <ID>java.net.UnknownHostException: BAEx.Failed</ID>
    >  <CREATOR>SLM: java.net.PlainSocketImpl: Line: 201</CREATOR>
    >  <TEXT>www.sap.com</TEXT>
    >  </MESSAGE>
    >  </error>
    >  </CheckResult>
    > - <CheckResult status="FAILED">
    >  <description>Check Proxy settings for web services</description>
    > - <config-path>
    >  <entry>Configuration path: WebServicessAddOn/HTTPProxy</entry>
    >  </config-path>
    > - <input>
    >  <entry>Proxy use: true</entry>
    >  <entry>Proxy host: sapserv3</entry>
    >  <entry>Proxy port: 8080</entry>
    >  <entry>Check HTTP connection to: http://www.sap.com/index.epx</entry>
    >  <entry>Set Proxy-Authorization</entry>
    >  </input>
    > - <output>
    >  <entry>Proxy user:</entry>
    >  <entry>Test Result: FAILED</entry>
    >  </output>
    >- <error>
    >- <MESSAGE>
    >  <ID>java.net.UnknownHostException: BAEx.Failed</ID>
    >  <CREATOR>SLM: java.net.PlainSocketImpl: Line: 201</CREATOR>
    >  <TEXT>www.sap.com</TEXT>
    >  </MESSAGE>
    >  </error>
    >  </CheckResult>
    > - <CheckResult status="FAILED">
    >  <description>Check SMP user and SP web service</description>
    >
    >  Configuration path: SDT/SDT|host|sid/SDTExecutionService/DOWNLOAD
    >
    > please tell me what should I do. Thank you
    Edited by: sapmoo on May 7, 2010 11:59 AM

    is Done...
    I have changed the 8001 Port, by 50100... :S
    this is my First Client with both instances in a same Server than I have to use this port... always I have used 800 + number of Instance...
    Regards

  • Error in proxy configuration for a WebService

    This is my first attempt at working with a WebService in Flash.
    The services, which are on a local machine work fine when I call them directly, i.e. with useProxy="false".
    However, when I attempt to call them through BlazeDS, setting useProxy="true", I get the following error as soon as the app loads. Seems I have not set up channels correctly, but I cannot figure out what I am doing wrong. The proxy-config file is at the end of this message.
    [RPC Fault faultString="[MessagingError message='Destination 'groupWS' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']" faultCode="InvokeFailed" faultDetail="Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://localhost:8080/idm-ws/idmsrvc/GroupDataWebService?wsdl)"]
        at mx.rpc.wsdl::WSDLLoader/faultHandler()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\rpc\ws dl\WSDLLoader.as:103]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\4.0.0\frameworks\pro jects\rpc\src\mx\rpc\http\HTTPService.as:989]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at mx.rpc::AsyncDispatcher/timerEventHandler()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\r pc\AsyncDispatcher.as:50]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    MXML
            <s:WebService id="groupRO"
                          wsdl="http://localhost:8080/idm-ws/idmsrvc/GroupDataWebService?wsdl"
                          useProxy="true"
                          destination="groupWS"
                          result="serviceResult(event);"
                          showBusyCursor="true"/>
    proxy-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <service id="proxy-service"
        class="flex.messaging.services.HTTPProxyService">
        <properties>
            <connection-manager>
                <max-total-connections>100</max-total-connections>
                <default-max-connections-per-host>2</default-max-connections-per-host>
            </connection-manager>
            <allow-lax-ssl>true</allow-lax-ssl>
        </properties>
        <adapters>
            <adapter-definition id="http-proxy" class="flex.messaging.services.http.HTTPProxyAdapter" default="true"/>
            <adapter-definition id="soap-proxy" class="flex.messaging.services.http.SOAPProxyAdapter"/>
        </adapters>
        <default-channels>
            <channel ref="my-amf"/>
        </default-channels>
        <destination id="DefaultHTTP">
        </destination>
        <destination id="groupWS">
            <properties>
                <wsdl>http://localhost:8080/idm-ws/idmsrvc/GroupDataWebService?wsdl</wsdl>
                <soap>http://localhost:8080/idm-ws/idmsrvc/*</soap>
            </properties>
            <adapter ref="soap-proxy"/>
        </destination>
    </service>
    Any help will me much appreciated.
    Thanks.
    cortlander

    Here is my proxy-config.xml which defines default channels:
    <?xml version="1.0" encoding="UTF-8"?>
    <service id="proxy-service" class="flex.messaging.services.HTTPProxyService">
        <properties>
            <connection-manager>
                <max-total-connections>100</max-total-connections>
                <default-max-connections-per-host>2</default-max-connections-per-host>
            </connection-manager>
            <allow-lax-ssl>true</allow-lax-ssl>
        </properties>
        <default-channels>
            <channel ref="my-http"/>
            <channel ref="my-amf"/>
        </default-channels>
        <adapters>
            <adapter-definition id="http-proxy" class="flex.messaging.services.http.HTTPProxyAdapter" default="true"/>
            <adapter-definition id="soap-proxy" class="flex.messaging.services.http.SOAPProxyAdapter"/>
        </adapters>
        <destination id="DefaultHTTP">
                        <properties>
                        </properties>
        </destination>
        <destination id="catalog">
                        <properties>
                                  <url>/{context.root}/testdrive-httpservice/catalog.jsp</url>
                        </properties>
        </destination>
        <destination id="ws-catalog">
            <properties>
                <wsdl>http://feeds.adobe.com/webservices/mxna2.cfc?wsdl</wsdl>
                <soap>*</soap>
            </properties>
            <adapter ref="soap-proxy"/>
        </destination>
    </service>
    And (partial/related)services-config.xml:
    <services-config>
        <services>
            <service class="flex.samples.DatabaseCheckService" id="hsqldb" />
            <service-include file-path="remoting-config.xml" />
            <service-include file-path="proxy-config.xml" />
            <service-include file-path="messaging-config.xml" />
                  <service class="flex.samples.runtimeconfig.EmployeeRuntimeRemotingDestination" id="runtime-employee-ro" />
            <default-channels>
               <channel ref="my-amf"/>
            </default-channels>
              </services>
        <channels>
            <channel-definition id="my-streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
                <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/streamingamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/>
            </channel-definition>
            <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>false</polling-enabled>
                </properties>
            </channel-definition>
        </channels>
    </services-config>
    Any help would be greatly appreciated.

  • Everytime I open Firefox - error: "...Firefox could not find your Proxy configuration..." The thing is I'm not using Proxy. Then I go to settings windows, network, put No Proxy, and then everyting works ok. BUT always I open Firefox, it happens again.

    Everytime I open Firefox, it shows me a error: "...Firefox could not find your Proxy configuration..." The thing is I'm not using Proxy. Then I go to settings windows, network, put No Proxy, and then everyting works ok. BUT always I open Firefox, it happens again. Help me , Please
    Everytime I open Firefox, settings in Network appear: Manual Proxy and shows me a ip number and port

    See:
    * http://kb.mozillazine.org/Preferences_not_saved

  • ADFS 3.0 - Web Application Proxy configuration Issue

    Hi All,
    We are in the process of implementing ADFS 3.0 published to the internet for o365 Federation purposes.
    The setup consists of the following
    - 2 x windows 2012 R2 running ADFS 3.0 ( only one server presently installed and configured though)
    - 2 x Windows 2012 R2 Running Web Application Proxy (  only one server presently installed and configured though ).
    There is an F5 Big-IP load-balancer for both internal and external interfaces and it has been configured after a lot of issues with the SNI part on the F5.
    So, in short the setup is now a single server hosting ADFS 3.0 using SQL and a single WAP server, however the traffic to these servers are still going through the LB.
    Now the issue is that i cannot complete the installation/configuration of the Web Application Proxy server. There is  a firewall in between our DMZ and the internal network. I can reach the internal services via the following url and telnet on port 443
    to the federation service as well. (ports for 443 and 80) are opened to internal network on the load balancer ip . I can reach https://fs.domain.com/adfs/ls/idpinitiatedsignon.aspx and federationmetadata/2007-06/federationmetadata.xml location as well
    from the Web APplication proxy server without any issues or certificate prompts at all.
    When i do the configuration for WAP, i use the same account which was used as a service account for the ADFS service internally. If i use a local admin account, it errors out with another message stating the connection was closed.
    The certificate on the internal server along with its private key was exported and has been imported on the WAP server . This is not internal CA, instead we are using DIGICERT SSL with SAN Names for enterprise registration and work folders. Hence the CA Chain
    issue is ruled out and also this is not a wild card certificate.
    When the wizard starts configuring, it does establish the trust with the federation service which is shown up in the event viewer with  EventID 391 within 15 seconds i get another event id 422 which states that it cannot retrieve the proxy configuration
    and eventid 276 on the Federation server which states the authentication failure. this continues until the servers stops to try configuring the wizard. 
    I have read all the available threads on the 3.0 WAP installation /configuraiton problem and tried all the steps possible but i am still stuck with this issue.
    There is one more part that i noticed on the ADFS server, that the self signed services for the token-encrypting and token decrypting are self-signed certificates. Also, in the certificates it was showing up as not trusted. and i installed them to the TRUSTED
    ROOT CERTIFICATION STORE after wich i cannot see any private key showing up when viewing the certificate which means i cannot get the MANAGE PRIVATE keys option when right clicking on the cert to assign read permissions for the ADFS service account.
    Should i assign the same SSL sertificate (SAN based for enterpriseregistration & Workfolders) to the token-encrypting and token-decrypting services in ADFS console or should i leave them as self signed ? I did read that self-signed is not recommended for
    production environment ? If not the same certificate what are the requirements for the certificate ?
    I am not sure what I am missing in the configuration that is causing this issue. The WAP servers are not part of the domain and have also ensured the time synchronization between the domain machine as well.
    The service name is fs.domain.com on both the internal and external DNS ( we have domain.com as a zone in DNS internally as well ). I am able to Authenticate inside and from the WAP server when accessing the link.
    Could it be a Load Balancer Configuration ? [i will try eliminating this from the configuration]
    Let me know if there are any options that i can try to resolve this and get the configuration working.
    Cheers,

    Does the load balancer pass the certificate session through to the ADFS server or are you offloading SSL. SSL offload does not work with WAP/ADFS integration (at least at the time of writing it does not).
    Can you try through the load balancer with SSL pass through turned off please.
    Also as ADFS 3.0 (Server 2012 R2) uses Server Name Indication (SNI) then any health checks that run on the load balancer must support this, so if they do not then you need to use TCP 443 checks for a listening port, as doing a standard HTTPS check will fail,
    and if the load balancer fails its checks whilst you are configuring ADFS that might be a reason why it has gone offline for you (error 442 is to do with failure to swap client certificates between WAP and ADFS).
    Finally, check the June update to Server 2012 R2 (http://support.microsoft.com/kb/2964735) as that has fixed some certificate issues with multiple servers for WAP and ADFS when you don't have the
    2012 R2 AD schema in place.
    Brian Reid
    Exchange MVP and Exchange and  Office 365 Certified Master
    www.c7solutions.com
    Brian Reid C7 Solutions Ltd (www.c7solutions.com)

  • Content Server Error: 407 Proxy Authorization Required

    Hi Experts,
    I am new to Content Server and have recently installed Content Server 6.40 with MaxDB 7.8 database on a Windows 2008 server.
    The installation completed successfully and IIS server was configured as per guide. The Content server is running when checked through URL on server.
    Next, we created a new repository with following details, but are facing "HTTP error: 407 Proxy Authorization Required" while testing the connection.
    Settings in OAC0
    Content Rep.    A1
    Document Area: ArchiveLink
    Storage type: HTTP Content Server
    Version no.: 0046
    HTTP server: <IP of Windows server where CS is intalled>
    Port Number     1090
    HTTP Script     ContentServer/ContentServer
    Transfer drctry C:\temp
    HTTP Port 1090 is open from SAP system(HP-UX) to Content Server(windows) and there is no firewall between the 2 servers, but we still see the error in OAC0 and CSADMIN. I also tried setting the security parameter to 0 in contentserver.ini file, but that didn't help either.
    The content server was installed using administrator user.
    Would appreciate your inputs on what am I missing?
    Thanks.
    Regards,
    Varun

    Hi Varun,
    Please change Document Area: ArchiveLink .
    Remove Archive link and change it to Document Management system ( DMS)
    Check the results and post the output.
    Regards,
    Deepak Kori

  • Error during proxy processing

    Hi Experts,
    We have a web service hosted on PI and getting the Tax Jurisdiction values from Taxware via ECC(ECC has a TCP/IP connection to connect to Taxware system, From there ECC gets Taxjurisdiction Codes and gives back to PI).
    When we make a call to this Web service following Error response has been given. Please let us know what could be the reason.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1 />
      <SAP:P2>ZCL_GET_TAX_IN</SAP:P2>
      <SAP:P3>GET_TAX_JURISDICTION_SYNC</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing Message E TAX_TXJCD 110 cannot be processed in plugin mode HTTP</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Thanks,
    Sekhar.J

    Hi,
    We are using XI adapter. The same Web Service is working good in Development and Quality Enviroments, I am wondering why it is failing in Production Environement intermittently. And also in ECC we are using TCP/IP connection to fetch Tax Jurisdiction codes from TaxWare System. This TCP/IP connection was configured in SM59 of ECC. PI will make call to ECC and ECC will make call to TaxWare and returns the result back PI.
    Thanks,
    Sekhar.J

  • Reverse Proxy Configuration - Apache as an SSL reverse-proxy

    Hi,
    We have EP 6.0 SP 14 installed with SSL configured.
    We are in need to open the application to internet.
    For the same we have set up a reverse proxy server (Apache as SSL
    Reverse Proxy).
    Our requirement is to open the application to the internet with
    web address https://abc.domain.com.
    The issue is we are able to access the application from internet only when
    https://abc.domain.com/irj/potal is typed.
    (ie.) Mapping is working fine for
    https://abc.domain.com/irj/portal to
    our EP Portal address https://abc2.domain.com:50001/irj/portal
    And not working for mapping https://abc.domain.com to our EP Portal
    address https://abc2.domain.com:50001/irj/portal
    We have been working on to resolve this issue for days together but have been really unsuccessful
    Kindly help us in resolving the same asap.
    Note : The references we used are:
    1. SAP's document:
    "Apache Reverse Proxy Configuration for J2ee 6.20 and 6.40 Web Applications"
    2. Weblogs:
    The Reverse Proxy Series -- Part 1: Introduction
    The Reverse Proxy Series -- Part 3: Apache as a reverse-proxy
    The Reverse Proxy Series -- Part 3.1: Apache as an SSL reverse-proxy
    Regards,
    venkat.

    Thanks much for the feedback. We're using the default settings on the HTTP rule we have set up for the portal on the ISA server. We'll be looking into the details of what the default rule settings are, however we did find a note in the Microsoft Knowledge base detailing with the ISA server screening high bits in URL strings for Outlook Web Access (OWA). This generates a similar error message. Here is the link to the detailed note on the Microsoft web site:
    http://support.microsoft.com/?scid=kb;en-us;837865
    Also,we are going to be applying the SP1 upgrade to the ISA server (released in March) to see if this might be some type of issue that may have been identified and corrected by the service pack. We'll see what happens with that.
    One area where we can recreate the problem at will is when we set up the system landscape configuration. We can navigate to a system configuration object, however when we attempt to right click to edit the object we get the error. There are other circumstances where we get errors but that is one that occurs for sure. Anyone have any idea as to what might be special about that type of transaction??
    Thanks again.
    Rich

  • Severe proxy configuration bug preventing mail access

    Hello,
    the proxy configuration options for LAN / WIFI networks have a major bug: if a proxy server is set manually, it prevents e-mail accounts from working while being connected to that proxy-enabled network!
    Interestingly, if the proxy is configured by using a PAC file, e-mails work successfully again, in addition to all proxied protocols like http, https and ftp.
    Furthermore, it is not even possible to connect to mail server within the local network when manual proxy settings are active - the device does not even try to connect to anything, if trying to set up an account, it gives a confusing error message saying that not all settings of the mail account were correct.
    As soon as the proxy settings are removed OR obtained by using PAC, everything works again!
    Please fix this in one of the next releases as it impedes usage on networks with proxy enforcement! Maybe just add a selector to which protocols the proxy settings should be applied!? As I know several typical network settings, proxy is mainly used for thhp/https/ftp, not any mail protocol (for which e.g. a SOCKS proxy would be needed, which is quite different to "regular" proxies and should be treated separately in the config.)
    There are several topics on the support forums that might be related to this, but have not yet taken care of: http://supportforums.blackberry.com/t5/BlackBerry-Z10/IMAP-Issue-with-WLAN-and-PROXY-OS-10-1/m-p/2380235/highlight/true#M24019 http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Mail-IMAP-SMTP-traffic-is-blocked-when-proxy-is-set-though-proxy/m-p/3111038/highlight/true#M16311 http://supportforums.blackberry.com/t5/BlackBerry-PlayBook/E-mail-behind-Proxy/m-p/1817891/highlight/true#M41527 maybe: http://supportforums.blackberry.com/t5/BlackBerry-Q10/IMAP-Not-work/m-p/2647853/highlight/true#M12323 maybe: http://supportforums.blackberry.com/t5/BlackBerry-Enterprise-Service-12/BES12-mail-not-sync-when-proxy-profile-is-added-to-user/m-p/3105347/highlight/true#M1613  

    Okay, this behaviour (although strange compared to "usual" proxy setting choices, e.g. in desktop operating systems or browsers) might be an explanation for the effects currently seen. This would be a good chance to extend the proxy options to a more "regular" or complete set: 1.) Add a possibility to choose which protocols are to be proxied (so e.g. IMAP could be excluded, in my opinion a proxy supporting this is even less common than rare). 2.) Add a "no proxy for these hosts" list.    

  • MII proxy configuration not working

    Hello, there!
    We have an application that runs as an HTTP proxy. It should intercept messages sent from MII to another system (running on the same machine) via Web Services.
    I have configured MII ProxyHost and ProxyPort for MII, but it seems to be ignoring it. Even when I enter an invalid proxy configuration, MII manages to send the messages correctly, when it should raise a Connection Refused type of error.
    I have already tried to restart MII application.
    Does anybody have an idea on what could be happening?
    Thanks in advance!

    Hi Eduardo,
    Check the NetWeaver  Logs and post here the error mesages if any.
    White spaces are needed between public Id and system Id, check [Here|http://mobiforge.com/testing/story/fixit-valid-markup]
    There are many threads are available regarding this topic,please go through them. Some of them I've mentioned below,will help you someway to fix your issues.
    Re: Problem on MII Message Service
    Re: 407 - Proxy Authentication Required
    WebService - No Data Retruned...
    Troubleshooting webservice call / xMII-NetWeaver processing / Data Source
    Error Invoking Web Service Action: null
    -Suresh

  • Error Accessing Test Configuration

    Hi,
    I am facing a similar issue. Test console gets opened for few services but for few of them the console is not opening.
    Below is the error i am facing
    Error Accessing Test Configuration
    Validation of ProxyService ProxyService/PS_V1 : ProxyService ProxyService/PS_V1 does not exist failed
    I could see the proxy servive clearly in the console. It happened for one of the service so i created another proxy based on the proxy which is not showing the test console and the new one got opened. But after some time one more proxies test console is not opening.
    I see both admin server and managed server running.
    And in ALSB debug.xml the test console flag is set to true.
    Wht is the issue. Any sugestions on this?? appreciate your help

    Hi,
    I saw the metalink ID but there the error was different it is somtthing like
    Validation failed for proxy service. Referenced component not found.
    But i am getting an error
    Validation of ProxyService MainFlow/ProxyService/PS_Dequeue_V2 : ProxyService MainFlow/ProxyService/PS_Dequeue_V does not exist failed
    Initially when i got this error i just recreated the proxy and it worked fine. But now i am getting this error for almost all the proxy services. I am not able to understand what is the issue. Any suggestions on this?

  • Generic Error in Proxy Inbound

    Hello,
    We have created 2 scenarios on XI to send data to SUS (SRM 200). In one of the scenarios, we send Purchase Orders from MM (R/3) to SUS, and in the other, we send Business Partners from EBP (SRM 100) to SUS.
    The data are processed on SUS using the correspondind Standard Inbound ABAP Proxy.
    The data are correctly sent, but we get the following response message on the SXMB_MONI:
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    On the 2 scenarios, we get the same message.
    What could be the reason, a bad ABAP Proxy configuration on SRD200 or a bad customizing of SRD200 on master data Purchase Order and Business Partner?
    Thanks in advance and regards,
    Manuel Míguez.

    hi ,
    everything is fine from configuration perspectiv.
    hope u r using communication channel of type "XI".
    ONCE U CREATED INBOUND PROXY  u r done with proxies.
    if u r getting error then it is due to the data which u r passing to tables.
    ok just check by coding in proxy one abap stmt like "write:\ ' hi'.
    are u passing write values in message mapping,this is where problem comes up generally.
    abap data types differ from XML Data types
    see that you pass expected value range
    u need to do 2 things
    1)first check empty module of inbound proxy,if u get error then problem in passing values to inbound proxy i.e mapping.
    2)if not then u have problem in operating with the r/3 tables.
    Regards,
    Rama Krishna

  • Unexpected error in proxy service exposed as tuxedo

    Hi,
    i´m trying to expose a proxy service with the tuxedo protocol, but, i all i get is the following error:
    "Unexpected error during ALSB synchronization. Please see the logs for more information."
    That happens both in the ALSB configuration project and the ALSB project. And the sad thing is that this weird problem doesn't allow me to deploy the project. However, If i try to expose a proxy with any other protocol, or even create a business service pulling a tuxedo server....everything works fine!!!..any ideas??
    ps
    - BEA workspace studio 1.1
    - ALSB 3.0
    - the WTC bridge is properly configured
    best regards,
    Fabian

    i found this error was caused by wrong values in the Local Access Point (LAP) and Remote Access Point (RAP) in the proxy configuration. With the appropiate values now works fine.
    regards
    Edited by: FabianGu on 03-dic-2008 16:29

  • Proxy configuration steps

    hai all,
    if anyone have the proxy configuration steps please explain step by step.
    Thanks
    Sam

    Hi,
    R3 side
    SLDCHECK
      Use this transaction to access the SLD of R3.
    If SLDCHECK runs into error check following RFC destinations in SM59
      To connect to the SLD you need 2 types of TCP/IP connections.
      1)LCRSAPRFC:-
          In this you require the gateway host(ip address) and gatewayservice(sapgw[system no.])
          You also need to give Program ID.
          Entry of corresponding Program ID must be maintained in SMGW.
          IN SMGW Click GoTo->logged on Clients.
          If entry is not there for corresponding XI.
          Create a communication channel in XI, pointing to R3 and give a Program ID
          in the channel. Once the channel is activated, corresponding Program ID will
          appear in SMGW.
      2)SAPSLDAPI:-
       In this case follow the same porcedure as for LCRSAPRFC.
       As far as the Program ID is concerned te procedure mentioned above is for
       Customized RFC's
       The RFC destinations mentioned here are both standard RFC's
       Hence for these two RFC's no need to Create Program ID's. you just need to
       change the System ID of the Program ID.
       Both these RFC's are maintained in the J2ee server of XI.
    SLDAPICUST
      Create an entry for respective XI server
      requires hostname, port username and ip.
      Can have multiple enteries for different servers.
      But you can check only one entry.
      based on the entry that is checked, respective SLD API will be triggered from
      SLDCHECK.
    SPROXY.
       In this transcation you can check the Proxies.
       If the proxies are not activated (i.e. if the message interfaces are not active)
       then you need to maintain one G type RFC destination pointing the resepctive XI server.
       In the G tpye RFC destination give the Ip adress of the XI server in the target
       host and set the path prefix as /rep.
       Goto SPROXY->Goto->connection test-> click on the table SPROXSET.
       In this table maintain enteries for ADDRESS_ONLY_FROM_SPROXSET and IFR_HTTP_DEST
       The values corresponding to these enteries will be the G tpye RFC destination.
    In order to connect R3 to the Integaration server you need to maintain H type
    The default RFC is XI_INTEGRATIONSERVER. In you need to give the Target host entry as the
    Ip address and Path Prefic as.../sap/XI/engine/?type=entry (this you can get from SXMB_ADM of XI)
    You can also create the H type RFc of your own.
    goto SXMB_ADM(r3) and open Integration engine configuration.
    Goto edit->change global configuration and give the RFC dest name like this:-
    Corresponding Integration server:- dest://{h-type rfc destination}
    If you do not want to create RFC destination you can directly give
    the Integration server address(that you can obtain from SXMB_ADM of XI) in the
    Corresponding Integration server field.
    Regards,
    Sami.

  • SAP Webdispatcher - Reverse Proxy Configuration

    Hi All,
    Need your help in configuration SAP Webdispatcher as reverse proxy. Currently we are using Apache as reverse proxy, but we are facing 400 Bad Request error and not able to solve the issue.
    So We are planning to install Webdispatcher and configure reverse proxy and test.
    Below is the Apache Reverse proxy configuration. Need help in configuring the same parameters in SAP Webdispatcher
    ProxyPass /sap http://srmerver:8000/sap
    ProxyPass /SRM-MDM  http://mdmserver:50100/SRM-MDM
    ProxyPass /mdmimages http://portalserver:8090/mdmimages
    ProxyPass /irj http://portalserver:50100/irj
    ProxyPass /saml2 http://portalserver:50100/saml2
    ProxyPass / http://portalserver:50100/ 
    ProxyPassReverse /sap http://srmserver:8000/sap
    ProxyPassReverse /SRM-MDM  http://mdmserver:50100/SRM-MDM
    ProxyPassReverse /mdmimages http://portalserver:8090/mdmimages
    ProxyPassReverse /irj  http://portalserver:50100/irj
    ProxyPassReverse /saml2 http://portalserver:50100/saml2
    ProxyPassReverse /  http://portalserver:50100/
    Regards
    Ponnusamy

    Hi
    Kindly refer the SCN link
    How to...Configure SAP Webdispatcher as a reverse proxy
    http://basisondemand.com/Documents/Whitepaper_on_SAP_Web_Dispatcher.pdf
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a015cea3-9627-2e10-a792-8f39e3d0b59d?QuickLink=index&…
    Regards
    Sriram

Maybe you are looking for

  • AX in WDS mode, slow Safari browsing!

    To anyone with good ideas, I have my G5PM connected (eth) to my AX in WDS mode. It works . But, browsing through Safari is sluggish. What do I mean by sluggish?.?. Well, before any page is loaded the browser pauses for approximately 3 seconds. This w

  • Just updated to 6.0 and I'm noticing random white pixels on black images.

    Just updated to 6.0 and I'm noticing random white pixels on black images. It's not my monitor since this doesn't happen to any other browsers. It might also be a plugin.

  • Create/close QueueSession, QueueConnection

    I have a Message Driven bean that on its onMessage() sends messages to another queue. The messages are posted to this queue only if certain conditions are met. I lookup the QueueConnectionFactory and the Queue in the ejbCreate() method. My question i

  • (WWS-32136) (WWC-36000)

    Oracle Portal Linux 3.0.6.6.5 After editing the potlet from Display Portlet Repository link I got error: Call to utl_http failed (WWS-32136) ORA-1: User-Defined Exception (WWC-36000). Portlets repository is not accessible any more since the screen is

  • What happened to Delete?

    Hey Mac folks: What's up with the removal of the Delete function in iTunes' latest update? It's not even grayed out. The Command-D thing isn't even there. Cut IS there, but most of the time it's also grayed out. This is extremely frustrating to me (o