Application close time---

Hi All
I have a Sharepoint application which is running on production server with forms authentication. now the requirement is business needs login time and logout(close) time of the application. I have return the code when user clicks on Logout and i am inserting
the time and it will be stored in SQL DB but not most of the are not using Logout button but they are closing the windows close button directly and hence the logout tme is not updated.
Can someone guide me how can i get this.
Thanks & Regards
Rakesh

Hi.
You can try to query the out of the box WSS_Logging database and try to figure out the connection time from this data...
Take a look at this...
http://zsvipullo.blogspot.it/2013/09/wsslogging-some-useful-queries.html
Regards,
Bubu
http://zsvipullo.blogspot.it
Please mark my answer if it helped you, I would greatly appreciate it.

Similar Messages

  • Applications close all the time.

    Hello everybody,
    I have a customer that i had to change her iMac's HD due to the slowness of the mac itself, however, i did not install the same HD brand, i think it's a Western Digital also, i reinstalled OSx 10.6 (the client wanted this).
    However, this same client is having a lot of issues with this computer with all kind of programs, for example:
    Adobe Package: all the applications close every time she try to save a file, it doesn't matter the size or the type of the file, all the time, it close.
    Adobe PDF: Same for PDF.
    Also, i have a problem with the language, i don't know why, but in Facebook and Outlook, the sender always changes to Chinese characters, for example:
    Fecha: Tue, 8 Jul 2014 19:14:35 +0000
    Para: 乩歫椠䱡畳椀㸲㻸ꔿ㌋䬮ꍰ䞮誀圇짗꾬钒붤鏊꣊㥊揤鞁 <example>
    Asunto: RE: prueba
    I already checked the language and the country, everything was ok.
    Thanks for the help.

    Hello everybody,
    I have a customer that i had to change her iMac's HD due to the slowness of the mac itself, however, i did not install the same HD brand, i think it's a Western Digital also, i reinstalled OSx 10.6 (the client wanted this).
    However, this same client is having a lot of issues with this computer with all kind of programs, for example:
    Adobe Package: all the applications close every time she try to save a file, it doesn't matter the size or the type of the file, all the time, it close.
    Adobe PDF: Same for PDF.
    Also, i have a problem with the language, i don't know why, but in Facebook and Outlook, the sender always changes to Chinese characters, for example:
    Fecha: Tue, 8 Jul 2014 19:14:35 +0000
    Para: 乩歫椠䱡畳椀㸲㻸ꔿ㌋䬮ꍰ䞮誀圇짗꾬钒붤鏊꣊㥊揤鞁 <example>
    Asunto: RE: prueba
    I already checked the language and the country, everything was ok.
    Thanks for the help.

  • While rendering a project in After Effects CC (Mac) , the application closes half way, saying it quit unexpectedly, Please Help!

    So, I have created a cool project that was a lot of hard work in After Effects CC (Mac), While rendering a project in After Effects CC (Mac) , the application closes half way, saying it quit unexpectedly. Here is the link to an error log which is automatically recorded when After Effects crashes:- After Effects Crash (Mac) - Pastebin.com
    I have tried to render this project at least 5 times, shutting and restarting my computer. Please Help!
    Here is my computer specs if needed;
    Operating System: Mac OS X Mavericks version 10.9.4 (13E28)
    Processor: 2.5GHz Intel Core i5
    Memory: 4GB 1600 MHz DDR3
    Graphics: Intel HD Graphics 4000
    Screen Resolution: 13-inch (1280 x 800)
    Hard Drive: 500GB -- 186.49 GB free space.
    Thanks
    Milan

    Element 3d renders using your graphics card. Unlike After Effects, what GPU you're using matters a lot for Element.
    As it is, you don't really have one.
    You could try rendering an image sequence and then picking up your render where it left off when it crashes, but if a certain frame is just too much for your computer to handle, there's not much we can help with. I'd suggest adding a GPU that Element can use.

  • When I play in the search bar in the app store, facebook, safari or other application closes, how do I fix this?

    when I play in the search bar in the app store, facebook, safari or other application closes, how do I fix this?

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • How to detect an external application close event?

    Hello,
    I have an executable running at startup (scheduled task) and always
    staying alive on my server. When the server is rebooted, I would like
    to take some actions (write in a event log, etc) before my application
    is closed by windows.
    So how can I detect that Windows is closing and that it's time to do the associate actions before the closing.
    I've tried the 'Application close event' in an event loop but doesn't seems to work.
    I'm using labview 8.2 on Windows server 2003.
    Thanks in advance!!
    Vincent

    I tied this and it did capture the application close event.  What I did was while running LabVIEW in developer mode I used Windows Task Manager to kill the process.  It did throw an Application Close event.  I don't have time to try other cases like shutdown or what happens if it is an EXE but hope this helps.
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
    Attachments:
    appClose.vi ‏13 KB

  • Application Close Process

    Hi There,
    I would like to run some code when the VI/application closes, regardless of the method used to close. I have a handle provided by a DLL call, and I want to make sure that I call the function to close the handle and free up the resources when my app closes. It seems to me that I would want to catch the "Application Instance Close" event to make sure this is executed every time the app shuts down. I have tried to test a simple version of this to confirm it is working - and it isn't. The attached picture shows my simple while loop with a stop button that has the event handler structure inside. I haven't been able to confirm that the Application Instance Close event code has been executing, mainly because my while loop doesn't seem to be responsing to the stop button. I am guessing that execution is maybe stalled by the event handler waiting for something???
    Any ideas or pointers?
    Thank you.
    Brian
    Attachments:
    VI_Shutdown.jpg ‏135 KB

    That seems to have worked as far as being able to read the stop button. You also have to add a Timeout event handler to make Labview happy, but I just left mine empty. So does this mean that every time the while loop executes it will wait XXmS for an event and then process the rest of the code in the loop? That could be either very irritating, or an interesting way to control a timed interval for code execution.
    But now that I am able to use the stop button, it looks like my shutdown code isn't executing. I have some a message box pop up just for debugging to let me know that this section of code executes, and I never see it. I even tried duplicating the same code in the Panel Close? event handler. I also tried highlighting execution, and it does not seem to drop in to the event handler. I am still stumped about how to get some clean up code to run when the application closes. Is there something else I am missing?
    Brian

  • Application session time out

    Hello
    i have an application deployed on weblogic 11. after 30mins the application session times out.
    1.how can increase this time.
    2. can this be done in weblogic since on the application side there is no configuration for the time out.
    please assist me
    Thanks

    Hello;
    On middleware the default should be 3600 seconds.
    To change :
    Login to the WebLogic Administration Console
    Under domain structure click Deployments
    Click on the "em" Enterprise Application
    Click on the Configuration Tab
    Set "Session Timeout (in seconds):" to 7200 ( or whatever you want )
    Hit the Save button to save your changes in the deployment plan
    I would make sure an idle timeout in not set in the database profile as well.
    Best Regards
    mseberg
    Also worth a look :
    How to Troubleshoot Oracle Fusion Middleware 11g OPMN Issues? [ID 1303000.1]
    Edited by: mseberg on Oct 28, 2011 12:41 PM

  • Re: Running the same (Forte) application multiple times -for different

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Can't open iTunes, it said it has failed to start because MSVCR80.dll was not found, and I re-installed application many times and still problem persist, how do I solve this?

    can't open iTunes, it said it has failed to start because MSVCR80.dll was not found, and I re-installed application many times and still problem persist, how do I solve this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Display application server time and date on GUI screen.

    Hi experts,
       My client's requirenment is to display the application server time and date on the on GUI screen
       pls give the step by step procedure.
    Thanks in advance.
    Abhishek

    Hi,
    For TIME purpose,
    Fixed Length  6
    Format  u2018HHMMSSu2019
    DATA  times  TYPE  T.
    times  =  sy-uzeit.
    WRITE  times.
    For DATE purpose
    Fixed Length  8
    Include Representation  u2018YYYYMMDDu2019
    DATA  today  TYPE  D.
    today  =  sy-datum.
    WRITE  today.
    today  =  u201819991231u2019.
    WRITE  today.
    Regards,
    Anki Reddy

  • Can't find an application close event.

    I have a script that runs on the document close event.  It looks like the document close event doesn't fire when the application is closed while a document is open. I checked for an application close event in the Script listener log, but there wasn't an entry for it, and the document close event wasn't present either.
    The script I'm making writes a file in the same folder as the opened document that indicates that the file is in use. Then when the document is closed, the lock file is removed.  It works except when you close the application.  There is no document closed event firing, so the documents just close and the application shuts down without any events firing.
    Is there a way know when the application is closing?
    I found a possible work around that would be a huge pain.  The idea is about loading a custom external library that performs cleanup when it is automatically unloaded when Photoshop closes.  This is the prototype for the function that would do the work:
    void ESTerminate (void );
    There is another work around that invloves some button that the user has to remember to click to close the application. That would be awkward and open to user error.
    I just want the document closed event to fire before the application closes. Thanks for you help!

    That's too bad.  I don't feel like getting a whole build environment setup for CS just so I can get a pre-close event in Photoshop.  I implemented a script that the user will run in order to close photoshop. I saved a shortcut to the script in "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Presets\Scripts".  The script closes each document and runs my event handler. Then it exits. Check it out, it seems to work:
    #target photoshop
    //user will run this script instead of hitting exit button
    var MLAB_CUSTOM = new Folder($.getenv('MLAB_CUSTOM')).absoluteURI
    var docs = app.documents
    for(var i = docs.length-1; i >= 0; i--)
    docs[i].close()
    $.evalFile(MLAB_CUSTOM+"/Ps-FileLock/PsLock-OnDocClose.jsx")
    photoshop.quit();

  • "Mail" application "closes unexpectedly" after a few seconds.

    “Mail” application "closes unexpectedly" after a few seconds.
    I use "Mail 1.3.11" to hnadle my e-mail. It works fine.
    This weekend, due to a problem with an address, the server of my University has delivered more than 1000 messages to my account.
    When I have opened "Mail 1.3.11" those messages have begun to enter into the "in" mail box. I have stoped it but anyway a good quantity of them have entered.
    I have already solved the server issue but now that I want to empty those messages from "Mail 1.3.11" I cannot since the application "closes unexpectedly" a few seconds after opening it without letting me do anything.
    How could I open and kept open my "Mail 1.3.11" until I am able to clean it?
    Thank you,

    [kmosx: Apps unexpectedly quit|http://discussions.apple.com/thread.jspa?messageID=607542&#607542]

  • Hello i need help for adobe creative cloud...when i launch application adobe  cc 2014  for photoshop or illustrator.....the apps launch and i can see the workspace and menu bar  for a while and  suddenly this application close automatic

    hello i need help for adobe creative cloud...when i launch application adobe  cc 2014  for photoshop or illustrator.....the apps launch and i can see the workspace and menu bar  for a while and  suddenly this application close automatic

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • Launching application first time too slow

    Hi
    I installed 32bit Arch on my Acer Travelmate 5744Z laptop few days ago. Before I used Arch Linux on my desktop PC for years. There everything works fine, but on laptop after the boot launching applications first time is really slow for example chromium needs more than 5 sec. Boot process is fast, I have no problem with it. I read this and hdparm gives more than 40 MB/s. After first launch they works fine. I tried to use preload but no changes. I have a problem with MOC player too... I really like this player but starting play is slow too and needs a few second. I use it with autonext and shuffle and after starting song change is without any problem. But if I stop it play starts very slow again....
    Any idea what should I do?
    Thanks in advance
    Last edited by saalty (2012-09-08 20:00:58)

    In e4rat-collect part wrote: "To have e4rat collect a list of files you will need to append init=/sbin/e4rat-collect to your kernel parameters." I use syslinux as bootlader and I dont know should I replace it or append it in INITRD part...

  • Application close icon ('X')

    Greetings all,
    I am new to this forum and relatively new to Java.
    I would like to bind a member function to the application close icon (The 'X' in the upper right hand corner of the applications main window).
    Does anyone know how to do this?
    Thanks.
    JavaRob

    I would like to bind a member function to the
    application close icon (The 'X' in the upper right
    hand corner of the applications main window).
    Does anyone know how to do this?Create a WindowAdapter and override the windowClosing event to call the method you want. Then do
    Window w = ...
    w.addWindowListener(myListener);

Maybe you are looking for