cancel
Showing results for 
Search instead for 
Did you mean: 

TRANSPORT ERRORS

Former Member
0 Kudos

HI ALL,

could someone tell me why we get these transport errors 0012, 0004, 0008, 0256?

If possible give some description about these errors.

thnx in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can find out the meaning of tp errors with the command

tp explainrc <number>

So for example:-

C:\tp explainrc 0256

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

Meaning of returncode 256 is:

Could not get or release a semaphore from the server

Meaning of returncode 256 is:

Could not get or release a semaphore from the server

tp finished with return code: 0

meaning:

Everything OK

Note it tells you there what returncode 256 means.

However to find out why it happened you really need to look at the logs for your transport which you can find in STMS or SE10 or even in /usr/sap/trans/log at the operating system level on the host where the transport directory resides.

Cheers,

Al.

Answers (2)

Answers (2)

Former Member
0 Kudos

G'Day Ashok,

There will be lot of reason to get the errors or warnings.

Basically if it is 0004 is related to warnings it will be not error.

EX: Table is not activated / object is not activated.

0008 is related to Program errors

EX: XPRA program errors/ Code is incorrect

0012: due to probelm with the transportation system

0256 : Maximum you will get this problem with the Datafile/cofile.

If your transport request is unable to found in OS level you will get this error.

if this helpful to you reward me.

Cheers,

Praveen.

JPReyes
Active Contributor
0 Kudos

Hi Vedam,

See <u>Return Codes in the Transport Log</u>,

http://help.sap.com/saphelp_nw04/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/frameset.htm

Hope this help!

Juan

Please reward with points if helpful