Jae Joo

Forum Replies Created

Viewing 5 replies – 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: How to copy SMAT file during the process is running? #57277
    Jae Joo
    Participant

      Thanks,

      So I wold like to cycle log, err and in/out smat files.

      hcicmd -p -c ‘. outpout_cycle’

      hcicmd -p -c ‘ save_cycle in’

      Is ther any chance to have INCONSISTEMNCE between log and err files AND SMAT file?

      Or any idea how to recycle log and err files AND smat file?

      Thanks,

      in reply to: How can I use variable to define PATH? #57212
      Jae Joo
      Participant

        Thanks Jim

        set status [datget [grmfetch $ghd “1($idx).PID(0).00581(0).[0]”] VALUE]

        Jae

        in reply to: Multiple threads connection #56601
        Jae Joo
        Participant

          Still problem!

          Thread1–> Thread2 –> Thread3

          Thread1 : Inbound and route to Thread2

          Thread2 : Input and outfile /dev/null

                        OUtbound TPS over_thread

                        Route to Thread 3

          Here is my tcl proc for OVER disposition.

          proc over_thread { args } {

             global HciConnName HciSiteDir

             set mode [keylget args MODE]

             set context [keylget args CONTEXT]

             if { ! [info exists HciConnName] } { set HciConnName “UNKNOWN_TD” }

             switch -exact — $mode {

          start {

             return “” ;# Nothing specific

          }

          run {

             set mh [keylget args MSGID]    ;# Message header

          return “{OVER $mh}”

                 }

             }

          }

          in reply to: Multiple threads connection #56599
          Jae Joo
          Participant

            All,

            Thank you for great information  ðŸ˜€  ðŸ˜€

            Why I need is ;

            Invision sends EBCIDIC data and I need to reuse it. But, I have no idea to edit EBCIDC data in the system. So I try to create dummy thread to create the outbound SMAT file which can be updated and resent.

            If you have any idea how to edit ebcdic smat file, it will be great.

            Jae

            in reply to: Multiple threads connection #56590
            Jae Joo
            Participant

              Thanks,

              So do I need to change the state of thread 2 (middle one)? if so, how can I do?

              Thanks,

              Jae

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