Does anyone know how to connect to an external MS SQL data base on another server for message archiving? In particular what is coded in the “data source” window to access this database. Thanks in advance for your help.
I use MySQL for capturing messages. There are a number of TCL -> MySQL connector libraries. I stuff them in a blob, and use TCL scripts on the server to parse the messages into Index Database Tables.
I’m attaching a document that I created in 2009 that describes the transaction capture system I have in place. I have since changed the TCL Library that I use for working with database transactions. I now use the “MySQLTcl” library at:
Our system admin was able to configure the “Data Source” required by the message archive function of cloverleaf and we now have it to working. I have attached a document that contains the instructions he gave me of what he did.
Our system admin was able to configure the “Data Source” required by the message archive function of cloverleaf and we now have it to working. I have attached a document that contains the instructions he gave me of what he did.