cancel
Showing results for 
Search instead for 
Did you mean: 

Queue Status SYSFAIL for RFC Receiver

Former Member
0 Kudos

Hello

We are having a scenario of File Sender and RFC Receiver which was working fine (SP09).Then we upgraded to SP13 and then we started facing problems of message getting stuck in the queue with queue status SYSFAIL. We found one note(865467) which was available in SP14 and so we applied SP14. Now we r on SP14(both ABAP and Java) but the exception(An exception that could not be caught occurred SXMS_ASYNC_EXEC) still persists.

When analysed the short dump it says "Unable to determine host address". We have given correct target R/3 host and client.

Does anyone knows the reason for the same?

Thanks in advance.

Regards

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

On the Runtime Workbench, under adapter monitoring, have you tried testing the cache and refreshing all of them (IR cache, ID cache, full cache refresh, etc)?

Former Member
0 Kudos

Javier,

Thanks for the reply but I had refreshed almost every cache but no use. I am listing the error analysis of short dump

-


Start -


Component:"NI (Network Interface)"

Place:"SAP-Gateway on host sapxi/sapgw00" (SAPXI is hostname of our XI server)

Error Code:"-2"

Error Text-"hostname sapxi unknown"

Description:"NiGetHostByName:hostname sapxi not found"

System Call:"gethostbyname"

Module:"ninti.c"

Line:289

-


End

I am not understanding what host its expecting.The target system is connected to XI.Still the error persists.

Regards

Rajeev

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you checked in etc/hosts (or windows/sytem32/drivers/etc/host) that the hostname/ip are correct?

Former Member
0 Kudos

Javier,

We tried that option before also but no use. Is it somekind of internal SAP network settings problem? We initially thought that ABAP stack might not able to find the hostname of J2EE adapter engine but other adapters are working fine (we tested with File adapter) only problem is with RFC adapters.

Is anything needed to be configured at network side?

Regards

Rajeev