Monday, October 17, 2016

Transport of Transformation failed with RC= 12 & Job: RDDEXECL cancelled in Target sytem

While transporting the transformation in BW Transport used to end with RC-12 with the following dump.

It might occur due to orphaned entries in the transformation object which should be deleted to make compatible with BW 7.3. And it is noticed only when we change the transformation and transport across the systems. Hopefully, this info will be useful.

There can be different errors but try executing the below program provided by SAP to fix the issues in tables of Source system and then retransport the transformation.

Tables which might be having inconsistencies.

• RSTRANSTEPROUT

• RSTRANROUTMAP

Erros which you might see

 transport error

Dump Info:

UNCAUGHT_EXCEPTION

CX_RS_PROGRAM_ERROR

CL_RSO_TLOGO_PERSISTENCY======CP

BW-WHM-MTD

or

Error in source system:

Program Terminated (job: RDDEXECL,),

Ended with return code:  ===> 12 <===



Resolution:

Implement SAP notes 1627236 and 1655531 to your landscape and then

execute report RSTRAN_ROUT_RSFO_CHECK to check and remove any inconsistencies for the transformations on the transport request.

So the procedure would be:

1. Run the report in the source and in the target system for ALL affected transformation for both A and M versions and repair them.

2. Reactivate all affected transformation in the source and target system of the transport.

3. Create a new transport request in the source system and import.

Please note that this transport request can’t be used anymore and a new transport request has to be created



How to run the program:

1->Run the program RSTRAN_ROUT_RSFO_CHECK with following selections:OBJVERS = M

TRANID = transformation ID

Click on Check box: REPAIR_W

This will fix the problem.  In case, transformation gets inactive after running above program. You can activate back using program: RSDG_TRFN_ACTIVATE

No comments:

Post a Comment