i am getting the following error
"OSADMINDEMO"."OSUSR_FA0_USERPROF" with key 53 was not found"
what does it means?
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.
Kilian Hekhuis wrote:
Thanks Kilian
You're welcome Lovish. Those errors can be confusing sometimes :).