on 2024 Dec 25 11:06 AM
Hello SAP Community,
I am currently working with the SAP Business One version for SAP Hana 10.0 FP2108 Service Layer and encountering an issue while making PATCH requests. Here is the scenario:
{
"error": {
"code": -5002,
"message": {
"lang": "en-us",
"value": "Internal error (-5002) occurred"
}
}
}
Here is the JSON payload I am using :
Request clarification before answering.
Hi,
The issue could be related to corruption in User tables. Please create a support ticket to get the data checked/corrected.
One of the known issue is with the user permission and menus. You can run below query in the database to check whether the corruption exists.
Select * from USR3 where "USR3"."PermId" not in (select "OUPT"."AbsId" from OUPT) and "USR3"."PermId" not in (select TO_NVARCHAR("CDPM"."PermId") from CDPM)
regards
balaji
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 22 | |
| 19 | |
| 14 | |
| 9 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.