recover_38

  • Creator
    Topic
  • #47644
    David Harrison
    Participant

      Cloverleaf 5.2 on Solaris 8 with Veritas Clustering

      I

    Viewing 3 reply threads
    • Author
      Replies
      • #56334
        Charlie Bursell
        Participant

          First of all let me say for the 100000th time  ðŸ˜†   There should be no such animal as recover_38, recover_53, etc.  The name recover_33 is based on the fact that we changed the way State 14 recovery was done starting with Cloverleaf 3.3.  The name recover_33 was used to differentiate between the existing recover.tcl and the (then) new procs.  The same procs that worked for Cloverleaf version 3.3 work just as well with Cloverleaf 5.3.

          The error you are getting tells me that you have not properly configured the recover procs.  You should have a resend proc in reply ‘generation’, a sendOK proc in Send OK Procs and a check_ack, valiadte_ack or whatever you call it in Tps IB Reply.

          Charlie

        • #56335
          David Harrison
          Participant

            Thank you – I must have missed the first 99999 times.

            I

          • #56336
            Charlie Bursell
            Participant

              You get this error because the procedure, getHL7Segment is not available.

              IMHO, this is a poor way to parse an HL7 message.  Everytime the routine is called, it re-parses the message and loops till it gets the wanted segment.

              The ACK message is very easy to parse in-place.  No fancy routines are needed.  I also don’t understand the ACKFLAG thing.  I guess its another case of make one size fit all.  Another thing I am not in favor of.

              Charlie

            • #56337
              David Harrison
              Participant

                What I’m trying to do is to modify the validate_reply proc so that in the event of a NAK to a specific ADT^A31 message I can resend it as an ADT^A28.

                If there is a better way, I’d be very interested.

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