6
Views
3
Comments
Solved
database related
Question

i am getting the following error

"OSADMINDEMO"."OSUSR_FA0_USERPROF" with key 53 was not found"

what does it means?


11-12.png
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Lovish,

This means that your application is trying to read from the UserProf Entity (using a GetUserProf() action) with an Id with a value of 53, and that record is not in the database.

UserImage.jpg
Lovish Goyal

Kilian Hekhuis wrote:

Hi Lovish,

This means that your application is trying to read from the UserProf Entity (using a GetUserProf() action) with an Id with a value of 53, and that record is not in the database.


Thanks Kilian

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

You're welcome Lovish. Those errors can be confusing sometimes :).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.