How to unlock a  Z table ?

Hi , I have cleared the key field check for some fields  and tried to ADJUST AND ACTIVATE the table using data base utility (SE14 ) . But some problem occured in activating that .  So I tried to chnage  it again , But I could not open the table in chnage mode. error message is as follows
ZSCORECARD_EXP is locked because a restart log exists
Diagnosis
Table is locked against changes because a database operation has not yet been completed (a restart log still exists).
Procedure
Wait a few minutes or check the table using the database utility (function Utilities -> Database utility) - please look at the information on the table in the database utility.
ERROR FROM step 2  onwards IN DATABASE  UTILITY
Seq of steps                                                         
   1 Initialization                                                  
   2 Dropping of indexes, renaming of original table                 
   3 No action                                                       
   4 Activation of transparent table                                 
   5 Conversion of data to new table, deletion of renamed table      
   6 Creation of sec. indexes                                        
Please help me . Thanks In advance .
Dharma.

Hi All ,
Yes , This has nothing to do with the SM12 lock . This is realated to DATABASE UTILITY . While I activating and adjusting the changes using data base utiliy .. job got terminated .It seems Data base utility performce a series of steps .. It failed at  from second step on wards .
1) Initialization   --Success                                               
2)Dropping of indexes, renaming of  original   table                                          
3)No  action                                                                               
4) Activation of table 
5) transparent Conversion of data to new table, deletion of renamed    table                                                
6) Creation of sec. indexes                                                                               
Currently it is inactive . Please help me how to delete the reset log and activate the table . Thank you .
Dharma .

Similar Messages

  • How to unlock all the tables & schemas in Oracle 9i

    plz help me out with how to bring isqlplus screen & how to unlock all the schemas & tables...

    Hi,
    You should see SQL plus, if you have oracle installed in your machine, it should be in Oracle/Application/SQL plus or look for this sqlplusw.exe in your machine.
    You can UNLOCK the user
    alter user usename account unlock ;
    Thanks

  • How to Unlock planning application from Backend ?

    Hi Gurus,
    How
    to Unlock planning application from Backend ?

    You should use the utility to unlock it http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin/ch04s02.html
    But it refers to planning table HSP_UNLOCK
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to unlock users in a SAP system if all of them are locked

    How to unlock users in a SAP system if all of them are locked
    Posted: Mar 21, 2007 10:07 AM         Reply      E-mail this post 
    Hello Experts,
    In any SAP System,if a user having authorizations has mistakingly locked all the users of the SAP system,then how wll we unlock those users bcoz we wont be able to logon into the SAP System. Requested to revert your valuable replies at earliest.This happened with us,how to resolve it.My Email Id is [email protected] .
    Regards,
    Saumya

    Hello Siva And Manas,
    Thanx for ur replies .
    Manas: These SQL statements we hv to run at the Command Prompt level only na.......
    Siva : U r telling to delete the SAP* user ,u dont mean with the System created default user SAP* rite but u mean to delete our self created SAP*/any super user rite? Secondly how to delete tat user at the database level?
    Regards,
    Saumya
    If all the users are locked , they can only be unlocked via sql.
    Actually waht happens is if the uflag field of an user in table usr02 is 0 then the user is unlocked. Different values of the uflag field in table USR02 mean:
    0          User not locked
    32         Locked by CUA central administrator
    64         Locked by administrator
    128       Locked after failed logon
    Incase all the users are locked execute the following sql to unlock them
    update sap<sid>.usr02   (means update sapd01.usr02 or sapq01.usr02 etc)
    set uflag='0' ;
    commit.;
    This unlocks all the users.
    update sap<sid>.usr02
    set uflag='0' where bname='xxx';
    commit.;
    This unlocksonly the user xxx.

  • How to unlock a record

    hi everybody
    im doing a bdc to create  customer hierachy but at each loop in the internal table, its telling customer is locked by myself
    how to unlock that?

    Hi
      May be you opened the same transaction in change mode for more than one time or somebody has opened the same transaction with the same user id, check with these 2 possibilities.
    Regards
    Haritha.

  • OracleXE Newbie: How do I view user tables as SYS/SYSTEM?

    I'm brand new to Oracle and downloade OracleXE to learn a bit about it. When I login as SYS or SYSTEM how do I view user tables? Don't I have full admin rights? I can't figure it out.
    I've unlocked the sample application with the user HR and created the first sample app page to view Employees, and when logged in as HR I can see all of the tables but why not when I'm signed in as SYS or SYSTEM?
    TIA

    The sys and system users can see (and alter, drop, create) objects for any database user, just have to add the schema (a.k.a. database username) to the object name, i.e.
    select * from hr.employees;
    Should get you the hr employees table. There are also several views to help out, i.e. dba_users has all the database users, dba_objects for all objects in the database objects, dba_tables has all tables, etc.
    And each user also gets similar views, user_tables has all the tables that user has created, and there is an all_tables view listing any table the user has been granted select or other privileges.

  • How to unlock the Editor Lock?

    Hi All,
      Can anyone tell how to unlock Editor Lock?
      Thanks in advance.
    Regards
    Mohammad.

    Hi Mohammad,
    Please check this sample program.
    REPORT ZEDITOR.
    TABLES: TRDIR. "System table TRDIR
    PARAMETERS: PROGRAM LIKE TRDIR-NAME.
    PARAMETERS: EDITOR  LIKE TRDIR-EDTX.
    SELECT SINGLE * FROM TRDIR WHERE NAME = PROGRAM.
    TRDIR-EDTX = EDITOR.
    MODIFY TRDIR.
    IF SY-SUBRC EQ 0.
       WRITE: / 'Editor Lock update Successful ', TRDIR-NAME.
       IF TRDIR-EDTX = 'X'.
          WRITE: ' Lock'.
       ELSE.
          WRITE: ' UnLock'.
       ENDIF.
    ELSE.
       WRITE: / 'Editor Lock update Unsuccessful ', TRDIR-NAME.
    ENDIF.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • HOW TO UNLOCK A USB KEY (Locked by on a PC)

    The other day whilst in the local shopping mall, I received a USB key from the stand advertising the lastest XBOX stuff. I have this along with another 2 which I received in the course of work.
    Unfortunately, they are all locked. They do show up in Disk Utility, but I cannot partition, delete, restore etc.
    It seems a shame to throw them away, so was wondering if anyone could tell me how to unlock - and make them functional (for me) again.
    Thanks

    Oracle documentation on locking, transaction management and consistent read are excellent. Previous post already contains link to that.
    Some high level points (in the context o your questions).
    1. Oracle does not lock table (unless specifically requested via LOCK TABLE ...). Oracle locking is at row-level.
    2. In Oracle readers never block writers and writers never block readers.
    3. Reading "dirty data" is not required (nor possible) in Oracle.
    Why do you want to read "dirty data"? What problem are you trying to address?
    vr,
    Sudhakar B.

  • How to populate data in table control  .

    hi all,
    i put matnr no. in screen no. 103
    validation is done at that screen only.
    now when i want to modify dat record
    when i put matnr no. at screen 103
    so how i will get all  data of dat number to table control screen.

    Hi Darshan,
       Here is a detailed description of how to update data in table controll.
      Updating data in table control
    The ABAP language provides two mechanisms for loading the table control with data from the internal table and then storing the altered rows of the table control back to the internal table.
    Method 1: Read the internal table into the Table Control in the screenu2019s flow logic.  Used when the names of the Table Control fields are based on fields of the internal table.
    Method 2: Read the internal table into the Table Control in the module pool code. Used when the names of the Table Control fields are based on fields of the database table.
    Method 1 (table control fields = itab fields)
    In the flow logic we can read an internal table using the LOOP statement. Define the reference to the relevant able control by specifying WITH CONTROL <ctrl>
    Determine which table entry is to be read by specifying CURSOR <ctrl>-CURRENT_LINE.
    After the read operation the field contents are placed in the header line of the internal table. If the fields in the table control have the same name as the internal they will be filled automatically. Otherwise we need to write a module to transfer the internal table fields to the screen fields.
    We must reflect any changes the user makes to the fields of the table control in the internal table otherwise they will not appear when the screen is redisplayed after PBO processing, (eg, after the user presses Enter or scrolls) However, this processing should be performed only if changes have actually been made to the screen fields of the table control (hence the use of the ON REQUEST)
    PROCESS BEFORE OUTPUT.
    LOOP AT ITAB_REG WITH CONTROL TCREG
    CURSOR TCREG-CURRENT_LINE.
    ENDLOOP.
    PROCESS AFTER INPUT.
    LOOP AT ITAB_REG.
    MODULE MODIFY_ITAB_REG.
    ENDLOOP.
    MODULE MODIFY_ITAB_REG INPUT.
    MODIFY ITAB_REG INDEX TCREG-CURRENT_LINE.
    ENDMODULE.
    Method 2 (table control fields = dict. fields)
    If using a LOOP statement without an internal table in the flow logic, we must read the data in a PBO module which is called each time the loop is processed.
    Since, in this case, the system cannot determine the number of internal table entries itself, we must use the EXIT FROM STEP-LOOP statement to ensure that no blank lines are displayed in the table control if there are no more corresponding entries in the internal table.
    PROCESS BEFORE OUTPUT.
    LOOP WITH CONTROL TCREG.
    MODULE READ_ITAB_REG.
    ENDLOOP.
    PROCESS AFTER INPUT.
    LOOP WITH CONTROL TCREG.
    CHAIN.
    FIELD: ITAB_REG-REG,
    ITAB_REG-DESC.
    MODULE MODIFY_ITAB_REG
    ON CHAIN-REQUEST.
    ENDCHAIN.
    ENDLOOP.
    MODULE READ_ITAB_REG OUTPUT.
    READ TABLE ITAB_REG INDEX TCREG-CURRENT_LINE.
    IF SY-SUBRC EQ 0.
    MOVE-CORRESPONDING ITAB_REREG TO TCREG.
    ELSE.
    EXIT FROM STEP-LOOP.
    ENDIF.
    ENDMODULE.
    MODULE MODIFY_ITAB_REG INPUT.
    MOVE-CORRESPONDING TCREG TO ITAB_REG.
    MODIFY ITAB_REG INDEX
    TCREG-CURRENT_LINE.
    ENDMODULE.
    Updating the internal table
    Method 1
    PROCESS AFTER INPUT.
    LOOP AT ITAB_REG.
    CHAIN.
    FIELD: ITAB_REG-REG,
    ITAB_REG-DESC.
    MODULE MODIFY_ITAB_REG ON CHAIN-REQUEST.
    ENDCHAIN.
    ENDLOOP.
    MODULE MODIFY_ITAB_REG INPUT.
    ITAB_REG-MARK = u2018Xu2019.
    MODIFY ITAB_REG INDEX TCREG-CURRENT_LINE.
    ENDMODULE.
    Method 2
    PROCESS AFTER INPUT.
    LOOP WITH CONTROL TCREG.
    CHAIN.
    FIELD: TCREG-REG,
    TCREG-DESC.
    MODULE MODIFY_ITAB_REG ON CHAIN-REQUEST.
    ENDCHAIN.
    ENDLOOP.
    MODULE MODIFY_ITAB_REG INPUT.
    MOVE-CORRESPONDING TCREG TO ITAB_REG.
    ITAB_REG-MARK = u2018Xu2019.
    MODIFY ITAB_REG INDEX TCREG-CURRENT_LINE.
    ENDMODULE.
    Updating the database
    MODULE USER_COMMAND_100.
    CASE OK_CODE.
    WHEN u2018SAVEu2019.
    LOOP AT ITAB-REG.
    CHECK ITAB_REG-MARK = u2018Xu2019.
    MOVE-CORRESPONDING ITAB_REG TO TCREG.
    UPDATE TCREG.
    ENDLOOP.
    WHEN u2026
    u2026
    ENDCASE.
    ENDMODULE.
    Hope this will solve your problem.
    Regards,
    Pavan.
    Edited by: PAVAN CHANDRASEKHAR GANTI on Aug 3, 2009 12:48 PM

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to Unlock root user in Linux version 4.4

    Hi All,
    Please let me know how to unlock root user as i tried to access with wrong password more than 3 times.
    Thanking you in advance

    Hi All,
    We tried to reset the root password in single user mode and tried to change the passas follows:
    we are getting error message as follows:
    sh -3.00#passwd root
    Changing password for the user root.
    New UNIX password:
    Retype New UNIX password:
    passwd: Authentication token manipulation error
    Please suggest how to change the root password in single user mode

  • How to declare a internal table in start routine i.e. transformations

    Hi Gurus,
    How to define an internal table in a start rotuine?
    any help greatly appreciated.
    Best Regards,
    Reddy.

    Hi,
    types: begin of str,
    field1 type c,
    field2 type c,
    end of str.
    data : itab type table of str with header line.
    the above code should be inserted where it says insert code below this. this will be like a global decleration. this table will be available for all the routines that you write in the transformation.
    All the best !!
    Regards
    Aparna

  • I wanted to know how to unlock my iphone, since I had to restore it and when it restarted, it appeared this message: "The SIM card que you currently have installed in this iphone is from a carrier that is not supported under the Currently actuvation polic

    I wanted to know how to unlock my iphone, since I had to restore it and when it restarted, it appeared this message: "The SIM card que you currently have installed in this iphone is from a carrier that is not supported under the Currently actuvation policy that is assigned by the server activion. this is not a hardware issue with the iPhone. Please insert another SIM card from a supported carrier or request que this iphone be unlocked by your carrier. Please contact Apple for more information. "
    I need help, I use my phone for everything enclusive to work. I appreciate if you can help. I'm from Brazil. My name and giullia.

    Did you purchase this device from Apple or an authorized reseller? It sounds as if you had a device that was jailbroken/hacked to operate on your carrier. Upon updating the iOS, it is now locked back to the original carrier the device was locked to.
    Only the carrier the device is locked to can authorize an unlock. You will need to make contact with that carrier and see if they provide unlocking services, and if they do, if you qualify for an unlock. Otherwise, you are out of luck. One that carrier can take care of the unlocking.

  • How to unlock my macbook pro i forgotten my password?

    How to unlock my macbook pro i forgotten my password?

    Look on the right, under the heading More Like This.

  • How to look for the Table Name

    Hi Friends,
    Sometimes we need to download the table for the desired information if the same is not available from a particular report. How to look for the table name? Is there a report or a particular feild, where we can find the name of the particular table?
    Thanks for the assistance.
    Regards

    Hi Friend,
    If you want to see the structures then go to SE11. Sometimes it happens that you cannot find the table names but only fields. In such case, if you want to find the Table names which is not available, then go to SE90.
    Abap Dictionary > Fields > Table Fields.
    Now Enter the Field name in Right Hand Side of the screen then Execute. You will see the all tables by which that Fields are used.
    Regards,
    Jigar

Maybe you are looking for

  • 2LIS__04_P_COMP load failure

    Hi, I am facing a problem while loading data from R/3 to BW using the datasource 2LIS__04_P_COMP. The data is extracted successfully but takes a lot of time in the update rules around 10 hrs.Ulitmately the load fails and i have to manually update it

  • U00A7LO-VC - Changing Fields in a Sales Order

    Hi LO-VC / SAP Guru's, I had a question to see if any one is using or if my understanding of the functionality available in user exits: Exit_SAPLCEI0_001 and Exit_SAPFV45S_002 is accurate. What we are trying to accomplish: 1. Using a generic material

  • Regarding MM function

    hey guys, I am trying to learn MM functional module myself. To start with i need some sample data(SAP existing data) to see how the transaction flows from one screen to another screen. so can somebody give me a starting from basic purchase order tran

  • Good Computer Desk for 24" iMac?

    After being a Windows user since version 3.0 (Bill Gates will burn in **** for that one) I just got a 24" iMac. Since my hobby is photography and imaging programs are resource intensive, I initially priced out a Dell Precision with Dell's 24" monitor

  • InDesign justifying bottom line of paragraph even though the settings are for left-aligned

    I cannot figure out how to get rid of that big space in the bottom lineof the screenshot above - not seeing any hidden characters and paragraph is set to left text align. Help very much appreciated!