Inbound/Server proxy error

Hi Experts,
I am testing Server proxy. while testing i am getting below error
please let me know the problem.
System expected the element
http://tuas.com/xi/hedging/CRM}MT_HSFO_FROMFUEL_HEDGING_PROXY', Byte-Offset in XML: 112 ,1SAI/TXS71C35983A473121F58F4, Line: 225 ST:
Thanks
Srini

hi,
probably your XML is not well formatted
check it by opening it in IE for example
Regards,
Michal Krawczyk

Similar Messages

  • My iPhone gets a "web server proxy error" connecting to wifi @ home

    Ever since installing Comcast Xfinity with Motorola SB6121 and Apple Extreme 5th generation, my iPhone 4 gets a web server proxy error or similar message for any apps seeking to go online.  My iPod Touch 3rd generation works as does my MacBook Pro.
    I've reset the router, harangued Comcast (no help - it's your phone, sir), rebooted the iPhone, checked all my settings (VPN - what's that? it's not connected), Proxy in the VPN settings is set to off. The phone will show the signal and it will check Apple Mail but Safari, Google APP anything needing web access will either hang or give the proxy error message.  Apple Customer Care said call Comcast, Comcast said call Apple & I'm surprised to find little help on the web.
    Here's what I found to work on a MacForum sight from 2 years ago.
    1.
    Settings->WiFi->under choose a network, click the blue arrow (on the right of the network nameyou use)->DHCP
         *now check the IP address with the one on your iPod Touch or computer to see if they are in sequence
         *scroll down to HTTP Proxy & make sure it is off
         -> renew lease may work
    It was the making sure the IP address was correct/in sequence which I moved to the STATIC tab and input all the same information (use a screen shot to remember it - home button and on/off button at the same time, it will store in your pictures folder) and give that a shot.
    The problem appears to be where multiple machines or devices are using the same router. The iPhone 3GS assigned an IP Address in order of preference, therefore 192.175.1.1 and then 192.175.1.2 etc. The iPhone 4 will assign a strange IP address which the router will not accept. You therefore need to look at the other devices linked and see what number is next in the sequence. Then go to static on the top tab and type in the IP adress manually followed by the Subnet mask, router and DNS details. Once you have completed the info press the DHCP button and HTTP Proxy as off - this is important.
    2.
    This is how i fixed the wifi problem...(i used my mac)
    So basicly I created a new WiFi hotspot on my iMac, then I connected my iphone to it and it WORKS!
    1. open System Preferences (Apple -> System Preferences) and click Sharing.
    2. select Internet Sharing at the left side.
    3. Then check off AirPort.
    4. Then creat a newtwork name, and password
    5. VOILA! look at the Wifi connections on your iPhone and it should be there!
    (IF YOU HAD ANY PROBLEMS GO TO THIS LINK..
    http://maketecheasier.com/create-wif...s-x/2009/10/20
    THIS SITE SHOWS YOU HOW TO SET IT UP)
    3.
    reset Network
    Same problem, but none of the above worked for me. Finally went to Settings/ General/ Reset/ Reset network settings. Saw this in a different thread.
    Hope these help.
    Cheers,
    cs

    This has solved loads of people who have this issue and have used an alternate DNS setting.  Below are instructions for both iPhone OTA and on you Mac
    If you are getting the error message "Unable to check for update" when you try an OTA (over the air update)
    Change DNS Servers
    Settings -> Wi-Fi
    Click the blue arrow on your connected network
    Delete everything in DNS and replace it with 208.67.222.222, 208.67.220.220
    Try again
    If this works, you will probably want to remove the WiFi network using "Forget This Network" and then reconnect to it to get your original DNS servers back. Alternatively, make a note of the original DNS servers before deleting them and replace it after you are done.
    If you are getting the error message "Unable to check for update" when you try through iTunes
    On your Mac
    Choose Apple menu > System Preferences, and then click Network.
    Select the network connection service you want to use (such as Wi-Fi or Ethernet, unless you named it something else) from the list, and then click Advanced.
    Click DNS, and then click Add at the bottom of the DNS Servers list. Enter the IPv4 address for the DNS server.
    You can use OpenDNS
    208.67.222.222
    208.67.220.220
    or
    You can Google Public DNS if you want
    8.8.8.8
    8.8.4.4
    I have actually repointed my routers DNS so all my devices now point to OpenDNS servers

  • Extended xml handling in asynchronous inbound (server) proxy

    Hello,
    I want to activate extended xml handling on an asynchronous inbound server proxy.
    looking at online help:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/73/3f5c3c3906b006e10000000a11402f/frameset.htm
    this should be the code:
      lo_server_context   = cl_proxy_access=>get_server_context( ).
      lo_payload_protocol ?= lo_server_context->get_protocol( if_wsprotocol=>payload ).
      CALL METHOD lo_payload_protocol->set_extended_xml_handling( abap_true ).
    However the controller tables remain empty when executing a scenario to the application system.
    Also adding a static attribute extended_xml_handling does not have the correct result.
    any suggestions???
    Regards,
    Emile

    Hello Emile,
    do you have a solution regarding your problem? If not, here is a good one.
    I think you have inserted the code inside the generated proxy method. Within this method it is a little bit tricky to get the controller structures filled. This could be done by parsing the input data once more... Here is an code example for this:
    ls_input_data-name = 'INPUT'.
    GET REFERENCE OF input INTO ls_input_data-value.
    APPEND ls_input_data TO lt_input_data.
    lo_server_context = cl_proxy_access=>get_server_context( ).
    lo_payload_protocol ?= lo_server_context->get_protocol( if_wsprotocol=>payload ).
    lo_payload_protocol->set_extended_xml_handling( extended_xml_handling = 'X' ).
    lo_payload_handler = lo_payload_protocol->get_payload_handler( '<Name of structure data element>' ).
    lo_payload_input = lo_payload_protocol->get_sent_request_payload( ).
    lo_payload_handler->get_request_data_from_payload(
      EXPORTING
        payload = lo_payload_input
      CHANGING
        request_data = ls_input_data ).
    But a much easier and better way is to insert the following coding within a constructor of the generated Proxy class.
    lo_server_context = cl_proxy_access=>get_server_context( ).
    lo_payload_protocol ?= lo_server_context->get_protocol( if_wsprotocol=>payload ).
    lo_payload_protocol->set_extended_xml_handling( extended_xml_handling = 'X' ).
    As in each standard ABAP class, you can insert your own constructor within proxy classes. If you do so and insert the code in it the controller table will be filled with the needed information.
    Best Regards,
    Lars

  • FILE TO INBOUND ABAP PROXY - error

    Hi,
    Getting the following Error in FILE TO INBOUND ABAP PROXY which is updating a Database table in R/3.
    Error:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException
    thrown during application mapping
    com/sap/xi/tf/_file2proxy_mm_: RuntimeException in
    Message-Mapping transformatio~
    How to rectify the error...
    Ravi

    Hi,
    The error mentioned is indicating about the Message Mapping error.
    I think you need to test your Message Mapping with test tab.
    Here Goto SXMB_Moni and select the related message  and double click on it.
    It will show you the various steps in Message flow.
    Take the Inbound Message and look for Payload in it. Open it in right side window and right click on it to see source code.
    Copy it in Message Mapping and test it
    Thanks
    swarup

  • Server Proxy Error : CX_ST_DESERIALIZATION_ERROR

    Hi Guys ,
      I am getting error in Server proxy where in trace it is showing my date field is not valid however while priniting trace I am getting correct value I am getting below trace log:
    </SAP:P2>
      <SAP:P3>/1SAI/TXS00000000000000000003</SAP:P3>
      <SAP:P4>XML Bytepos.: 152 XML Path: ns0:MT__ERequest(1)Record(1)PostDatet(1) Error Text: Value 20080331 is not a valid date in accord with the XML format for ABAP Kernel ErrorId: CONVT_NO_DATE</SAP:P4>
      <SAP:AdditionalText />
    Please help what is the error.its urgent.
    Regards,
    Priya
    Edited by: BeyondThe obvious on Mar 28, 2008 2:15 PM

    Hi Prateek/Sangeeta,
    Thanks for yr quick response it was the same issue as u guys have identified I changed the type to string in IR and its worked.
    Jakub I was using Datetrans and still using it but the result is nopw dredirecting to String and not date .
    Points awarded to all
    REgards

  • File - ABAP Server Proxy - Error - CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV

    Hi,
    I am working on File-ABAP Proxy(Server) scenario. I've created the repository and integration objects correctly and have activated them. When I do a Test Configuration in the Integration Directory, I am getting the below error:
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace> <Trace level="2" type="T">......attachment XI_Context not found </Trace> <Trace level="3" type="T">Mapping already defined in interface determination </Trace> <Trace level="3" type="T">Object ID of Interface Mapping 50539A6C73A334AEA587C7CD0459B373 </Trace> <Trace level="3" type="T">Version ID of Interface Mapping 21A89031E65411DE9576D36A0A505355 </Trace> <Trace level="1" type="T">Interface Mapping urn:acc:pi:serverproxy OM_Member </Trace> <Trace level="3" type="T">Mapping Steps 1 JAVA_JDK com/sap/xi/tf/_MM_Member_ </Trace> <Trace level="3" type="T">MTOM Attachments are Transferred to the Payload </Trace> <Trace level="3" type="T">Dynamic Configuration Is Empty </Trace> <Trace level="2" type="T">Mode 0 </Trace> <Trace level="1" type="T">Field PARAMETRIZATION not a member of INPUT Thrown: com.sap.mw.jco.JCO$Exception: Field PARAMETRIZATION not a member of INPUT at com.sap.mw.jco.JCO$MetaData.indexOf(JCO.java:9897) at com.sap.mw.jco.JCO$Record.getTable(JCO.java:14710) at com.sap.aii.ibrun.sbeans.mapping.ParametrizationMap.newInstance(ParametrizationMap.java:64) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:111) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:72) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133) at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164) at $Proxy376.processFunction(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:183) at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:267) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:169) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:266) </Trace> <Trace level="1" type="E">CL_XMS_PLSRV_MAPPING~ENTER_PLSRV</Trace>
    The above error says that the error is: "Mapping already defined in interface determination". But I've double checked my Interface Determination, it is correct.
    And if I try to post the payload in the Integration Engine in RWB, I see the status as "Recorded for Outbound Processing" in SXMB_MONI. If I try to release the queue, the status is "SYSFAIL".
    For your information, I'm working on SAP PI version 7.11 PI 7.1 EHP1 SPS 03.
    Any inputs on this eror will be really helpful.
    Thanks,
    Vijay

    Hi Vijaya,
    -->Try to execute the end to end scenario with out testing it in the Integration Directory(ID).
    -->Even i faced some problem in the ID while testing the scenario through the TEST CONFIGURATION,but when i execute the end to end scenario it is successful.
    Thanks

  • Server proxy method name and interface operation name

    Hi all,
    I have successfully used inbound server proxies on several occasions.  Each time, without thinking about it, I took the default option where the OPERATION name == the SERVICE INTERFACE name.  When the proxy is generated, the ABAP method is the OPERATION name and everything works nicely.
    This time however, I tried something different and built a service interface (PMNotification, as example) with the operation name 'Create', thinking that I could also have a second operation 'Update' (for example).  The ABAP proxy method then becomes CREATE, but I then get 'NO IMPLEMENTING CLASS....' errors. If I change the operation name to match the interface name and regenerate, everything works again.
    SO, my question is this : Is is true that the OPERATION name MUST equal the INTERFACE name for an inbound server proxy ??
    If this is the case, then a (inbound) service interface can only have one operation; this doesn't seem right.
    Looking forward to any insight.
    Guy

    If this is the case, then a (inbound) service interface can only have one operation; this doesn't seem right.
    Open your service interface in ESR and press F7....if the proxy cannot be generated you would probably get an information on this....inbound SI can have multiple operations but then it seems to be a limitation in case of proxy.
    Also if your operations have different types of messages (combinations of message type and external definitions etc) then you face such limitations.
    Some reference from Michal's blog: The specified item was not found.
    Now the method that you need to call from to send an ABAP Proxy message has exactly the same name as a method
    inside the Service Interface objects in Enterprise Service Repository (ESR is a successor of Integration Repository - IR) like
    shown in the picture below:
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jan 17, 2011 10:08 AM

  • Structuring complex ABAP server proxy

    Dear all,
    I'd like to sub divide the logic of an inbound server proxy in ABAP. In a normal report, i would use a "perform" routine for that.
    As far as i know, I can not create such routines in the execute_asychronous method of the proxy. So what is the best possibility to split that up? Creating a function module, that receices the data of the proxy and created the perform routines within that?
    What is the best solution regarding maintainability and performence?
    Thanks and best regards
    Florian

    Hi,
    Just add the methods to already existing proxy class :).
    In my opinion that's the best solution and you stay in object oriented world with better type control and exception handling. Also you can utilize other global classes.
    /wg

  • Applicaction Error while server proxy

    Hi All,
    I am doing Server proxy(JMS>PI->CRM). I am getting the messages in the moni(PI), its showing successful but the message(Values) are not updated in the CRM. I have checked SXMB_MONI in the CRM, here it is showing the error as APPLICATION ERROR. and i checked the proxy manually(Debugging) its woking fine.
    Can any please help me whats the solution?
    Thanks
    Karthik.

    Hi All,
    I have checked SMQ1 and SMQ2. There is no messages struck in the queues. The messages are sent to the SAP system from PI. In the SAP sysetm i am checking the sxmb_moni tcode here it is showing the following below error like..
    <?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=""><SAP:Category>Application</SAP:Category><SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code><SAP:P1/><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMessage namespace="http://aaaaa/xi/CRM/fghhjj/100">BackOfficeFault</SAP:ApplicationFaultMessage><SAP:Stack>Application has thrown an exception
    </SAP:Stack><SAP:Retry>N</SAP:Retry></SAP:Error>
    Here i used the fault messages. Can any one please help me how can i resolve this issue?
    Thanks
    Karthik.

  • Unable to create Inbound Sync Server Proxy - Authorization problem

    Im using PI 7.0  . When I try to create a inbound sysnchronous server proxy in SPROXY tcode , I get the following error
    Authorization Check failed: S_TCODE with parameters TCD SICF
    Im able to create both outbound and inbound asynchornous proxies . What could be the problem?

    The JDK/Java that ODI using should be 64bit if ODI 11.1.1.6 is 64 bit.   (I think JDK 1.6 is recommended for this ODI version)
    Also, for which technology you are creating a data server ? and what error message you are getting while creating it ?
    Thanks,
    Santy.

  • Error getting while implementing server proxy

    Hi All,
             I am implementing server proxy using synchronous inbound message interface.I am trying to get the purchage order details from SAP.I am giving input as PO number.While getting output of multiple rows it is showing only one row.that is the problem.If i can change the occurence of output fields its getting syntax error.
           how can i get the multiple row items from that synchronous proxy.please give me any suggestions.
    thanks,
    Kishan.

    Hi Shabarish,
        Thanks for reply.If i can change the occurence in outout structure at the time the output is not assigning to the output fields.This  is getting syntax error.
          The interface is working only for 1 occurence.
          I am assigning the output like this..
       <b>output-ES_TARGET_MSG_TYPE-ITEM-PONUMBER = it_EPSS-PONUMBER.</b>
       here it_EPSS is the table.
       ITEM-PONUMBER is the output field.
    thanks,
    Kishan.

  • There is a problem with the security certificate of the proxy server. Error code 18 and 38.

    Hi All,
    After several hours and a short night of sleep I'm out of ideas and hopefully someone here can help me trying to solve this one. First of all the situation:
    Exchange 2013 on a remote location with a CA-certificate.
    Outlook 2010 and 2013 on different locations, locally installed and on RDS.
    When I open Outlook on my laptop all is fine, no errors, good sync, no problem. But when I open Outlook on our Remote Desktop Servers with Outlook 2013 I'm getting errors like "There is a problem with the security certificate of the proxy server. The
    name on the security certificate is invalid or does not match the name of the site. Outlook is unable to connect to this server. (Error code 18)". Opening Outlook 2010 the message is the same, but the error code now is 38.
    After this Outlook opens and is working, there's one more error though. After a while an security warning pops up with the message: "Information you exchange with this site cannot be viewed or changed by others. However, there is a problem with the
    site's security certificate. * The security certificate was issued by a company you have not chosen to trust. View the certificate to determine whether you want to trust the certifying authority. * The security certificate is valid. * The name on the security
    certificate is invalid or does not match the name of the site."
    Strangest thing is, it is the certificate of my RDS! It isn't my valid en officially bought certificate from my mailserver. What's going on? I'm out of options, what I've tried so far (in random order):
    - restarting mailserver and AD;
    - restarting switches;
    - restarting routers;
    - restarting RDS, AD and all other servers;
    - bypassed proxyserver for RDS;
    - created a new profile;
    - checked recently installed updates;
    - checked certificate on mailserver;
    - checked RDS on a different location, working fine.
    Nothing helped, what can I do next? Please advice.
    Regards.

    Found a thread that solves half my problem (https://social.technet.microsoft.com/Forums/office/en-US/70d18244-889a-4d95-ac3f-e234672a82b2/there-is-a-problem-with-the-proxy-servers-security-certificate-error-when-starting-outlook?forum=exchangesvrclients).
    The first message can be suppressed by adding this to the Exchange config:
    set-outlookprovider -Identity EXCH -CertprincipalName msstd:webmail.domain.tld
    set-outlookprovider -Identity EXPR -CertprincipalName msstd:webmail.domain.tld
    Giving the command get-outlookprovider, gives me empty information regarding the certprinipalname. Filled
    this and after recreating the profile or deleting the ost-file I still have the second alert with the local certificate of my RDS.
    Not completely where I want to be, any help regarding the second alert is greatly appreciated!

  • Error in abap server proxy

    hi all here i am facing some problem regarding proxies. here my scenario is file-to- ABAP proxy. when i trigger message it is giving checkered flag in XI where as in receiver  side it is showing error as below by giving red flag.
      another important thing is the Z table is getting updated. but it is giving error in sxmb_moni of receiver side by red flag. please respond.
    <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>ZCL_INBOUND_INTERFACE</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Regards,
    Ramana.

    Hi Ramana,
    there is an runtime error at your proxy. Look to transaction ST22 for details. To find out, what happend follow Stefans blog <a href="/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation: Debug your inbound ABAP Proxy implementation</a>
    Regards,
    Udo

  • Error handling in server proxy - triggering email

    Hi,
    i have WS->XI->CRM scenario.
    i am using server proxy at CRM side.
    I want to hadle errors in ABAP server proxy.
    i am using fault message and collecting and raising the error.
    Everything is fine.
    But to know the error i have to come SXMB_MONI of CRM.
    But in real scenario how it works. some one will not come and see every time.
    How to notify ( may be triggering  email ) some one in the organization if some error occurs in SXMB_MONI.
    Is there any automatic method?? if yes, how to do that.
    Thanks in advance...

    Configure alerts
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af895b
    U may also use CCMS monitoring
    /people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features
    Regards,
    Prateek

  • Proxy Error ( The ISA Server denied the specified Uniform Resource Locator

    Dear All,
       I am getting one error in ABAP proxy configuration,
      following is the error.
    ~response_line     HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    ~server_protocol     HTTP/1.1
    ~status_code     502
    ~status_reason     Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    via     1.1 BLRSPRX10001
    connection     close
    proxy-connection     close
    pragma     no-cache
    cache-control     no-cache
    content-type     text/html
    content-length     4070
        suddenly one day this error occured.  proxy configuration was working earlier fine. SLDCHECK also working without any problem now also. but in SPROXY it is saying no connection to ESR. only local objects.
    Please help me.
    Regards
    Pradeep P N

    Hi Pradeep,
    What is this BLRSPRX10001?
    IF it is rfc destination, then check the user.
    This problem is related to user rights. The user used there might not have sufficient authorizations to invoke the proxy. (may be the authorization is expired)
    Regards
    Suraj

Maybe you are looking for

  • Ai read in while loop

    I am acquiring data from a DAQ e series card. i intialized the daq by using AI config out side while loop . i used AI start and AI read in while loop . iam acquiring data from 5 channels. the buffer size ia 1000 and so is the scan rate in AI start.I

  • My iPhone turned off all of sudden and doesn't want to turn on again i need HELP ASAP!!! please

    while i was on google today my iPhone 4 turned off all of a sudden and only turns on with the wall charger i really need my phone so can some please help!!!!! i reseted done alot and still nothing please help!!!

  • Inspire 5500 - Speakers Cut Out?

    Hello... I'm using the excellent Inspire 5500 speakers, but occasionally one of the speakers, usually front center, just cuts out. If you pull the power and plug it back in (a simple off/on doesn't work) it'll come back. But sometimes when I turn the

  • Character count function

    can anyone help me find how many "|" in the string? does coldfusion has the function for it? <cfset variables.teststring = "343|4w3|||jenny||sfsdfsd"> thank you!

  • I did install Adobe Premiere 11 and I cannot get it open, error 126

    I have Windows 8 Pro / 64 bit I did install to day: Adobe Photoshop 11 and Adobe Premiere Elements 11 When trying to open (load) Adobe Premiere Elements 11 video editing there is an error ERROR LoadLibrary with error 126 Specified part cannot be foun