cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Client Copy Errors

Former Member
0 Kudos

Dears,

Today I am going to do remote client copy from PRD to QAS.

For it yesterday i scheduled Test run in simulation mode.As i am having two CPU for both Dev and PRD so I scheduled it with 6 Parallel Processes.

But my Test run failed with errors:

Copy Type Remote copy

Test Run

Profile SAP_ALL

Status Ended with Errors

User SAP*

Start on 14.08.2008 / 01:30:54

Last Entry on 14.08.2008 / 05:57:54

Statistics for this Run

- No. of Tables 30,806 of 30,808

- Deleted Lines 15

- Copied Lines 72748,776

Warnings and Errors

Table/Object Component Error

BKPF FI Read or Conversion Error

BSIS FI Read or Conversion Error

Thus showing read or Conversion Error in these two tables.

In System log of source system I also see these error:

ORA-01652 unable to extend temp segment by 2560 in PSAPTEMP

Database Error 1652 at SEL access to table BKPF.

Database Error 1652 at SEL access to table BSIS.

Please suggest how to resolve the issue.

Shivam

Edited by: Shivam Mittal on Aug 14, 2008 6:08 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Shivam

How is your remote copy going on?

Did you increase the size of psap temp in order to carryon with the copy?

Your Source system is PRD system.Are you doing this copy while users are using the PRD system.

If not then this may not be result of client copy? or

if no user is logged in in your PRD system,You have to decide if this is due to client copy.

Let me know what corrective measure taken by you to completed the remote client copy?

normally we dont get this dump in the source system but I have psaptemp around 30 GB or more in al my systems so may be this might have not surfaced in my environment.

Thanks

Amit

Former Member
0 Kudos

Hi Amit

how increase the size of psap temp

thanks

former_member227600
Contributor
0 Kudos

Hi,

You can increass tablespace size using Brtools Or using sql query.

alter tablespace PSAPTEMP add tempfile '/oracle/<sid>/<sapdatafile>/temp_1/temp.data.2u2019 size 10000M;

karan

Former Member
0 Kudos

Hi Shivam,

You saw Errors such as unable to extend PSAPTEMP in Source system, so i dont think any action is required as the copy is going on in the Target System, Can you please compare the Patch Level between the QAS and PRD system, I suspect it could be an issue with Patch Level.

Regards,

Ershad Ahmed.

Former Member
0 Kudos

Hi,

This error is based on space problem.

Increase the PSAPTEMP tablespace and PSAPUNDO

After this try remote copy.

Regards,

Srini Nookala