Forum Replies Created
-
AuthorReplies
-
Hello Mike,
What have written so far and what has the issue been?
Thanks Jim, that worked as expected. Hello Jim, Did you end up deploying the HIE add-on? If so what are your thoughts?
Glad to help 😀 , let me know if you have any questions.
Jennifer,
Is a mapping from the Lawson flat file to the MFN^M16 message format. While every interface and system implementation is different, this does provide a good starting point.
I will dig up the file I have and email it to you.
ah ha!
Thanks Charlie,
Much cleaner and more precise.
Ok Charlie,
Can you explain to me what you are doing here?
It appears you are only letting numbers pass through by using d. Is it the ^ thats the key?
set xlateOutVals
} [lindex $xlateInVals 0] {}]]
So this is what I have now.
regsub -all — {[A-Za-zs]} [lindex $xlateInVals 0] {} tmp; set xlateOutVals
I think I got it.
regsub -all {[A-Za-zs]} $xlateInVals “” xlateOutVals
What is the best way in a translate pre proc to pass only the number along.
input value: Kirby12345
output value: 12345
December 2, 2011 at 1:49 pm in reply to: File Change alert for alerting when a file is not updated #75572Hello Kalpesh!
Can you add a screen shot of your current configuration?
Just so I am clear, the logic is
IF a file has not changed in any 24 hour period you want to throw an alert
Thanks Jim,
The & in &GDT is not a sub component separator and I do not have a CONTAINS option in string comparison.
I have it working, check my logic please. Is there a better way I should set this up?
Created the following variables
for OBX_3 with a default value of &GDT
@conclusion=CONCLUSION:
Within the iteration
Created a variable to capture the value of OBX_5 = @OBX5
Copied @OBX3 to OBX_3
Created an if statement = @OBX5 eq @conclusion
sets @OBX3=&IMP
OBX|1|TX|&GDT||Sample result indicating a line of FINDINGS text.||||||
OBX|2|TX|&GDT||This OBX indicates a 2nd line of FINDINGS text.||||||
OBX|3|TX|&IMP||Sample result indicating the CONCLUSION text.||||||
OBX|4|TX|&IMP||More sample result indicating the text.||||||
OBX|5|TX|&IMP||Still More sample result indicating the text.||||||
So my question is, would the best solution be to put an IF condition with in the OBX iteration that looks for the appearance of the word CONCLUSION?
Have you done something like this before?
We can resend the same message multiple times without issue. When we restart the outbound thread, than try to send a message, the interface sends a bunch of small messages that make no sense. To fix this we have to adjust the sequence number in Invision (SMS) and restart the interface.
We have been able to get messages to post to Invision. It seems as if the first message works and than subsequent messages get jumbled up. -
AuthorReplies