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

409 Error: The requested resource is not concurrent

Andrew_Mai
Participant
0 Likes
3,335

In my SAP/CAP, sometime, the request will return a error like this:

Not sure what will cause this error? And how to prevent it. Since it happen very randomly, I have no clue what can cause this issues.

Accepted Solutions (1)

Accepted Solutions (1)

david_kunz2
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi andrew.mai ,

Yes, this happens if you're sending `if-match` or `if-none-match` headers and the respective entity has no etag configured. In future versions of @sap/cds (Node.js) we will ignore those headers. Currently, the error 'The requested resource is not concurrent' is thrown.

Best regards,
David

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Likes

Hi Andrew,

I am not sure, but it seem it is related with some service we can find in tcode SICF. You can debug it, looking for the method you can check in SCIF. For more information, read the following blog: https://blogs.sap.com/2016/07/15/how-to-debug-the-bsp-application-a-tutorial/

As it seems also it is a end point, you need to know who is the SAP user ID this end point is running.

I did it for idocxml, usually it retunrs in the webUI or the other transaction sending an IDOC an error 409, but doint the debugging session I realized there were troubles related with parsing or others.

I hope it helps you

Regards

Eduardo Hinojosa

gregorw
SAP Mentor
SAP Mentor
0 Likes

As the question is about the SAP Cloud Application Programming Model this has noting to do with an SICF endpoint.