Bob Moriarty

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 29 total)
  • Author
    Replies
  • in reply to: Issue with UUDECODE with large size OBX-5 #79036
    Bob Moriarty
    Participant

      5.8.4 on AIX 6.1

      We handle 200KB+ uuencoded Muse content without problem.

      A TPS Inbound Data  proc  extracts the uuencoded content from the ZPD segment, regsubs the “\X0D\\X0A\” strings to “n”, converts the HL7 escape sequences (that’s actually a little tricky) and then execs uudecode.

      I can send you the code if you’re interested.

      in reply to: Issue with UUDECODE with large size OBX-5 #79035
      Bob Moriarty
      Participant

        5.8.4 on AIX 6.1

        We handle 200KB+ uuencoded Muse content without problem.

        A TPS Inbound Data  proc  extracts the uuencoded content from the ZPD segment, regsubs the “\X0D\\X0A\” strings to “n”, converts the HL7 escape sequences (that’s actually a little tricky) and then execs uudecode.

        I can send you the code if you’re interested.

        in reply to: Linux Clusters and Patching #78883
        Bob Moriarty
        Participant

          Apologies for any ambiguities in the use of the term “cluster”. I was referring to high availability, two-node, active/passive clusters.  If anyone has implemented cloverleaf on a (to me) more complex load-balancing cluster (with high availability), I would be interested to know more about your configuration.

          in reply to: Ordering Cloverleaf Messages #78540
          Bob Moriarty
          Participant

            Chas,

            If you are on a unix platform you should be able to run tcpdump and observe exactly watch is happening on the socket.

            Sometimes a “bad” transaction will cause the receiving application to shutdown/disconnect the socket. This is very easy to observe/prove with the output of tcpdump. If the receiving application sends a tcp socket disconnect packet/message back to cloverleaf immediately after receiving the transaction that Cloverleaf sent to it, that sequence of events should be apparent in the output of tcpdump. You can then send a screen scrape to the vendor and ask why their application is doing that.

            –Bob

            in reply to: Advanced Security – Host Availability #73599
            Bob Moriarty
            Participant

              Our Advanced Security Server runs on a Windows 2003 server so it goes down once a month for patching. There is no disruption to running interfaces but there is no IDE activity allowed during the outages.

              in reply to: Globe Monitoring #75800
              Bob Moriarty
              Participant

                We are not using https. Outside access to Global Monitor, if ever required, would go through a user’s VPN connection and use a remote desktop app. Remote developers and oncall folks haven’t had a need for GM.

                in reply to: Globe Monitoring #75796
                Bob Moriarty
                Participant

                  We are on AIX 6.1.

                  The data center folks have not complained about any timeouts. And they know my number. 😀

                  in reply to: Globe Monitoring #75794
                  Bob Moriarty
                  Participant

                    We’ve had Global Monitor in place with 5.8.4 for a couple of months. Primarily got it to help the data center folks keep an eye on lots of new sites. Another benefit is that it allows a group of non-Cloverleafers to investigate, edit and replay SMAT transactions. Other groups can check out and stop/start the interfaces to their non-production applications. A very small group is setup to check a few production interfaces after monthly patching of their applications.

                    It’s a web-based app so there is no client installation – that’s nice. I wish its security worked with Cloverleaf’s advanced security. Instead, a user’s certificate and key need to be stored on the Global Monitor server.

                    in reply to: Multi-server max client limits? #74860
                    Bob Moriarty
                    Participant

                      Jim,

                      I’d be curious to see what tcpdump shows.

                      in reply to: HostID change on Windows 2008 Server with reboot. #74841
                      Bob Moriarty
                      Participant

                        I am experiencing the same problem when the Security Server (a Win 2008 VM) reboots. It appears there is a newer hcihostid.exe that is part of the 5.8.4 (and maybe earlier) patch. The newer exe returns the same host ID after a reboot.

                        in reply to: Field Length in HL7 Variant #72735
                        Bob Moriarty
                        Participant

                          Thanks Jim.

                          in reply to: Help with algorithm in XML tps preproc #72404
                          Bob Moriarty
                          Participant

                            Thanks Jim.

                            Short and sweet!   😀

                            I should have caught the missing bracket. I over-focused on the :  ðŸ˜¯

                            in reply to: Help with algorithm in XML tps preproc #72402
                            Bob Moriarty
                            Participant

                              Jim,

                              You wrote

                              Quote:

                              set var [string map

                                $var

                              That hangs

                              Code:

                              tcl>set var ” qwe < asd
                              qwe < asd
                              tcl>set var [string map [list ” < " : less than "] $var

                              This also hangs:

                              Code:

                              tcl>set var ” qwe < asd
                              qwe < asd
                              tcl>set var [string map [list ” < " " less than "] $var

                              in reply to: VMware and Cloverleaf #70030
                              Bob Moriarty
                              Participant

                                Russ,

                                Thanks for all the info.

                                AIx’s HACMP design is different than VMware’s HA.

                                I’m still curious about how the hcihostid is derived on AIX.

                                –Bob

                                in reply to: VMware and Cloverleaf #70028
                                Bob Moriarty
                                Participant

                                  Russ,

                                  I don’t think there’s a host serial number in the Intel world.

                                  Code:

                                  uname -a
                                  Linux clovertestl.mayo.edu 2.6.9-89.0.9.ELsmp #1 SMP Wed Aug 19 08:07:15 EDT 2009 i686 i686 i386 GNU/Linux

                                  I’d be curious what

                                  Code:

                                  lscfg -vl ent0


                                  shows on your AIX host.

                                Viewing 15 replies – 1 through 15 (of 29 total)