John Boyles

Forum Replies Created

Viewing 7 replies – 1 through 7 (of 7 total)
  • Author
    Replies
  • in reply to: query engine for process, thread name. Possible? #77011
    John Boyles
    Participant

      I answered my own question. The global $HciConnName will give you the thread. From there, site and process can be taken from the directory path.

      set workDir [pwd]

      set site “UNKNOWN”; set process “UNKNOWN”

      regexp {/[wd.]+/[wd.]+/integrator/(.+)/exec/processes/(.+)} ${workDir} na site process

      echo $site

      echo $process

      echo $HciConnName

      in reply to: error attempting to call java #76352
      John Boyles
      Participant

        I agree that does appear to be what the error is saying.

        The clarequest proc does exist in the directory. I tried rebuilding the tclindex but still get the same thing. It’s truly weird – After looking at both procs, I can see no obvious reason why one can’t call the other.

        I did another little test and discovered something very interesting: currently, we have a box running CL 5.8.5 and one running 5.8.1. It’s broken on the 5.8.5 box but works fine on 5.8.1.

        in reply to: does DataDirect documentation exist? #75576
        John Boyles
        Participant

          Thank you, Jim!  This is very helpful.

          In principle I agree with your approach completely.  A lot of what I’m being asked to do from the engine, splitting an HL7 message field by field and inserting the contents into several tables, would make more sense if done on SQL Server in a procedure.  

          Unfortunately, we’ve been asked to try it this way first.  Such is life.  =)

          in reply to: socket-to-socket w/ Sybase e-biz impact #71875
          John Boyles
          Participant

            Yea – probably not.  I think I’m just grasping at straws with mlp_pdl.  Still, anyone out there have any issues with Sybase?

            Note that the outbound connection from Cloverleaf to this engine isn’t much better.  Been able to stablize it but, again, having to use a “heartbeat” message tied to a disconnect/reconnect on his side.

            in reply to: regular expression issue w/ TCL #71139
            John Boyles
            Participant

              Charlie,

              echo [regexp — {^d{12}} $obx14] works great!  

              Thanks much, guys!

              in reply to: Aetna Lab Results #67125
              John Boyles
              Participant

                Yes.  At least with us, they have an odd and somewhat finicky FRL format they insist upon.

                in reply to: Need Cloverleaf "helper" applications #70209
                John Boyles
                Participant

                  Thanks for the input, guys!  I typically use vi for editing the messages themselves (crude, but effective) and a Windows client-side app I wrote (.Net is a hobby) to edit the TCL scripts.  It’s written to work remotely with the AIX server.  For the rest I’m still using Cloverleaf’s GUI and command line tools.

                  In my (ha ha) “free” time, I was thinking about expanding my little Windows TCL editor into an all-in-one tool specifically for handling Cloverleaf SMAT files, tables and HL7 editing but want to gauge the interest level/need in the community before I commit time to such a project.

                Viewing 7 replies – 1 through 7 (of 7 total)