I’m on Cloverleaf 2022.09.03, and I’m having a problem. I’ve got a thread on a site called test_ord_res. It has a proc on its outbound TPS called onbase_raw_to_mdm. This proc is in the master site, and it’s been working fine on other threads. I made a copy of the proc in my master site and renamed (both the file and proc name) to gallery_raw_to_mdm. I’ve run mktclindex on the folder. I’ve also opened the script with the IDE code editor and saved the file that way. When I try to change my thread to use the new proc I get a thread verification error, and I can’t make my change. The error says “Proc(s) gallery_raw_to_mdm not available”. I’ve also tried moving the proc from the master site to the test_ord_res site, and I still get that error. I’ve tried restarting the host server. I can see my proc in both the tclIndex and .upocindex files. I can call my proc from a tcl prompt, so it is available to the interpreter.
I’ll probably open a ticket with support, but I was wondering if anyone knows how to fix this. I’ve done this type of thing in the past, so I wonder if it’s the new version or I’m forgetting something obvious.