Forum Replies Created
-
AuthorReplies
-
Hi Thanks for the replies, I feel that the best way to have the interface is persistent and not disconnecting and reconnecting after each message , it makes much more sense this way. Even for monitoring the threads it is much easier.
thanks again
Jim Many thanks for your reply. I hopefully will not be forced to accept this api in its current state. It is great to get others opinions, hopefully they will come around to changing this api for me, i’ll keep you posted if they do.
Thanks Tom , for your reply , that worked fine for me using nested iteration. it’s very much appreciated
Hi Trisha ,
The version of cloverleaf we are using is qdx integrator version 5.3.
McAfee version is Enterprise Workstation 8.5.0.781
McAfee Host Intrusion 6.1.0.506
McAfee Scan Engine 5300.2777
McAfee Anti Spy Ware 8.5.0.163
Hope this helps
Ray
Hi Trisha,
Yes we did have problems with this a while back. At one stage we had 2 dchain errors and other problems that we had to manually recover from, and we discovered that McAfee virus protection had been turned on, on the cloverleaf server. We haven’t had this problem since we turned it off. I contacted Quovadx Support and they helped me out They told me to exclude .jar files and .class files from the scanner. They said the reason for this is that virus scanners treat all Java files as applets, and therefore as potential security threats and that the Cloverleaf Integration Services .jar and .class files are data files, and pose no threat whatsoever. If the scanner is set to scan all these files it will slow GUI processes dramatically. I just excluded the quovadx directory from scanning and we were back in business.
hope this helps
Ray
Ok Charlie , will try that out, thanks for your reply, appreciate it Ray
Thomas & John, thanks a million for you help , that worked just fine. Ray
😀 Hi John , I have tried this code and it works fine from the command line but i can’t seem to get it to work within a translate , I have the following example but when i run it through the testing tool it gives me an error set c_output [lindex $xlateInVals 0]
set a $c_output
regsub -all “{” $a “^$” c_output
set xlateOutVals
thanks vincent, i’ll mention to our support guys ray
Hi Alice and Russ, Sorry about the late reply, To be honest I dont know much about vmware, we have an ops divison that sets up our servers e.t.c
and they would deal with all the vmware stuff.
What the guy’s did was change the configuration to a different version of vmware for the time being this apparantly dosent share the cpu resources and this solved the problem for a while. but on the odd occasion the ftp would cause it to go again.
Three weeks ago the guys gave the ie another cpu and the engine has been running like a dream ever since. They plan to move it back to the esx vmware environment pretty soon and hopefully we will be ok from now on.
Thanks Michael, unfortunately when we went from 5.2.1 to 5.3 we also went to a vmware environment , so we dont know if its 5.3 or the vmware. hopefully we will get it sorted soon. Wouldnt like to go back to 5.2.1 as it would be a step backwards, its hard enought to get the time to get an upgrade done. thanks again
Ray
Hi Jim, Thanks for your reply, it was really informative and has given me a lot of food for thought. I’m only new to Hl7 so still a lot to take in.
I appreciate the time you have spent responding to my query.
Ray
Hi Jim , Thanks for the reply, appreciate your time, I spoke to supplier and he said i need to clean all the “in field” text to remove any
OR B)If multiple lines required, I should be using the “repetition seperator” eg |line1~line~line3…| within the field where The are replaced by <~> In your example do you mean within the translate , when i map the field to the NTE Segment create multiple NTE segments?. Using Iteration in the translate, Not too sure how to go about this.
I have created a bit of TCL in the Translate that looks like this,
regsub -all — {r} $xlateInVals {~} xlateInVals
set xlateOutVals $xlateInVals
Am I going about this the right way?
Thanks
Ray
Thanks Charlie , Really Appreciate it
Ray
Hi Dave and Charlie Thanks for your replies.
I think I know what you mean Charlie on the one to many scenario, Build up a disp list of messages and when i reach an eolt release the lot and if the thread is stopped it will start over.
Charlie one of the main problems I have is the many to many messages coming in.
e.g a set of messages come in and based on whats in them, the proc creates many messages and forwards them on.
e.g a set of 5 messages could create 10 messages with line numbers 1 to 10 indicating each msg number for receiving application.
Then when it reaches an eolt message or the start of new set of messages I initialize the counter back to zero. I could build up a another disp list and when i hit an eolt release them.
But will i not still lose my counter?
What are the built in counter commands? Will this solve the problem.
Thanks in advance Charlie
-
AuthorReplies