My proc works when i run it in the testing tool but for some reason when i run it in a thread it looks like it doesn’t even enter the switch portion. Any ideas?
proc tps_sqlite_test { args } {
echo hello
package require sqlite
echo hello2
#set dbName “/logs/gnu_dbs/patient_data.db”
set dbName “/quovadx/qdx5.4/integrator/sqlite_db/my.db3”
Well you do not have anything happening in the start mode and the hello 2.6 echo is outside of any of the switches so that might actually break the switch.
Try putting the echo for hello2.6 inside the start and make sure a message actually arrives at the inbound side o the thread where you have the proc placed (if it is defined in the Inbound tab).
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
I have a tcl proc that puts data into sqlite database. i tested this proc using testing tool and it worked fine. This is on qdx5.5 but when i tested the same on another box(which is also qdx5.5) i am getting