HTTP RESP CODE NOT OK -- 403 -- Forbidden

Hi @ all,
i am trying to integrate XI.
From an external Application i am sending an Idoc, the
BPM retrieves the Idoc and is making some mappings.
When XI sends the Data to the Receiver System
(BAPI call via "generated ReceiverChannel_RFC")
the target SAP system sends the following reply:
What am i missing?
Thanks for Help,
Benjamin

Hi Vijay,
thank you very much for the reply.
I checked the settings from my GeneratedReceiverChannel_RFC,
they are exactly the same like your suggestion.
The only thing i changed was the user, i changed it from XISUPER to SAPJSF but nothing happend, all errors where still the same.
After this changes takes no effect, i logged on on the target system, and checked the settings for the user (SAPJSF) but everything fit's.
To check if Idoc works, i generated a new CommunicationChannel
AdapertType: IDOC
x Receiver
TransportProtokoll: IDOC
Message_protokoll: IDOC
Adapter-Engine: Integration Server
RFC-Destination: <my Targetsystem>
PORT: port from Targetsystem (found with [we21] under Port ->Transktional)
after this i entered this fresh created ReceiverChannel
into the Receiveragreement.
But this changes caused the same error messege.
Very strange.
I activated the changelists in the integration Builder
also i made a komplete CacheRefresh at the XI-RuntimeCache.
for me it seems so, that the error accures not in the targetsystem. But in my MessageMonitoring-entrys the logs are from
Sender-Service: E02_800
ReceiverService IH_meld (my bpm)
Am i totaly wrong?
thanks for helping me,
greetings
Benjamin

Similar Messages

  • ISDN Code 57 and 403 Forbidden

    Hi Everyone,
    We have lots of numbers come in on our SIP, we are have problems with just one number that during busy periods (intermitant) generagtes a ISDN Code 57 and 403 Forbidden error in the logs, like all our numbers this points to a Cisco CCX script, nothing different to all our other scripts that work fine.  I can see lots of the 403 errors on the logs on the SBC but cant generate them myself (yet) what could be the cause of this, if you look online it says :-
    Cause No. 57 - bearer capability not authorized [Q.850]
    This cause indicates that the user has requested a bearer capability which is implemented by the equipment which generated this cause but the user is not authorized to use.
    What does this actually mean, where could the error be come from ? At first we thought maybe users were getting a busy tone, but from speaking to people we dont think they are we think the call is in some way failing.
    Any ideas where to look ?
    Many Thanks

    Just a wild stab...  Are you exceeding your defined max number of sessions on your ccx application or the cti port group associated with it?

  • HTTP Response code not ok

    I am doing File to BAPI scenario. This is the error i am getting. Can you please tell how to followup
    <b><SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3 />
      <SAP:P4 /></b>
    Regards,
    Govada.

    Hi
    Check if the client, userid, password, and lang information are maintained in SICF transaction -> sap/xi/engine. If not do maintain it
    try to take a look to SAP Note:
    803145 - Received HTTP response code 503
    Can you check on the server proxy R3 system, make sure all the services are activated, SICF->sap->xi->engine
    This Error - HTTP_RESP_STATUS_CODE_NOT_OK Might also occur because of authorization Check sm59 HTTP destination on R3 that points to the XI integration engine
    check in this blog for http errors
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Message was edited by:
            Anusha  Ramsiva

  • HTTP Response Codes Not Present

    I apologize in advance for my lack of knowledge. I'm a newbie and still figuring things out. The previous Eloqua admin provided me with the Bulk API 1.0 PDF file and after reading the document I am attempting to work with my coding developer to implement alerts based off the HTTP Response messages.  We're not seeing any response messages regardless of whether the data pass was successful or not.  The particulars of our setup are:
    Eloqua Instance: 9
    Location of online forms: Sitefinity CMS v 6.3
    API: SOAP (we have a plan in place to transition to REST)
    Any help is greatly appreciated, thanks!
    Regards,
    RobR    

    This forum is specifically for the Endeca related discussion. Please ask your question in the relevant community from the link below
    https://community.oracle.com/welcome

  • Error 403--Forbidden using eclipse and weblogic

    hi,
    i am new here on j2ee
    I am using eclipse3.4 and weblogic 9.1.2 on xp. I am trying to make simple hello world servlet
    here is what i did
    on the eclipse click New and click on Dynamic project
    click on Servlet and write following code for the servlet
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    * Servlet implementation class SecondServlet
    public class SecondServlet extends HttpServlet {
         public void service (HttpServletRequest req, HttpServletResponse res)
         throws IOException
              res.setContentType("text'html");
              PrintWriter out = res.getWriter();
              out.println("<html><head>" + "<title> Hello World </title></head>" +
                        "<h1>Hello Worldasd </h1></body></html>");
    folder structure and file web.xml is created by eclipse itself.
    then i started weblogic from the eclipse
    and i have following error
    http://localhost:7001/SecondServlet/
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

    I do connect with router/modem
    eclipse did create weblogic.xml. here it is
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
    <wls:jsp-descriptor>
    <wls:keepgenerated>true</wls:keepgenerated>
    <wls:working-dir>C:\Documents and Settings\Owner\My Documents\jj\java-files\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\SecondServlet</wls:working-dir>
    <wls:debug>true</wls:debug>
    </wls:jsp-descriptor>
    <wls:context-root>SecondServlet</wls:context-root>
    </wls:weblogic-web-app>
    i did create a user proejct domain in weblogic.
    I did try by login through localhost:7001/console. but it didn't work. following is the problem
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.4 503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    any more suggestion will be helpful.
    this is just a start so please i need to solve this problem so that i can move ahead
    thanks
    Edited by: chitochez on Dec 18, 2008 5:45 AM

  • WSRM messages stuck in PI with HTTP code:403 forbidden

    Hi Guys,
    We have interface from FILE to WS where file is being sent from third party system to ECC in which we are facing issue.
    This service uses HTTPS protocol and while creating the binding in ECC SOAMANAGER we have used communication security as "SSL over HTTP" whereelse in HTTP portocol "none" is selected.
    I have tested the wsdl url in browser and is working fine but while sending the message it throwing HTTP code: 403 forbidden error.
    Can you help me to resolve this issue?
    Thanks
    Aki

    HI,
      I have tested the wsdl url in browser and is working fine but while sending the message it throwing HTTP code: 403 forbidden error.
      Can you help me to resolve this issue?
         HTTP code: 403 forbidden error might occur The server understood the request, but is refusing to fulfill it
         Path sap/xi/engine not active
                 u2022 HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856
                 u2022 Because of Inactive Services in ICF u2013Go to SICF transaction and activate the services. Refer SAP Note -517484
                 u2022 Error in RWB/Message Monitoring- because of J2EE roles u2013 Refer SAP Note -796726
                u2022 Error in SOAP Adapter - "403 Forbidden" from the adapter's servlet. u2013Because of the URL is incorrect or the adapter is not              correctly deployed.
    regards,
    ganesh.

  • System Landscape Directory: HTTP response code: 403 (Forbidden)

    Hi,
    After upgrading PI 7.1 (with local SLD) Stack06 -> Stack09 we have the following error in the runtime workbench. It seems that the connection
    between PI and SLD is not working:
    1) error in RWB -
    Error during communication with System Landscape Directory: HTTP response code: 403 (Forbidden)
    2) another error:      
    8 Message(s) : SLD agent unable to specify domain - Error class com.sap.aii.rwb.exceptions.BuildLandscapeException: Error during communication with System Landscape Directory: HTTP response code: 403 (Forbidden) - Attempt to create JCo connection object failed for domain domain.00.hfasapxi1 - Integration Server unable to specify a JCo client - No component names available from Integration Server - SLD agent unable to specify domain - Error class com.sap.aii.rwb.exceptions.BuildLandscapeException: Error during communication with System Landscape Directory: HTTP response code: 403 (Forbidden) - Attempt to create JCo connection object failed for domain domain.00.hfasapxi1
    3) in the sld:
    INFO com.sap.sld.api.builder.app.DefineHostedSystem: Communication exception in SLD ping (HTTP 403 = FORBIDDEN): http://hfasapxi1:50000/sld/cimom, namespace sld/active.
    sldcheck is working and the users are not locked or not valid. All seems to be ok but I still get these errors.
    Any idea ?
    Dimitry Haritonov

    Hi Venu,
    thanks for the answer but it seems to be something else. After searching for that problem I also ran the configuration wizard->PI self registration. This activity registers all the component of the PI, unfortunately it only registered the "integration server" part without the Adapter engine, domain, RWB and etc.
    Also, when I trigger the registration of the adapter engine I get the following error in the default trace:
    The AdatperEngine has not been registered with the SLD due to: com.sap.aii.af.lib.sld.SLDException: Could not register AdapterFramework to SLD. Reason: Self-registration of instance af.xid.hfasapxi1 of class SAP_XIAdapterFramework failed
    the reason is unknown ... any idea ?
    Dimitry Haritonov

  • Lync 2013 Clients in Child Domain Log "The server returned HTTP status code '403 (0x193)' with text 'Forbidden'."

    Hey All, I am really stumped on this one. 
    Environment - Is using split DNS
    Forest Root Domain - Contains new Lync 2013 Server Standard, ADDS, DNS, Enterprise CA, Workstations
    Clients in this domain connect and work beautifully. No errors. 
    Child Domain - ADDS, DNS, Workstation, Lync 2013 client
    Client autodiscovers, and then asks for a password. Enter the password and this comes up...
    Can't sign in to Lync, You didnt get signed in, It might be your sign-in address or logon credentials..  blah blah blah" 
    Client log shows 
    Error:
    There was an error communicating with the endpoint at 'https://domainlync13srv.Domain.net/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '403 (0x193)' with text 'Forbidden'.
    The server understood the request, but cannot fulfill it.
    As far as i can tell certificates are correctly configured with all the SAN's possible in my forest. The user is correctly set up in Lync control panel. Autodiscovery seems to be working as it should. EWS is working correctly. 
    Repaired client, removed cached creds, has all lync 2013 updates no dice
    Thank you all! 

    I am an IDIOT. 
    I did not prepare the child domain with the LYNC setup tool. Logged on to a file server in the child domain with domain admin rights and sure enough the setup said the domain was "partial". Ran the setup and bam it all started working. 

  • HTTP response code 403 (forbidden)

    Hi, my name is Sebastiano and I'm a student.
    I'm developping a Server-Client application for Web in 100% Java.
    My application comunicates with a browser (Explorer) through a socket to satisfy http request.
    So my application is between the browser and the web (like a proxy).
    My application create an HttpUrlConnection with the URL contained in the http request getting from the browser, receive the response (the content of the url requested) from this URL and after doing some task with it, send it to browser as response.
    However some site (in particular www.google.com when my application send to it a query of research) gives to my application http response code 403 (forbidden) raising an "java.io.IOException: Server returned http response code: 403 for URL ...".
    There is someone who can help me ... may questions are:
    Why my application get this respone code?
    There is something to set in HttpUrlConnection to avoid this response?
    How can I avoid this response?
    Thank you very much for yuor reply,
    Sebastiano.

    Read this page:
    http://www.google.com/terms_of_service.html
    Especially the section headed "No Automated Querying".

  • MySQL Connection "HTTP Error Code 403 Forbidden"

    I can't seem to connect to my MySQL database on Go Daddy. I
    have the db set up for remote access and can connect just fine with
    Sequel Pro. But, when I try to connect to build my application in
    Dreamweaver I always get "HTTP Error Code 403 Forbidden". I've
    spent a good chunk of the last 3 days banging my head against this
    problem. At this point I'm thinking of dumping Dreamweaver. I
    thought these things were supposed to be easy? Yes, I'm very
    frustrated...
    All help is greatly appreciated.
    Thanks

    Pls check if your database name is already taken by someone
    else on GoDaddy. GoDaddy has a policy that a database name taken on
    any website hosted by them cannot be taken by another user.
    If your database name was accepted by GoDaddy, see if the
    first few lines of your SQL file contain code like:
    DROP DATABASE IF EXISTS . . . or
    CREATE DATABASE . . . or
    USE . . .
    If such lines are there, delete them so that the code starts
    with:
    DROP TABLE IF EXISTS . . .
    Save the SQL file and try to upload it.
    Good luck!

  • Web Dynpro Application - HTTP 403 - Forbidden

    Hi All,
    We have created one application in Dev. environment. And it is working fine here.
    But when we transport it to the QA system, we are getting 403 forbidden error.
    What has happened?
    URL http://<server name>:8000/sap/bc/webdynpro/sap/ZGFS_JEWD/ call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system FQ3 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:lnxeccq1_FQ3_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    Any help would be appriciated.
    TIA
    Amit
    Edited by: Amit on Feb 1, 2010 2:38 PM

    Hi,
    When  you transport your WebDynPro App to QA system or even Production, you need to manuallly activate the Service in transaction SICF.
    goto SICF, execute for Hierarchy Type: "SERVICE"  --> default_host->sap->bc->webdynpro->sap->
    look for your Application Name here & right clik & Activate it.
    your application will work fine then.
    PS: If you donot have the authorization, have someone from Basis activate the Service.
    Thanks,
    Phani
    Edited by: Phani Rajesh Mullapudi on Feb 1, 2010 7:36 PM

  • IDOC-- XI-- HTTP (non-sap) 403 Forbidden

    Hi guys,
    When I execute my scenario IDOC>XI>HTTP (non-sap) URL address Asynchr. The receiver receives the message correctly
    but in my XI monitoring the message stands in error mode.
    At first sight this is not a big problem because the receiver receives the message correctly
    but it would be nice if the message would stand in processed succesfully.
    The error:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30"
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3>Service Error</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Http server code 403 reason Forbidden explanation Service Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please don't redirect me to an old topic because I have  read all topics and none of them could help me. :s
    TIA
    Message was edited by: Peter Delve

    Hi,
    this is the describtion of W3ORG:
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.
    May contact web admin.
    Regards
    Matt

  • HTTP Error 403 - Forbidden  error when auto including a jspx page

    Hi All -
    We have a situation where one of different reports pages gets included inside a main reports page based on user selection via a selectOneChoice control.
    But when the Reports Main page tab is clicked for the first time we get a "You are not authorized to view this page" HTTP Error 403 - Forbidden error.
    Upon clicking "Refresh" and then clicking the Reports Main page tab again, the page renders correctly.
    This is our code snippet. All the report related pages(MainPage.jspx, Schedule.jspx and Budget.jspx) are inside a reports folder under the context root. Please help.
    Thanks for your time.
    MainPage.jspx
    =====================
    Here I have a selection box, and based on the user selection I include different JSPX pages. The page Definition of this page
    contains all the executables and the bindings of the included pages also.
    <af:selectOneChoice value="#{backing_Reports.measureSelected}"
    label="Measure" unselectedLabel="Select One"
    id="selectmeasure" autoSubmit="true"
    immediate="true">
    <af:selectItem label="Schedule Data"
    value="Schedule.jspx"/>
    <af:selectItem label="Budget Data"
    value="Budget.jspx"/>
    </af:selectOneChoice>
    <af:panelGroup>
    <jsp:include page="${backing_Reports.measureSelected}" flush="true"/>
    </af:panelGroup>
    Faces Config:
    ===================
    <navigation-rule>
    <from-view-id>*</from-view-id>
    <navigation-case>
    <from-outcome>GlobalHome</from-outcome>
    <to-view-id>/pages/Welcome.jspx</to-view-id>
    <redirect/>
    </navigation-case>
    <navigation-case>
    <from-outcome>GlobalReports</from-outcome>
    <to-view-id>/reports/MainPage.jspx</to-view-id>
    </navigation-case>
    <!-- 1. Reports menu tab item -->
    <managed-bean>
    <managed-bean-name>menuItem_Reports</managed-bean-name>
    <managed-bean-class>cs.view.menu.MenuItem</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    <managed-property>
    <property-name>label</property-name>
    <value>#{resources['scorecard.menu.reports']}</value>
    </managed-property>
    <managed-property>
    <property-name>viewId</property-name>
    <value>/reports/MainPage.jspx</value>
    </managed-property>
    <managed-property>
    <property-name>outcome</property-name>
    <value>GlobalReports</value>
    </managed-property>
    </managed-bean>
    :

    We have solved this, temproarily. But don't know if this is the best method to do this. Please post if somepne has a better way of doing this.
    While debugging we found that the ${backing_Reports.measureSelected} field which was set to a default value in backing bean was returned as null when the page renders for the first time. So we had a work around like this in our MainPage.jspx
    <af:panelBox width="80%" partialTriggers="selectmeasure"
    inlineStyle="margin:40.0px;">
    <af:panelGroup>
    <jsp:include page="${backing_Reports.measureSelected==null?'BlankPage.jspx':backing_Reports.measureSelected}"
    flush="true"/>
    </af:panelGroup>
    </af:panelBox>
    Thanks.

  • Error 403--Forbidden- From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1

    I am getting the following error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    It throws an error when I click on a button which in turn calls form authentication[edit.do] and it fails. LDAP server is configured for group- My Admin. We are using AMAgentFilter
    Its currently working in PRODUCTION WL8 with given configurations, please be noted that we have not changed anything in config files[web.xml/weblogic.xml]
    WEBLOGIC is configured for LDAP Server , i used same credetials to login , i am able to login to welcome screen, but when there is FORM AUTHENTICATION [edit.do], it fails.
    This edit button calls [edit.do]. It fails there. What we need to check for making it working . We are upgarding from WL 8 to WL 10. its working fine in WL8.
    Do we need to provide anything in WEBLOGIC server to configure the group name My Admin
    WEB.XML
         <!-- AM filter used for SSO -->
         <filter>
         <filter-name>Agent</filter-name>
         <display-name>Agent</display-name>
         <filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
         </filter>
         <filter-mapping>
         <filter-name>Agent</filter-name>
         <url-pattern>/*</url-pattern>
         </filter-mapping>
    <security-constraint>
         <web-resource-collection>
         <web-resource-name>saveAction</web-resource-name>
         <url-pattern>edit.do</url-pattern>
         <url-pattern>update.do</url-pattern>     
         <http-method>POST</http-method>
         <http-method>GET</http-method>
         </web-resource-collection>     
         <auth-constraint>
         <role-name>Admin</role-name>
         </auth-constraint>
    </security-constraint>
    <security-role>
    <description>Admin</description>
    <role-name>Admin</role-name>
    </security-role>
    WEBLOGIC.XML
    <security-role-assignment>
    <role-name>Admin</role-name>
    <principal-name>My Admin</principal-name>
    </security-role-assignment>
    please provide me the checklist to find out the reason for this error.
    1, weblogic server configuration checklist
    2. LDAP Server configuration checklist
    Thanks

    Hi Sandeep M.
    Thanks for your replay,
    Another place means Purchase order standard page is there in that "orders" and " aggriments"  two  tab's are there  under orders Tab  when user click on submitt button
    ex :Go
    when user click on Go button Destination URI=OA.jsp?page=/xxiff/oracle/apps/icx/webui/XXIFFUcmPG&pgType=OrderPG&param={@PoHeaderId}
    same as under aggriments tab
    when user click on  Go button
    Destination URI=OA.jsp?page=/xxiff/oracle/apps/icx/webui/XXIFFUcmPG&pgType=BlanketPG&param={@PoHeaderId}
    This custom page is being called using absolute page path and name not AOL funcation name

  • Error 403--Forbidden - From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.

    Hi, I have a problem with WebLogic Server: 10.3.5.0.
    I need to set that anyone who sees my enterprise application can view the website but not how. I always displays an error.
    The error is:
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Can you help me?

    When I'm working with web servers, and I've not worked with weblogic for quite a while, it has always been rights that have been the gotcha for the 403 error. You need to make sure that if you want everyone to be able to brouse the given folder, you need public read and execute rights on the contents.

Maybe you are looking for