xlate config file unloadable

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf xlate config file unloadable

  • Creator
    Topic
  • #51101
    Kevin Crist
    Participant

      I am getting this error with an xlate that i just put into live for a project. I had this in test and moved to live and i cannot figure out what this error is. I have done this many times before with no issue. Both variables are there…any ideas…thanks.

    Viewing 5 reply threads
    • Author
      Replies
      • #68799
        Cesario Perez
        Participant

          double check where the xlt was copied to and variants associated locations/existence

        • #68800
          Kevin Crist
          Participant

            btw…on 5.4.1 on a unix box

          • #68801
            Keith McLeod
            Participant

              Whenever I copy an xlate from test to prod, I generally will open it in the xlate config tool and run file,compile.  This will tell you if you missed copying anything such as tables, etc….(Doesn’t catch everything, though).

            • #68802
              Kevin Crist
              Participant

                thanks, i got to looking and in the xlate i have a table at the end that i forgot to copy over, i will see if that was it, i would have thought that i would have gotten different error with that.

              • #68803
                Ed Mastascusa
                Participant

                  FWIW,

                  hcixlttest at the command line will generally give a fair amount of detail on the offending statement (I think this is just what “compile” runs in the GUI.)

                  Here’s what I got when I deliberately mangled a table name in a working xlt.

                  $ hcixlttest temp.xlt

                  [0:TEST] Unable to load TBL ‘asdasddhinChartNames.tbl’

                  [0:TEST] Cannot resolve table ‘asdasddhinChartNames.tbl’ side ”

                  [0:TEST] Unable to compile statement ‘

                  { OP TABLE }

                     { ERR 0 }

                     { IN {{2(0).1(0).0(0).OBR.#4.[0]}} }

                     { OUT @tempDisplay }

                     { TBL asdasddhinChartNames.tbl }

                     { SIDE {} }

                  [0:TEST] Unable to compile XLT ‘temp.xlt’.

                • #68804
                  Kevin Crist
                  Participant

                    Thanks Kieth, Ed.

                    It worked, was the table i forgot.

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