cancel
Showing results for 
Search instead for 
Did you mean: 

cliect copy problem

Former Member
0 Kudos

hi friends ,

i am using 4.7 ides version and using sccl coping a new client from 000 .it is ok no log is there but again i am coping new client from 800 and current has gone then when i entered in new client and want to run any t- code it is saying i am not authorized . then what should i do....

and if i want to delete that new client then scc5 is not running then what should i do....is there any process through which i can delete that client .....

if i am using orcale database then through any sql query can i delete new client .....

plz help me out.

NEW client =444

firstly client copied from 000

and secondly copied from 800

Accepted Solutions (0)

Answers (1)

Answers (1)

andreas_herzog
Active Contributor
0 Kudos

which copy profile did you use?

GreetZ, AH

Former Member
0 Kudos

Sir i am copying SAP_ALL profile.

Former Member
0 Kudos

Hi,

you can delete SAP client from OS level using R3TRANS

To delete a client 444, you have to create a command file on OS level name i.e "del444" with following entries

Clientremove

Client = 444

Select *

Place the command file in /usr/sap/trans/bin

now change the path on command prompt cd /usr/sap/trans/bin

execute R3trans –w <log file name> -u 1 <command file name >

e.g R3trans -w del444.log -u 1 del444

regards,

kaushal

Former Member
0 Kudos

Sir,

First of all thanks for solution but.....

i am not able to get your step ....

can you able to provide me step by step with according example ........ how can i create command file at os level

means what should i do firstly and then what .....with example if you can ......

i will highly obliged to you if you provide that

with regards

anuj

Edited by: anuj sharma on May 13, 2008 7:59 AM

Former Member
0 Kudos

Hi,

what you not understand.

open notepad create file with following content without blank line at start.

Clientremove

Client = 444

Select *

save the file as del444.txt

now rename the file del444.txt to del444.cmd

end proceed as described above.

regards,

kaushal

Former Member
0 Kudos

Sir

after creating command file

what should i do ...

should go to /usr/sap/trans/bin that path and place command file there....

after that how to change the path on command prompt...

and what is the meaning of that..execute R3trans –w <log file name> -u 1 <command file name >

please provide me solution...

thanks again sir

Former Member
0 Kudos

Hi,

you are created del444.cmd

now copy this file in /usr/sap/trans/bin

now change the path on command prompt cd /usr/sap/trans/bin

in windows start -> run -> cmd

enter cd\

now change the drive if your usr directory is on different drive.

following is the command

cd usr\sap\trans\bin

now

execute R3trans –w <log file name> -u 1 <command file name >

in you case it is R3trans -w del444.log -u 1 del444

regards,

kaushal

Former Member
0 Kudos

now change the drive if your usr directory is on different drive.

if i have usr directory in d drive then it is necessary or not....

i mean i have two drive in my server c and d and usr is in d then what should i do .....should i change it into c drive ..if i will do so then space problem will occure...

now

execute R3trans –w <log file name> -u 1 <command file name 
in you case it is R3trans -w del444.log -u 1 del444

where should i run it sir.....

Former Member
0 Kudos

Hi,

change drive on command prompt means change the drive.

on command prompt of windows execute following commands

CD \

😧

so you are now in drive D.

now cd usr\sap\trans\bin

now execute

R3trans -w del444.log -u 1 del444

if R3trans not found

then

set PATH = path of your kernel directory.

regards,

kaushal