Error while saving the email server details : Duplicate entry for key

Error while saving the email server details : Duplicate entry for key

This Problem may happen when the application is holding to different mail server details.






1- So go to Reports > New query report and execute the following query :

    select * from IncomingMailServer





2- If you see multiple mail server configured in this, Then connect to the database.

3- Now execute the following query :

  delete from incomingmailserver where serverid=305 ; 

 Where serverid= the id of host name you need to delete .

4-Then Restart the service once and Then the mail fetching will work.


    • Related Articles

    • Project Details (Milestone and Task Tracking) Query Report

      Purpose This report extracts project-level details to provide a comprehensive overview of project performance and tracking. It helps monitor: Project progress Schedule adherence Cost performance Effort estimation vs actuals The report includes the ...
    • Remove email from Scheduled Reports

      select * from reportscheduletask; delete from reportscheduletask where mailid ='email@company.com';
    • Change Implementation Query Report

      Purpose This report extracts Change, Task, and Worklog details specifically for changes in the Implementation stage. It provides a consolidated view to track: Change progress Task execution Ownership and priorities Worklog activity The report ...
    • Delete Large System error logs records

      Problem: for large Log files (over 1 million records)  When we select the  "delete all" button in the system log viewer in the support tab the system Crashed !  So How can  we delete these large  log files?  Solution: we can delete them from database ...
    • Restricting Browser Screenshots: Edge Web Capture Configuration

      Purpose To disable the built-in Web Capture (Screenshot) feature in Microsoft Edge via Registry configuration, ensuring users cannot capture screen content through the browser UI. Prerequisites Administrative Privileges: Required to modify ...