I have an interface where I want the data logged in the SMAT to be different than the data that was actually sent to the receiving system. Is that possible?
The reason is because we’re encoding a huge PDF document in the OBX-5 and the individual SMAT messages get so large that we can’t open them in the SMAT gui. We still want the SMAT for troubleshooting (not resending) but don’t want the OBX-5 because of the size of the SMAT files.
As a work around I tried creating a proc that removes the encoded .pdf from the .msg file after the fact but it ends up corupting the SMAT because of all of the length and offset data in the .idx file.
I’m about to trudge down the path of modifying the .msg along with the data in the .idx but any ideas would be welcome.
p.s. Creating an additional thread to do the SMAT isn’t an option for us.