Michael Vork

Forum Replies Created

Viewing 14 replies – 1 through 14 (of 14 total)
  • Author
    Replies
  • in reply to: HTTPS PUT method in tclcurl #86242
    Michael Vork
    Participant

      Hi there,

      Pretty devious this upload mechanism but it works.

      Thanks for the help.

      Regards,

      Micha

      in reply to: Alert type "forward count" #80096
      Michael Vork
      Participant

        Hi Bob,

        Thanks for this. I tested it and it works fine. Some elaboration in the online help would not hurt, I suppose.

        Greetings ,

        Micha

        in reply to: Using sqllite to store a HL7 message #76365
        Michael Vork
        Participant

          Responders,

          The problem I described occured earlier in the proces.

          I prepared the record that I want to insert  as follows:

          set rec

            and inserted it as follows:

            INSERT INTO MSGBUFFER VALUES (‘$MSGID’, ‘$MSG’)

            The “set rec

            ” was the problem.

            I changed this to:

            set rec [concat ‘$MSGID’, ‘$MSG’]

            followed by

            INSERT INTO MSGBUFFER VALUES ($rec)

            This results in the total MSG saved in the database.

          in reply to: Using sqllite to store a HL7 message #76364
          Michael Vork
          Participant

            Hello responders,

            Yes, I tried blob as well with the same result.

            If I echo the $MSG just before the sql statement is executed, it contains the full message. It appears that during the insert action the message it truncated on the r. I also tried to embed the whole message between double quotes, but that did nog work either.

            @Ian, could you publish the part of your tcl source in which the insert is executed?  I must be overlooking something.

            Thanks in response.

            Micha

            in reply to: OBR fields to OBX segment #75900
            Michael Vork
            Participant

              David,

              You might ask your vendor was the point is of supporting HL7 only partially? All or nothing would be better.

              Greetings,

              Micha

              in reply to: Unusual Behavior after dbvista clean-up #75965
              Michael Vork
              Participant

                Hi Jennifer,

                Did you do a hcidbinit -CAf and drop the monitorShmemFile object within the exec directory?

                Then you can be sure that your internal databases are completely reset.

                Greetings,

                Micha

                in reply to: Modify sequence of data in ODS segment #75979
                Michael Vork
                Participant

                  Good solution, Bill.

                  in reply to: Does anyone cycle their engine daily? #75928
                  Michael Vork
                  Participant

                    Weekly is fine for us, with a prefab script which is scheduled to run on windows every sunday. Works fine.

                    in reply to: Quovadx Directory size #75984
                    Michael Vork
                    Participant

                      Hi Kevin,

                      This depends heavily om the logfiles and the smat-files you want to keep.

                      Loglevel enable_all will consume lots of space.

                      Moreover, you should do a hcidbinit after large volumes of messages are stored it the recovery and error database. These db-objects will not shrink automatically.

                      So no clear answer.

                      Greetings,

                      Micha

                      in reply to: Enriching a message during processing #75917
                      Michael Vork
                      Participant

                        Charlie,

                        Thanks again. I think that will do the trick.

                        Clean and simple.

                        Greetings,

                        Micha

                        in reply to: Enriching a message during processing #75915
                        Michael Vork
                        Participant

                          Hello Charlie,

                          Thanks for the quick response.

                          No doubt sqlite will be my friend. I will try to appreciate the significance of your remark. However, if you would like to elaborate on your original response, that will possibly be a great help.

                          GRTX,

                          Micha

                          in reply to: Writing output to networkdrive using fileset-local #75720
                          Michael Vork
                          Participant

                            Levy,

                            I tried them all, including the UPOC alternative you suggested.

                            It is simply is not going to happen.

                            Thanx for your support.

                            Greetings,

                            Micha

                            in reply to: Writing output to networkdrive using fileset-local #75718
                            Michael Vork
                            Participant

                              Levy and Frank,

                              I tried both your suggestions. The full network path, as suggested by Frank, does not help.

                              I tried the suggestions of Levy and have to conclude that there is not an autorization problem.  

                              The strange thing that is actually happening is that, on saving the netconfig, there is not a error displayed.

                              However, once the engine is started in which the thread is defined, the processlog indicates the following:

                              [nci :nci :ERR /0:    FIN_1_cmd:12/29/2011 09:57:37] Check NetConfig error – error list:

                              FACT_VILA_IN Protocol Fileset/local-tps: OB directory ‘X:’ is not a directory.

                              Apparently the check on validity of the netconfig, upon saving, is different from the check which is performed upon starting the engine.

                              I’ll give it a try by using a UPOC.

                              Thanks for thinking with me.

                              Grtz,

                              Micha

                              in reply to: Defining alert question #75091
                              Michael Vork
                              Participant

                                Thanks for your responses.

                                Micha

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