Gracefully logging out user from the session

Hi,
          I have seen this issue coming up in my current project and last project. If there is a certain window in which the server is scheduled to be bounced as part of regular maintance, what is the best way of gracefully shutting down the existing users and not letting new user come in.
          My thinking is more on the lines of defining a filter. This filter once knows that it is time to bring the server down, will not let new user come in and will turn on a flag that every jsps check to see whether to display the message(that server is going to come down in a litte while) or not
          Any ideas, feedback??

Hi NIgel,
Thanks for your response. I've made those changes and I think it has made an improvement, but I'm still experiencing the same issue.
Something I have noticed is that each time I log back into the room, there's an extra line of
#FMSConnector# Mon Jun 14 19:42:16 GMT+0100 2010 mainNetStatusHandler: NetStream.Connect.Success
is added to the debug trace in the dev environment. So on the second time I enter, it prints the line 3 times, and on the third entry, its printed 4 times etc....
I assume this is not supposed to happen, and usually by the 5th login, one of the clients has crashed. I seems logical to me that all the NetStreams are not being closed.
Does this point to something I'm doing wrong? Is there anyway to get more description from the LCCS SDK code?
Thanks again,
Mark

Similar Messages

  • Adobe Flash Player 15.0.0.16 on Win 8.1 64bit ES logs out user at the end of Youtube film

    Dear Players.
    My Adobe Flash Player 15.0.0.167 on Win 8.1 64bit ES (Spanish) in IE11 logs out user at the end of Youtube film. In Event viewer there is apparently no error information. I use Fujitsu Siemens Lifebook S6410, where on Windows Vista 32 bit and IE9 with current Flash there was no problem on Youtube films.
    I have a feeling that initially after installing Windows 8 and 8.1 the films of Youtube finished correctly showing a mosaic of proposed next films. Now when the film ends, and the mosaic of the proposals should appear, the user is logged out.
    I did all the Adobe recommendations, and it does not help. Yet the problem is only with Youtube for the moment. All other Flash content on other pages shows ok.
    Any suggested solution?
    Kind regards
    Marcin Balcerzyk, Seville, Spain.

    Hello,
    Microsoft has been changing how they identify IE in the UserAgent string in IE11 (and in more recent versions of IE10). This has been occurring over various releases and it's not new to the latest updates.  As you see, sometimes they identify as Netscape/Mozilla instead of IE.  You can Google 'Microsoft User-agent string' the search will return various MSDN articles on this topic.  Long story short, most websites use OS/browser version in the user-agent string to display content for that particular combination, however, Microsoft wants content developers to use feature detection, not browser detection.  Compatibility view will work because Microsoft will change the user-agent string properties to something prior to the changes they've made.  By doing this, Microsoft leaves it up to the content developer to update their site.  Some have, some have not.
    Maria

  • Cannot log out permanently from Folio Builder, logs itsels in upon ID restart

    I'm teaching DPS authoring to a group of students and want them to be able to sync their work at the school with their home computers. So they logged in from the Folio Builder Panel on CS6. This happened previously from a specific modal dialog inside Folio Builder. Now it summond AAM and doesn't give the choice to not to remember account as it did before.
    But annoying as this may be, this shouldn't avoid logging out manually from the Folio Builder, which has an option for that. The issue is that Folio Builder logs itself into the account automatically on InDesign restart. There seems no way to permanently log out from Folio Builder (or rather AAM now). So it's just absurd to be able to log out temporarily if the account is remembered no matter how.
    As  convinient this may be on home or professional devices, this poses a serious security and privacy concern for me and my students who can not seem to unlink their personal or professional AdobeID from the school setup, allowing anyone using those computers to access their DPS Cloud and potentially deleting works, uploading undesired content, breaching all sorts of confidientiality agreements, etc.
    I would really appreciate some input on this issue and a way to permanently sign out from AAM / Folio Builder

    You should be able to force the logout by quitting InDesign and deleting this folder: /Users/{username}/Library/Application Support/Adobe/OOBE and then restarting InDesign.
    Yes, this is awkward
    Neil

  • What is a "logged in user" on the "Active Sessions" report in CF8 Server Monitor?

    I was looking at the Active Sessions Report (The Chart View) and saw I have more "logged in users" than "active sessions".
    I had expected them to be nearly the same.    It's on our Intranet where I log users in (using cflogin and cfloginuser) at the begining of their session and users should be logged when the session ends.
    I couldn't find a detailed explaination of what a "logged in user" means.   There is a chance that the same user is logged into a nested application as well as the Intranet, but I don't think that is what I'm seeing.
    I also don't see a way to get a list of what CF is counting as a logged in user.  I can only see a way to get the total count.
    Any help is appreciated. 
    Thanks,
    Jeff

    Thank you Michael for the reply, but I don't think that is the issue.
    When a user opens their browser on the intranet, a session begins and they are logged in (using the cflogin and cfloginuser).    If they close their browser, the session should hang around for 20 min. (per the server setting).   I am assuming this is still considered an "Active Session" since I can see this behavior in the report.
    At first, the Active Sessions and Logged In Users are exactly the same.   When the sessions start to time out, the active sessions are reduced,  but the Logged In Users remain the same.    Then,  after a while, they start to move together.  So I have more Logged In Users than Active Sessions.
    I left the Server Monitor open last night and for most of the night, I had 0 sessions, but 57  "logged in users".   This morning, as people opened their browsers, the Active Sessions and Logged In Users moved together.   The gap of 57 looks consistent.
    It looks like people are remaining logged in after their session ended.
    I am really looking for a detailed explaination of "active session" and/or "logged in user" as used in the server monitor.  It would be really nice to find a way to list the details about each item counted in the "logged in user" and not just the total count. 
    Thanks Again for your reply.
    jsm

  • Fetch From UWL to WD view :UWL Exception Logged in users context or session

    Hi,
    We have a requirement in which , we need to fetch all UWL Items and need to display these in a webdynpro view.
    We tried based on this link [Custom UWL|http://searchsap.techtarget.com/tip/0,289483,sid21_gci1240907,00.html].
    Coding What I have Tried is
           IWDClientUser user1 = WDClientUser.getLoggedInClientUser();
                IUser epUser1 =user1.getSAPUser();
                IPortalRuntimeResources runtimeResources = PortalRuntime.getRuntimeResources();
                wdComponentAPI.getMessageManager().reportSuccess("Version "+PortalRuntime.getVersion());
                IUWLService uwlService = (IUWLService) runtimeResources.getService(IUWLService.ALIAS_KEY);
                uwlService = (IUWLService) runtimeResources.getService(IUWLService.ALIAS_KEY);
                wdComponentAPI.getMessageManager().reportSuccess("6");
                UWLContext uwlContext = new UWLContext();
                uwlContext.setUser(epUser1);
                wdComponentAPI.getMessageManager().reportSuccess(" UML Context"+uwlContext.getUserId());     
                wdComponentAPI.getMessageManager().reportSuccess("9");
                IUWLSession uwlSess=uwlService.beginSession(uwlContext, 6000);
                uwlContext.setSession(uwlSess);
                wdComponentAPI.getMessageManager().reportSuccess(" UML Session"+uwlSess.getUser().getUniqueID());
                IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
                wdComponentAPI.getMessageManager().reportSuccess("Item manager"+itemManager.getItems(uwlContext,null,null));
                QueryResult result = itemManager.getItems(uwlContext,null,null);
                wdComponentAPI.getMessageManager().reportSuccess("12");
                int size = result.getTotalNumberOfItems();
                ItemCollection collection = result.getItems();
                java.util.List list = collection.list();
                Item item = null;
                Date date = null;
                String subject = null;
                for(int i = 0; i < 5; i++)
                if(!(i > (size -1)))
                item = collection.get(i);
                date = item.getDueDate();
                subject = item.getSubject();
                wdComponentAPI.getMessageManager().reportSuccess("item "+item);
                wdComponentAPI.getMessageManager().reportSuccess("date "+date);
                wdComponentAPI.getMessageManager().reportSuccess("subject "+subject);
    But I am getting the Exception
    Exp: com.sap.netweaver.bc.uwl.UWLException: Wed May 14 11:20:29 IST 2008 (Default) Logged in users context or session doesnt exist
    in the line
    QueryResult result = itemManager.getItems(uwlContext,null,null);
    But according to first mentioned link the user is getting through Portal Request Object. In webdynpro, we were not able to get Portal request object. So we  are getting the current user from UME .
    So we are getting the exception.
    Can anybody help me
    Thanks and Regards
    Smitha

    check this link
    Re: UWL breaks behind TAM

  • What do I do to straighten out this problem... When I try to access Firefox after having logged out of a previous session I get a msg that Firefox is still running and I have to restart the computer in order to access internet.

    What do I do to straighten out this problem: When I try to access Firefox after I've logged out of a previous session I get a msg that Firefox is still running and I have to restart the computer in order to access internet...

    All you need to do is wait. While Firefox appears closed, it's not. It doing house cleaning. Cleaning out cookies and cache. How long it takes depends upon how much garbage you have collected.
    If you start the Task Manager and open the Process window, you will be able to see when Firefox has finished up and closed down.
    If you forced Firefox to close using the task manager, then the house keeping process seems to freeze up.
    Also, as you've already found out from the above link, some programs and plugins will prevent Firefox from closing properly. I've found this less common then simply being in a hurry. But you need to also consider it.

  • Logging out Users authenticated thru a Directory service froma web app

    I would like to know how to log out users authenticated thru a Glassfish web server to a Directory service can be logged out and their associated session ended on the web app. My application logs in users successfully but it been problematic logging them out. each time i use the Session.Invalidate method and i navigate backward with the browser button, a new session is created and the getPrincipalUser is still available to the page. I would appreciate contributions. thxs.

    it says address already in use.
    another process is using port 7101: java.net.BindException: Address already in use: JVM_Bind.> go to taks manager.. kill any java.exe process and try again.. it should work..

  • How to find out the user from the Jobs queue in Report server

    Hello All!
    I have a doubt about finding out the user from the scheduled jobs queue. Say I go ahead and schedule a report on Reports Server how can I find out the user name. When I view the jobs using showjobs I could see that the DBMS_JOBS table has a column under "Job Owner". But it invariantly shows it is "rwuser". So is there a way to find out which user has scheduled which job?
    Regards
    Shobha

    hi,
    The below tables will give only the name .
    USER_ADDRS
    USER_ADDR
    USER_ADDRP
    USR02
    i think you need email address .
    you can use this Tcode : su01d
    and give the user name and excute it
    i hope it will help you.
    Ram
    Edited by: Ram velanati on Jun 30, 2008 6:57 PM

  • Cannot delete users from the Central Management Console

    I cannot delete users from the Central Management Console.  I'm logged in to Enterprise as administrator but still get the following error:
    There was an error while writing data back to the server: Sorry, you do not have the right to 'Delete objects' (id - 22) for 'koberg' (id - 725415). Please contact your system or permissions administrator if you require this right.
    Thanks in advance for any help on this matter.

    Oops, my mistake, sorry. Ok, so the Administrator cannot delete user koberg.
    Check top level:
    Logon to CMC, browse to Home > Settings and select the Rights tab. These are your top level settings. Factory default will show only Administrators and Everyone. Select the Net Access "Advanced" for the Administrators group. NB: Do not select these group names links - they will jump you out of the top level! On the Advanced rights page, ensure the right to "Delete objects" is explicitly granted.
    Then set for the Users top level folder:
    In the CMC, browse to Home, and select Users. Select the "Rights" button. Again - NB: Do not select these group names links - they will jump you out of the Users top level folder! Set the Administrators group to "Full Control". Save.
    That should be all you need. However, there is a possibility the previous admin was busy setting security not only at the account level, but on groups so we need to verify the user:
    In the CMC, browse to Home, and select Users. In the User list, select koberg. In the koberg account page, select the Rights tab. If the Administrators is not set to (Inherited Rights), make it so, and when you select the "Update" button, you should see the Net Access update to "Full Control". If this is the case, you should follow these steps on each account and accomplish this.
    And if you still can't delete it, verify the groups:
    In the CMC, browse to Home, and select Users. In the User list, select koberg. In the koberg account page, select the "Member of" tab. Note all groups koberg is a member of. Then in the CMC, browse to Home, and select Groups. Select the name hyperlink for the group(s) that koberg belongs to. On the group page, select the Rights tab, and ensure the Administrators have (Inherited Rights) - Full Control on all of these, also. If not, set it.
    Finally, I know you inherited this, but let's overview some basics of simplifying your deployment administration. Follow these guidelines, and your administration life will be so much easier.
    1. The Everyone group should never have any subgroups. Ever. All accounts on the system are a member of the Everyone group. Adding subgroups to the Everyone group is redundant.
    2. For simplicity's sake, Application level access should be set on the Adminstrators Group, and the Everyone group. I know there are customers who add groups to application rights. I don't understand why users would have an account on the system if they are not allowed access to InfoView, but it's your system.
    3. From a report object perspective, the Everyone group should be set at the top level to "No Access". This will result in them having no rights on anything at all. You break this inheritance at the application level to give them access to InfoView and other apps. On folders and objects, you ADD groups, then assign (ADD) rights as desired.
    4. If you can help it, never explicitly deny a right to any user or group for any object or application. Explicitly deny overrides any other setting. If a user belongs to group A and group B, and group A is explicitly denied a right, you can explicitly grant it for group B or the user all day long, and it will still be denied. Always try to put yourself in the position of adding groups/users, and adding rights, then inheriting as far down the folder tree as you can.

  • Is there a way to hide users from the FileVault 2 ''main boot'' login screen?

    After your entire disk is encrypted with FileVault 2, there is a now a ''main'' boot login screen with users displayed--after a full shutdown/restart--as opposed to a ''normal'' login screen when logging users in and out after booting into FileVault 2.
    If that made any sense...there was a way to hide users from the ''normal'' login screen before by running this Terminal command:
    sudo defaults write /Library/Preferences/com.apple.loginwindow \ HiddenUsersList -array-add xxxx
    (xxxx being a short user's name)
    How do I do this now for the login screen that comes up on a full/shutdown restart?

    Not really, but you can move them from the home screen to, say, the 4th, or 10th screens. But you do need to have at least one app in every screen on the phone. My idea was to have several blanks before the screen with her apps, but the phone doesn't allow this.
    Sounds like time for the Iron Fist. ::grin:: Putting your foot down. Funny how those two descriptions don't quite match up. Our 5 year old son loves to use the iPhone, and with consistent training we have minimal trouble when he doesn't want to quit.
    Have a great trip. Joel.

  • Urjent:Partition error:Logging out user [Admin], active for 0 minutes

    Hi all,
    Iam using 11
    Wen iam creating Transaparent partition its validating successfully , but wen iam saving it its giving error , partition creation failed
    Error: 1051037: Logging out user [Admin], active for 0 minutes
    and it s giving error reading ddb file
    i tried with maxl also but it continiously running for 30 mints , its horrible , actually it takes 2 mints
    how can i resolve this issue, any help would be appriciated
    thanks
    Edited by: user8815661 on 26 avr. 2010 05:18
    Edited by: user8815661 on 27 avr. 2010 04:00
    Edited by: user8815661 on 3 mai 2010 04:18

    Sounds like there is some sort of ddb file corruption. There are many causes, but the quickest fix I have found is usually a file-based deletion of the ddb file on both the source and target side of this partition. The attempt to create a partition on this database will cause a new ddb file to be created. Of course, this is dangerous. You can't have any other partitions on either the source or target side...or they will be deleted by this step. But the only purpose of the ddb file is for partition definitions, and it exists on both source and target.
    I've found this happens if one side of a partition (one of the ddbs from source or target) gets the file deleted, or communication is down between the source database server and target database server.

  • Creating FBA user from the timer job

    Hi,
    I'm trying to create FBA users from the timer job,
    The code to it:
    MembershipCreateStatus createStatus;
    MembershipUser user = Membership.CreateUser(strUserID, strPassword, strEmail, "Test Question", "Test Answer", true, out createStatus);
    switch (createStatus)
    case MembershipCreateStatus.Success:
    //SendMail
    break;
    case MembershipCreateStatus.DuplicateEmail:
    //Log in to the error file
    break;
    But it throws the error:
    Unable to connect to SQL Server database in the timer job
    Regards,
    Sachin

    timer job has its own app.config, which is completely separate from the web.config
    plus, this is a terrible idea.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Create an user from the existing user.

    Hi All,
    Recently i have created one user from the existing user in a different server.
    Oracle version :10.2.0.1.0
    I have granted the similar roles same as in production.
    In Production:
    SQL> select granted_role,grantee from dba_role_privs where grantee in ('TRADELOANS');
    GRANTED_ROLE                   GRANTEE
    RESOURCE                       TRADELOANS
    CONNECT                        TRADELOANS
    In Test:
    SQL> select granted_role,grantee from dba_role_privs where grantee in ('TRADELOANS');
    GRANTED_ROLE                   GRANTEE
    RESOURCE                       TRADELOANS
    CONNECT                        TRADELOANS
    But the user complained that he is getting error like 'user lacks CREATE SESSSION privilege'. He also says he is able to connect to production but for the test he is getting that error
    Can anybody let me know where i have done the mistake?
    Regards
    Arun

    arundba wrote:
    Hi Kamran,
    I listed the roles given to the user in my first post. I have granted connect and resource role to the user.
    and it is same in production also. But the thing is why he is able to connect to production and not for test?
    Regards
    ArunSee the following demonstration:
    SQL> create user t identified by t;
    User created.
    SQL> connect t/t
    ERROR:
    ORA-01045: user T lacks CREATE SESSION privilege; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> grant connect to t;
    Grant succeeded.
    SQL> conn t/t
    Connected.
    SQL>

  • Using Powershell to delete all users from the Portal

    Summary
    This script will delete all users from the Portal except for Administrator and the Built-In Sync account.
    Based on Markus's "Delete a User" script.
    Useful when developing your system if you want to quickly clear out the data and start again.
    set-variable -name URI -value "http://localhost:5725/resourcemanagementservice' " -option constant
    function DeleteObject
    PARAM($objectType, $objectId)
    END
    $importObject = New-Object Microsoft.ResourceManagement.Automation.ObjectModel.ImportObject
    $importObject.ObjectType = $objectType
    $importObject.TargetObjectIdentifier = $objectId
    $importObject.SourceObjectIdentifier = $objectId
    $importObject.State = 2
    $importObject | Import-FIMConfig -uri $URI
    if(@(get-pssnapin | where-object {$_.Name -eq "FIMAutomation"} ).count -eq 0) {add-pssnapin FIMAutomation}
    $allobjects = export-fimconfig -uri $URI `
    –onlyBaseResources `
    -customconfig "/Person"
    $allobjects | Foreach-Object {
    $displayName = $_.ResourceManagementObject.ResourceManagementAttributes | `
    Where-Object {$_.AttributeName -eq "DisplayName"}
    if([string]::Compare($displayName.Value, "Administrator", $True) -eq 0)
    {write-host "Administrator NOT deleted"}
    elseif([string]::Compare($displayName.Value, "Built-in Synchronization Account", $True) -eq 0)
    {write-host "Built-in Synchronization Account NOT deleted"}
    else {
    $objectId = (($_.ResourceManagementObject.ObjectIdentifier).split(":"))[2]
    DeleteObject -objectType "Person" `
    -objectId $objectId
    write-host "`nObject deleted`n" $displayName.Value }
    Go to the FIM ScriptBox
    http://www.wapshere.com/missmiis

    The DeleteObject function opens and closes a connection for each object.  This approach is faster:
    http://social.technet.microsoft.com/wiki/contents/articles/23570.how-to-use-powershell-to-delete-fim-users-that-have-a-null-attribute-name.aspx
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Log out users

    Hi,
    Il would like to log out users by Abap program.
    I find an function TH_DELETE_USER. But sometimes, it takes a long time to really log out, or more it does not work .....
    do you have another function to do this ?
    Thanks
    Vince

    Even if you want to do this in a BW you should post this in the ABAP section. But I did not find any other services that could help you on this topic. Maybe one of the ABAP/administration people in the ABAP forum can help you here.
    Best regards
       Dirk

Maybe you are looking for

  • AAMEE 3.1 Photoshop package - Installation not possible

    Hi, -successfully created a Photoshop CS6 package with AAMEE 3.1 -starting the Adobe Photoshop CS6.msi with msiexec /i c:\temp\Adobe Photoshop CS6.msi /qn is starting the msi/setup -Photoshop is not installed - msi directly started - same proplem -Lo

  • Tables for materials and services in SRM

    Hello, In what tables can I find the information of materials and services of the COMMPR01 transaction, especially the Orderunit-field? This field is not stored in the  COMM_PRODUCT table. Thanks, Aart

  • How do you select multiple messages/conversations on SMS/MMS to forward or save to memory card on Samsung Stratosphere?

    How do you select multiple messages/conversations on SMS/MMS to forward or save to memory card on Samsung Stratosphere?  My screen is cracked and I need to replace my phone and I don't see a way of selecting multiple messages or even conversations on

  • Finder not showing documents folder under user

    In finder, if I click user (my name) in left column, in the right column it no longer shows the document folder. If I click on documents in the left column, they display, and show the path as (my name)/documents (I think I have that turned on in pref

  • Missing points too

    I am missing points for $600 in purchases. What do i need to do? When I go to add the receipts it tells me the transaction was laready added, but the points aren't there.