All User Locked

Hi SAP DBA,
I used Tcode SU10 to lock all user, I forget to exclude Basis and SAP* and locked all user, Now, Please help me how to unlock all users.
Regards,

Hi,
select * from usr02
Above query is incorrect...
Correct syntax would be..
select * from <sapschema>.usr02 where bname = <username> and mandt = <client_no>;
Where <sapschema>.usr02 is table where user details are stored.
BNAME = Username
MANDT = Client No.
Usually SAPSCHEMA is SAPSR3. So tablename would be "sapsr3.usr02" not only "usr02".
Remember it object names are case sensetive, so try with caps and small letters.
Regards.
Rajesh Narkhede

Similar Messages

  • All User locked but the Packet is finsehed ? what can i do ?

    Hi all
    i have done MDC after the finished packet the user are locked also my user... what can i do for unlock ?
    Thanks in advance

    Hi,
    I assume that the problem is now solved but for future reference best to assign more users as TDMS_GUEST or TDMS_MIGRATION_LEAD to avoid this.
    Very strange what happened on your package but ok, you found a suitable solution although you unlocked now also locked users which should perhaps remained locked.
    Regards,
    Eddy

  • All users locked

    hi guys,
    We abandoned a project for a while and came back to it after sometime. All the users of the DEV server(client 200) were mysteriously locked including all the administrative users(sap*, ddic and the created ones) by God knows who.i cannot log into any of the users to unlock.
    ill appreciate ur views on this.
    Regards Walata

    In this cases you need to delete SAP* from database using SQL command
    Delete from usr02 where bname = 'SAP*' and mandt = '200';
    Make sure login/no_automatic_user_sapstar is set to 1
    This will let you logon to SAP with user sap* password PASS
    Make sure you set login/no_automatic_user_sapstar to 0 after you have successfully created or unlock your user.
    Regards
    Juan

  • All users locked out of terminal :(

    so, my manager had me upgrade our server from 10.5 to 10.6 and all **** broke loose. the biggest issue at the moment is that no user can access Terminal. when you try and open it is says "You are not authorized to run this application. The administrator has set your shell to an illegal value." it is a brand new account and I don't know how to enable access for people :/
    help...

    Hi
    Launch Workgroup Manager select a user or users, click the Advanced tab and make sure login shells are set to /bin/bash. Assuming network accounts/users?
    For local accounts > System Preferences > Accounts. Authenticate and right click or control click a desired account. You should see a sub-menu appear labeled "Advanced Options." Make sure Login shell is set to /bin/bash.
    Too late now I know but it's a good idea to have a fully working bootable clone prior to running any major update. That way if things go wrong you roll it back and think about taking a different approach. This is standard advice for client OS. For Servers doubly so.
    Tony

  • How to unlock all users

    Dear Guru's
                     I am having a situation as .........All users locked accidentally with superuser sap*& ddic . Then How to unlock them .........give me responce..........soon.please
    Regard's
    rajkumar

    hi
    you can do this using sql statements. Chekc the following link
    http://sap.ittoolbox.com/documents/popular-q-and-a/sap-user-locked-4326
    If you are not familiar with sql , better get help from DBA
    THanks
    Prince Jose

  • Users Locked after Patch Upgrade

    Hello,
    After a patch update all users locked .. how to find the reason ..
    Thanks,
    DereK

    Hi DereK,
    Please check the below documents  : -
    http://www.sapfans.com/forums/viewtopic.php?f=24&t=19370
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/f01241c738f423e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/0a/065e4278636255e10000000a155106/frameset.htm
    Hoe it helps
    Regards
    Arun

  • Fetching all the locked user's list

    Hi All,
    Is there any command in Solaris to fetch all the users whose accounts are locked?
    Regards,
    Gaurav

    The following would also work (in bash), it should show all users without passwords (which might be a better idea since locked accounts also might have 'X' or something else as passwords (useful if you want to disable logins but still be able to run cronjobs as the user)):
    for i in `cat /etc/shadow`; do user=`echo $i |cut -d: -f1`; pw=`echo $i | cut -d: -f2`; if [ `echo $pw | wc -m` != "14" ]; then echo "$user does not have a password"; fi; done.7/M.

  • Hard drive access locked to all users

    I have a second internal HD on my Power Mac G5 that is locked to all users. I have tried many different things and have been unable to make it available to myself. I could just format the drive but there is valuable work data on there. Any help would be appreciated.

    Hi musicmn-
    Greetings and welcome to the Apple Discussion boards
    This happens even when logged in with an admin account?
    Are you able to repair the drive via Disk Utility?
    Luck-
    -DaddyPaycheck

  • Locked out all users

    I changed the values of some of the mandatory attributes of the root dn under which users were defined and this has caused all users except orcladmin to be locked out. When I try to add new users, it gives me the error -
    Not willing to perform because of one of these reasons
    1. OID is slow
    2. OID is down
    3. not enough privileges
    Is there a way to restore the users login?
    thanks

    have u tried unlocking passwords
    and that doesnt work? one thing you can
    do is if you have a backup of your ASDB
    you should be able to do a restore of that
    back to before you changed things...

  • Reports in GC: show all users with status != 'OPEN' (locked users)

    Hello,
    I would like to create a report in GC which shows all users of a given database with status != 'OPEN'.
    To create a report is not the problem - but which view/table of the GC repository contains the needed information about the status of the database users?
    I've already looked through alot of the mgmt$... views - but didn't find any information about the user status...
    Any help will be appreciated...
    Rgds
    JH

    The reports of the GC are using the repository of the GC. Therefore you will only find the users of that repository in sys.dba_users. What I need are the users of a database which is monitored through an agent of the GC.
    Rgds
    JH

  • How do I make web shortcuts into start screen tiles that can be pushed to all users profile on a computer in Windows 8.1 enterprise?

    We are trying to roll out Windows 8.1 Enterpise in our school system (K-12).
    The focus of this question is how do we take an internet web based shortcut and make it into a screen tile (on the start screen) which will appear for any user's start screen that logs on to the computer?
    The details:
    We came upon a great paper that's entitled "Customize Windows 8.1 Start Screens by Using Group Policy".
    By applying this paper we were able to accomplish our first goal: Lock down the start screen so no user could change it. We accomplished this by using the Start Screen Layout policy setting laid out in the paper.
    Our second goal: to customize the start screen is only half way met. We can set up the start screen the way we want and then export the .xml file. We are able to "reimport" the .xml file when the new user logs in. The installed programs
    will appear on the Start Screen but not the internet based web shortcuts that were on the inital setup start screen.
    (FYI - tried creating these tiles by running the start screen internet explorer app to the intended address and pinning them to the start screen. At this time trying to figure if there is a place to put desktop internet short cuts into a directory to make
    them appear on the Start Screen).
    We can see that the directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs is a place for program files to appear on the start screen. Is there a location web based shortcuts can be placed to cause them to automatically appear on the start
    screen for every user as well? If not how do we accomplish getting these into tiles for every user logging in?
    Sorry for the lengthy explanation. Hopefully it gets our question answered and helps others out there in the same boat!

    Karen-
    Results: Did not work. The web based shortcuts did not appear.
    Below is the steps taken with your tips incorporated. (Again it's lengthy sorry about that, but anyone can recreate what was done here. Maybe someone can see something left out by doing/reviewing it).
    Here is what was done:
    1. Installed a fresh install of Windows 8.1 enterprise on a pc. No updates were ran.
    2. During setup created the admin account.
    3. Logged into the account a simple start screen was arranged and setup by:
    Starting desktop Internet Explorer. Going to Technet's website. Clicked tools and then selecting "Add site to Apps" from the drop down menu. Went to Apps screen, right clicked and pinned it to start screen. Repeated this procedure with an
    educational web based site.
    Right clicked a few provisioned apps and unpinned them from the start screen.
    Made a few groups and labeled them. Web based shortcuts were arranged with one provisioned app in that particular group.
    4. Opened a Powershell, right clicked it and ran as administrator. Typed the following:
    export-startlayout -path C:\Users\Public\Master.xml -as xml
    (Master is the name chosen for this test .xml file and was put in a location all users would have privelages to access it).
    5. Opened the command prompt and right clicked and "ran as administrator", typed in gpedit.
    6. In the Local Group Policy under User Configuration, under Start Menu and Taskbar I choose the Start Screen Layout.
    7. Enabled the policy and typed in: C:\Users\Public\Master.xml for the Start Layout File.
    8. Opened computer management, under Local Users and Groups I chose Users, right clicked in the middle screen and created a new user called Alpha.
    9. Logged out of the inital account and logged into newly created Alpha account.
    10. When the Alpha account logged in the start screen came up with everything changed in the inital account but no web based shortcuts were found on the start screen or App view.

  • LOCKS checking user locked and SQL that he is executing

    Hello all,
    I have this script that inserts into a table the user causing the lock and the users waiting for the lock to be released.
    What I would like to add into this the script is the SQL string that the user causing the lock and the users waiting for the the lock to be released are executing.
    Can you help me on this?
    Script that I have now:
    insert into dba.sessions_bloq
    select sysdate "Data", w.sid "SID E", s1.username "User E", s1.osuser "OS User E", s1.machine "Maquina E", s1.program "Programa E", s1.logon_time "Logon E",
    s.ksusenum "SID B", s2.username "User B", s2.osuser "OS User B", s2.machine "Maquina B", s2.program "Programa B", s2.logon_time "Logon B"
    ,decode(r.ksqrsidt,
    ''MR'', ''Media Recovery'',
    ''RT'', ''Redo Thread'',
    ''UN'', ''User Name'',
    ''TX'', ''Transaction'',
    ''TM'', ''DML'',
    ''UL'', ''PL/SQL User Lock'',
    ''DX'', ''Distributed Xaction'',
    ''CF'', ''Control File'',
    ''IS'', ''Instance State'',
    ''FS'', ''File Set'',
    ''IR'', ''Instance Recovery'',
    ''ST'', ''Disk Space Transaction'',
    ''TS'', ''Temp Segment'',
    ''IV'', ''Library Cache Invalidation'',
    ''LS'', ''Log Start or Switch'',
    ''RW'', ''Row Wait'',
    ''SQ'', ''Sequence Number'',
    ''TE'', ''Extend Table'',
    ''TT'', ''Temp Table'',
    r.ksqrsidt) "Tipo Lock"
    from gv$session_wait w, x$ksqrs r, gv$_lock l, x$ksuse s, gv$session s1, gv$session s2
    where w.wait_Time = 0
    and w.event = ''enqueue''
    and r.ksqrsid1 = w.p2
    and r.ksqrsid2 = w.p3
    and r.ksqrsidt = chr(bitand(p1,-16777216)/16777215)||
    chr(bitand(p1,16711680)/65535)
    and l.block = 1
    and l.saddr = s.addr
    and l.raddr = r.addr
    and s.inst_id = userenv(''Instance'')
    and w.sid = s1.sid
    and w.inst_id = s1.inst_id
    and s.ksusenum = s2.sid
    and s.inst_id = s2.inst_id;
    Thanks in advance

    You can link to:
    gv$sql
    gv$sqltext_with_newlines
    but, if doing this in a trigger, also look at these:
    http://www.psoug.org/reference/system_events.html

  • All users share the same iCal

    I want all the users on my iMac to share the same Calendar. How do I do it?

    Here's how to share iCal calendars among multiple users on a single Mac.
    What you need to do is to move the iCal folder to a shared folder that is accessible to all users and then replace the iCal folder in each user's library folder with a "symbolic link' to the shared iCal folder. The symbolic link looks like an "alias", but if you try this using "aliases" to the shared iCal folder it will not work (trust me). You can create symbolic links using the Terminal, but I have no idea how, and the idea of using the Terminal scares me. The easiest way that I know of to create a symbolic link is with a shareware application called Cocktail. It allows you to do a number of different things including System Maintenance, Network Optimization, etc. It took me a while to remember how to do this; I originally found the information in the Discussions when iCal was first released, but apparently none of those original postings are listed in the forums anymore.
    Here's how to do it (you must have Administrator privileges):
    First locate your iCal folder (your user name > Library > Application Support > iCal) and make a copy of it (Finder > File > Duplicate). Drag the copy to your Desktop until you're sure iCal is being shared between users.
    Next move the original iCal folder into a Shared folder in the Users folder (Hard Disk > Users > Shared > iCal). To make sure all users can access the information, select the Shared folder, choose File > Get Info, click the little Lock icon, then under "Ownership & Permissions -> Details" make sure that the "Owner" is "System", "Group" is "Wheel" and "Access" for Owner, Group and Others is "Read & Write". Do the same with the iCal folder within the Shared folder, but this time, under "Ownership & Permissions -> Details" make sure that the "Owner" is "your user name", "Group" is "Staff" and "Access" for Owner, Group and Others is "Read & Write" and click the "Apply to Enclosed Items" button. I basing this information on what the Ownership & Permissions are for each of the folders in my system.
    Open Cocktail (I'm using version 3.6.5). Once the app is open (you must enter an administrator's user name and password) click on the "Files" button, then click on the "Links" button. Where it says "Create Symbolic Link" click on the "Choose" button. Navigate to the iCal folder (Hard Disk > Users > Shared > iCal) and click "Choose" again. In the "Save As" box that appears enter "iCal", then navigate to the Application Support folder in your Home folder (your user name > Library > Application Support) and click "Save". Quit Cocktail and open iCal. You should see all of your calendars as you did before.
    Log in under each additional User, move that User's iCal folder (user name > Library > Application Support > iCal) onto the Desktop, then create another Symbolic Link to replace it, using Cocktail as described above. In each case you should see the same calendar information as when you were logged in under your user name. As a test, add a New Event or To Do in iCal under one user, log out and back in under another user and you should see the changes when you open iCal.
    Once everything appears to be working, you can delete the iCal folders from each User's Desktop.
    As an additional maintenance measure, use Disk Utility to repair Disk Permissions.
    Unfortunately, if each User has his/her own calendars in iCal they will not be in the shared calendars. Only the calendars in the first iCal folder used to set up the shared folder will be available and I don't know of any way to merge or combine the other user's calendars into one.
    Hope this helps and good luck!

  • How do I completely disable initial "Checking Compatibility of Add-ons" pop-up for all users on a Citrix server where the FireFox was upgraded to 29.0.1

    I have a set of Citrix servers, we need to upgrade the FireFox on them to 29.0.1
    When I have done this, and a user runs FireFox, now the users are being presented with a pop-up "Checking Compatibility of Add-ons" which delays the start of FireFox.
    I need to prevent this so users just see FireFox start up without any delays.
    I have installed the add-on that re-enables extensions.checkCompatibility and tried various ways of implementing it like pref("extensions.checkCompatibility", false);
    However we seem to have a situation where the add-on that enables the setting is not loaded yet so the setting is not implemented.
    How do I solve this for all users?

    You can try to set the browser.startup.homepage_override.mstone pref to ignore on the about:config
    *http://kb.mozillazine.org/browser.startup.homepage_override.mstone
    You can use a mozilla.cfg file in the Firefox program folder to specify new (default) values and possibly lock prefs.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/

  • Not all users are displayed for log on after a reboot or startup...

    Problem summary: Not all users are displayed for log on after a reboot or startup...
    This problem only occurs after a fresh start-up or restart. The only users displayed are the initial (admin user) and "Guest". Two other (non-admin) users are not shown for log on.
    To work around this problem and get them to log on we have to log on as the admin user, then we can see the other users in the Fast User Switching menu (top right-hand corner of the screen), listed under the current logged on user. After selecting the non-admin user we can log in and use the laptop as normal.
    If we lock the screen, use fast user switching or log out all users; all users are available for log in, until a reboot is done; at which point the non-admin users disappear again and we have to log in as the admin user and use fast user switching again.
    The laptops are both brand new MacBook Airs. The initial configuration of Mac OS X Yosemite was done using the Apple ID of the purchaser (parent) and then the OS was patched, immediately, through the App store (no further updates available as of the date of this posting). After this Family Sharing was activated and new users set up for the two children who will be using these laptops.
    Has anybody else experienced this problem with Yosemite?
    Cheers,
    David.

    David,
    Users not enabled for FileVault unlock are only able to log into the computer after an unlock-enabled user has started or unlocked the drive. Once unlocked, the drive remains unlocked and available to all users, until the computer is restarted.
    FileVault has to be On.
    To Enable the users to be able to unlock FileVault Go to:
    System Preferences > Security & Privacy > FileVault ( Tab ) > Click the Lock in the bottom left > Put in your administrator password > Should see an option to Enable Users > Enable User.
    Hope that helps,
    Weston
    Supporting Articles,
    OS X: About FileVault 2 - Apple Support

Maybe you are looking for

  • Query on Purchase order header texts

    Hi everybody, Can any one please help me on some info regarding hearder texts used in Purchase orders. I have a requirement like, for one of the header texts in PO like "TERMS OF PAYMENT", if the user inputs a text like "Payment terms" in taht partic

  • Combine Datapackage

    Hello Experts, I'm loading data from an infocube to some infoobject attributes. In the update rule of the start routine, I need to delete datapackage for several criteria:   delete DATA_PACKAGE where STOR_LOC NE 'SL01'.   delete DATA_PACKAGE where MO

  • Plzzzzzzzzzzz help me

    i am new to java . & i have to make a project on access specifiers. i have to give a detail info on this topic.with the help of a program.plz help me. i will be very thankful to u. u can also post this info on my mail i.d.my i.d is ->[email protected

  • Error Garageband - can't sync midi and audio

    I have no midi attached but still get an error message "Can't sync midi and audio". All I am trying to do is record a voice-over using the built in mic on the iMac.  But this error message keeps popping up constantly.  I close it and then 10 seconds

  • Itunes need to close message

    When I connect my Ipod and after itunes opens up about a minute later i get the message that says, itunes needs to close sorry for the inconvience. Can any suggest what i need to do to fix this. Thanks