cancel
Showing results for 
Search instead for 
Did you mean: 

Get user locked response from netweaver gateway

Former Member
0 Kudos

Hi Experts,

Is there any way we can get a distinguished oData service response header for the case of user id lock, for now we are getting a 401 response "Unauthorized " response for the following cases :

  • User id expired

  • User id locked

  • Invalid user name password

How can we distinguish between these three different scenario's in SAP netweaver gateway oData services.

Best Regards,

Vijay.

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

401 error is thrown not by the Gateway layer, but by the more generic layer, I.e. "Internet communication Framework" (ICF). In http return codes, I think 401 is a generic message covering all the scenarios mentioned by you.

Under SICF node, under tab"Error pages" -> "Logon Errors" there are some options. You may explore them to see if it suits your requirement.

kammaje_cis
Active Contributor
0 Kudos

Also google for "is/HTTP/show_detailed_errors"

That might help.

Former Member
0 Kudos

Hi Kishore, Thanks for quick reply, I ll check that option.

Regards,

Vijay