Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Sachin Kaulgud
153
Views
4
Comments
Searching for ""outsystems"."DBO".ossys_user_t2 with key 0 was not found"
Question
Please let me know the solution for this error while sending email.
I have not renamed the db Name... Which could have the possibility for this error.
João Heleno
MVP
You're passing a NullIdentifier somewhere in your flow.
Check the parameters that you are passing in the FROM and TO of the Send Email action.
Make sure you aren't doing something like GetUser(Id).USER.Email and the Id is null.
Tom De Wilde
Don't use the Session.UserId variable in your Processes or Logic-actions.
Nandhini Varadaraj
I'm getting this error.... " [AM3C79069].DBO.[OSUSR_4Z4_EMPLOYEEE_DETAILS1] with key 0 was not found " What should i do to rectify this? Please help me to sort it...
Paulo Ramos
Staff
You're executing action GetEmployee_Details with an empty (null) Id. This will throw the exception above.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...