Forum Replies Created
-
AuthorReplies
-
Update, Issue Resolved,
Problem was in the last line of $HCIROOT/tclprocs, w/the exception of the newline.
set auto_index(jtrxidProcess)
]
thanks to all – closing
I also used the following AWK command to find if anything is not closed correctly..
for brackets, curly braces, parenthesis all returned a value of ‘O’ meaning nothing is out of place. if i did a typo in the commands let me know please.
**** LOOK FOR MISSING Brackets “[ ]” OR Curly Braces “{ }” and PARENTHESIS “( )” ***
Curly Braces
awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”{“)o++; if(c==”}”)o–}} END{print “unmatched opens:”, o}’ \
/cloverleaf/cis20.1/integrator/vend_trans3/NetConfigBrackets
awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”[“)o++; if(c==”]”)o–}} END{print “unmatched opens:”, o}’ \
/cloverleaf/cis20.1/integrator/vend_trans3/NetConfigParenthesis
awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”(“)o++; if(c==”)”)o–}} END{print “unmatched opens:”, o}’ \
/cloverleaf/cis20.1/integrator/vend_trans3/NetConfigHere something weird from Testing, copied a PROD Netconfig to check it in my TEST Env. and the same error
occurred, which is none existent in PROD.
NetConfig Error: EOF encountered before newline while reading list from channelCommand: hcinetcheck /cloverleaf/cis20.1/integrator/vendgrp_trans6/NetConfigError exists only in our TEST Env..Hello
Yes, reviewing and loading up the NetConfig to compared and find the problem, I agree with what you mentioned and it is sporadic and seems to only be in our TEST environment
which is a good thing.
Thank you all for your replies,
this has been going back in time a while, it does not seem to affect messages in or out of CL. and
it does not appear on all sites, this points to Updates made to NetConfig outside of the GUI.
researching continues.
-
This reply was modified 3 days, 10 hours ago by
mike brown.
Thank you, Lawrence,
So it matters the Network speed (Remotely) you have set up on your Home network and that has a play on the GUI sessions you might want to open up.
Mike
September 28, 2022 at 3:26 pm in reply to: Announcement: Cloverleaf 19.1.3.0 patch availability #119947Hello, is it possible to get the ticket number that was logged, we are seeing the same problem in 20.1.2, where we do a Restart on a thread and nothing happens, but in the logs a PSTART is done, but works fine when a Restart is done on the process and Alerts and in tcl.
thanks Mike
Hello
Can you send me your cloverleaf setup for ACK’s just what TCL proc you may be using for the ACK’s back from Interconnect, I am stumped and cannot figure out why cloverleaf is not receiving them when client is sending the ACKs.
I used wireshark to see the ACK’s coming in from the client, but cloverleaf is not receiving them.
thanks mike
Thanks for your reply,
So you did get the EPIC TS for InterConnect to help for the setup on the client side? The client did adjust the size limit in InterConnect to accept our large PDFs.
thanks Mike
May 24, 2021 at 2:40 pm in reply to: Message size chokes the connection between Cloverleaf and Epic InterConnect #118886I ask the client to make the adjustments and the second issue is the client is not ACKing our messages after adjustments were made. They did receive a message without the PDF.
thanks Mike
Hello Everyone I am wondering if there are any JSON and or FHIR classes available or scheduled. What version of cloverleaf and Linux is best to be on for those to work.
Thank you, sorry i misspelled FIRE, I meant FHIR….
mike
thank you for the information.. Great Jeff, not knowing how to even start this process, can we talk about how or can you post here how you are doing it…
that will help a lot..
mike
Cerner is our source of truth for results, so i am thinking Cerner can do this and send out the data as requested.
Anyone worked on this with them yet? or any other way, these are clinics and they dont care about the delay if there is one on the sending of the data.
mike
-
This reply was modified 3 days, 10 hours ago by
-
AuthorReplies