Problem launching BSP application

Hi all,
I'm currently working in CRM 5.0 and I'm trying to launch the BSP application (CRM_IC -> default_dh.htm). I was able to succesfully launch it in the web browser. However, I could only see the toolbar buttons in the browser. The Workarea and the Navigation bar was completely blank. I'm using DEFAULT SAP IC Web Client profile and this is assigned to my user id.
I have also checked to see if all the services are active in the ICF. Could anyone please tell me how to resolve it?
Thanks,
Sahil

Hello Experts,
I am trying to launch CRM_IC and facing same problem either ways - CRM GUI and through web browser URL.
I get following message:
  "Loading" on the main window and additionally a small window pops up for a fraction of seconds with following message
  "Ending the user session.....
   <img width = "1" height = "1" src = "/sap/bc/bsp/sap/crm_ic/default.htm sap-
   sessioncmd=logoff">
After this additional window, session teminates with nothing happening on the first window and message remains as "Loading".
Is there any way to get out of it?
I need to launch IC webclient.
Am I following the correct approach or there is some other approach to load BSP -
CRM_IC ?
Please let me know.
Thanks in advance,
Milind Nandedkar

Similar Messages

  • Problem with BSP Application

    Hi all,
    We have three BSP applications running on Production Environment, but after applying Support Patches only two are running , and the third one is not running. But all three applications are running fine in Development, and Consolidation. Here are some inputs which we figure out while trying to fix this problem:
    1) When we point the Production Server to Test Server's Web Dispatcher all three applications executed well, and when we point the test server to Production Server's Web Dispatcher, two applications which were running fine executed, but the third one failed. So this excercise gave us a conculsion that problem is with Web Dispatcher of Production . but we couldn't figure what.
    2) After debugging both successful applicationa and failed application both are indeed passing some basic URL to HTML Viewer, here are the URL's
    Successful Application : https://sun109.pseg.com:443/sap/bc/bsp/sap/zhr_ta
    Failed Application :
    https://sun109.pseg.com:443/sap/bc/bsp/sap/zhr_poe
    (sun109 is host for Production Web Dispatchure)..
    and following are the URL's which i have got after i did right click on the HTML viewer when the application is pulled up.(In case of failed application i am getting blank page).
    SuccessFul Application:
    https://sun109.pseg.com/sap(bD1lbiZjPTEwMCZ0PVpQU0VHJnc9NjE1NzcyMCs=)/bc/bsp/sap/zhr_ta/ta_intro.htm?sap-htmlb-design=
    Failed Application:
    https://sun109.pseg.com/sap/bc/bsp/sap/zhr_poe
    One more point when i took the URL of successful application and changed the application name like this, and pasted it on browser :
    https://sun109.pseg.com/sap(bD1lbiZjPTEwMCZ0PVpQU0VHJnc9NjE1NzcyMCs=)/bc/bsp/sap/zhr_poe/default.htm
    it worked.
    So i think if we compare the URL's ( both input to Web Dispatcher and on properties) of both successful and failed ,  we notice somepart of URL is missing (some kind of encryption) is missing in failed application.
    I want to know why this conversion of URL is happenning , where and how can i fix this problem.
    Regards,
    Akash
    PS: It's very urgent.

    Hi,
    https://sun109.pseg.com:443/sap/bc/bsp/sap/zhr_poe
    is the url of the failed application and under SAPGui we are opening applications in HTML viewer control.This is the url which is passed to the HTML viewer control.
    Contrary, this is the URL of successful application
    https://sun109.pseg.com:443/sap/bc/bsp/sap/zhr_ta
    I have checked this URL while debugging, and this URL is getting passed to HTML Viewer control.
    Also, please let me know how to close the thread.
    Regards,
    Akash Modi

  • Problems in BSP application

    hi,
    When i run bsp application using an url it gives me error: not athorised to view these page.
    if anybody knows the answer let me know
    thanx
    Sarang Pawar

    It is likely that corresponding node in SICF is not active.
    cheers,

  • Problems with BSP application using HTTPS in EP6.0

    We developed a custom BSP which uses HTTPS protocol and HTMLB tags.  The BSP page has a date field (htmlb inputfield of type date..which allows the user to pick a date).  If I run this BSP in its own browser window, clicking on the date field will display a calendar.  However, if I run this BSP as an iView in the portal (we use EP6.0) and click on the date, I see a Javascript error message (in the browser status area) that says "access is denied" and the calendar isn't displayed.                           
    Also, this BSP is a stateful application with the portal integration flag checked.  However the DSM terminator is not invoked when I close the iView.                                                                 
    If I change the BSP settings to use HTTP, I can run it as a portal iView without any such problems.  Has anyone experienced this and/or know how to resolve it?  Any feedback would be greatly appreciated? Thanks,                         
    Pradeep

    Hi Pradeep,
    You replied that you have "I fixed the date dropdown issue by specifying the theme in iView definition", could you please let us know where to specify the theme because when i ty to create the BSP iView i never get the option for specifying the theme,your assistance would be highly appreciated,do we have any Note on this issue.
    Regards,
    Rohit Pathak

  • Problem launching BSP app in WebAS 6.40 SP 15 in a new window

    The following logic is suppose to launch a new window and call another BSP with a new WebAS session via the URL built below.  This is working on WebAS 6.40 SP 12 but not in WebAS 6.40 SP 15.  In SP 15 it is not creating a new session it is trying to reuse the existing session so therefore when you click on another object it pulls up the information for the first object.  Any thoughts?
          WHEN 'OBJID'.  "Position Number
    Create a link which will open a new window to Display the position
            REFRESH url_params_tbl.
            url_param-name = 'posid'.
            url_param-value = search_results_row-objid.
            APPEND url_param TO url_params_tbl.
            url_param-name = 'mode'.
            url_param-value = zcl_hr_post_detls_model=>c_display_mode.
            APPEND url_param TO url_params_tbl.
            url_param-name = 'apply'.
            url_param-value = zcl_hr_post_detls_model=>c_yes.
            APPEND url_param TO url_params_tbl.
            CALL METHOD cl_http_ext_webapp=>create_url_for_bsp_application
              EXPORTING
                bsp_application      = 'Z_HR_POST_DETLS'
                bsp_start_page       = 'session.htm'
                bsp_start_parameters = url_params_tbl
              IMPORTING
                local_url            = wa_url.

    may be try the new method IF_BSP_RUNTIME~CONSTRUCT_BSP_URL for constructing the url
    Regards
    Raja

  • How to secure BSP applications for external users on the internet?

    I posted this question under Enterprise Portal forum but got no response. I am hoping some of you experts in this area can help.
    We have developed BSP applications and set them up as iViews in Enterprise Portal 6. Our portal implementation will be used by external users.
    We have security concerns that the access to the BSPs  allows external users direct access to the R/3 system. We were told that we should use ITS application instead of BSP application for external users.
    Do any of you have any insight into how we could work around the security problem with BSP applications, or BSP applications in EP6? Your help will be greatly appreciated.

    In sense they are correct as to whether it is more secure or not would have to be a call by people who are more of an expert than myself.
    But I can see there point the BSP runs directly on the system and uses the system security where as the ITS is basically just an RFC call. However for us we use a 620 server with BSP's and make RFC calls to our R/3 systems thus keeping people of the R/3 directly - however we are not opened to the Internet.
    If your message is answered please remember to mark it solved so others searching in the future can find the solved ones quicker - just click on the yellow star.

  • How user will execute the BSP application I created...

    Hi,
    I have created a BSP application which has various pages with flow logic.
    Now to execute it I use execute icon and then I get moved to web browser.
    The application is working cool.
    But what I am wondering is user is not going to go to code and use excute button to execute the code.
    So how can he do the execution of page ?

    You have lots of options (and no generally users don't go to SE80 and launch your application from there).
    1.  Give out the URL to your application. Users can launch the application directly from the URL in the browser. The URL could be stored in the Browser Favorites or as a desktop icon.
    2.  If you use the Netweaver Portal - create a BSP iView for the application and attach it to the users' role.
    3.  A BSP URL can be added as a link in the SAP Easy Access Menu.  Under favorites, just choose Insert Other Object
    4.  You can create an ABAP Transaction code. In the program under this transaction code, you could host the BSP application in an HTML Control or open it externally in a browser via CL_GUI_FRONTEND_SERVICES=>EXECUTE.  It is fairly easy to create a generic ABAP program to launch BSP application and receive the application name via a Transaction Code Parameter. You can build a specfic URL to a BSP application in code using CL_BSP_RUNTIME=>CONSTRUCT_BSP_URL.

  • BSP Application does not launch in SAP R/3 4.7

    Hi Experts,
    We are trying to create a BSP application in SAP R/3 4.7. We are using the MVC architecture for the same. However, we are failing to launch the BSP pages. When the URL is launced either from SAP or directly in IE, the password prompt appears, after entering the user name and password it reappears again for 3 times and then throws a message invalid user name or password. This happens for all User Names. The passwords are correct though.
    We have similar BSP Application in our SAP CRM 4.0 box and it works. I do not have much expertise in BSP, thus would want to know whether there are any BASIS settings that could be required in the system before we proceed. How do we know whether the system is compatible to BSP applications. We have even activated the BSP Application in SICF (Default_host -> SAP -> BC -> BSP -> SAP -> <BSP Application Name>). The current Support Pack version on the system are as follows,
    SAP_BASIS Release 620 SAPKB62065; SAP_ABA Release 620 SAPKA62065.
    Even if we try to launch the standard example BSP applications in the box, even they do not launch. The same problem appears. Do we need to make changes to User Roles level? All these user IDs have SAP ALL access though.
    Please let me know how can I sort this out. Also let me know if you would need any further details.
    Thanks for your help in advance.
    Regards,
    Subhrangsu

    Hi Subbie,
    in transaction SICF navigate to the service default_host->sap->public->ping. Right-click and select "Test Service". If this works then the BSP runtime is working okay.
    Then navigate to the service sap->bc->bsp->sap->sbspext_htmlb and try the same there. On this service you will need to enter a username and password.
    If all this works then you need to look clser at what you are doing.
    Cheers
    Graham Robbo

  • Calling a custom BSP application in CRM2007  ICWC using transaction launche

    Hi Experts,
    I created a Z BSP application in se80 which is a statefull application.Now I created a direct link in ICWC for this Bsp application using transaction launcher.
    Now my problem is that the session of this BSP remains active even if I click on some other link in the navigation bar.
    I need a way to end the session as soon as we navigate to some other link on the navigation bar.
    It would also be helpful if I just know the code for killing the session programatically.
    Helpful Answers will be rewarded!!
    Thanks,
    Ashish.

    Hi,
    I am not sure, but according to my understanding u can use CL_BSP_SERVER_SIDE_COOKIE class in ur BSP application to get refrence of ur BSP page.
    When u r in Web UI by the help of this class u can check whether u r in BSP related view or in other then view. If u r in other view then u can set runtime->keep_context = 0.
    Take help from this link for the class related info.
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
    Regards
    Gaurav

  • Problem in launching webstart application when using version atribute

    Hello Experts,
    I am trying out my first example of JNLP. This is my JNLP file.
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8092/webApplForWebStart" href="launch.jnlp">
        <information>
            <title>ForWebStart2</title>
            <vendor>NAgrawal</vendor>
            <description>ForWebStart2</description>
            <description kind="short">ForWebStart2</description>
            <homepage href=""/>
            <offline-allowed/>
            <shortcut online="true">
              <!-- create desktop shortcut -->
              <desktop/>
              <menu submenu="WebStart Trial"/>
         </shortcut>
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.5+"/>
            <jar href="JNLPTime.jar" version="1.0" main="true" download="eager"/>
        </resources>
        <application-desc main-class="TheTime">
        </application-desc>
    </jnlp>My Problem is if I remove version="1.0" from <jar > tag application is launching properly. But if I am using version attribute , it is giving me this error while launching the application.
    "Unable to load resource :( http://localhost:8092/webApplForWebStart/JNLPTime.jar , 1.0)
    java.io.IOException : missing version response from server."
    I can't afford to remove the version attribute as it is required for auto-update. Has anyone ever tried faced such problem.? Please help me. Any help is highly appreciated.Thanks in advance.

    It's just as told.
    If you're using explicit versions, the server response MUST provide an header to tell which version is returned (you could be using 'wildcards' like 1+).
    How are you serving requests? Are you using JnlpDownloadServlet? If so, check docs: extra work is required in order to use version features.
    If using your own service google for header (and parameter) name, use exact versions and copy to the response the value you're retrieving from the request.
    Bye.

  • Problems with encoded parenthesis in URL of BSP application

    Hi,
    our BSP application has following url:
    http://sap-host/sap/bc/bsp/sap/zapp/index.html
    After login we addionaly get a parentheses-part in the url (url mangling):
    http://sap-host/sap(bD4JHFSIBSF==)/bc/bsp/sap/zapp/index.html
    Everything works fine as far as we access the sap-host dircetly. When we want to access over Websphere-Portal with a proxy-servlet (reverse-proxy), the login is correct and after login we get an error 404 (not found). This happens because the proxy encodes the parentheses in the url with %28 and %29. Another problem is, that i have no chance to change the proxy-configuration, because it´s not in my responsibility.
    Is there any possibility to get the icm/icf work with these encoded parenthesis?
    I didn´t find anything helpful in the sdn/forums/wiki...
    Thx a lot!

    Hi,
    You have to manage the URL mangling when using reverse proxies.
    For exemple with Apache as a reverse proxy you need this kind of rewrite rule :
    RewriteRule  ^/(sap\(.*)    https://internalHost:internalPort/$1  [P,L]
    If you have no chance of changing the proxy configuration, you are in trouble...
    Good luck !
    Olivier

  • System copy - BSP applications launching with old host name

    Hi
    After system copy, when we test any bsp application, a new window is opened in the internet explorer with the old Web server hostname. These bsp applications are not launching with the new server name.
    I checked all the ICM settings and they all fine.
    Is there any database table which has the old web server entries?
    Regards
    Chandu

    Resolved by ourselves.  Deleting the contents in table HTTPURLLOC fixed the issue.
    Regards
    Chandu

  • EP- CRM- BAB-BSP-Applications problem

    Hi Guys,
    When we are trying to copy the existing CRM BSP application to new BSP applicaiton using BAB [Bluprint Application Builder], we are encountering the following error
    " Object R3tr Tabu CRMC_Blueprntc, referred to by the object key, does not exist"
    Can anybody can throw some light to resolve this problem.
    Thanks in advance
    regards
    Satish kumar

    Hi
    copy perform on same server on other?
    Check whether CRMC_Blueprntc table is exist or not?
    regards,
    kaushal

  • Launch RRMX in BSP application (WEB)

    Hi Experts,
    what i need to do is to launch rrmx (or any other BW transaction) in a BSP application (web interface builder...)...is it possible? And How?
    Any hints will be rewarded.
    Thanks in advance,
    FAbio.
    Message was edited by:
            Fabio Cappabianca

    Thanks for the reply...how can i use rsbbs in a web interface?
    Thanks,
    Fabio.

  • Problem with My First BSP Application

    Hi
    I have developed my BSP Application using the tutorial at http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    I created a Package, a BSP application and htm page.
    I copied the code and activated both the BSP App and the page.
    When i execute i get the following on the browser.
    The page cannot be displayed
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings
    What is the problem
    Sharath

    Hi,
    In order to see if the service is activated simply right click on it in SICF. There you will see whether or not the service is activated. Additionaly when you are activating the services from the OSS note you will see 2 YES buttons. Be sure to click the one on the right. Its the one with the little arrow and folder picture on it. Clicking this button will also activate the sub nodes.
    Your BSP will be in the following path:
    default_host/sap/bc/bsp/sap/yourbspname
    Although you shouldn't have to activate it in SICF if its properly activated via SE80 and all the system services listed below are active.
    Here are the BSP services that must be activated:
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /default_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /default_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    /default_host/sap/bc/bsp/sap/it00
    /default_host/sap/bc/bsp/sap/sbspext_htmlb
    /default_host/sap/bc/bsp/sap/sbspext_xhtmlb
    /default_host/sap/bc/bsp/sap/htmlb_samples
    Like I said make sure you click on the right hand side YES button to ensure all the sub node get activated as well.
    It is not enough to just activate your BSP application node. All parents should be activated also. Doesn't hurt thats for sure
    Let me know if this helps
    Cheers,
    Rich

Maybe you are looking for