for testing I am keeping my tcl very simple.
here it is:
set msg [msgget $mh]
msgmetaset $mh DRIVERCTL “FileNameHere.txt”
lappend dispList “CONTINUE $mh”
With this, I can do msgdump and see that the metadata is successfully changed and reflects the “FileNameHere.txt”
From what I understand, this should affect the outbound file name.
In the “FTP Protocol Properties” window, “Fileset Options” tab, “Outbound” panel, “File:” text box – I place a value “whatever.txt”
The value from this text box is naming my file. But I do not want this action.
My .tps is on the “TPS Outbound Data:”
My ultimate goal is to alter the file name, on the FTP Outbound…
I have scoured the forms, looked at many procs and from what I can tell, altering the metadata should alter the file name, but the value from the engine is overwriting the meta data.
Any suggestions?