NWBC RELEASE_UNSUPPORTED

Hello!
after installation and configuration of NWBC I get the following error massage by attemp to connect to SOLMAN NW 701 ABAP Stack with SPS23:
The following error text was processed in the system CSM : The NetWeaver Business Client for Desktop is only supported with the NetWeaver 7.02 or 7.20 and further releases.
The error occurred on the application server server4_CSM_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: RAISE of program CX_NWBC=======================CP
Method: RELEASE_UNSUPPORTED of program CX_NWBC=======================CP
Method: GET of program CL_NWBC_RUNTIME===============CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_NWBC_HTTP==================CP
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
The Note 1353538 is implemented.
Could somebody help me? What did I do wron? 
Best regards
Vladimir

Hi Vladimir,
I had the same problem. At the bottom of note 1400383 you'll find a PPT that describes how to configure the backend. I had to do the following to get NWBC to work:
Edit the table NWBC_CFG in SE16:
Use transaction SE16 or SE16n to create a new client specific table entry in table NWBC_CFG (refer to chapter 4.6 in general SAP NWBC 3.0 documentation): 
IDX: Any three characters            
Cockpit: *                           
Name: BUSINESS_LINE                  
Lang: 
IDX      = any ID, consisting of three characters
COCKPIT     = * (means relevant for all Cockpits)
NAME     = BRANDING_IMAGE
VALUE      = URL
The URL must be a link to a picture (JPG or PNG) and it must be ensured that the image can be loaded without authorization having been required.
Branding URL:
IDX     = any ID, consisting of three characters
COCKPIT     = * (means relevant for all Cockpits)
NAME     = BRANDING_URL
VALUE      = URL
The URL can be the corporate portal page of the company which is then loaded.
For more info, check out the powerpoint at the end "NWBC_ServerSide_Setup.ppt". If it doesnt help, try to follow the PPT from beginning to the end.
Best regards,
Stian

Similar Messages

  • Excel format difference in GUI and NWBC

    Hi Experts,
    We have implemented Launchpad with different SAP T-codes. For IW38 tcode.
    1. If we execute in GUI and tried to save record in excel. Format is perfect with coloring of columns, without any empty rows or columns.
    2. But when we use the same T-code in NWBC, the excel being downloaded doesnt contain cloring and it shows 1 empty colomn and 1 empty row.
      End user needs same excel sheet as in GUI. Please help to solve this. Version is NWBC HTML 3.5.
    Regards,
    Dhanu.

    Hi Shrishti,
    I am sorry. I should have explained you the steps. Actually, after executing CJE2. You need to double click on report group 12KST1A for S_ALR_87013558 and 12KST1B for S_ALR_87013557.
    Now, for both the report groups. Just click on the Output type tab. I am sure that for S_ALR_87013558 report, middle one radio button must have been selected in your case. Just change it to Graphical Report Output OR it would be much better if you just make it available on selection screen by clicking on check button at the bottom.
    have a look at the screen shot.
    Just do the changes and revert back.
    Regards,
    Amit Rajoria

  • URL link to open transaction in NWBC Desktop client

    Hi!
    I am trying to create an URL link to open a transaction in a role that I am using.
    The webpage is shown in a web-chip as a part of FPM page inthe NWBC desktop client.
    I have tried this type of concept: https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
    The problem is that this opens the transaction in the HTML version of NWBC (inside NWBC desktop client).
    However, I would do not want to use the HTML based version of the transaction. I want to use nativ abap transaction inside NWBC Desktop client.
    I am able to open the transaction with a link from a webbrowser with this type of link:
    sap-nwbc://https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
    This link does not open at all from within NWBC....
    How do I achieve opening a transaction via URL from inside the NWBC Desktop client?

    Hi Stefan,
    Same issue i have as well.
    My Understanding is, in NWBC desktop, if you open a non sap (eg: html) page, NWBC becomes an IE Browser.
    That means you are now out of SAP for that tab (with html page) and whenever you try to launch any SAP transaction (using the method from HTML) it will launch in a new window and ask for Login.
    May be Experts like Samuli Kaski & Melinda Ludanyi can put some light on it.
    But, I have one more solution for this which is partially working in my case. May be helpful in you case as well.
    Issue: From some SAP transaction in NWBC (say tab A), you are launching the html page (say tab B) and then want to launch another SAP transaction (Say tab C) from html.
    Solution: Embed the HTML in SAP using HTML Viewer class and launch SAP custom transaction using the interface IF_LSAPI. It will launch it in new tab as a sap transaction with your html page.
    Now if you want to launch the SAP transaction from your html page (Which is embedded in SAP custom transaction) you can use HTML Viewer class Events and you can pass parameters as well. Re use the same interface IF_LSAPI and launch it in new tab
    In my case i am facing problems as the web developer has so many things on java script and they are not working properly. He is working on it and i am hoping it will be fine.
    Regards,
    Nik

  • Not able to print the ALV Report from NWBC

    Hi,
    I have created one report in ECC and that is attached to NWBC portal via. Tcode.
    When I am taking printout of report using SAP GUI then its printing but while printing it from NWBC its giving Error.
    Please find the attached screen shot.
    Please suggest.
    Thanks in Advance.

    Hi,
    Check out the following code
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       IT_FIELDCAT                       = v_fdcat "v_fdcat type SLIS_T_FIELDCAT_ALV,
      TABLES
        T_OUTTAB                          = itab
    EXCEPTIONS
      PROGRAM_ERROR                     = 1
      OTHERS                            = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    You have to pass the it_fieldcat and the output is obtained as a table.
    Hope this helps.
    Regards,
    Deepthi.
    Edited by: Deepthi S on Jan 28, 2009 2:02 PM

  • NWBC v3.0 installed, but "nothing happens" upon executing desktop shortcut

    I have a problem with v3.0 of NWBC that I have recently installed.  Upon double clicking on the desktop shortcut icon, the initial NWBC 3.0 splash screen is displayed, but then nothing else happens.  I am not presented with any screen where I am able to select a backend system to connect to.   Task Manager shows the service "sapstartsrv.exe" still running (I'm assuming that this is linked to NWBC), but no other evidence can be seen that NWBC is actually running.
    I would like to add that NWBC v1.0 works perfectly well on the same PC, and connects successfully to backend SAP systems.
    Some additional information.
    - I have just installed SAPlogon 7.20 + restarted (as the previous version 7.10 patch level 14 did not meet the required level of 7.1 level 15)
    - I am running XP SP3.  Windows hotfix 919477 is not required, as it is already present as part of one of the XP SPs.
    - I have reverted from Google Chrome as my default browser back to IE (+ restarted), to see if this made any difference, but still no luck.
    Many thanks in advance to anyone who can shed any light on this issue, given the "scraps" of information provided above.
    Alistair Crawshaw

    Hi Ali,
    I am also facing the same issue. After installing NWBC 3.0 when I try to run it, it just display the SAP splash screen and then get closed automatically and I am not getting any screen to select the backend system to connect.
    I saw your reply:
    +Please ignore my question above. The problem was due to the fact that the backend ECC system that we were connecting to did not have the relevant EHP + Support Pack Level. After updating these, the connection was successful.+
    But how did you get the screen to add backend system to which you want to connect?
    Regards,
    Vikram

  • Error while creating resource in SAP TM GUI and NWBC

    Hi Experts,
    I am trying to create a resource in SAP TM. But getting the following error, I have activated all the relevant business functions (tcode SFW5) and also relevant services (tcode SICF) but still unable to get away with the issue. The NWBC error is not only for resource but for any master data I want to create its showing the same issue (the page is not loading and its showing a cross mark) whereas it works for other things like freight order creation etc.
    Thanks & Regards,
    Aunkur De

    Can you please check whether all the business functions are active?
    Transaction: SFW5
    Note:
    All the required business functions for SAP TM are provided in SAP document.

  • Crystal Report does not run through NWBC

    Hi All,
    I have been going through posts on SDN all day and I cannot seem to get a resolution to my issue as yet.
    Workflow is this
    Logon onto NWBC 3.0
    Click on Crystal Report. Crystal report contains an OpenDocument URL specified as follows:
    http://<servername>:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AbFjYgXfkO5AofAAPxoxOyA&sIDType=CUID
    When click on the Crystal REport link, i am SSO'd onto SAP BusinessObjects Infoview (Edge 3.1 SP3)
    The Crystal Report attempts to load and then I encounter the following message:
    Error
    The database logon information for this report is either incomplete or incorrect. 
    SSO with SAP Authenication is enabled for SAP BusienssObjects.
    Server-side Trust, etc has been set-up on the SAP Side
    All steps were followed from the SAP BusinessObjects XI Integration for SAP Solutions Installation and Admin Guide.
    For the Crystal Report itself, within the CMC, for the Database Configuration i set it to 'Use SSO context for database logon'.
    Also the the Data Source is using FQDN for everything.
    I am at a loss as to why the SSO is not working to refresh the Crystal Report.
    Any ideas on what to check next would be very much appreciated.
    Also, the report I am trying to run from within NWBC, contains a dynamic prompt, that uses a BV layer to populate it. The LOV is scheduled to refresh every morning. Dont know if that is causing the issue or not.
    Thanks,
    Ainsley
    Edited by: Ainsley O'Sullivan on Oct 27, 2011 7:57 AM

    Hi Ingo,
    Thank you for your reply.
    Why has server side trust been setup on the SAP side ?
    I am not sure why Server Side Trust has been set-up on the server side. The basis person who set that up was following the BusinessObjects XI Integration for SAP Solutions Installation and Administration Guide. We thought we needed this in order for SSO to work between NWBC and BusinessObjects.  I read now it is only required for multi-pass report bursting.
    We have also set up the PSE as well.
    So...perhaps  an impersonation-style logon is happening on the SAP side because we have set up SNC?
    What do we do to undo this from a BusinessObjects server perspective? We have downloaded all the Cryptographic Libraries, set them up on the SAP and BusinessObjects servers.
    I will discuss this further with the basis person.
    All involved URLs and server names have been fully qualified ?
    Yes, everything is fully qualified.
    NWBC has been configured to issue a SAP logon token ?
    I am not sure. Where is the documentation on how to configure NWBC to issue a logon token? Should I be pointing my basis resource to look at the NWBC Documentation, Section 7.3 Logon Tickets?
    OpenDocument has been configured to use SAP authentication by default and to accept Logon token ?
    Yes, everything from a BusinessObjects server perspective has been configured. The web.xmls for InfoView and OpenDocument have been configured for sso with sap.
    In the CMC, SAP Authentication has been set-up and works a treat.
    It seems to me the SAP side, ie. NWBC needs more work.
    Just find it hard to get a clear, step by step process on how to set-up NWBC to work with BusinessObjects. There is an abundance of documentation, but sometimes not a clear cut, step by step guide.
    Ingo I bought your book the other day too, Integrating SAP BusinessObjects 3.1 Tools with SAP Netweaver. I really liked it because it is clear what you need to do. Perhaps another one could be written or another section added to this book that talks about NWBC and embedding BusinessObjects reports within it?
    Thanks again.
    Cheers,
    Ainsley

  • Xcelsius error in NWBC- Databaselogon failed. (LO 26603)

    Hi All,
    I am facing a strange behavior in one of the Xcelsius dashboard which is based on Live office connection to crystal report(based on SAP tables). It works fine when viewed in Infoview.
    But when I tried to view in NWBC using opendoc. It gives me error "Databaselogon failed (LO 26603). But if I launch this dashboard using the same user from Infoview it works. and then this dashboard in NWBC starts working until the dashboard is open in Infoview. Yes strange but thats the behavior I can see.
    Other dashboard having Live office connectivity works fine.
    Version BO XI 3.1 edge
    Did anyone of you have experienced the same error?
    Best Regards,
    Chetan

    Thanks Stratos.
    After using fixed username password it worked in NWBC.
    Ingo
    - all systems are in the same domain ? Yes
    - SAP authentication is configured ? Yes
    - can you view the underlying report that is used in Live Office using the SAP credentials in InfoView without any issues ? Yes
    I could not figure out why this particular dashboard does not work in NWBC.  But using fixed username password is fine in my case.
    Best Regards,
    Chetan

  • NWBC - SM59 alias can't be resolved - Type 3 and type H def required

    Dear Experts,
    We are implementing E-recruitment on NWBC. The HR and erec are both in the same instance. E-recruitment links are visible on NWBC but gives following error when clicked on "Recruiting" or any other link.
    500 SAP Internal Error
    For the role entry "ZROLE", the SM59 alias cant be resolved. Needed is at a minimum one type "3" definition and minimum one type "H" definition.
    In the backend ST22 the dump says
    Uncaught_exception
    CX_NWBC
    App. component - BC-FES-BUS
    Please provide your valuable inputs in addressing this issue.
    Many thanks

    You need to properly configure the connection(s) in transaction SM59 of the backend system. Normally it isn't required but I guess in this case the PFCG role needs to have a valid system connection defined. This discussion topic belongs to the SAP NetWeaver Business Client space which you might want to have a closer look at for configuration and troubleshooting tips.

  • SAP CRM 7.0 - NWBC desktop client

    Hi all,
    we are on SAP CRM 7.0 (NW > 7.02) and NWBC 3.0 - 3.5.
    In my understanding there're two ways to use SAP NWBC . By using (NWBC desktop client) and/or (NWBC for HTML).
    We have assigned the CRM Business Role and then the PFCG role to a test user. If this user use NWBC for HTML the business role content is displayed correctly. Using the NWBC desktop client is not showed the same result. Is only displayed the business role name. Same behavior also by using the standard SAP business roles and PFCG roles.
    Seem that the NWBC for desktop don't manage the UI service entries in PFCG menu (generated through CRMD_UI_ROLE_PREPARE report).
    We are doing something wrong?
    Many thanks.
    Massimo

    Hi Maikel,
    many thanks. I don't receive an error message like this.
    § http://help.sap.com/saphelp_tm80/helpdata/de/90/18acafde5941b1ab70bd25acfb6517/content.htm
    Then I suppose is not related to the NW version. But I will check.
    Thanks.
    Massimo

  • How to enable Billing plan tab in sales order (lean) with NWBC

    Dear All,
    The Billing plan tab in sales order (lean) is not availabe with NWBC. How to enable this tab?
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    thanks in advance,
    Suresh Yerra.

    Dear All,
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    Thanks,
    Suresh Yerra.

  • SAP GUI 7.40/Blue Crystal Theme/NWBC 5.0

    Hi All,
    I recently upgraded my SAP GUI to 7.40 (which includes NWBC 5.0). I initially downloaded SAP GUI 7.40 and had many issues (Which it seems like everyone else had as well, but almost all of the issues that I experienced were fixed with the first patch.) I also updated NWBC 5.0 to patch level 3 which fixed an issue I saw with systems with router strings.
    I love the tabbed browsing with NWBC 5.0 as well as the favorites area for quick navigation.
    What are your thoughts on the new Blue Crystal Theme? Is anyone seeing any issues with this new theme? I saw an issue with theme originally with missing buttons, but those all seem to have been resolved. What are some of the other issues anyone is seeing?
    I have also read about being able to open NWBC within the GUI itself, but unfortunately due to my setup being linked to a sandbox which does not have Single Sign On (SSO) setup, this piece did not work for me. Has anyone else been able to setup this functionality? I would love to hear additional feedback on it.
    Feel free to comment with other functionality that you like with the upgrade to SAP GUI 7.40/NWBC 5.0.
    Thanks,
    Imran

    I just downloaded SAP GUI 7.40 Patch Level 2 this morning. Looks like SAP changed up the look of the Blue Crystal Theme even more to match up with the Fiori theme. Here is a screenshot of the new look in transaction PA30 and you can compare to my original message above to see the changes.
    Here is the link to download in case anyone else is interested in downloading.
    http://service.sap.com/~form/handler?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y&FUNCTIONBAR=N&EVENT=TREE&NE=NAVI…
    Here is the SCN thread to keep up to date on the latest releases.
    Notification service for news about SAP GUI for Windows

  • NWBC 2.0 logon failure to ABAP/JAVA stack system

    Hi,
    Maybe not the correct forum, but there isn't any for the NWBC.
    I am testing the Netweaver business client 2.0. It seems to work fine for portal connections, but when i try to connect to a netweaver system (abap+java) using the internal ITS url (http://host:8000/sap/bc/gui/sap/its/webgui), i get an error saying:
    Could not open the logon window on server <host> (server URL http:// <host>:8000/sap/bc/gui/sap/its/webgui, logon URL http://<host>:8000/ticketissuer/TicketIssuer?NWBC_avoidCache=460486210'); check if the URL is valid and the server is running
    The URL works fine on the NWBC 1.0. Is there something significantly changed in 2.0? Does the 2.0 version only accept portal URLs? I can't find any documentation on this.
    regards,
    Bas

    hi,
    There might be problem in Properties in the Connection Sections
    Also see the below documentation as i dont know what parameters you might have given for configuring.
    [Configuring NWBC|http://help.sap.com/saphelp_nw70/helpdata/en/46/5549df9d3651eae10000000a114a6b/content.htm]
    [Adjusting properties. |http://help.sap.com/saphelp_nw70/helpdata/en/46/554a149d3651eae10000000a114a6b/content.htm]

  • How to view WEBI Report in NWBC ?

    How to view WEBI Report in NWBC ?

    Hi,
    you can use the standard web based application called OpenDocument. You can find the details as part of the documentation for SAP BusinessObjects Enterprise available on help.sap.com
    Each report can be opened using simply the browser URL - which you can integrate into NWBC.
    regards
    Ingo

  • How to install and run NWBC.

    Hi,
    1). I want to install and run NWBC on my system. Please let me know how to install and use NWBC.
    2). I want to know that i have to install NWBC on every end user system or I can install this on server itself .
    3). Is there any license issue for NWBC.
    Thanks & regards,
    Adarsh

    Adarsh
       Before you start, it would be best to check for systems prerequisites (especially the backend Business Suite that you want to run against). Then you need to decide whether you want to run NWBC Desktop (i.e. Windows based) vs HTML (i.e. Browser based). The OSS Note # 900000 (NWBC FAQ) below should help to set you in the right direction.
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361…
       License wise, NWBC licensing is the same as SAPGUI ... It's free as long as you have the standard SAP maintenance license.
    HTH

Maybe you are looking for

  • Motion 4 Crashes on Save

    When I use Motion 4 the program opens fine and I can even start a project and use it, however when I try to Save As Motion 4 disappears and a Problem Report for Motion window pops up.  I have tried several things suggested in forums and finally I uni

  • Errors with SAP GUI 7.10 issues with IE 7.0? and most curr patches?

    We are attempting to patch our SAP GUI 7.0 with the most recent GUI patches GUI patch 12 BW patch 500 BI patch 900 we are applying these patches to correct the following >preview and printing of blank pages with web browser(ie 6.0) >german lang. tool

  • Serious Error (Oracle, IIS, PHP) (Urgent pliz...)

    Hi Guys, I am trying to configure PHP with oracle and IIS on my computer. I have install windows 200o with IIS support. Then i have install oracle 9i database enterprise edition that was installed successfully. After that i install PHP. PHP have the

  • IMac display on TV

    Is there a cable available that would allow my iMac to display on a TV with only HDMI or component inputs? Is there a maximum output range? In other words would the display be decent on a TV screen size between 42 and 52 inches?

  • How does one get a third-party, DRM-Free ePub into iBooks ?

    And please do not say, "Use iTunes", because I am asking this for a poor soul from the Dark (WinDoze) Side who chooses not to use iTunes. So, what path might there be to get a DRM-Free ePub onto this person's iPad 2 ? Thanks.