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

RFC call ended with "System Failure" exception.

former_member192050
Participant
0 Likes
4,587

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

View Entire Topic
Former Member
0 Likes

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 Likes

Hi Siva

Thanks for ur quick reply

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

Thanks & Regards

Sathish

Former Member
0 Likes

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