SREEKANTH CHANDIKA

Forum Replies Created

Viewing 6 replies – 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: Threads and Process non responsive using GUI #85870
    SREEKANTH CHANDIKA
    Participant

      This is how we fixed the issue

      Log off from Client GUI

      1) Connect to GUI using hciaccess & from command prompt using non admin account

      2) Restart the threads and process . GUI is responsive here

      3) Restart host service

      4) Log in again with user credentials

      Strange problem is fixed 🙂

      in reply to: Sending huge file to a webservice #80055
      SREEKANTH CHANDIKA
      Participant

        We are using 5.8 and file size is around 50 MB.

        in reply to: unable to view tcl scripts in prod serrver #79997
        SREEKANTH CHANDIKA
        Participant

          This happens to all the scripts under tclprocs folder.I have the permissions as i was able to create procs and save in tclprocs directory using vi.

          Are there any specific settings we need to make in cloverleaf client / server ?

          in reply to: unable to view tcl scripts in prod serrver #79995
          SREEKANTH CHANDIKA
          Participant

            Hi Jim

            This issue i am facing in PROD environs only. Every time a tcl is written , mktclindex is being run. PLease find the screen shot as it says insufficinet privileges.

            Kindly let me know what settings i need to do on the server to view TCL script from GUI

            in reply to: Remove segment base on a value in the segment #79803
            SREEKANTH CHANDIKA
            Participant

              Read the segments into a list

              Find the index of segment that starts with DG1 and has DG1-2 as ICD10.use lsearch -all option.

              Replace the original segment list by removing the segment found above.Use something like  set segments [lreplace $segments $removeIndex $removeIndex]

              Join segments finally

              in reply to: sending individual messages to next thread #79802
              SREEKANTH CHANDIKA
              Participant

                Thanks for your suggestion.I have no issues using xlate.Though i create a copy of message or new handle , once i return a message it passes on to the next thread and control never returns back to send the remaininig messages.So effectively i can send only one messages out of my proc.I donot want to append all the messages to the dispList and send them at once rather send individual messages as mentioned in last mail.

                Any inputs highly appreciated 🙂

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