Forum Replies Created
-
AuthorReplies
-
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 🙂
We are using 5.8 and file size is around 50 MB.
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 ?
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
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
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 🙂
-
AuthorReplies