Roman Partigula

Forum Replies Created

Viewing 11 replies – 1 through 11 (of 11 total)
  • Author
    Replies
  • in reply to: Cloverleaf 5.3 IDE problem #75080
    Roman Partigula
    Participant

      Ian Morris wrote:

      Are you trying to connect to a 5.3 Server with a 5.8 Client?

      in reply to: fileset-local pattern #75060
      Roman Partigula
      Participant

        David Barr wrote:

        rad_data_file.*.txt

        ok thanks

        in reply to: fileset-local pattern #75058
        Roman Partigula
        Participant

          Scott Folley wrote:

          If it is a regular expression then the asterisk says to match the previous character, a period says to match any character.

          in reply to: fileset-local pattern #75057
          Roman Partigula
          Participant

            Jerry Tilsley wrote:

            Can you post the actual script so we can take a look.

            in reply to: Alert not firing #58966
            Roman Partigula
            Participant

              Hi

              I am having the same problem with this alert

              It works just fine when the last receive is some time

              but when the last receive is ‘Never’ or / internally PLASTREAD=0/ I can not make my alert to fire

              it doesn’t count that as time, and I can not figure out how to put lastr condition

              Does anybody have a solution for this?

              Thanks

              in reply to: grm for multiple segments #64577
              Roman Partigula
              Participant

                yes

                this code works

                thanks

                the only think to know which field always will be populated 🙂

                Charlie Bursell wrote:

                Thet is one of the main reasons I would not use GRM!

                The only other method I can think of would be to key on some field taht I know would have to be there.

                set iter -1

                while {1} {

                in reply to: grm for multiple segments #64574
                Roman Partigula
                Participant

                  yes,

                  this is probably would be the way to go

                  Kevin Kinnell wrote:

                  Actually, I meant that you could find out the number of segments by doing a

                  msgget, splitting the segments and counting them in whatever way makes

                  sense (total, groups, etc.)

                  in reply to: grm for multiple segments #64573
                  Roman Partigula
                  Participant

                    for changing values on the fly it would have sence I think

                    You should not  to split,change value, put the field back,join the message.

                    especially with complex fields

                    you would just use grmstore one time

                     

                    Charlie Bursell wrote:

                    Thet is one of the main reasons I would not use GRM!

                    The only other method I can think of would be to key on some field taht I know would have to be there.

                    set iter -1

                    while {1} {

                    in reply to: grm for multiple segments #64570
                    Roman Partigula
                    Participant

                      I just tried it

                      it doesn’t create an exception though

                      creates dh but no exception

                      Charlie Bursell wrote:

                      The obvious question I would ask would be “Why GRM?”

                      in reply to: grm for multiple segments #64569
                      Roman Partigula
                      Participant

                        Kevin Kinnell wrote:

                        Couldn’t you just msgget the message and count the OBX’s to find out?

                        –kk

                        I can. But what makes these grm so usefull if you whant

                        to change a field value on the fly

                        Using msgget you would have to split message, make changes

                        to a field, stick it back and join message

                        using grm you can do it a couple steps

                        in reply to: saving discarded messages #57555
                        Roman Partigula
                        Participant

                          Jim Kosloskey wrote:

                          Roman,

                          Here is another thought:

                          Why not send the filtered message to another thread which is your error file thread (file protocol maybe)?

                          You still need a filter proc (there are generic ones around) but let Cloverleaf manage the I/O, get the assured delivery, have SMAT, all that good stuff.

                          Jim Kosloskey

                          If I undestand correctly I should creare two routes for one for good

                          one for bad messages and two tps routines with “opposite”

                          loggic?

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