1. In which file will I get the Thread statistics? like, How many messages are processed, how many in progress, how many erred. The same parameters which we see on right click on thread in Network monitor under status window.
2. If there any file as above, is there any script to decode it?
1. I copied your hcismatdb.htc in bin folder. I tested it using Remote commands window and it works fine.
2. Now I have written one tcl which will get called from UPOC. In this tcl, I have copied hcismatdb command as it is which is running from remote commands window in cloverleaf.
But I am getting error ‘invalid command name “hcismatdb”
I am assuming this is on Windows? If so you can only execute ,exe, .com and .bat files directly from Tcl. For others you need to exec Tcl and pass the path to the script.
You could simply source the file in your script then the commands would be available. You could also redo the hcismatdb as a Tcl package.
FYI.. Charlie. At the Inforum 2016 conference many folks were very appreciative for that hcismatdb script. I know I use it frequently especially when performing upgrades or extracting messages. The time you have saved the rest of us, for that I thank you…
Thank you, Charlie. I had not had a chance to dig into the script too deep just yet. At first glance I can already see it will be quite useful. Thank you for sharing with us.