EmailBackgroundProcess: Processing failed, the following exception occured: No result for the single row query: 'SELECT DISTINCT Person_person.id AS Personid, Person_contact.name AS Personname, Person_contact.status AS Personstatus, Person_contact.org_id AS Personorg_id, Organization_org_id_organization.name AS Personorg_name, Person_contact.email AS Personemail, Person_contact.phone AS Personphone, Person_contact.notify AS Personnotify, Person_contact.function AS Personfunction, Person_person.first_name AS Personfirst_name, Person_person.employee_number AS Personemployee_number, Person_person.mobile_phone AS Personmobile_phone, Person_person.location_id AS Personlocation_id, Location_location_id_location.name AS Personlocation_name, Person_person.manager_id AS Personmanager_id, Person_manager_id_contact.name AS Personmanager_name, Person_contact.finalclass AS Personfinalclass, CAST(CONCAT(COALESCE(Person_person.first_name, ''), COALESCE(' ', ''), COALESCE(Person_contact.name, '')) AS CHAR) AS Personfriendlyname, CAST(CONCAT(COALESCE(Organization_org_id_organization.name, '')) AS CHAR) AS Personorg_id_friendlyname, CAST(CONCAT(COALESCE(Location_location_id_location.name, '')) AS CHAR) AS Personlocation_id_friendlyname, CAST(CONCAT(COALESCE(Person_manager_id_person.first_name, ''), COALESCE(' ', ''), COALESCE(Person_manager_id_contact.name, '')) AS CHAR) AS Personmanager_id_friendlyname FROM person AS Person_personLEFT JOIN location AS Location_location_id_location ON Person_person.location_id = Location_location_id_location.idLEFT JOIN (person AS Person_manager_id_person INNER JOIN contact AS Person_manager_id_contact ON Person_manager_id_person.id = Person_manager_id_contact.id) ON Person_person.manager_id = Person_manager_id_person.idINNER JOIN (contact AS Person_contact INNER JOIN organization AS Organization_org_id_organization ON Person_contact.org_id = Organization_org_id_organization.id) ON Person_person.id = Person_contact.id WHERE (Person_person.id = 193) '
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
so this the problem.
When itop try to read the mail, it check if the emil send is related to a contact.
It founds a team, but a team is not a person so it generate an error. This is a bug from the extension for me, but anyway, you can try to change or remove the mail of the team.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Thanks for the assist, it worked
Problem - had one of the teams with an email address like the contact.
Solution - Just Removed the email from the team
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
EmailBackgroundProcess: Processing failed, the following exception occured: No result for the single row query: 'SELECT DISTINCT
Person_person
.id
ASPersonid
,Person_contact
.name
ASPersonname
,Person_contact
.status
ASPersonstatus
,Person_contact
.org_id
ASPersonorg_id
,Organization_org_id_organization
.name
ASPersonorg_name
,Person_contact
.email
ASPersonemail
,Person_contact
.phone
ASPersonphone
,Person_contact
.notify
ASPersonnotify
,Person_contact
.function
ASPersonfunction
,Person_person
.first_name
ASPersonfirst_name
,Person_person
.employee_number
ASPersonemployee_number
,Person_person
.mobile_phone
ASPersonmobile_phone
,Person_person
.location_id
ASPersonlocation_id
,Location_location_id_location
.name
ASPersonlocation_name
,Person_person
.manager_id
ASPersonmanager_id
,Person_manager_id_contact
.name
ASPersonmanager_name
,Person_contact
.finalclass
ASPersonfinalclass
, CAST(CONCAT(COALESCE(Person_person
.first_name
, ''), COALESCE(' ', ''), COALESCE(Person_contact
.name
, '')) AS CHAR) ASPersonfriendlyname
, CAST(CONCAT(COALESCE(Organization_org_id_organization
.name
, '')) AS CHAR) ASPersonorg_id_friendlyname
, CAST(CONCAT(COALESCE(Location_location_id_location
.name
, '')) AS CHAR) ASPersonlocation_id_friendlyname
, CAST(CONCAT(COALESCE(Person_manager_id_person
.first_name
, ''), COALESCE(' ', ''), COALESCE(Person_manager_id_contact
.name
, '')) AS CHAR) ASPersonmanager_id_friendlyname
FROMperson
ASPerson_person
LEFT JOINlocation
ASLocation_location_id_location
ONPerson_person
.location_id
=Location_location_id_location
.id
LEFT JOIN (person
ASPerson_manager_id_person
INNER JOINcontact
ASPerson_manager_id_contact
ONPerson_manager_id_person
.id
=Person_manager_id_contact
.id
) ONPerson_person
.manager_id
=Person_manager_id_person
.id
INNER JOIN (contact
ASPerson_contact
INNER JOINorganization
ASOrganization_org_id_organization
ONPerson_contact
.org_id
=Organization_org_id_organization
.id
) ONPerson_person
.id
=Person_contact
.id
WHERE (Person_person
.id
= 193) 'Is the email of the sender is related to a team?
On my platform i have these kind of errors in this case.
Last edit: dlp 2015-10-21
Yes the sender is part of a team. Should I remove the sender from the team?
No that's not what I mean.
Is one of your team has the same email has the sender?
Yes
so this the problem.
When itop try to read the mail, it check if the emil send is related to a contact.
It founds a team, but a team is not a person so it generate an error. This is a bug from the extension for me, but anyway, you can try to change or remove the mail of the team.
Hi.
Thanks for the assist, it worked
Problem - had one of the teams with an email address like the contact.
Solution - Just Removed the email from the team
Hi.
Thanks for the assist, it worked
Problem - had one of the teams with an email address like the contact.
Solution - Just Removed the email from the team