-6013: Duplicate trigger definition
Explanation:
There is already a trigger with the specified name.
User Action:
Use a <QUERY statement> issued on the system table DOMAIN.TRIGGERS to find out the trigger names already used. Use another name.
Use a <QUERY statement> issued on the system table DOMAIN.TRIGGERS to find out whether the existing trigger has the desired definition and you therefore need not define another trigger.