has any on ever seen this eror and if so what was cauisng it

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf has any on ever seen this eror and if so what was cauisng it

  • Creator
    Topic
  • #50200
    Rick Pritchett
    Participant

      msgId = none

      proc = ‘out_t_in’

      args = ”

      result = ‘Unknown mode shutdown in out_t_in’

      errorInfo: ‘

      Unknown mode shutdown in out_t_in

         while executing

      “error “Unknown mode $mode in out_t_in””

         (“default” arm line 2)

         invoked from within

      “switch -exact — $mode {

             start {

                 # Perform special init functions

         # N.B.: there may or may not be a MSGID key in args

            …”

         (procedure “out_t_in” line 6)

         invoked from within

      “out_t_in {CONTEXT sms_ob_data} {ARGS {}} {MODE shutdown} {VERSION 3.0}”‘

    Viewing 2 reply threads
    • Author
      Replies
      • #65191
        Tom Rioux
        Participant

          Well, its hitting the default so the first thing I always check is to make sure all me “{” are matched up.  Can you post your code?

        • #65192
          Rick Pritchett
          Participant

            well the odd thing is that it is in production and this does not occur often

          • #65193
            Jim Kosloskey
            Participant

              Rick,

              There should be a switch command switching on the mode (start, run, shutdown). This could be an older proc (before the shutdown mode was added) which does not have the shutdown mode specified in the switch.

              This error would only happen when a thread was shutting down.

              That is the first place I would check.

              email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

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