How to know which user shutdown the server

Hi,
Is there a way to check which user has shutdown the server in windows server 2012.
I know Event Id : 1076,1074,6008 gives information about system shutdown.but want to know which user did that ?
thanks

Steps to see which user shutdown the system:
1. Go to event Viewer
2. Right click on system and -> Filter Current Log
3. For User Shutdowns, click downward arrow of Event Sources -> Check User32.
4. In <All Event IDs> type  1074 -> OK
This will give the list of Power off and restart events. It will have the date and time as well as Username.

Similar Messages

  • How to know which table in the database a form is accessing

    Actually Im new to oracle applications,
    Im getting an error when i open a form from system administrator responsibility saying that table doesnot exist.
    My basic doubt is, how to know which table in the database a form is accessing.
    Any response is higly appreciated.
    Thanks,
    Praveen
    Edited by: user10239520 on Sep 10, 2008 7:07 AM

    Take a look at the following thread:
    Is there a query log in EBS?
    Re: Is there a query log in EBS?

  • How Know  which user use the maximum CPU time

    Hi Gurus,
    I am looking now a days on our production server CPU utilization usage mostly 90-100%.
    How I found which user usages maximum CPU utilization.
    I know the which application takes the max Util but how User not identified. (ST06-Top CPU Users)
    Pls help.
    Thanks
    Tapo Vardhan singh

    If your production system CPU usage is 100% then you are very likely to face performance problems or in fact you must be facing them now.
    SAP recommended CPU usage is about 40% (ofcourse depends on many other factors) but 100% CPU utilization is not a convincing figure.
    Get hold of your earlywatch reports and implement suggestions as soon as possible. Possibly you would want to hardware upgrade/move your production system after doing sizing exercise.
    Good luck.

  • How can know which user accessing specific form in ERP application

    Hi,
    In our organization we have ERP application that is developed based on Orace forms and reports 10g.
    My question is how can i know which user accessing specific form in ERP application based on their login.
    Please do the needful.
    Regards,
    M. Satish

    What I infer from your statements now, significantly different from your OP, is that you do not have any logging mechanism and now want to introduce logging with minimum effort.
    If that is the case you can add the logging code in your Menu(s), before the CALL_FORM/NEW_FORM. Fewer object(s) to modify, but roughly the same lines of code get added.
    Regards,

  • How to trace which user shutdown oracle database in unix OS?

    our organization is having 10 DBA with sysdba priviladge. We are using UNIX operating system. At morning say for example if some one (SYSDBA user) shutdown the oracle database how other sysdba user trace the user who shutdown the database? the information i need is terminal from where oracle got shutdown and the username? Please help...

    Hello,
    You are right Sybrand, SYSDBA connections are always audited.
    My answer was about enabling auditing to any connections, which may give informations about who access to the Database in general. And, this is true, it was not the scope of the OP question.
    However, so as to enlarge audit of SYS/SYSDBA/SYSOPER operations, setting the parameter audit_sys_operations=TRUE may be interesting:
    http://download.oracle.com/docs/cd/E11882_01/network.112/e16543/auditing.htm#DBSEG0611
    To the OP:
    Where the audit tracefile get genareted for sys user?You may execute this:
    show parameter audit_file_destThank again Sybrand for correcting me.
    Best regards,
    Jean-Valentin

  • How to check which user has the privilege to execute a stored procedure?

    I am using Oracle 7 and I would like to check which user has the privilege to execute a stored procedure. How can I check it? Is there any view I can query for?
    Alex Hung

    Please check DBA_SYS_PRIVS.
    SQL> select * from dba_sys_privs
    2 where grantee='HARY';
    GRANTEE PRIVILEGE ADM
    HARY EXECUTE ANY PROCEDURE NO
    ....

  • How to know which user did what action

    Hello community
    Is there any way to know if a user does some action (like modify or delete an activity or project) which user did it?

    You may refer to below MOS note
    How to Track or Audit Any Changes Made Within Project Management or Methodology Management (Doc ID 907655.1)

  • How to get all users from the server....?

    Hi all,
    in my application i want to get all possible users present in the PORTAL-EP Server
    and set them into the drop down.
    is there need to login in the portal as a admin or other user to get the all users present in the Server.
    Regards,
    Deepak

    Hi! Deepak,
       you can use UME API to get all the users of EP in WebDynpro appl.
    Herewith i am giving you the UME API link --
    <a href="http://help.sap.com/javadocs/NW04/current/um/index.html">http://help.sap.com/javadocs/NW04/current/um/index.html</a>
    i am giving the code also to get all the users from LDAP.
       IPublic<ComponentName>.IUserIDElement userIDNodeElement = null;
    IUserAccountFactory accountFact = UMFactory.getUserAccountFactory();
    MessageManager msgMgr = (MessageManager)wdThis.wdGetAPI().getComponent().getMessageManager();
    try {     
    IUserAccountSearchFilter accountSearchFilter  =  accountFact.getUserAccountSearchFilter();
    accountSearchFilter.setLogonUid("*",ISearchAttribute.LIKE_OPERATOR,false);
    ISearchResult srchRslt = accountFact.search(accountSearchFilter);
       while(srchRslt.hasNext()) {                    
                    userIDNodeElement = wdContext.createUserIDElement();          String uniqueID = (String)srchRslt.next();
         IUserAccount userAccount = accountFact.getUserAccount(uniqueID);
         String LogonUid = userAccount.getLogonUid();
         userIDNodeElement.setCtx_UserID(LogonUid);
         wdContext.nodeUserID().addElement(userIDNodeElement);
        } catch(Exception exc) {
                  msgMgr.reportWarning(umException.toString());
    regards,
    Mithilehwar

  • How to know which property match the keyword

    I have some page in publishing site, I typed in a keyword in search center and it return some page results, however I can't figured out why these results are returned, I actually do not expect them to show up, I don't see the keyword appears in any of
    the pages content or page properties, is there a way to tell which property match the keyword? what exactly happened when sharepoint search a keyword.

    Hi,
    For troubleshotting your issue, let's verify the followings:
    What type keyword did you use for search?
    Which content type did you use for these pages?
    Whether someone changed these pages.
    Please try to reset index, and do a full crawl. Then test again, compare the result.
    In SharePoint, when you crawl a content source, it will generate some crawled properties for your items' peoperties. And in Search Center, When you type a keyword and search in search box, it will query the index file (crawled properties) based on the keyword,
    if there are some results, it will return.
    More information, please refer to the link:
    https://ashishbanga.wordpress.com/2013/01/14/how-search-works-in-sharepoint-basic-concept/
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] 
    Wendy Li
    TechNet Community Support

  • How to know which table affected at server side application.

    Hello all,
    I am new to sql developer and I am accessing oracle database 11g of some xyz company and there application from other machine.
    I want to know that is it possible to monitor there application, that on saving/retrieving data which tables are used and what sql statements that forms(in application) are using.
    If it is possible then please tell me how ?
    I have used Sql monitor Toad to trace such statements on the same machine.
    But I cant use toad, all I have sql developer.
    Thanks

    [sorry, deleted irrelevant wrong answer]

  • How to know which user made changes in xd02

    Dear SD Experts ..
    I have one doubt plz let me know
    somebody changed some information some where like xd02 , i have five users are there all have authorization to do changes
    now i want to know who made changes in xd02
    i know AUT10 But here only we can find changes of xd02
    and i have used STAD Here if you know user and we can find all his profile what he did
    so here it is not possible to check with all users in case if i have 15 users
    plz let me know any single step is there to find who made changes 
    Thanks a lot

    venu gopal
    Please avoid asking such basic queries.  You are here for quite sometime and you are suppose to know the forum rules.  Also, you have already been warned not to post such queries but you ignored our requests and continued to post like that which is not fair on your part.  Please avoid asking like this and put some efforts to search here or Google it.
    vemuri santosh kumar
    I am sorry to say, being an old member of the forum, despite knowing the forum rules, instead of advising the OP not to post, you are encouraging by giving suggestion.  Please help the Moderators by advising the members whoever deviate the forum rules.  It is also your duty to do so to keep the forum with a clean note.
    G. Lakshmipathi

  • How to know which user has executed which ddl statement

    Hi All,
    Last week i faced some problem, like some one has truncated the table , so luckily i have the schema backup so i restored it till the last backup taken.
    but i want to know who has executed this ddl statement.
    i know there are some utilities are avaible with oracle, so please describe me the easiest and quickest way to get this.
    Regards
    Asif

    In order of descending simplicity
    - Use the principle of least privilege to restrict the privileges users have in the database to ensure that they cannot do things like truncating a table
    - Enable auditing of potentially problematic statements. This has to be done before the damage is done, though
    - Create a DDL trigger that logs when users issue DDL. This also must be done before the damage is done.
    - Use LogMiner to go through the archived log files that were generated at the time the table was truncated. This assumes that the database is in ARCHIVELOG mode and that you have the archived logs from last week. Using LogMiner to track down the culprit is also likely to be relatively time-intensive
    Justin

  • How to know which user created a given Selection ID in Planning Book

    Dear Expert
    Do you know if there is a way to trace who created a given selection ID in DP or SNP planning books?
    Thanks!

    Hi,
    You will get details of of the user who created the selection IDs   and date /time  details  from the database table   /SAPAPO/TS_SELKO   (Header Selection Variants) .
    You may create a simple query for this or an elaborate ABAP report.
    Regards
    Datta

  • Which services in the Server app use PostgreSQL?

    I want to use Postgres.app for PostgreSQL and move my databases currently on the Apple installed instance.  The documentation states that it works best if there is only one active instance of PostgreSQL.
    I currently use the latest version of the Mavericks Server app for DNS and Websites (for now).  I know that at one time Websites was using PostgreSQL.  I would like to know if I can turn of postgres and still use the DNS service.  I think I can figure out how to host my one website in Apache.
    For future projects I would like to know which services in the Server app use PostgreSQL.

    Look at the WiFi selection in System Information and it will tell you.

  • How to find out which user has the permission to execute startsap ?

    Hi All
    How do I find out which user has the permission to execute the startsap and stopsap? Do I control the permission on those script using windows standard authorization? For example: only allow certain user have the read and write permission?
    Thank you.!
    Vincent Lo

    Well to me this is really weird question..
    <b>noone un-authorized should have access to OS on your system</b>
    If this is valid you do not need to solve problems who can and who cannot start/stop SAP, because if you want to prevent some users from shutting down the SAP you have really hard job to do - there are many ways how to kill the SAP (for example killing relevant process from task manager, killing of database, messing with services etc.) - yes, this is harmful way of stopping SAP, but we are talking about attack, right? I would contact some Windows specialist to help you disable all the ways how to harm the running SAP. But still after that - there are many files that can be modified/deleted so SAP will crash after restart - you need to protect them too, etc.
    In case you take the first assumption as granted (and you really limit access to this server) you do not need to worry who can stop or start SAP - at the other hand it may be handy to be able to start/stop SAP from other users - for this you can run the stop/start script "under different user".
    But to answer the question - to me this is question just of access control (but really never tried that myself):
    <a href="http://technet2.microsoft.com/WindowsServer/en/library/c6413717-511e-42bd-bd81-82431afe4b2a1033.mspx">Permit or restrict access to a snap-in for a domain</a> (or see other related links down there on this page)
    Please award points for useful answers.
    Thanks

Maybe you are looking for

  • Issues with Writing back data to Planning Cube After adding a new characterstic

    Hello, We have two cubes and a MP on top of it. ( Reporting Cube and Planning Cube ). An aggregation layer has also been built and so does a planning BEx query on top of it. Before Scenario: things were working fine as we were able to write back data

  • Single letters dropping out in PDFs exported from Indesign CS

    We are having font issues in some of our magazine's advertisements which proved very costly last month. First let me describe the work flow. We designed an ad in Indesign CS then exported it using the press setting in Indesign's PDF export option. He

  • PO Creation using BAPI_PO_CREATE

    Hello friends , I have a weird thing going on . I used BAPI_PO_CREATE . When I look a the return table it displays message . Standard PO created . I then using BAPI_TRANSACTION_COMMIT to commit it to the database . After running the above Z program .

  • How do I create an object with code?

    I have a flash cs3 file in which I have created a simple movieclip (square) by drawing a rectangle on the stage of that movieclip.  When I drag that into another movieclip (clip) I am able to set properties for it such as x and y position by adding a

  • HT2404 Mac won't update OS

    Any clues on why my Mac won't update the OS to the newest version? I am currently running OS 10.6.8. My husband is running the same computer but 10.7.5...this despite my requests for updates. Thoughts?