Restricting Multiple logins through Web

Hi,
We had given BW access to the end users through WEB. Users access all BW reports by logging through IE Browser.
We are trying to restrict Multiple Logins of the user when the login is through Web Browser.  How do we do this?
We understand that we can restrict SAP GUI Mulitple logins through system parameters. But , when the login is through Web Browser, how do we control multiple logins of the same user?
Please help us to resolve this issue.
Thanks
Ramesh Ganji

Hi,
We had given BW access to the end users through WEB. Users access all BW reports by logging through IE Browser.
We are trying to restrict Multiple Logins of the user when the login is through Web Browser. How do we do this?
We understand that we can restrict SAP GUI Mulitple logins through system parameters. But , when the login is through Web Browser, how do we control multiple logins of the same user?
Please help us to resolve this issue.
Thanks
Sunil Tuppad

Similar Messages

  • Restricted Portal Login through internet

    Hi,
    Is it possible to restrict portal login through internet for certain group of users of portal. These users, who are LDAP users, need to login to the portal from intranet only
    regards,
    Sujesh

    Yes, you will have to develop a JAAS login module to develop this functionality of restricting portal access for specific groups.
    Let me know if you need more information.
    Vibhu

  • LM00 multiple login through ITS mobile

    HI All,
        Is it possible to login LM00 transaction multiple times with same user, if so please guide me how to achieve this.
    Regards
    GK.

    Self answered

  • Restricting Multiple Logons to EP

    Dear Experts,
    We are in Enterprise Portal 7.0 EhP1 SP07
    We have a Business Requirement where in we need to restrict the users from multiple logons.
    For example, if I have logged into the portal with User ID u201CUser Au201D from an IE-6 browser window,
    then the same u201CUser Au201D should not be allowed to login from any other browser window. (Here, any other browser literally means that once the session is active in one browser, then no other browser window, let it be from the same machine or other machine or any Web Browser other than IE-6 should not be allowed.)
    Is this possible? Can this be achieved with a Custom Login module for restricting the sessions?
    Kindly help.
    Regards,
    Sheryas Pandya

    Hi Shreyas,
    There is no easy way to restrict multiple logins. But this can be done through code changes in the header jsp files. Check these links:
    Prevent multiple logins of the same user in portal
    How to restrict multiple login session
    Thanks and Regards,
    Shyam.

  • Restrict multiple log in with same user ID

    I have a JSF Project where I use Oracle JAAS for Login.
    The login works perfectly and also the components on the JSF page shows as per User Role. I am using OAS 10.1.3.3.
    I want to now implement the code so as to restrict simultaneous logins with the same user id. That is a user id cannot be looged in at once to the server from more than one machine.
    The login.html is:
    <form  name="loginFrm" method="post" action="j_security_check">
          <p>Log in to access restricted zone.</p>
          <table>
           <tr>
            <td>User name</td>
            <td>
             <input id="j_username" type="text" name="j_username"/>
            </td>
           </tr>
           <tr>
            <td>Password</td>
            <td>
             <input type="password" name="j_password"/>
            </td>
           </tr>
           <tr>
            <td> </td>
            <td>
             <input type="submit" value="Login" onclick="document.body.style.cursor='wait';"/>
            </td>
           </tr>
          </table>
         </form>The securityconfig int he web.xml file is:
    <login-config>
          <auth-method>FORM</auth-method>
          <realm-name>jazn.com</realm-name>
          <form-login-config>
             <form-login-page>/login.html</form-login-page>
             <form-error-page>/loginError.html</form-error-page>
          </form-login-config>
        </login-config>
        <security-role>
          <role-name>ADMINISTRATOR</role-name>
        </security-role>   
        <security-role>
          <role-name>MANAGER</role-name>
        </security-role>
        <security-role>
          <role-name>INSURER</role-name>
        </security-role>
        <security-role>
          <role-name>TRACKER</role-name>
        </security-role>
        <security-role>
          <role-name>INSURER_MANAGER</role-name>
        </security-role>

    Then I would say it is not possible:  Restrict multiple login in SAP Business Objects 4.0 SP6 for single user
    multiple login disable in BO | SCN

  • How to restrict multiple log-ins by same user in SAP BO 4.0

    Hi ,
    Facing licence issue Due to subjected  error  .
    How to restrict multiple log-ins by same user in SAP BO 4.0
    Thanks in advance .

    Then I would say it is not possible:  Restrict multiple login in SAP Business Objects 4.0 SP6 for single user
    multiple login disable in BO | SCN

  • How to restrict 'Broadcast and Export' option of BW report through web.

    Helllo,
    Please anyone let me know, how NOT to give/allow "Broadcast and Export' option in BW report, when accessed through Web.
    Is there is any Auhtorization object which restrictes this option.

    Hi,
    Please check this, it may help you.
    http://help.sap.com/saphelp_nw70/helpdata/en/80/1a68b4e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    Madhu

  • No user is able to login through User Management Engine in SAP Web AS Java

    Hi,
    We are facing an error"User Authentication failed" in SAP Web AS Java(Stand-alone).
    No user is able to login through User Management Engine but we were able to login as administrator into Visual admin.Tried SAP* (Emergency User Activation in config tool) also.SAP* is also able to login to Visual Admin But not into UME.Login in Visual Admin was successful when we tried with SAP* or administrator.
    Feels like some UME configuration might have changed.Can anyone help me in this.
    Thank You.
    Regards,
    Sudheer.

    Hi Sudheer Koppireddy
    login VA with SAP*
    go to services -- key config login ticket and see in right hand side entry deleate all entry
    and save it
    then go to sm 59 and check HMI connection (http connection to R/3)
    deleate it and recreate it
    Thanks
    Amit Shivhare
    PS:Reward Point

  • MULTIPLE LOGIN WITH SAME USER ID

    Hi,
    As per my understanding, multiple login to the portal with the same user id and password is allowed.
    Now,
    1. Is it possible to disbale this in the portal so that user can login to the portal only once?
    2. Is it possible to allow specified no of logins with the same user id?
    Any response is highly appreciated.
    regards,
    Chandra

    What you're trying to do just doesn't work that well with any web application, let alone NW.  There are various problems with trying to restrict the number of sign ons:
    If a user signs into the portal and then walks away, they are unable to sign in again from another workstation.  What if they want to give a demo to a user elsewhere in the company while they're still signed in at their desk?  This is really just a user-issue, but an annoying one that will almost certainly drive certain users nuts.
    What if the user's web browser crashes (an unfortunately common occurence).  They can't sign in again until their session times out.  Either that, or they call the portal admin to clear out their session (how?  I don't know).  The portal admin probably has better things to do than cleaning up orphan sessions.
    If a user can't sign in multiple times, they can always open a related browser session, thereby having multiple entry points into the portal.
    So, in short, you really can't enforce a 'sign in once' rule.  By association, you therefore can't restrict them to a maximum number of sign-ins either...
    Hope that helps you out.  Points are always good

  • Using a single iTunes library with multiple logins.

    I've setup my iMac to have multiple logins for everyone in my family. I'd like everyone to use the same iTunes library, though, so that all purchases and playlists can be seen and used by everyone. I have it so that everyone has the same files, but not the same library. That is, the playlists don't come through on the other logins, and purchases made from one login don't translate to another.
    I'm not trying to rip anyone off, I just want my whole family to have the same library.
    Is this possible?

    padrepablo wrote:
    Thanks much, but I've done that. That method shares FILES but not the LIBRARY
    Then you missed a step or two.
    The steps above share the entire iTunes library (media, artwork, playlists, library file, Genius files, everything).
    In the Music/iTunes folder on everyone's login is a file called iTunes Library.itl.
    Yes, and holding Option and selecting Choose library allows you to select which iTunes library you want to use.
    THAT is the file I want to share, but I can't seem to move it.
    The steps above will do exactly what you want.
    All users will use the exact same iTunes library.
    You need to hold Option and select Choose library (notice is says, "Library").
    Once you copy your /Music/iTunes/ folder to /Users/Shared/ folder, everyone can delete /Username/iTunes/ folder.

  • How to restrict multiple ess session and access?

    Hi experts,
    how to restrict multiple session for ess user? and multi access for same ess user?
    our problem is when user login to ess (doing session, for example leave request) and at the same time their manager is accessing travel approval task for that user, the approval process getting error. (we use travel workflow to approve travel request)
    how to overcome this situation?
    thanks.

    but there is no information on ESS screen for user being lock.
    how to show the information on ess screen?
    thanks

  • Is it possible to disable multiple logins?

    Is it possible to disable multiple logins by the same user on different computers? I have network hosted user accounts. I need a way to NOT make it possible for user A to go to client Mac A, login and leave himself logged in there then go to client Mac B and login there also. This is creating some unpleasant effects on the server - naturally!
    Any easy way to accomplish this? Perhaps through Profile Manager?
    Thanks!

    Simon,
    Thanks for the reply but I need some elaboration.... "the "Login" preferences for users and groups".... what exactly are we referring to? I don't see such option (or atleast the way it's written), in either Server app or Profile Manager. Are we talking about the same OS X version?
    Thanks.
    P.S. Despite the fact that I have enabled the option in Profile Manager to logout all users on all computers after 30 minutes of inactivity, I have noticed that the iMac clients don't log out the users after the said time...

  • Search for users in a particular LDAP through Web Dynpro code...

    Hi Experts,
    Let me try explaining my problem. In my project we are using two ADAM LDAPs. One for storing internal users and the other for storing external users. I have configured the portal to connect to both the LDAPs. I am able to search for the users created in both the LDAPs through portal Indentity Management.
    I am trying to search for the users in a specific LDAP through Web Dynpro coding... I am not lucky enough to get it done. Let me explain you what I did.
    I created a custom attribute for UME through config tool. Gave a physical mapping for the custom attribute in dataSourceConfig_xxx.xml to the LDAP attribute distinguishedName which returns the distinguished Name for the user in ADAM LDAP.
    For Example: Custom attribute in UME is ldapuser which is mapped to distinguishedName attribute in ADAM LDAP in dataSourceConfig_xxx.xml.
    When I do a search for the users in a particular LDAP, I am trying to put a filter to the newly created ldapuser attribute to distinguish between the two LDAPs.
    The search will result if I pass the value as '*'. If I try to specify the user path for the LDAP in this attribute it doesnt result any data.
    For example:
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         "OU=16482515,OU=Members",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    The above code will not return the data, whereas
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    Will result with user list from both the LDAPs.
    If anyone tried searching for users in a particular LDAP through code, please help me with this issue.
    Thank you in advance.
    Regards,
    Rekha Malavathu

    I just figured it out. Under "group-policy GroupPolicy_COMPANY_SSL_VPN attributes", I had to add "vpn-simultaneous-logins 15". Apparently, it was using the value "vpn-simultaneous-logins 0" under the NOACCESS group policy.

  • Flat File upload in IP through Web template

    Hi,
    I am looking for an option to upload a flat file to an input ready cube through web application designer, can any one suggest / think of any way?
    Solution currently implemented:
    1. Planning Function to upload the flatfile
    2. Planning sequence containing the above planning function
    3. Web dynpro
    something like: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90cef248-29e0-2910-11bb-df8dece7e22c?QuickLink=index&overridelayout=true&26048976667552
    The above works fine, a link to upload is put in the portal (to be accessed through portal id / pwd) but since its Web dynpro it asks the user and pwd for the BI system.
    Requirement is:
    to avoid the 2nd login to the BI system
    Thanks in Advance
    Shweta Salpe

    Hi,
    check you portal setting.
    => do you use single-sign-on?
    => you need full domain, like http://comany.local.org:53000
    Sven

  • Database login through OEM

    Dear all,
    When try to log in to target database in OEM, the web browser hanging for a long time before disconnecting.
    The browser interface is as the follwoing. Even connect as sysdba doesn't work.
    Username:
    Password:
    Database:
    Connect As:
    The user account can connect to database using sqlplus and host login through OEM works fine too. Could some one give a hint on this problem?
    Thanks
    Jiang

    I hope the following is a better description.
    After log in to OEM browser located in the OMS server, select a target database instance, which is in the remote machine. The following page has four tabs, Home, Performance, Administration and Maintenance. Select Performance, the next page is Database login form needs following information:
    user name:
    password:
    Database:
    Connect As.
    Although I provide the correct information, the connection is hang for ever. The database instance is up and running.
    Jiang.

Maybe you are looking for

  • Get a Samsung HDTV and ATV or wait for the latest model?

    A newbie to HDTV, video and ATV. I have almost decided to buy the Samsung 50" plasma HDTV PN50A650. But have discovered that Samsung has a new model PN50A760 with added capabilities for playing video and wireless networking. Connectivity is an issue

  • Purchasing Doucment

    hi, I wanto to create report like me2l -> Purchasing Document per Vendor In me2l there is Selection Parameter with name "Selection parameters"- > Selection paramater for puchasing list.. Anybody know that paramater link in what table or status po ?,

  • Removal of Deletion Indicator

    Dear Experts, Please advise can we reverse the deletion indicator from Process Order. If yesthen plz explain how. Thanks Sumit

  • IDOC to IDOC scenario on AAE

    Hi Guys, I am working on PI 7.3 consisting of only the Java stack and no ABAP stack. So it has the Avance Adapter Engine and there is no Integration Engine. I have to develop a scenario consisting of IDOC communication and the flow is from SRM to ECC

  • AirPort & USB Hub and Two Printers?

    The AP Exp. manual says I can print to multiple printers connected via a USB hub. However, I have a Brother Laser Printer and an HP Inkjet printer. When I connect either directly to the AP Exp. they are instantly recognized and installed and I can pr