Warning: Undefined variable $result in /var/www/html/tallyweb/modules/pss/crm/kb/search/CKBTallyHelpSearchM.php on line 1103
warning 0016: Duplicate description name %s %s - %s is overridden.\n%s(%d) : was the previous
Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/warning_code_0016.htm

warning 0016: Duplicate description name %s %s - %s is overridden. \n%s(%d) : was the previous declaration.

Cause

This warning occurs when a system description is overridden due to duplicate declaration.

%s %s - '%s' - System description type- Description name.

%s(%d) - previous declaration(Line number).

Solution

Either rename the event if same name was used by mistake or remove the declaration if previous declaration should be executed.

Example

[System: Events]

CMPStateChangeLoad  : Load Company  : TRUE   : Call : CMPStateNamechange

In the above example, the system event CMPStateChangeLoad is a duplicate declaration. Hence the message warning T0016: Duplicate description name System Events - 'CMPStateChangeLoad' - overridden. src\company\company.500(720) : was the previous declaration. appears.

The code is corrected by renaming the system event.

[System: Events]

MyCMPStateChangeLoad : Load Company : TRUE : Call : CMPStateNamechange