CLIENT COPY PROBLEM........
Hi,
I have installed SAP 4OB on win 2000. Now while making a client copy from 001 (DDIC) to 700 ( the client defined ) the client copy process got terminated with the message that PRS_7 space too small.
1) ( So what has to be done now ?)
Second thing,
After process gets terminated and i again try to login with 700, it gives me error and does not allow to enter.
2) Does SAP keep a history of all the clients that we have mentioned and if a success client copy is not done then every time i have to make a new client.
Is there way where i can delete the clients (eg 700) and again login using the same client.
I deleted the client (700) from the client logs , then i restarted SAP and again tried to login thru' client 700 but invain.
Any answers....... ( Pl. answer according to the questions mentioned)
1. create on big rollback segment and during client copy take all PRS_* rollback segment offline
2. try to log in with sap* user.
Hi Glaza
Thank you very much for the details provided.
I wanted to know that to increase the size of the roll back segments, i shall directly have to get connected thru' SVRMGR30 and then using the SQL syntax change the size of the PRS_* ( hope i am right ).
I have PRS_1 to PRS_10. Out of which i make one ONLINE and the rest OFFLINE
I can give NEXT_EXTENT :100m space , will it do for the client copy process.
Better create separate big rollback segment and during client copy alter it online and take offline segments PRS-1 to PRS_10.
Hi Glaza
Thank you very much for the details provided.
I wanted to know that to increase the size of the roll back segments, i shall directly have to get connected thru' SVRMGR30 and then using the SQL syntax change the size of the PRS_* ( hope i am right ).
I have PRS_1 to PRS_10. Out of which i make one ONLINE and the rest OFFLINE
I can give NEXT_EXTENT :100m space , will it do for the client copy process.
1. create on big rollback segment and during client copy take all PRS_* rollback segment offline
2. try to log in with sap* user.
Yes U're right rohit
pls have a look on the note 16951
> create rollback segment prs_big
storage (initial 10M next 10M optimal 100M minextents 2
maxextents 500)
tablespace psaproll_big;
and of course set il the new tablespace in ONLINE status...
Have good fun
Toto.
Hi Toto,
thank you