cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transport Issue - Invalid Parameter

Former Member
0 Likes
1,792

Hi All

I'm facing the below error while transporting a request.

Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Delete Mode)

Invalid parameter.

Invalid parameter.

Repeated import-subsequent processing for object 00S8TGNQ92B7RHNFWK3L8BGK397ZBWPH - object skipped

Repeated import-subsequent processing for object 011OT57H1X1AGE3B7XDZESL6TVVCXF2W - object skipped

Repeated import-subsequent processing for object 05RT1D1FI34SLJMO8YQBAR0WBMD9771V - object skipped

Repeated import-subsequent processing for object 0CQKS4CP4NUPWNV7TNJBFCX644WT15HB - object skipped

Repeated import-subsequent processing for object 0GP253L9FXYMDFK38XOR1TFIW515Z5JP - object skipped

HISTORY

We are doing a cleanup and we are deleting obsolete cubes and DSOs from BW server. All the cubes, DSOs, Update rules, DTPs and Info packages are deleted but the transformations are inactive.

The transport request has failed.

Thanks

Murthy

View Entire Topic
Former Member
0 Likes

Hi All

I have solved the transport issue by deleting the inactive transformations in quality system and then transporting my request again.

I have deleted the inactive transformations by using the below class and method and entering the transformation technical name:

-          -     Tcode SE24

-          -     Execute the Class CL_RSTRAN_STAT

-          -     Execute the method DELETE_VERSION_FROM_DB

-          -     Give the transformation name and execute.

     -     I have deleted both A and M versions.

Request you to be careful while using it as it allows you to directly delete any transformation.

Regards

Murthy