How to delete Client of SAP_ALL  profile

I have make one client 800 in sap with SAP_ALL profile . now I want to delete this client because my harddisk space is going to Full. How I will delete Client 800 . So that my Harddisk should be free space.Please tell me step by step
Thanks & Regards
Jagdish Kumar

Proper way to delete a SAP client
Here goes: 
1. log into the client to delete 
2. go into SCC5 and delete client 
3. log into another client and delete entry with SCC4 
4. reorg database to recover database space. 
Actually, if you check "on" the little "Delete Entry from T000" checkbox, you can skip step 3.
One other way of deleting a client which could give significant performance gain and save time is at OS level using - R3trans 
To delete a client 200, you have to create a command file "del200" with following entries 
Clientremove 
Client = 200 
Select * 
Place the command file in /usr/sap/trans/bin 
$ cd /usr/sap/trans/bin 
$ R3trans –w <log file name> -u 1 <command file name > 
e.g $ R3trans -w del200.log -u 1 del200 
To check the progress... 
$ tail -f del200 
Reorg the database post client delete

Similar Messages

  • How to delete client from oracle 10g ASM

    Hi,
    I would like to know how to delete client from oracle 10g ASM, while configuring Dataguard in same windows os i have by mistake created the standby in ASM.
    However later i have corrected the datafile destination. My Primary database is in ASM and the standby in disk.
    Could anyone please tell me how do i delete the client from ASM. On view from asmcmd it shows db_unknown and from v$asm_client
    GROUP_NUMBER INSTANCE_NAME
    DB_NAME STATUS
    SOFTWARE_VERSION
    COMPATIBLE_VERSION
    1 stby
    stby CONNECTED
    10.2.0.1.0
    10.2.0.1.0
    Thanks and regards,
    shaan

    Hi Deepak,
    Pls see the result from the view, i wanted to delete stby
    SQL> select * from v$asm_client;
    GROUP_NUMBER INSTANCE_NAME
    DB_NAME STATUS
    SOFTWARE_VERSION
    COMPATIBLE_VERSION
    1 prim
    prim CONNECTED
    10.2.0.1.0
    10.2.0.1.0
    2 prim
    prim CONNECTED
    10.2.0.1.0
    10.2.0.1.0
    1 stby
    stby CONNECTED
    10.2.0.1.0
    10.2.0.1.0
    regards,
    shaan

  • How to remove SPRO from SAP_ALL profile

    Hi Friends,
    Since my client needs access to SAP but we dont want to give them SPRO Tcode authorization.
    So i would like to have your advice on that so as wht to be done and how can we create a profile without SPRO Tcode.
    Regards
    Ayush

    Ayush Johri wrote:
    > I think its not that difficult, although i dont know this. but i have heard people saying that they have made SAP_ALL profile without SPRO...
    It is easy to copy SAP_ALL and create a role without SPRO
    This will not stop people from accessing the functions behind SPRO for the reasons posted before.
    Lots of people claim they create a SAP_ALL without SPRO, I will bet £1000 (I know it's worth many euro's at the moment) that 90%+ of those roles which people think have SPRO removed will not stop people accessing config.
    Ask yourself this question....
    If you build a house do you:
    1. Buy a giant piece of rock and cut holes in it
    2. Build it from components - bricks, windows, doors etc

  • Delete authority from SAP_ALL profile

    Hi All,
    In our application development we created a couple of authorization objects and profiles. Accidentally we add the authority to the SAP_ALL profile. How can we remove them?
    Thanks, Jerome

    Thanks a lot, Chris.
    Jerome

  • How to delete client (urgent plz help me )

    hi friends
              i have created a client in my system and i have done client copy in my system (local client copy) why copying i got an error that is there is no enough space in the drive  so i want to delete the client and copyed data .can any one help  it urgent
    thanks in advance
    by san

    Hi SAN,
                      1. log into the client to delete
    2. go into SCC5 and delete client
    3. log into another client and delete entry with SCC4
    4. reorg database to recover database space.
    Actually, if you check "on" the little "Delete Entry from T000" checkbox, you can skip step 3.
    One other way of deleting a client which could give significant performance gain and save time is at OS level using - R3trans
    To delete a client( eg: 100 ), you have to create a command file "del100" with following entries
    Clientremove
    Client = 100
    Select *
    Place the command file in /usr/sap/trans/bin
    $ cd /usr/sap/trans/bin
    $ R3trans –w <log file name> -u 1 <command file name >
    e.g $ R3trans -w del100.log -u 1 del100
    To check the progress...
    $ tail -f del100
    Also, check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/69/c24c9c4ba111d189750000e8322d00/content.htm
    Check this SAP Note for DB reorganization 417539
    Hope this will help you.
    Hari.
    PS: Points are welcome.

  • How to delete mail saved in profiles from imap accounts no longer in use.

    I have been trying to transfer old e-mail from a closed G-mail account to a new one. The messages from the closed account are downloaded on my computer (MacBook Pro w/ Mavericks 10.9.4). I need to move them to an on-line account; i.e., a new G-mail account. This has been a trial and error process, during which I have had to use a couple of different G-mail accounts, because the methods I used to copy messages failed. I've now found a method that works, using the Thunderbird "copy to" function (the "copy folder" add-on never worked for me). So I am transferring the messages 500 to 1000 at a time. The problem is that during my prior attempts to copy or transfer, Thunderbird downloaded the messages. So now I have multiple partial copies of the original e-mails saved on the computer. My Thunderbird profile shows saved mail from 4 e-mail accounts. I want to get rid of 3 of these, including the original downloaded account, leaving only the download associated with the G-mail account to which I am successfully copying the messages. How do I do this? Can I edit the profile to delete the imap.googlemail-x.com and the associated msf file? I have already de-linked two of the temporary accounts from Thunderbird, but the downloaded mail is still there. Thanks for any insights.

    Please don't open duplicate threads for the same problem. Follow-up at your other thread.
    https://support.mozilla.org/en-US/questions/1018746

  • How to delete file from client machine

    Hi all,
    we are using the DataBase: oracle:10g,
    and forms/reports 10g(developer suite 10g-10.1.2.2).
    can anybody help me how to delete the file from client machine in specified location using webutil or any
    (i tried with webutil_host & client_host but it is working for application server only)
    thank you.

    hi
    check this not tested.
    PROCEDURE OPEN_FILE (V_ID_DOC IN VARCHAR2)
    IS
    -- Open a stored document --
    LC$Cmd Varchar2(1280) ;
    LC$Nom Varchar2(1000) ;
    LC$Fic Varchar2(1280);
    LC$Path Varchar2(1280);
    LC$Sep Varchar2(1) ;
    LN$But Pls_Integer ;
    LB$Ok Boolean ;
    -- Current Process ID --
    ret WEBUTIL_HOST.PROCESS_ID ;
    V_FICHERO VARCHAR2(500);
    COMILLA VARCHAR2(4) := '''';
    BOTON NUMBER;
    MODO VARCHAR2(50);
    URL VARCHAR2(500);
    Begin
    V_FICHERO := V_ID_DOC;
    LC$Sep := '\';--WEBUTIL_FILE.Get_File_Separator ; -- 10g
    LC$Nom := V_FICHERO;--Substr( V_FICHERO, instr( V_FICHERO, LC$Sep, -1 ) + 1, 100 ) ;
    --LC$Path := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory ;
    LC$Path := 'C:';
    LC$Fic := LC$Path || LC$Sep || LC$Nom ;
    If Not webutil_file_transfer.DB_To_Client
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    Raise Form_trigger_Failure ;
    End if ;
    LC$Cmd := 'cmd /c start "" /MAX /WAIT "' || LC$Fic || '"' ;
    Ret := WEBUTIL_HOST.blocking( LC$Cmd ) ;
    LN$But := WEBUTIL_HOST.Get_return_Code( Ret ) ;
    If LN$But 0 Then
    Set_Alert_Property( 'ALER_STOP_1', TITLE, 'Host() command' ) ;
    Set_Alert_Property( 'ALER_STOP_1', ALERT_MESSAGE_TEXT, 'Host() command error : ' || To_Char( LN$But ) ) ;
    LN$But := Show_Alert( 'ALER_STOP_1' ) ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Raise Form_Trigger_Failure ;
    End if ;
    If Not webutil_file_transfer.Client_To_DB
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    NULL;
    Else
    Commit ;
    End if ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Exception
    When Form_Trigger_Failure Then
    Raise ;
    End ;sarah

  • How to delete the workbench client server name in FDM

    Hi Gurus
    How to delete/change the workbench client server name in FDQM?
    regards
    Sarilla

    OK, I understand now. You are referring to the Load Balance Server Group. Yes, this can be done:
    a) Browse to Oracle\Middleware\EPMSystem11R1\Products\FinancialDataQuality\SharedComponents\Config
    b) Locate the LoadBalanceServerGroups.xml file
    You can delete this file. The next time the workbench is launched it will ask you to set the load balance server group again and will create this file again.

  • How do I delete my old gamecenter profile and start a new one

    How do I delete my old Gamecenter profile and start a new one?

    I suggest changing the existing ID rather than creating a new one, all purchases are forever linked to the ID that bought and can never be transferred, you can change all detauils about your ID here:
    http://appleid.apple.com
    Read this
    http://support.apple.com/kb/HT5621

  • How to view/edit/delete the user created profile in oracle 9i? Very Urgent

    Friends,
    I logged in as system in oracle 9i.
    SQL> create profile testpro limit
    2 idle_time 1;
    Profile created.
    SQL> alter user scott profile testpro;
    User altered.
    Then i logged in to sqlplusw as a scott user.
    and i waited for 10 mins after that.
    sql> select * from cat;
    its working......
    how come? i have already set a idle time to 1 minute.
    Please correct me if im wrong.
    Also, how can i view/edit/delete the user created profile.
    Thanks & Regards
    Sathyguy
    Message was edited by:
    sathyguy

    The resource limits set for a profile are enforced only when you enable resource limitation for the database.
    Enabling and Disabling Resource Limits While the Database is Open
    ALTER SYSTEM SET RESOURCE_LIMIT = TRUE;
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/users.htm#15451
    Manu

  • How do I delete a display color profile?

    How do I delete a display color profile?  I created several over time when calibrating monitor with a Datacolor Spyder.  I have not been able to delete any old profiles because the "Delete Profile" button is grayed out and not responding.  I repaired permissions but that didn't help.

    Shared Profiles are located in the following folder:
    /Library/ColorSync/Profiles/Displays/
    From the finder menu bar, Go... > Go to Folder > /Library/ColorSync/Profiles/Displays/

  • How to delete a client

    Hi,
    I have a client 004, and SAP* and PASS is not working or i dont remmber the password. Now we need to delete it. Please tell me how to delete a client by logedon through another client (003).
    Thanks
    Usman Rana

    Hi to all,
    just a little correction.
    login/no_automatic_user_sapstar =1 means that the hardcoded SAP* user is deactivated. So you will not be able to use SAP* after deleting the normal SAP* from USR02 if this parameter is set to 1. This is used to secure your system.
    So the only options will be:
    - Change the SAP* password with any other superadmin user or
    - Delete it from the database (with database tools) to be able to use the hardcoded one. In that case login/no_automatic_user_sapstar must be set to '0'.
    Best regards,
    Désiré

  • How to delete a certificat ipcu ca on my profile

    how to delete a certificat ipcu ca on my profile,ex:general/profil/certicat sign/ipcu ca 98110b566------ and clip web

  • How to delete candidate profiles from e-recruitment

    Hi Experts,
    Could you please advice on how to delete the candidate profiles from the backend, could you please let me know the configuration required to perform this. Is there a standard background job or standard procedure of deleting candidates?
    Regards,
    Praveen

    Hello Praveen,
    some time ago SAP delivered a solution to delete eRec data based on the information lifecycle management (ILM) within a bigger renewal of data deletion for SAP HR. This is the state of the art approach on data deletion for eRec. The best place to start with this topic should be note 1634262 which contains several documents on the topic. Furthermore it documents that using the ILM for this case is included in the standard ERP license so you do not have extra costs.
    If you have any additional questions after checking the documents in the note feel free to ask.
    Kind Regards
    Roman  

  • [iPhone] How to delete Provisioning Profile, AppID (for device testing)

    Hi, on the developer portal, I'd like to get rid of the appID and provisioning profile.
    I have already deleted the certificate.
    I had removed the profile from Xcode organizer and that also removed the profile from my iPhone.
    However, http://developer.apple.com/iphone/manage/provisioningprofiles/index.action continues to list the profile. Its status is now marked as "Invalid" and clicking on the "Modify" button does nothing
    Does anyone know how to remove the profile from my program-portal settings. I'm assuming the profile is invalid because I've deleted the certificate.
    The ~/Library/MobileDevice/Provisioning Profiles directory is empty and I have no other subdirectories under ~/Library/MobileDevice. So I don't know where this profile is coming from
    I'd also like to delete the appID. Does anyone know how to delete an appID
    Btw I'm deleting all this because of the problem described in http://discussions.apple.com/thread.jspa?threadID=1735100

    After I added a second provisioning profile, the http://developer.apple.com/iphone/manage/provisioningprofiles/index.action page gave me a button to delete the first profile.
    So I was able to delete the first provisioning profile.
    I haven't found any way to delete an App ID.
    So for now, I'm just going to assume that Apple doesn't let developers remove any App IDs (even though it is the developers who create these App IDs)
    However, aside from the unnecessary clutter, I'm not concerned about this limitation
    was able to create a new App ID and I'm using the new AppID now.
    I was able to fix the problem decsribed in http://discussions.apple.com/thread.jspa?threadID=1735100. I'll update that thread after a while.

Maybe you are looking for

  • Variable with proposed value in BEX Query View

    Dear SAP-Gurus, I have a Web Application with some views on one query. In the inital screen i show the popup for entering the global variable values. Now my question; is it possible to give a global variable used filled by exit and used in these quer

  • All files in 'Downloads' folder are greyed out

    I'm using a Macbook Air 13' Processor 1.7 GHz Intel Core i5 Memory 4 GB 1333 MHz DDR3 Software  OS X 10.9.4 The problem: All of a sudden when I try to access the 'Downloads' folder everything is greyed out. However, when I access the 'Downloads' fold

  • Premiere Elements 7 missing project settings...

    Hi all, I am using Premiere Elements v7.0 with a Canon Vixia HV30 camcorder attached. I am having some issues getting my project settings to match my HDV camcorder and the HD video i want to import. When I launch Elements and the welcome screen is op

  • Noisy fans on all the time

    I have come over from the dark side today (PC to Mac switcher). I got a second hand Mac Pro 2.66 quad with four HDD and 4GB ram and i seem to have very noisy fans. I did find this article http://www.amug.org/amug-web/html/amug/reviews/articles/intel/

  • MINUS operator fetches invalid record count

    Hi, One of the application team complained that oracle MINUS operator fetches an invalid record count after data load. Here are the details of the data load: They are using source as PROD and target as UAT. They are replicating the data on UAT enviro