ABAP Proxy: Error calling Proxy

Hi guys,
Here I am with another amazing mistake.....
After searching the forum, reading some suggestions, notes, I'm a little bit lost on how to figure out what is wrong...
I've created a receiver ABAP Proxy. XI should call this proxy and receive the consequent response.....
I've tested the ABAP Proxy, everything is working fine...I've encountered some errors but was able to bypass them... But this one is getting hard...I've found one or two similar threads, or with the same error description but I had no luck in overcoming the error....
So, what is the problem....:
When XI is calling the ABAP Proxy I get:
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="INTERNAL">EXCHANGE_PROFILE_ACCESS</SAP:Code>
<SAP:Stack>Error while reading exchange profile for system DEV and client 100</SAP:Stack>
I've searched the exchange profile but everything seems ok...
The user has all (and more) the authorizations needed....
Can you guys give me some hints? Or suggest any attempt....?

Kumar,
as I said before, in SPROXY i can test the interface with no errors....
In the Application System the sldcheck returns no errors and the RFC Destinations return no errors on the connection tests...
I really can't understand what this problem might be...
Problem solved
What was it? Well, I'm really not sure...Like most of the threads related to this topic it's quite an awkward problem....I've tested some RFC connections which were created, changed some parameters, restarted the system and voila....
Thanks
Message was edited by:
        Gonçalo Mouro Vaz

Similar Messages

  • ABAP Application Error in Proxy scenario

    Hi All,
    I have a Proxy to Proxy scenario. I can see that few message are successful, whereas few are failing in ECC side. The messages are not stuck in Queue. It is giving a "ABAP" _APPLICATION ERROR. Has anyone faced this error before?
    Regards,
    Lavanya R

    Hi,
    Issue with Application end, Ask to developer to deebug the codu using the failed xml message.
    Regards
    srinivas

  • Web Clipping proxy error ISA proxy server

    hi everybody.
    help me please
    i'm using web clipping in portal .Our proxy server is ISA server.
    http proxy in webclipping test page option like this:
    HTTP Proxy: webproxy.domain.ru
    port :8080
    Requires Authentication:yes
    type :Basic
    Realm:domain.com (our domain name)
    my username:domain\user1
    my password :***
    but when i trying to connect to http://www.blabla.com i get this error message:
    An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-519 -- HTTP Proxy Authentication failed for proxy webproxy.domain.ru:8080 with authentication of type "Basic" at realm "domain.ru". Update your proxy login information in the Edit Defaults / Personalize page to
    authenticate.
    in isa server logs we can see that webclipping try to authenticate as anonimous
    my username and password is correct.
    application server is 10.2.
    oracle portal 10.1.2 that upgrade to 10.1.4
    Edited by: user12104721 on Nov 29, 2010 2:47 AM

    I have the same problem with isa server.
    Did you sovle it?

  • Changed setting to no proxy but not solved problem Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /iam/services/setContext. Reason: Error reading from remote server

    This problem only happens with one website when I try to follow hyperlinks to other pages. They have directed me to Firefox troubleshooting section. I have followed the advice there but it has not solved my problem.

    I haven't been able to go on line since 7.01 and up. I have to use ieexplorer. are you idiots or what. I can't even contact you because i have to be in your latest version but i can't get the internet with the latest version. good bye for good

  • Proxy error in Webdynpro

    Hi all,
          I am having  2 tables in my view.In the first table total 29 records are there and in 2nd table total 4o records are there.
    I selected all records in both the tables and given them as input to the function module.
    On click of execute i am calling the function module execute method.
    I am getting the following error as given below
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    Reason: Error reading from remote server
    Can anyone plz help me out in resolving this issue
    Regards
    Padma N

    Hi,
           It is working if i select all records from table 1 and upto 20 records of table 2.
    But my table 2 is having total 40 records.If i select 40 i.e more than 20 it is giving the proxy error as "Error reading from Remote server"
    The code i used is
    List OpNumNode=null;                                                                                          //To hold OperationsNumber
         OpNumNode= new ArrayList();
         List OpDescNode=null;                                                                                          //To hold OperationsDescription
         OpDescNode= new ArrayList();
         int nSelOperations=0;
         int nOperations=wdContext.node_Operations_Copy().size();
    for(int i=0;i<nOperations;i++)
                   if(wdContext.node_Operations_Copy().get_Operations_CopyElementAt(i).currentChkBoxOperationsElement().getOperationsChkVal()==true)
                        OpNumNode.add(wdContext.node_Operations_Copy().get_Operations_CopyElementAt(i).getVornr()) ;
                        OpDescNode.add(wdContext.node_Operations_Copy().get_Operations_CopyElementAt(i).getLtxa1());
                        nSelOperations++;
    int nCounters=wdContext.node_Group_Counters_Copy().size();
         for(int i=0;i<nCounters;i++)
              if(wdContext.node_Group_Counters_Copy().get_Group_Counters_CopyElementAt(i).currentChkBoxCountersElement().getCountersChkVal()==true)
                   String  strGroupVal=null;     
                   strGroupVal=wdContext.node_Group_Counters_Copy().get_Group_Counters_CopyElementAt(i).getPlnnr();
                   String strAssembly=null;     
                   strAssembly=wdContext.node_Group_Counters_Copy().get_Group_Counters_CopyElementAt(i).getIstru();
                   String strCounterVal=null;                    strCounterVal=wdContext.node_Group_Counters_Copy().get_Group_Counters_CopyElementAt(i).getPlnal();
    //Calling the function module with parameters
                   wdThis.wdGetlistCustomContollerController().execute_Copy_Operation(strMainGroup,strMainCounter,OpNumNode,OpDescNode,nSelOperations,strGroupVal,strAssembly,strCounterVal,chk1,chk2);
    the code of function module execute is
    try
              Z_Operation_Input Copy Operation1 =null;
                          CopyOperation1=new Z_Operation_Input();
                          wdContext.nodeZ_Operation_Input().bind(CopyOperation1);
    wdContext.currentZ_Operation_InputElement().modelObject().setPlnnr(strGroup);
         wdContext.currentZ_Operation_InputElement().modelObject().setPlnal(strCounter);
         wdContext.currentZ_Operation_InputElement().modelObject().setCheck1(Check1);
         wdContext.currentZ_Operation_InputElement().modelObject().setCheck2(Check2);
    Zgroup_Counter zz = null;
          zz=new Zgroup_Counter();
          zz.setPlnnr(GroupList);
          zz.setIstru(AssemblyList);
          zz.setPlnal(CounterList);
          wdContext.currentZ_Operation_InputElement().modelObject().add_Group_Counters(zz);
    for(int i=0;i<OpCount;i++)
              Zoperation tt= new Zoperation();
              tt.setVornr((String)OpNumList.get(i));
    tt.setLtxa1((String)OpDesc.get(i));
              wdContext.currentZ_Operation_InputElement().modelObject().add_Operations(tt);
    wdContext.currentZ_Operation_InputElement().modelObject().execute();
    wdContext.nodeOutput_Copy_Operation().invalidate();
         catch(Exception e)
              wdComponentAPI.getMessageManager().reportException("listCustomContoller - execute_Copy_Operation - Exception -"+e,false);
    Regards
    Padma N
    Edited by: padma nallapati on Jun 13, 2008 8:17 AM
    Edited by: padma nallapati on Jun 13, 2008 8:18 AM

  • Page leads to proxy error sometimes or taking too much time to load

    Hi All,
    APEX4.0
    Web server: Apache 1.3.9 (Oracle 9iAS 10.0.1.2.2)
    I am getting  the below error at first time when I try to open a page or the page takes 3 to 5 mins to load. From second time on wards, It takes 5 to 8 sec to open as normal. I debugged the page and checked the log. Logs and execution time are looking normal.  why the page takes too much time to load at first time or it leads to proxy error?? Is anybody got same experience before??
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET/pls/apex/f.
    Reason : Document contains no data
    Please guide me to find out and  resolve this issue....
    Thanks in Advance
    Lakshmi

    Hi this is what the solution given by your link
    A.1.6 Connection Timeouts Through a Stateful Firewall Affect System Performance
    Problem
    To improve performance the mod_oc4j component in each Oracle HTTP Server process maintains open TCP connections to the AJP port within each OC4J instance it sends requests to.
    In situations where a firewall exists between OHS and OC4J, packages sent via AJP are rejected if the connections can be idle for periods in excess of the inactivity timeout of stateful firewalls.
    However, the AJP socket is not closed; as long as the socket remains open, the worker thread is tied to it and is never returned to the thread pool. OC4J will continue to create more threads, and will eventually exhaust system resources.
    Solution
    The OHS TCP connection must be kept "alive" to avoid firewall timeout issues. This can be accomplished using a combination of OC4J configuration parameters and Apache runtime properties.
    Set the following parameters in the httpd.conf or mod_oc4j.conf configuration files. Note that the value of Oc4jConnTimeout sets the length of inactivity, in seconds, before the session is considered inactive.
    Oc4jUserKeepalive on
    Oc4jConnTimeout 12000 (or a similar value)
    Also set the following AJP property at OC4J startup to enable OC4J to close AJP sockets in the event that a connection between OHS and OC4J is dropped due to a firewall timeout:
    ajp.keepalive=true
    For example:
    java -Dajp.keepalive=true -jar oc4j.jar
    Please tell me where or which file i should put the option
    java -Dajp.keepalive=true -jar oc4j.jar ??????/

  • Proxy error when running reports in Infoview

    We are running XI 3.1 sp4 and are getting a Proxy error on some reports when running in PDF mode. Any ideas?
    Here's the error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /AnalyticalReporting/ViewAsPDF/Disposition Analysis Report.pdf.
    Reason: Error reading from remote server
    Apache Server at preprod.nalts.com Port 443

    Hi Sylvia,
    It seems that the reverse proxy you are using: Apache could have problems with the sessions of the users. I have seen the same behaviour with other Load Balancers. If you have different WAS in the backend, make sure they stay with the same WAS (session affinity).
    Regards,
    Julian

  • Wiki won't work because of proxy error. Help?

    Howdy All,
    After a long struggle I managed to get the Wikis working.
    Firstly, I didn't know the users and groups had to be in Open Directory - that could be made more clear and, by the way, why is that so? Secondly, it seems my OSXS upgrade didn't go that well, so I didn't get a themed group or wiki. After searching and copying some files it sprang to life in all it's AJAX and design greatness (well done Apple!).
    Then I did a silly thing. It was slow so I tried to experiment with turning the Performance Cache on and off (I thought it should be off, but you never know, perhaps it would help). The problem was, I believe, that I turned it on and off too fast for Server Admin. Now I can't load the groups page or the wiki at all. I just get the following Proxy Error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /groups/.
    Reason: Could not connect to remote machine: Connection refused
    Apache/1.3.39 Server at osr.hatken.com Port 16080
    I have a general understanding of how the performance cache works (I believe it is set up as a filter at the local host 127.0.0.1 and hence, "could not connect to remote machine" is stretching it a bit). Anyway, I have searched high and low to try and find the problem, but I can't. I thought it must be one of the httpd config files got corrupted but I can't see any problem in them.
    Any suggestions on what might be wrong and how to fix it?
    One other thing. When I was having problems getting groups and wiki to work I gave up temporarily and downloaded MediaWiki. Unfortunately, I found out it requires PHP5 which I believe requires Apache2. Late at night (early morning) I decided to upgrade OSXS to Apache2 (by clicking on the button in Server Admin). (Un)fortunately it seemed to fail.
    So perhaps there some inbetween Apache 1.3 and 2.x in the mix. That said, Server Admin reports the machine to still be running Apache 1.3 (as does top) and all other Web sites seem to load fine.
    I've also noticed the Python process cycling to a very high percentage CPU usage continually, up and down, up and down. I believe that has something to do with the groups / wiki.
    I've tried turning off the wiki (in the Sites tab) and turning it on again (hoping that would reset things, but no luck). I've searched high and low through the discussion lists and on the Web but can't seem to find anything to fix this problem (the proxy error). I still think there is a configuration somewhere that is half done wrt the performance cache.
    Any help or suggestions to get the groups / wikis back would be most appreciated.
    Cheers,
    Ashley.
    PS This is MacOSX Server 10.5.2. This is also a virtual host (I have a few). The virtual host web site still loads fine.

    Hi JLeeAnne1993,
    Welcome to the Apple Support Communities!
    I understand you are receiving an alert after attempting a restore. You have done several great troubleshooting steps already I see. The other steps I would recommend would be isolating the usb port, reregistering “.dll” files, updating or reinstalling the Windows USB drivers, and possible disabling your security software temporarily. I know the specific alert number you are receiving is not listed, but please use the following article for the steps and information on how to complete these actions.
    iPod: Can't restore or update in iTunes with error 1415, 1417, 1418, 1428, 1429, 1430, 1436, or 1439
    http://support.apple.com/kb/ts1372
    I hope this helps,   
    -Joe

  • Reg: Proxy error while fetching data from RFC's

    Hi All,
    I am fetching data from RFC's. When the data is in bulk I am getting an error like:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /webdynpro/dispatcher/sap.com/pb/PageBuilder.
    Reason: Error reading from remote server
    When the data is samll only I am not getting any error and am able to fetch it easily. Please suggest me something in this regard.
    Thanks in advance,
    Gaurav

    Hi Detlef / Gowtham,
    Now I am able to fetch data from flat files from OWB Server as well as OWB Client.
    One way I have achieved as suggested by you
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copy all flat files on OWB Server
    5) Updated the location which I created at the client.
    Other way
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copied flat files on the sever in same drive & directory . like if my all flat files are on C:\data at OWB Client then I copied flat file C:\data on the OWB Server. But this is feasible for Non-Windows.
    Hence my problem solved.
    Thanks a lot.
    Regards,
    Manmohan

  • Proxy error while creating index

    hi all
            i've configured Trex name server in j2ee visual admin,and ialso configure the prosy server in the following path
    System Administration  ® System Configuration  ® Service Configuration ® Applications (Content Catalog) ® com.sap.portal.ivs.httpservice  ® Services  ® Proxy
    by giving host name
    but while creating index the following error occured
    Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request POST /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fadministrator!2fsuper_admin!2fsuper_admin_role!2fcom.sap.portal.system_administration!2fcom.sap.portal.system_configuration!2fcom.sap.km.AdminConfig!2fcom.sap.km.AdminSystemIndexes!2fcom.sap.km.IndexAdmin. Reason: Error reading from remote server -
    Apache/2.0.52 (Fedora) Server at www.entegs.com Port 80
    and in SysAdmin/SysComfig/Km/Trex Monitor the following error is displaying  
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy.
    Reason: Error reading from remote server
    Apache/2.0.52 (Fedora) Server at www.entegs.com Port 80
    can any one give me the appropriate solution for the above,its very urgent.
    awaiting for replies
    Regards
    Gnana
    Note:also tell me how to rate for replies coz through this forums i solved many problems

    Hi Gnana,
    as there seem to be no replies here and I do not have one either, please submit a support message to SAP and be prepared to grant system access.
    Regards,
    Karsten

  • Proxy error in OIF

    We have two federation servers and two proxies. I am getting the following error when I try to run a loopback test on one of the server. One server works fine. Any ideas?
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /shareid/saml/ObSAMLTransferService.
    Reason: Could not connect to remote machine: Connection refused
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at fedpartner.carlson.com Port 443
    Thanks.

    The error is different when I try the loopback directly using server name.
    OSFS SAML Sample Target Application
    ERROR: No assertion in response
    Oracle is saying that this is happening because we are not using RDBMS which is a requirement in load-balanced environment. But I don't believe that for loopback testing that may be the issue. Any idea?
    Thanks.
    Vinay
    Edited by: user504421 on Nov 6, 2009 10:06 AM

  • Proxy Error in application page

    Hi
    when i entered the url it shows error https://domain.com/OA_HTML/AppsLocalLogin.jsp
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /OA_HTML/AppsLocalLogin.jsp.
    Max-Forwards has reached zero - proxy loop?
    Apache/2.0.52 (Red Hat) Server at domain.com Port 80
    Regards

    this is an oracle EBS/ apps question, not a linux question.
    the apache is configured to contact jserv, and it is not supported to use another webserver than the oracle http server. unless your redhat apache webserver is configured to function as an proxy before the oracle http server, which proxy's to jserv for the jsp's.
    troubleshoot every distinct process on itself first (is it working? does it accept communication), then try to follow the logical connection between them, and use the logfiles, or logfiles with enhanced verbosity to troubleshoot.
    in a nutshell: you did give way to little information to be able to help you.

  • Proxy Error in Development

    I am trying to clear data in the forecast scenario in development under Data Tasks but got this error. How should I get around this issue please?
    proxy error
    the proxy server received an invalid response from upstream server.
    the proxy server could not handle the request POST/HFM/Data/DBManagementClearData.asp
    Reason:Error reading from remote server.
    please help me out.
    thanks in advance.
    regards
    anil

    Hi Venkatrao,
    I am also facing same problem ,did you get solution ? Please help me
    Thanks and regards,
    Shivanand

  • Proxy error - Invalid response from upstream server

    We are using Oracle Application Express Listener for requests between a Web browser and Oracle Application Express engine.
    Tomcat and Java version on the web server (Windows 2008):
    TomCat v 6.0
    Java version "1.6.0_25"
    Application Express version - 4.0.2.00.07
    Access to APEX site happens via Reverse Proxy.
    One of the reports is giving following error message from past few days and there are no log entries in Tomcat server.
    Proxy Error+
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /appname/f.
    Reason: Error reading from remote server
    What could be possible reasons for this proxy error? Please help with the possible solutions to this problem.
    I have tried restarting Tomcat service, used different browsers, cleared browser cache but for no avail. Error is only on one particular report page.

    Hi,
    Have you tried to access the page directly via tomcat without the reverse proxy? This way you can determine if the problem arises at the reverse proxy or tomcat.
    You say it happens only on 1 specific report page, this makes me think there is something with that page and not with the reverse proxy or tomcat. Arises the error when you access the page directly or via a menu option? Maybe the menu link is not correct otherwise i suggest that you take a good look at that page.
    Kees Vlek.

  • Proxy error when installing an imported application

    The import of an application is successful. But the installation comes to a sudden end with a proxy error message: Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /apex/wwv_flow.accept.
    Reason: Error reading from remote server
    POST /apex/wwv_flow.accept leads to an explanation in German:
    Es wird erwartet, dass das p_company- oder wwv_flow_company-Cookie die Sicherheitsgruppen-ID des Anwendungseigentümers enthält.
    Fehler ERR-7621 Bestimmen des Workspace für Anwendung (:) bei Anwendungsannahme nicht möglich.
    I try to translate: it is expected that the p_company- oder wwv_flow_company-Cookie contains the securitygroup-ID from the application owner. ERR-7621: not possible to specify the workspace for application(:) when the application is received.
    I really don't know what to do. Is there anybody who can help?
    Thanks in advance
    Michael
    Edited by: user445720 on Jun 4, 2009 9:34 PM
    Edited by: user445720 on Jun 4, 2009 9:37 PM

    Nobody has a suggestion, not even the Oracle specialists? Yes, so far that is the case.
    May this be the wrong forum for my question?Focus on the proxy error. I've never seen that and I don't know what it means. Have you contacted Oracle Support?
    Scott

Maybe you are looking for

  • Only Some Events Duplicated from Google in iCal - Yosemite and iOS 8.1.2

    I have some shared Google calendars with some folks that I work with, and when I download them from Google onto my Mac and onto my iPhone, some of them are duplicated. Specifically, there are two recurring (every) weekday events that always duplicate

  • Javascript:void(0) error after clicking buttons in my trips and expenses

    Hi All, I have implemented EHP2 and activated FIN_TRAVEL_1, now I am getting all the ABAP webdynpro iviews. BUT when i go to "my trips and expenses" and try to click any button there like; create travel request, plan, exit, etc... than I get the mess

  • Adobe Photoshop CC & CS6 crashes after lunch

    Iam realy mad right now. Nether Photoshop CC is running, nor CS6. Both getting suspended direktly after lunch. I tryed everything. Lougout from appmanager, restart appmanager, reset derfault settings of Photoshop even a complete reinstall of applicat

  • Problems trying to load SCORM version of Presenter module with Macs

    Hi there I am thinking of using a Presenter module to provide orientation information to students. The module will have quizzes embedded in it. Because of this, I am planning to upload the Presenter file as a SCORM package to our Learning Management

  • BOM validity for creation of PO

    hello guys, have a question because there is a situation in our plant that there is a production order was started at around 19:52:02 on 01.04.2008, but there where a user change the material BoM of the metreial used in that PO at around 12:23:52 on