Brent Fenderson

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 33 total)
  • Author
    Replies
  • in reply to: advice on troubleshooting why hcimonitord restarts #86630
    Brent Fenderson
    Participant

      If you have Global Monitor there’s an option that automatically starts monitor daemons that are down. in System preferences

      in reply to: SmatHistory db resends #86237
      Brent Fenderson
      Participant

        This in a know bug that is fixed in 6.1.3. There is an hcismatdb command that Charlie Bursell has out here that we’ve been using as a workaround. You might try dumping the entire smat to a file. My associate say that that will work. Then you can carve it up with a tcl script.

        in reply to: Linux uudedode "No `begin’ line" #86113
        Brent Fenderson
        Participant

          Sandy I’ve attached the script that we’re using to convert the uuencode to base64. If you turn the debug flag on it’ll write out the pdf file which you can view with adobe. Hope this helps.

          in reply to: Removing DHEC wrapper #85855
          Brent Fenderson
          Participant

            I’ve done something like that for Hawaii awhile back. I created an xml format then extracted the hl7 message with the following statements.

             set ghd [grmcreate -msg $mh xml hhsc s$Envelope]

                       set datList [datlist]                       ;# record existing handles

                       set rplyData [datget [grmfetch $ghd {s:Envelope.s:Body.submitSingleMessageResponse.submitSingleMessageResult.#text}] VALUE]

                       if $debug {echo in $module reply is $rplyData}

            in reply to: PDL-TCPIP thread as printer? #85086
            Brent Fenderson
            Participant

              I’ve configured a network printer on the Linux server, then used a tcl script to do line printing to it.

              in reply to: import a csv file to a look up table #84740
              Brent Fenderson
              Participant

                With that many rows, you might want to consider using an SQLite table.

                in reply to: Database Protocol Help #84648
                Brent Fenderson
                Participant

                  Yea, I tried it too Sorry to add to the confusion. If you could create a view based on the logic in your stored procedure then it would work. Your other option would be to treat your sp result as an inbound reply(Supported in 6.1.2)

                  in reply to: Database Protocol Help #84644
                  Brent Fenderson
                  Participant

                    Brad, I think you can use Advanced Data Base lookup to call a stored procedure.

                    in reply to: Windows 10 #84357
                    Brent Fenderson
                    Participant

                      Greg, the java errors are resolved in CL 6.1.2

                      in reply to: best way to resend in bulk from smatdb #84190
                      Brent Fenderson
                      Participant

                        There is a fix in 6.1.2 that corrects the smatdb issue you’re having with selecting messages for resend. Also the instant search is a client option in this release so your not running a query on big tables until the search criteria is set.[/code]

                        in reply to: Outbound database to SQLite disallowed gateway issue #84071
                        Brent Fenderson
                        Participant

                          Mike, have you tried creating a script to do the update? Also, have you tried uping the engine output for java and dbi?

                          Brent Fenderson
                          Participant

                            Traci, This looks like it will work correctly in version 6.1.2.

                            Feature:  File, Fileset-Local, and Fileset-FTP does not get the last line where there is no trailing newline (13094)

                            Description:  File, Fileset-Local, and Fileset-FTP do not get the last line where there is no trailing newline.

                            This issue no longer happens. File, Fileset-Local, and Fileset-FTP now get the last line even if there is no trailing newline.

                            in reply to: 6.1.1 Documentation #83868
                            Brent Fenderson
                            Participant

                              Greg, the documentation should be installed when you installed the client on your workstation, as long as you selected install documentation when you did the install.

                              There is updated documentation for version 6.1.1 which is a separate download. This will overlay the contents of your current docs folder.

                              in reply to: Inslling Cloverleaf 6.1.1 on Windows 10? #83637
                              Brent Fenderson
                              Participant

                                Gordon, I’ve attached my modified command for your reference. Good Luck. bf

                                in reply to: TCL Alert configuration #83554
                                Brent Fenderson
                                Participant

                                  Ken, Have you tried setting your retval to 1 to see if it fires? I have a script that is monitoring a print queue that might help.

                                  {ALERT

                                     { NAME {PLUE FOD has print jobs queueing} }

                                     { VALUE tcl }

                                     { SOURCE {

                                         { TCL {alrt_plue_printer plueprod} }

                                         { TIME {count 12} }

                                     } }

                                     { WITH -1 }

                                     { COMP {== 1} }

                                     { FOR {nmin 5} }

                                     { REPEATING {

                                         { MAX 30 }

                                         { TIME {nmin 5} }

                                     } }

                                     { WINDOW */*/*/* }

                                     { ACTION {

                                         { notify {} }

                                         { email {

                                             { FROM cloverleaf@infor.com }

                                             { TO staff@myfacility.com }

                                             { SUBJ {cloverleaf alert – picis_rx_file_out has 50+ messages queued} }

                                             { MSG {the FOD print queue has print jobs queued for more than 5 minutes.  Check prodsiteone – This affects Plue Prescrioption Printing.  

                                  } }

                                         } }

                                     } }

                                  }

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