Need guidance on tcl callout error

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Need guidance on tcl callout error

  • Creator
    Topic
  • #52185
    Kevin Crist
    Participant

      We are redoing our ordering system so i have created a new testsite so we can test this. I have copied over some xlates, procs, etc.. for this new testsite to somewhat mimic the other. i am running into an error with one of the xlates though.

      This has been in place way longer than i have been here and anyone who knows anything about is long gone. i have searched tcl callout errors on here with no luck.

      MESSAGE 1

      Tcl callout error

      erroCode: NONE

      errorInfo:

      invalid command name “tblOverrideDefault”

         while executing

      “tblOverrideDefault /quovadx/qdx5.4.1/integrator/Tables/radCodes input {}”

      I only get this error in the new test site, i run it in it’s normal site and all is fine. I wondering if thats my issue. The table it refers to is a large table we have that stores our radiology codes. i can take out the higlighted area below and it runs but obviously i dont get the test code put in.

    Viewing 1 reply thread
    • Author
      Replies
      • #73332
        Jim Kosloskey
        Participant

          Kevin,

          That could mean that the proc does not exist.

          Now that could simply mean the tclIndex file does not have the proc indexed or that the in memory index (if not running in the tester) has not been updated.

          Does the Xlate work in the tester?

          If not, check your site tclprocs directory tclIndex file to make sure the proc is listed there. If it is not that is the issue

          If the proc is in the directory list but not in the tclIndex file, run mktclindex and recheck the tclIndex file. If it is there now, rstest and now it should not get that error.

          If that takes care of the issue, don’t forget to refresh the index and reload in the NetMonitor or cycle the process to get the in memory index and code refreshed.

          email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 61 years IT – old fart.

        • #73333
          Kevin Crist
          Participant

            ahh, found it. it was nestled down with some other procs and found it with the tclindex file in the site and copied it over. works now.

            Thanks Jim.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.