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

RFC call ended with "System Failure" exception.

former_member192050
Participant
0 Kudos
4,374

Hi Techies,

1.we are implementing a service to get that data from sap system(i.e local both back end and net weaver gateway is on same system).

i am able to get the data from the sap system but when i am trying to use the operation PUT it is giving me the following error..

RFC call ended with "System Failure" exception.

2. i am not getting CSRF Token.

earlier i am able to get the token but all of sudden now it is not fetching (using both REST client in chrome and firefox)

i am using header as X-CSRF-Token = Fetch

please help me on this...

Thanks & Regards

Sathish

Accepted Solutions (1)

Accepted Solutions (1)

former_member192050
Participant
0 Kudos

Hi Techies,

Thanks for the Help.

It was the Problem with host name.

i corrected that and now i can able to get the data in NWG Client.

CSRF Token still remains same.:(

Thanks & regards

Sathish

former_member185507
Active Participant
0 Kudos

Hi Sathish,

I am getting same error while executing HTTP get method post.

Can you pls help,How did you correct host name where have to find.

Regards,

SAM

former_member185507
Active Participant
0 Kudos

Hi ,

Issue solved.Issue was in RFC.

Regards,

SAM

Answers (3)

Answers (3)

srinivas_kondapalli3
Participant
0 Kudos

Hi Satish,

As suggested by you, we checked the Hostname and found Hostname was incorrect. After correcting the hostname our issue was solved. Thank you for your inputs.

Regards,

Srinivas

srinivas_kondapalli3
Participant
0 Kudos

Hi Satish B,

We are facing same RFC error "RFC call ended with "System Failure" exception" , can you please let us know is RFC issue solved.

Regards,

Srinivas

former_member192050
Participant
0 Kudos

Hi srinivas,

In our case it is system host name which was the issue, check with that .

please let me know the exact scenario you are trying.

Thanks & regards,

Sathish.

Former Member
0 Kudos

Hi Satish,

Did you check with the /IWFND/GW_CLIENT transaction. Are you able to use the PUT/POST operation. Within the Gateway system the CSRF token will be handled automatically.

But if you are consuming/posting the data from external system we need to explicitly mainatain the CSRF token(manually if necessary).

Also since you mentioned it is not generating CSRF toke, possibly the tokens have been disabled in SICF transaction.

Thanks,

SK

former_member192050
Participant
0 Kudos

Hi Siva

Thanks for ur quick reply

in that case where i would have to check for that...

Thanks & Regards

Sathish

Former Member
0 Kudos

Satish,

Try the CRUD operations in the transaction /IWFND/GW_CLIENT . Post the error message if any.

Also go through the below link for error analysis.

Thanks,

SK