cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create transport request due to short dumps

bhat_vaidya2
Active Participant
0 Kudos

Hi,

Whenever I try to create transport request I get short dumps. Runtime error and program name are shown below.

Abap runtime error - CALL_FUNCTION_REMOTE_ERROR

Program name - ZCL_IM_TASK_CHECK_REQ=========CP

I do have RFC authourization S_RFCACL.

any idea how I can resolve the issue.

Bhat

Accepted Solutions (1)

Accepted Solutions (1)

42
Explorer
0 Kudos

Obviously, it's an auth problem. What about an auth trace (ST01 / STAUTHTRACE)?

Former Member
0 Kudos

Hi Bhat,

Check if the trusted relationship exists between the caller and the calling system.

Dump show L-RC=1, means

No trusted system entry for the caller system "SID" with the installation number " ", if this exists, or the security key entry for system "SID" is invalid.

Second, check in other system you should find dump CALL_FUNCTION_SINGLE_LOGIN_REJ reported at the same time. You will find more details in this dump.

Regards,

Prithviraj.

bhat_vaidya2
Active Participant
0 Kudos

Hi, I have done authourization trace and "authourization check was successful". My trusted relationship is set to "NO". - Bhat

Former Member
0 Kudos

Hi Bhat,

How about point two?

Second, check in other system you should find dump CALL_FUNCTION_SINGLE_LOGIN_REJ reported at the same time. You will find more details in this dump.



Regards,

Prithviraj.

Answers (0)