Logon Error Message ( HTTP to RFC )

Hi all,
While  I am practicing HTTP to RFC Scenario..
When I  SEND data from test client ..It is asking for SAP Web Application Server (SID)
User ID and Password..
When I am giving my XI ID and Password ( and also i tried BASIS ID ,J2ee_admin, Even i assinged ROLE SAP_XI_APPL_SERV_USER ) it is giving Error like this
-->Logon Error Message
-->Error Code: ICF-LE-http-c:001-l:E-T:1-C:3-U:35-P:35-L:3
-->HTTP 401 - Unauthorized  Your SAP Internet Communication Framework Team
-->Call of URL http://serverhost:8000/sap/xi/adapter_plain terminated due to error in logon data
-->Logon performed in system OPD. </li><li> Logon performed for client 001, user xiappluser, and language EN.
-->HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. -->Access to the Web Proxy service is denied. (12209)<BR>Internet Security and Acceleration Server
-->The gateway could not retrieve the requested page
These errors I am getting..
please guide me to complete this scenario.
Thanks in advance,
Ramesh.
( I am unable to search SDN ,due to some upgradation is going on )

Hi Sreeramoju,
1. HTTP-401 :
        If the Integration Server is accessed by means of an HTTP proxy server,the  credentials must match those that you made in transaction SICF in the Integration Engine. If you do not specify a user and password combination, or the combination is invalid, the system will terminate each attempt to access the Integration Engine with the message Transport Exception:  http-Error 401 – Unauthorized.
The user must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
If you want to use a different client or language to the default setting in the Integration Engine when logging on, you can also set the following parameters:
&#9675;     XI.Client=<client-no>
&#9675;     XI.Language=<language-id>
2.HTTP 407: Proxy Authentication Required" in SAP XI J2EE AE: check the SAP note: 992690
    Make sure that you have specified the proper host and port values, in the text box that appears when you check the configure proxy check box(in receiver adapter).
Looks like the webservice requires a proxy authentication.
Select the check box "configure proxy user authentication"(in receiver adapter) and provide the correct username and password.
*Pls: Reward points if helpful*
Regards,
Jyoti

Similar Messages

  • After installation NetWeaver 7.01 ABAP Trial Version "Logon Error Message"

    Hello all,
    After a sucefull installation of NetWeaver 7.01 ABAP Trial Version and when i tried to acess sap through web browser i get the following error:
    Logon error message
    Service cannot be reached
    What has happened?
    URL http://localhost:8000/sap/bc/gui/sap/its/webgui call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system NSP 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:netweaver_NSP_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    With Sap Logon i can login correctly. Does anyone have an ideia how can i access through a web browser?
    Thanks
    Edited by: Pedro Bessa on Jul 7, 2009 12:17 AM

    thanks,
    thanks!
    I have done that:
    and activated: 'sap/bc/gui/sap/its/webgui right click on each relevant service and activate it'
    is it the only service to activate, because I have errors on the url : http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-system-login-basic_auth=X&sap-client=000&sap-language=EN
    My Error:
    Note
    The following error text was processed in the system NSP : Template interpretation cancelled, syntax error.
    The error occurred on the application server shai1_NSP_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
          SYSTEM-EXIT of program SAPLSMTR_NAVIGATION

  • Upload Error message: HTTPS protocol is not supported

    Hi,
       Whenever I do a quick par upload i'm getting an 'Operation failed' message to check sap-plugin.log.
       Log says
    Upload Error message: HTTPS protocol is not supported, please ensure this server is not using HTTPS. My webdynpro applications are getting deployed without any issues.
         How to resolve this?
    Thanks
    Sumathi

    Hi Sumathi,
    As there are often problems with the Quick PAR Upload reported, I would suggest to use the "normal" PAR upload from the icon tray (you have to activate the portal icons in the icon tray). That is almost that "quick" (one or two clicks more needed, we don't talk about more than a second) and - it works (it least it should, and at least it works in most cases even if the Quick PAR Upload fails).
    Hope it helps
    Detlev

  • Logon Error Message when opening application.

    All dear Gurus,
    In the Portfolios-> item-> relationships-> object Type(DMS), we have added an object and it is appearing. But when we click on the open of the application , I am getting Logon error message.
    What I should to to solve it.
    Please see the attachments
    Regards,
    Namsheed.

    Hi Ravi,
    we got the system alias name from Gateway->OData Channel->Configuration->Connection Settings->SAP Netweaver Gateway to SAP System->Manage System Aliases.
    And in Define webserver alias, we have maintained like this.
    In define Object link type, in DMS
    And as you told, in service for object type, we have maintained the web server.
    I have already activated the service : SICF path - /default_host/sap/bc/gui/sap/its/webgui
    After all this configuration I checked in NWBC, but still I am getting error like this.
    Correct me where I am wrong.
    Regards,
    Namsheed.

  • Trying to download Photoshop CS3 for Mac but keep getting error message  (HTTP ERROR: 404 /support/downloads/dlm/main.jsp, RequestURI=/support/downloads/dlm/main.jsp)

    Trying to download Photoshop CS3 for Mac but keep getting error message  (HTTP ERROR: 404 /support/downloads/dlm/main.jsp, RequestURI=/support/downloads/dlm/main.jsp)

    Jessicawaters are you trying to download from Download CS3 products?  If so then please try a different web browser.

  • Error message - HTTP Status 500 -

    sir,
    i deployed my struts application using simple form bean and am getting the error message HTTP Status 500- . please guide me to solve this problem. im presenting you the source code i had written. please kindly check this and give the solution.
    this is the login.html
    <html>
    <body bgcolor=#23533234>
    <center>
    <pre>
    <form action=login.do>
    <font size=10 color=pink>welcome</font>
    <font size=5 color=pink>
    username:<input type=text name=un>
    <br><br>
    password:<input type=password name=pw>
    <br><br>
    <input type=submit value=G e t    I n>
    </font>
    </form>
    </pre>
    </center>
    </body>
    </html>
    this is the AdminHome.jsp
    Response from AdminHome page
    this is the UserHome.jsp
    Response from UserHome.jsp
    this is the LoginModel.java
    package com.nit.struts;
    public class LoginModel
    public String validate(String name,String pass)
    if(name.equals("user1")&&pass.equals("pass1"))
    return "admin";
    this is the LoginAction.java
    package com.nit.struts;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import org.apache.struts.action.*;
    public class LoginAction extends Action
    public ActionForward execute(ActionMapping am, ActionForm af, HttpServletRequest req, HttpServletResponse res)throws Exception
    UserDetails ud=(UserDetails)af;
    String uname=ud.getName();
    String upass=ud.getPass();
    // String uname=req.getParameter("un");
    // String upass=req.getParameter("pw");
    LoginModel lm=new LoginModel();
    String user_type=lm.validate(uname,upass);
    if(user_type==null)
    return am.findForward("fail");
    return am.findForward(user_type);
    this is the UserDetails.java
    package com.nit.struts;
    import org.apache.struts.action.*;
    public class UserDetails extends ActionForm
    public void setName(String s)
    un=s;
    public void setPass(String s)
    pw=s;
    public String getName()
    return un;
    public String getPass()
    return pw;
    String un,pw;
    this is the struts-config.xml
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE struts-config PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
    "http://struts.apache.org/dtds/struts-config_1_3.dtd">
    <struts-config>
    <form-beans>
    <form-bean name="userform" type="com.nit.struts.UserDetails"/>
    </form-beans>
    <action-mappings>
    <action name="userform" scope="session" path="/login" type="com.nit.struts.LoginAction">
    <forward name="fail" path="/login.html"/>
    <forward name="admin" path="/AdminHome.jsp"/>
    <forward name="user" path="/UserHome.jsp"/>
    </action>
    </action-mappings>
    </struts-config>
    this is the web.xml
    <web-app>
    <servlet>
    <servlet-name>first</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>first</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>login.html</welcome-file>
    </welcome-file-list>
    </web-app>
    if(name.equals("user2")&&pass.equals("pass2"))
    return "user";
    return null;
    *this is the                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NullPointerException
         org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    java.lang.NullPointerException
         com.nit.struts.LoginModel.validate(LoginModel.java:7)
         com.nit.struts.LoginAction.execute(LoginAction.java:18)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  • Web Service Logon Error Message

    Hi Experts,
                         I have created a web service and trying to consume it in SOAPUI but i am getting error saying that Logon Error Message .  when i see the Tcode  SOAMANAGER (Provider Security tab) i have this position i am not sure which one i need to choose .
    1.SSL over HHTP(Transport Channel Security) .
    2.Asymmetric Message Signature/Encyption.
    3.symmetric Message Signature/Encyption.
    and check box for secure Conversion.
    Your valuable answer will be helpfull
    Thanks,
    Devd

    Hi Murali,
    I guess SOAP UI does not support Symmetric Message Signature/Encryption or Secure Conversation easily. Both are rather complex message security mechanisms. They are seen as alternative to SSL when messages should travel along different SOAP intermediaries to have end 2 end encryption.
    You use case sounds that you just want to test security with SOAP UI. Assuming that SOAP UI supports SSL please choose SSL over HHTP(Transport Channel Security)
    in conjunction with the user id/password in message authencation.
    Then in SOAP UI try to find something like a username token. This is some part of XML SOAP UI adds to the SOAP message to send the username and the passwort.
    Regards,
    Mathias

  • How do I fix the following error message: HTTP Server Error 503?

    I no longer can access the Internet by pressing the Internet button on my computer. I receive the following error message: HTTP Server Error 503. How do I fix that problem.

    http://pcsupport.about.com/od/findbyerrormessage/a/503error.htm

  • Logon Error Message - Enterprise Services Builder address not maintained

    Hi Experts,
    I'm about to start the configuration on PI PROD (PI 7.1) server, but I keep encountering an error, saying "Service cannot be reached"
    Service cannot be reached
    What has happened?
    URL http://hostname:port/nwa call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system PIP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If it is a valid URL, check whether service /nwa is active in transaction SICF.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:XXXXX_PIP_00-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    What's more weird is that I can't launch sxmb_ifr because 'Enterprise Services Builder address not maintained'.
    I already made some RFC Destination such as AI_DIRECTORY_JCOSERVER, AI_RUNTIME_JCOSERVER, LCRSAPRFC, and SAPSLDAPI and when I test the connection, here's the error message said 'Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=67'
    Thanks for the reply.

    Hello,
    Check if you have more than one system. If so, check whether host, port and URL of startpage are maintained on the correct one.
    Also, please follow the MANUAL steps of the SAP Help link below:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/40084136b5f423e10000000a155106/content.htm
    Ensure you have created the RFC Destinations in the ABAP and Java Environment
    You need to create the following RFC destinations in transaction SM59
    (ABAP) and the Visual Administrator (Java):
    AI_RUNTIME_JCOSERVER
    AI_DIRECTORY_JCOSERVER
    LCRSAPRFC
    SAPSLDAPI
    Last, please check whether, In tcode SM59, the destination INTEGRATION_DIRECTORY_HMI.
    The user maintained in the Logon tab should be PIISUSER
    and ensure he password is correct,and check if the destination will test successfully.
    All of those will solve this issue
    Regards,
    Caio Cagnani

  • Windows 7 logon error message

    I have a laptop with Windows 7 installed when turning on the laptop the windows profile screen loads fine. On selecting any user profile including admin on loading the profile shows the following error message.
    C:\Users\C:\Users\<username>\Desktop is not accessible
    Then the system freezes.
    I have logged into Admin on safe mode with same error message however system operates a little better and functional.
    I have checked user profiles on regedit and the paths are correct for the user profiles i.e. C:\Users\<username>
    Any ideas on how to restore the correct profile logon paths?

    This one might help.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/cwindowssystem32configsystemprofiledesktop-is-not/8adbc6ac-64c5-4418-9223-95c92d2dc958
    Also might ask them over here.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1391380895705
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Error in HTTP to RFC senario?

    Hi experts,
    iam working on  PI7 sandbox,i done a senario HTTP is the sender and RFC is the Receiver.....where i will send material nunber and i need responce from SAP system unit and weight details.
             iam using HTTP client tool 2 post the payload into xi,iam geting this error
    Result:
    http-Status:  500 Internal Server Error
    Payload:
    <SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>MAPPING.NO_MAPPINGPROGRAM_FOUND</SAP:Code><SAP:P1>http://HTTP.com IM_Material</SAP:P1><SAP:Stack>Interface mapping http://HTTP.com IM_Material does not exist in runtime cache</SAP:Stack></SAP:Error>
    i activated all objects in IR and ID i have done TEST CONFIGURATION in ID it was working fine......i checked the message mapping and Interface mapping ......still iam geting error.
    iam using BAPI_Material_Get_detailsv this bapi...
    Pleace help me in this issue
    Regards,
    Phani

    Hi,
    1. Just go the Interface Mapping and see whether u have specified same Msg Mpping prog in that.
    2.Also go to the Interface determination and chk if u have specified the correct inbound Interface and Interaace Mapping corresponding to it.
    Regards,
    Ashwin M
    Reward if helfpul

  • Error in HTTP to RFC secnario

    Hi,
    Hi,
    I am working on a HTTP-RFC scenario. The bapi that I am using is BAPI_PR_GETDETAIL. If I send a PR number from my HTTP client, I am supposed to get the details of that PR as my response. But I am getting this error: "<SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_PRGETDETAIL_RESPONSE_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
    . I crossed checked my mapping, its perfect. Can anybody tell me if I am going wrong anywhere else? If yes, where might it be?
    Cheers,
    Nidhi

    Hi,
    I faced this issue during my initial days of learning XI.
    Even if you give a correct PR number without correct no. of digits it wont be converted to a PR number prefixed by zeros since it is a remote functional call. However when you exeucte the same in R3 system(SE37) it internally gets prefixed with zeros and gets executed.
    And the R3 system says PR number doesnt exist returning the error message structure. Since you have done mapping case only for success case your scenario fall into a mapping error.
    As I said earlier you have to use a proper if else combination with exists function for the two root message structures(detail and return) on the bapi response to httpresponse. This is a good practice since your scenario is synchronous atleast the end user will know the PR number is incorrect. Of course you can add your own custom message when it returns error structure.
    Thanks,
    Gujjeti.

  • Error message : HTTP responce code: 401 Access denied

    Hi,
    I am working on Oracle OpenScript 8.5.
    After record the script when i click on playback I got an error message in the following Bold lines code.
    http.get(33, "http://fusion.satyam.com/idc/idcplg", http.querystring(http.param("IdcService", "GET_DOC_PAGE"), http.param("Action", "GetTemplatePage"), http.param("Page", "TRAY_SEARCH_FORM")), null, true, "iso-8859-1", "utf-8/");
    http.get(37, "http://fusion.satyam.com/idc/idcplg", http.querystring(http.param("IdcService", "SS_GET_PAGE"), http.param("siteId", "FCOE"), http.param("siteRelativeUrl", "%2Fhttp%3A%2F%2Fstclnx01.satyam.com%2Fidc%2Fidcplg"), http.param("ssUrlType", "2"), http.param("IdcService", "COLLECTION_DISPLAY"), http.param("hasCollectionID", "true"), http.param("dCollectionID", "42")), null, true, "utf-8/", "utf-8/");
    http.get(41, "http://fusion.satyam.com/idc/idcplg", http.querystring(http.param("IdcService", "SS_GET_PAGE"), http.param("nodeId", "13"), http.param("siteId", "FCOE")), null, true, "iso-8859-1", "ASCII");
    The error message in Result view is HTTP responce code: 401 Access denied .
    The error message in Console View is oracle.oats.scripting.modules.http.api.exceptions.ThinBrowserException: HTTP response code: 401  Access denied
    Note: When i comment that Bolded Code then the script was passed.
    Can any one help me... ..it's very urgent.
    Thanking you.
    Regards,
    Ramesh Dodda
    Edited by: Ramesh Dodda on Jun 11, 2009 1:27 AM
    Edited by: Ramesh Dodda on Jun 11, 2009 1:40 AM

    Hi
    Do you need a username and password to get to the application ?
    Regards
    Alex

  • Why custom logon error messages doesn't work in WAS 7.0, EP 7.0?

    I managed to get custom error messages in WAS 6.40 / EP 6.0.
    I'm using JAAS custom Login module for user authentication and from there different Login Exceptions are thrown.
    I have modified logon.par file to display different error messages like "Logon ID is empty", "Password is empty", "Your user ID or password could not be validated.  Please check and try again."
    When i copy the same code into my working environment i.e WAS 7.0 / EP 7.0, it doesn't work, message always was "User Authentication Failed". Do anyone knows the reason why i was like that?
    Can you please explain exactly when the custom login module gets executed after the user clicks on "Logon" Button.
    In logon.par file i have not seen any code to execute JAAS - custom logon module. PLease explain exact execution flow ..
    Thanks in advance ..
    MMK

    Your card reader might be finicky like mine. Figure out which device your card reader is at (from what I'm reading probably sdb), then attempt to mount /dev/sdb to any location. If your card reader is like mine, this mount will fail but you'll find you now magically have /dev/sdb1, /dev/sdb2, etc devices, which will successfully mount... oddness, but it "just works" so I'm happy
    Note that if you plug a card into a slot that is to the kernel, for example, /dev/sda2, then try to mount /dev/sda1, this will (obviously) fail, so be sure to try mounting all the devices that magically appear (if any do).
    -dav7

  • Error in Http to RFC

    "process_openMessage" or "onProcess_openMessage" not found!
    i got the above error when tested in RWB .

    hi
    i am trying to make a http to rfc scenario
    i m done perfctly with ir part
    i m little doubtful on the id part
    i assngd to Businesss systems
    one ECC for teh application servre where i have configured RFC receiver adapter
    two. Businee_system for which i have created the Softwarte component used in IR(i.e is maintained in SLD for the oftware component used in IR)
    i dint create any communication chaale for this
    now i continued by creating the receiver determination,interface determaintion and receiver agreement
    where i mentioned the Businees_system for the sender service and interface created in IR as the interface for receiver determination,interface deterrmination
    and receiver agreement

Maybe you are looking for