cancel
Showing results for 
Search instead for 
Did you mean: 

Error at ABAP system copy export

Former Member
0 Kudos

Dear Gurus,

I am doing system copy export for ERP 6.0 EHP6 ABAP system.

I have performed all pre steps: deletes temp tables, deleted update errors, kernel is latest, generated DDL statements.

Problem is during Export ABAP failed one Job and got error at SAPCLUST

am not able to find much useful information on marketplace. please help me to go ahead

for all error logs please find attachments.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check this thread, similar problem with clu4 consistency but different scenario.

http://scn.sap.com/thread/2039983

Former Member
0 Kudos

Hi Srikishan,

Thanks for your help.

i have followed Note 902817 and your suggestion also and it got resolved.

only problem is first i faced error for CLU4 table then i got error for another table VER_CLUSTR

solution is same for both tables.

so if anyone face same issue check for both tables.

Thanks,

Venkat

Answers (2)

Answers (2)

ashish_vikas
Active Contributor
0 Kudos

please check DB02/DB02old.. probably you have inconsistency between ABAP and database. Also check if table CLU4(along with index) is active in database.. if not activate it with SE11.

Best regards

ashish

Former Member
0 Kudos

Hi,

Any other suggestions?

Thanks,

Venkat

Former Member
0 Kudos

Hi,

Looks like the runtime object for table CLU4 exists but corresponding database object is not existing.

You can verify this by checking in the SE14 transaction, Utilities -> Check Runtime and Database object. In case database object is not existing, create the same via SE14 itself -> Edit, Create database table.

This info is from the Note 902817 you already got. Just proceed with the steps mentioned there. After that restart the export afresh.

Regards,

Srikishan

Former Member
0 Kudos

Hi,

I find this note Note 902817 - Inconsistencies in cluster tables (log vs phys field name)

but am not sure will it helpful or not?

Thanks,

Venkat