I’m on Rick’s team and assisting.
We’re calling odbctcl inside of a TCL script which is inside a thread as a UPOC. We are using this script to insert multiple fields into a single MSSQL table. This script runs once per file, with one state’s messages per file. Once the ODBC insert happens, the application which uses the database encrypts the payload and sends it via HTTPS to external receivers.
As of the date of our upgrade, it appears that one of the database fields (which contains the main message payload) sometimes contains messages from multiple state files. A database record could be sent to Washington (for example), but in the payload field, our receiving contact reported seeing messages for Washington and Illinois. We have verified that in SMAT, the messages look correct and are not mixed by the time they hit the ODBC script.