SAPGUI (new session) button disable in Netweaver

Hi all,
I have a few users where their SAPGUI's "New Session" button is disable if they launch it via Netweaver (single-sign on). However, if they sign in to another computer, this issue did not arise.
Likewise, any user that sign in to this particular PC will have it's "Net Session" button disabled.
They are using Internet Explorer 7 version 7.0.5730.13
My Netweaver version is SAP Netweaver 7.0 (2004s) SPS 15 (Release March 2008)
I'm just wondering (confirming) if the reason behind this is because of compatibilty between Netweaver and Internet Explorer (similar to compatibility issue between Netweaver & Internet Explorer 8 earlier this year)?
Or could it be due to a different (older) version of Java Runtime Environment that is installed onto the user's computer?
Thank you.

Hello,
I think that SAP Note 1258154 - "EP 7.0: Different behavior for SAP WinGUI in the portal " could help :
https://service.sap.com/sap/support/notes/1258154
The related note "631198 - Behavior of SAP GUI for Windows in SAP Workplace/Portal" would be useful too.
https://service.sap.com/sap/support/notes/0000631198
Regards

Similar Messages

  • Urgent:New Session Button...

    Hi every body,
    I have done a screen wich contain a "new session " Button , this button must allow the user to open a new session without using the compile(or process) button of JBuilder a gain, but I don't now the code for this,
    any help please i'll be greatefully..
    Thanks

    u can't deactivate that NEW session buttton.. but u can restrict the NUmber of seeeion on yur Report server .
    to restrict the no .of sessions set parameter value of 'rdisp/max_alt_modes '(default value 6) in T-code RZ10.
    so in yur case in report server change value of rdisp/max_alt_modes = 1 .
    But this will open only one Session for all user on that SERVER.
    Tell yur basis guy to do this.
    but you must restart your sapserver to effect these settings.

  • Windows XP crashed and Firefox 5.0 closed improperly. When I relaunched it, I mistakenly clicked New Session button instead of Restore previous session. How can I get that session back now? Thanks

    I am on Windows XP/Firefox 5.0 Computer crashed overnight closing Firefox improperly. When I relaunched I got choice to restore previous session. By mistake I clicked on Start New Session. Now I cant restore that session through Menu, relevant buttons are greyed out. I cant see any pertinent information online either. I appreciate any help. Currently I am digging through the history but for some of these tabs I dont know when I opened them (may be a while ago).

    I don't have a good sense of what is going wrong.
    Was Firefox stable in step 3 -- open with no sessionstore.js file and then exit?
    If that was stable, it might be easiest to cull the open URLs from your sessionstore.js file and re-open the most important ones manually. You will lose the ''detail'' of your session on those pages (e.g., data you had entered into a form), but if that's okay, it might be the next step.
    I found a script on mozillaZine that will extract URLs from the sessionstore.js file; I just changed the formatting of the output. To run the script:
    (1) Return to your profile folder and rename sessionstore.js to sessionstore.old again, then copy it to a convenient location
    (2) Start Firefox (it should be in a new session)
    (3) Open the following link, select all (Ctrl+a), copy (Ctrl+c) to copy the script to the clipboard: http://dev.jeffersonscher.com/sessionstore_reader.txt
    (4) Open the <s>Error Console</s> <u>Browser Console</u> (Ctrl+Shift+j), click next to <s>Code</s> <u>the caret (>>)</u> and paste, then press Enter <s>or click Evaluate</s>
    (5) A file selection window should appear. Navigate to the convenient location and open sessionstore.old from there.
    (6) As long as the file is not corrupted, a new tab should open with a list of all the URLs the script found in the file. You can save this page for future reference if desired. Also, you can close the <s>Error</s> <u>Browser</u> Console now.

  • New Dataset button disabled in Lumira

    Hello All,
    We have installed licensed version of Lumira desktop. We are using version 1.17.2. When we connect to HANA system, in the 'Prepare' tab, the option to add 'New dataset' is disabled. However if we use Lumira to connect to SQL via ODBC, the option becomes enabled.
    Also there multiple options under the 'Share' tab like Export as file, Publish to SAP HANA,publish to explorer, Lumira cloud, Lumira server, SAP Streamwork and publish to SAP BI available when we connect to SQL. However none of these options are available when we connect to HANA expect, publish to lumria server.
    Has anyone faced similar issues? We are currently user HANA sp6 and we have not installed Lumira server on BI. In such situations is there a way to share the Lumira content among the users?
    Also when I click on Help-> Enter Keycode, it says you can enter a keycode to unlock disabled features, but it also says I have installed SAP Lumira Perpetual licence. Is there any other license we need to install ?
    Thanks,
    Aamod.

    Hi,
    when working in HANA Online mode you are not acquiring any data locally into the local Sybase instance on the desktop.  That's why you cannot enrich/transform the data (in prepare room).
    With regards to Sharing, I presume you have a Story you want to publish, based on a HANA Online source. For reasons of security and governance, that data should not leave that HANA instance... Therefore, you can only publish to the Lumira Server which is hosted on that same HANA server.
    Regards,
    H

  • Missing "Start New Session"

    What the subject line says.
    Since last week the "Start New Session" option has been missing.
    "Restore Previous Session" and "Close" are intact.

    hello SirSimeon2003, i the "start new session" button has simply been relabeld "close" in this scenario.
    https://bugzilla.mozilla.org/show_bug.cgi?id=523140

  • Calling an URL/Hyperlink in new session on browse from button.

    Dear experts!
    I created a Z program on SAP GUI, and configured the logical link for this program and call it from Web UI Client. In component BTCUSTOMER_H, i redefined DO_PREPARE_OUTPUT to maintained a button called 'FORWARD'. I create method EN_ONFORWARD to process. My problem is: on component BTCUSTOMER_H, when i click on FORWARD button, a new session on browse appear and display the Z program above or navigate to my Z program ( i can navigate to a standard transaction for example: from an Opportunity, i can maintain a button and navigate to a SaleOrder by click to this button). When i searched on forum, i found some thread said about this problem but i still can not resolve my problem. Can any one show me the details, how i configure for the Z program and processing code in method EH_ONFORWARD to resolve my problem.
    Can anyone help me, please!
    Longnd.

    Hi,
    Please follow the steps for calling you logical link.
    When you create a Logical Link, you also should give the Target ID.
    Now In the Naivigation Bar Profile you will have some thing called as Define Geniric OP Mapping
    Here add a entrty with any Name , and give your target ID here.
    For eg : ZCall_ZREPORT :Target Id ; Given in the step 1.
    And in you even handler of the button write the followng code.
      DATA: lr_nav_descr    TYPE REF TO if_bol_bo_property_access.
      DATA:  lr_navigation  TYPE REF TO if_crm_ui_navigation_service.
      DATA: lr_col          TYPE REF TO cl_crm_bol_bo_col.
      cl_crm_ui_descriptor_obj_srv=>create_ui_object_based(
        EXPORTING iv_ui_object_type   = ZCall_ZREPORT
                  iv_ui_object_action = 'B'
        RECEIVING rr_result           = lr_nav_descr ).
      CHECK lr_nav_descr IS BOUND.
      lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
      CHECK lr_navigation IS BOUND.
    Check whether navigation is supported
      IF lr_navigation->is_dynamic_nav_supported( lr_nav_descr ) NE abap_true.
        RETURN.
      ELSE.
        CREATE OBJECT lr_col.
        lr_col->if_bol_bo_col~add( iv_entity = lr_nav_descr ).
        lr_navigation->navigate_dynamically( lr_col ).

  • To create a new session on the clcik of a button in Bsp.

    If have application A.
    On the click of the button i want to create a new session of application B.
    I used the method
    cl_http_ext_webapp=>create_url_for_bsp_application
    for calling the application B.
    but the session is maintained.
    How shall i proceed so that my application creates a new session.

    I am curious.  Both Raja and I suggest the same fix:
    >Now you probably want to add the url parameter sap-sessioncmd. There is the value open that will start a new session
    >'?sap-sessioncmd=open' and use this url for navigating.
    You said that his solution worked and mine did not.  The only difference is that I suggested that you use cl_bsp_runtime=>construct_bsp_url instead of cl_http_ext_webapp=>create_url_for_bsp_application.  This recommendation comes right from the source; cl_bsp_runtime=>construct_bsp_url is the prefered method for constructing URLs.  I am curious the other method somehow produce different results?

  • SAPGUI iview from SAP Portal = create new session  results in empty screen

    we use ep700 sp10 and sapgui 6.40 compilation 5 . we have a sapgui iview which starts the login to the R/3 system and shows the user menu with some transactions.
    if the user now creates a new session  with the buttom "create new session" in the sapgui screen he gets a new but empty session  ==> i expected , that he gets the normal sap entry screen with the user and sap menu.
    does anybody now how to get that ?
    many thanks hannes toefferl

    Hi,
    Go to the file .../irj/root/WEB-INF/portal/portalapps/com.sap.portal.appintegrator.sap/property/Transaction/WinGuiRenderLayer.properties
    In this file, change -wp=true to -wp=false and also Workplace=true to Workplace=false.
    Restart the portal for the change to take effect.
    Hope this helps.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • Disabled new entries button in Table Maintenance

    Hi Guru,
    I want to disabled new entries button in table maintenance (sm30) due to authorization. could u tell me how  can we do it.
    I want give authorize to user only see table maintenace entries
    not able to give new entries.
    <REMOVED BY MODERATOR>
    Thanks
    Ramakrishna
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:24 PM

    hi krishna,
    It is used for updating tables.i.e deleting,updating and inserting data into tables.
    check these threads and links
    Re: Regarding Table Mainantance Generator
    Re: table maintenance
    For further help look into these links
    http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm
    Table
    Table maintanence generator is nothing but making a table available for adding records and deleting records.
    The transaction code used is SM30.
    follow below steps
    1) go to se11 check table maintanance check box under
    attributes tab
    2) utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    3)
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    6) save and activate table
    using sm30 you can create entries manually.
    check these links
    Table Maintainance generator
    Table Maintainance Generator!!
    Re: STANDARD RECORDING ROUTINE IN TABLE MAINTENANCE SCREEN
    <REMOVED BY MODERATOR>
    karthik
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 5:11 PM

  • Does the restore previous session call get destroyed too with the new forget button in firefox

    I have checked under startup to restore previous session ... Can it still if I use the new forget button since it states all tabs are closed ... so that would be last session to my thinking Rick Carter

    I think there is a serious risk that your session history will be cleared, too. However, I haven't tested it yet. If you want to preserve a copy of your session history files while you experiment, you can back them up as follows:
    Open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    * type or paste about:support in the address bar and press Enter
    In the first table on the page, click the "Show Folder" button. This should launch a list of your settings files.
    Look for a folder named '''sessionstore-backups''' and copy it in its entirely to a safe location such as your Documents folder.
    You also should find a file named sessionstore.js which contains your current session windows and tabs. You could back that one up, too, but the recovery.js file in the sessionstore-backups folder should be identical or virtually identical (it may lag a little, but should be updated to be the same fairly quickly).

  • SSLException: New session creation is disabled

    Hi All,
    I am writting a javaclient to talk to my back-end SSL IBMHTTP server.
    With my codeing, I can successfully go through the handshake part, and also get the inputStream, outputStream, and even try to print sth out through the outputstrem without any exception.
    However, when I tried to read from the inputStrem with command in.readLine, it gaves the following exception (at the bottom)
    Does anyone have any idea??
    (My big devil boss is grabbing my neck now... )
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: New session creation is disabled
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.d(DashoA12275)
    at com.sun.net.ssl.internal.ssl.AppInputStream.read(DashoA12275)
    at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
    at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)

    i happened to call createSocket twice... fixed now, thanks

  • Disable new item button

    Hi , 
    Is there any way that i can disable new item creation of item if count equal to 100 . 
    Abhishek Tiwari

    Hello,
    You can disable button from ribbon and page using jquery but if user is smart enough then he/s can add item directly open the newform.aspx page. Refer below links for jquery, and you also need add code to access list using lists.asmx to get item count from
    list.
    https://social.msdn.microsoft.com/Forums/en-US/1e2ef4bc-428f-4a9b-a0c3-82a0535a36cb/hide-new-item-button-in-ribbon-jquery?forum=sharepointdevelopmentprevious
    http://sharepoint.stackexchange.com/questions/15740/remove-add-new-item-functionality-from-lists
    If you really don't want add item after 100 then event handler will be good solution. Where you can check item count and if it reach to limit then remove user permission OR cancel the event.
    http://www.c-sharpcorner.com/UploadFile/54db21/remove-group-permission-to-list-in-sharepoint-2010-programma/
    http://rmanimaran.wordpress.com/2010/10/11/programatically-adding-and-removing-permission-to-a-group-in-sharepoint-list/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • I have lost my tabs for the umpteenth time. Session restore only works if your kids hit the restore button. Otherwise, a new session gets started. FRUSTRATED!!!

    Even though I have my settings set to the "correct" settings to hopefully prevent the lost tabs problem, you still have to be careful in order to prevent the loss of tabs. I have lost all my research again and again... If for whatever reason FF gets closed the wrong way, and then the "restore session" button doesn't get clicked when you re-open, and then you happen to open any further tabs, suddenly you can never get back to all your previous tabs.
    I have scoured the internet for solutions to this problem, looked for ways to get them back, and ways to prevent this from occurring. I Have set my browser to the recommended settings. I have tried to restore my sessions. I don't understand WHY cannot the tab feature be made easy to save????
    I get all these tabs set up... and then, WHAM! suddenly they evaporate, never to be seen again.
    love the Tab system. It's visual. It's relatively easy to navigate. I don't forget they are there, and they are effortless to create...unlike bookmarks.
    Why in the world can't I give a tab group a name and then have it be permanently available, like a group of bookmarks that I can create and access at will?
    Why must it be that I have to search the internet for ways to restore them, and then the recommendations are geared only to computer literate people able to extract them from the bowels of their computer memory in some obscure and confusing procedure?!?
    I have looked at and installed numerous add-ons in the hopes of solving this problem and have not found a satisfactory solution. It seems like there are tons of other people out there who wish for this exact same thing, What is the hang-up with this???

    Firefox has the ability to bookmark all open tabs, in each window separately. It's not a "session manager", but if it's the same set of tabs you want opened at the same time all the time, you might consider using that feature.<br />
    Right-click a tab and select '''Bookmark All Tabs...''' and then give the folder a name. When you want to open all those tabs simply middle-click that folder or right-click that folder and select '''Open All in Tabs'''.
    As far as the "problem" you described...... <br />
    # You really should have a separate logon user account for your kids or for each of the other users of that PC, so they wouldn't be using your Firefox installation. That is a basic feature in Windows that goes back to the days of Windows 2000.
    # Firefox saves the previous session, but if that session isn't restored during the "current session" it is gone. That's the way it is designed to work. A temporary session save feature.
    # To save a session or multiple session try using a "session manager" extension to "extend" what comes with Firefox. Here's two extensions with a session manager feature for your consideration. <br />
    https://addons.mozilla.org/en-US/firefox/addon/session-manager/<br />
    https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/

  • How can I start Firefox in a brand new session?

    I got onto a malware site that wants to scan my computer for viruses. There is currently a popup window that says "Threat Detected. Please click the Protect button to make your system safe." I don't want to do that.
    I can't close the popup by clicking the 'X' in the upper corner. No other options are available in Firefox. Everything is disabled until I press Protect.
    I restarted the computer and restarted Firefox, and the first thing I see is "Threat Detected".
    So I want to start a new session so the malware Tab won't open from the previous session.
    (I'm using Google Chrome to post this.)
    Many thanks....

    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to make Firefox forget the previous session.
    You will have to redo App Tabs and Tab Groups after deleting sessionstore.js.
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Choice between start new session and restore previous session

    I have refused to update firefox since 2.0.0.14. That's mid 2008. The reason? Because EVERY update I have seen has a critical flaw and I am sick of it never having been addressed. Oh, I have tested it many times. I am impatient in general. I have allowed it to update just now for instance with the naive hope that MAYBE you'd put it back the way it should be, and NOPE, you STILL have the critical epic fail that you introduced some time after 2.0.0.14, and I then had to uninstall firefox and reinstall my copy of 2.0.0.14 and restore my passwords and bookmarks from the key3.db and bookmarks.htm files (which also aren't compatible with the later versions, and that's bad too since it was more efficiently done and more comprehensible and more compatible with common knowledge that way, what the hell is a .json file anyway????), and I am sick of it. It's getting harder and harder to use 2.0.0.14, things constantly say snide things like 'upgrade (downgrade) to a modern browser, your browser is not supported', 'you are using md5 for certificate validation, are you insane?', that sort of thing, and things often don't work right, but it is WORTH every bit of it to avoid the critical epic fail.
    Ok, enough suspense. That critical epic fail is this: when I start firefox after the previous session crashed (or was killed by the task manager), it does NOT give the NICE CHOICE 2.0.0.14 does between "begin new session" and "restore previous session". It automatically restores the previous session. Do you have any idea how many times I have gone to a webpage only to observe it is infected with a virus which it tries to put on my computer, or just a horrible page with a horrible script that seems to involve an infinite loop or at least something incredibly excessive and inefficiently coded that totally eats up the CPU processing power and I BARELY managed to KILL firefox with the task manager? Do you think I want it to go right back to loading that page when I start firefox again? Do you have the BATSH*T INSANE notion that I should always WANT to restore my previous session? Well I DON'T! I killed it with good reason in the first place. 100% of the time mozilla gets killed by the task manager and 90% of the time it crashes, I don't WANT to restore my previous session. Is there some secret hidden feature representing providing this choice that 2.0.0.14 provided that is by default DISABLED that I can maybe enable, or do I have to continue using 2.0.0.14 and watch as more and more and more things refuse to work with it?
    Also, you need to have the "stop" button within reach of the bookmarks and the left side of the address bar, not on the far right of the screen. And I'd also rather not have it be in the same place as the refresh button, though I understand the justification for having the stop button become the refresh button. Is there any way I can also have the "forward, back, stop, refresh" buttons all together and in the most convenient place as they were in 2.0.0.14 while I'm at it?

    Set the pref browser.sessionstore.max_resumed_crashes to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.
    *http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes
    That will allow you to deselect the tab(s) that you do not want to reopen, but will allow to reopen other tabs.
    See:
    * http://kb.mozillazine.org/Session_Restore#Restoring_a_session_after_a_crash
    * http://kb.mozillazine.org/Browser.sessionstore.max_resumed_crashes

Maybe you are looking for

  • Can I split a PDF / PCL file when generating using Crystal Report

    Hi, I can generate a big PCL file from sending it to a PCL printer from Crystal. Can I add something to split the PCL file while generating it from Crystal? Any pointers towards splitting a PCL would be appreciated. Thank you Deepa

  • Menu Over Video... Always Has To Restart

    For the last year I have constantly been having an issue where the content I am playing cannot be stopped (mostly video apps but sometimes music) and when I press the menu button, the menus appear but they are over top the content that will not stop

  • Java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK

    hi all, please help me to resolve the error. i am working on a proxy to soap scenario and in SXMB_moni i am getting the following error. i had check my url,its working fine. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Inbound Mes

  • OBI EE 10g: Bridge tables and Based on Dimensions Aggregation

    hi experts, i am working on OBI EE 10 g (10.1.3.4) The BM&M layer consist of: 1) Logical fact table "Sale_Indicators" Fields: SALE_ID (PK, FK), D1_ID (FK), D2_ID (FK), Indicator1 (measure, level of granularity: SALE_ID), Indicator2 (measure, level of

  • Upgrade from oracle 10.1.0.2.0 to 10.1.0.3

    hi, I want to update my database from oracle 10.1.0.2.0 to 10.1.0.3.. Is there any update patch available for this kind of upgrade or do i need to install oracle 10.1.0.3 version on my machine again.