KB Article #52022

Copilot allows to create empty CFTSEND ID

Problem

When a user tries to update the CFT database by adding a new send definition using Copilot, the copilot allows to create a new CFTSEND definition without even specifying a CFTSEND ID.



If CFTUTIL is then used to extract information using command:



CFTUTIL CFTEXT type=all,id=*,fout=test.txt



CFTUTIL produces invalid output as follows in the file test.txt:



/*CFTSEND    ID       = '',*/
             IMPL     = 'NO',
               ..               ..


Resolution

CFT 2.5.1 SP2 fixes this abnormal behaviour.