Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transport error

Former Member
0 Likes
4,115

Hi

I transported a request from development to quality .

Everything was succesful but I got a red bar in my transport log sating:-

Activate inactive runtime objects

The value of sy-subrc = 8 (Transport carried out with errors.)

I checked all the objects.All were fine in E8A too.

Can anyone please tell me the reason for this Sy-subrc value?

Thank You

Hi

I transported a request from development to quality .

Everything was succesful but I got a red bar in my transport log sating:-

Activate inactive runtime objects

The value of sy-subrc = 8 (Transport carried out with errors.)

I checked all the objects.All were fine in E8A too.

Can anyone please tell me the reason for this Sy-subrc value?

Thank You

5 REPLIES 5
Read only

Former Member
0 Likes
2,954

check all the objects under that request in <b>ACTIVE</b> status or not.

might be you missedout activing one of the objects under that request/task.

Srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
2,954

Hi,

check whether all objects in transport request have

status activate.

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

Message no. TP111

Diagnosis

Meaning of the exit codes:

0: Transport successful.

4: Warnings occurred.

All the objects were transported successfully. Peculiarities occurred

for certain objects. These might not have been intentional.

Example:

A warning is given during a transport if the request contains an

object deletion.

8: The transport was performed with errors

Individual objects could not be transported successfully.

Examples:

- The original object was not overwritten

- A repaired object was not overwritten

Regards

Amole

Read only

Former Member
0 Likes
2,954

Hi

place the cursor on the TR, click on log, once you find the Red colored line, click on the icon on the left to it.. (looks like a small balloon), once you clikc on it you will what is the problem with the transport.

Regards,

Raj

Read only

andreas_mann3
Active Contributor
0 Likes
2,954

hi,

look here:

A.

Read only

uwe_schieferstein
Active Contributor
0 Likes
2,954

Hello Subhash

The fact that all your transport objects were fine in the development system (assuming E8A) has no meaning at all for the successful import into the quality system.

Why?

Because on the DEV system usually you have all referenced objects around. However, if your transport objects reference objects that have not yet been transported to QA system the import will always fail. This is one of the most frequent errors in handling and organizing transports.

For details about the error expand the transport log completely.

Regards

Uwe