Forum: Support
01-24-2019, 03:59 PM
|
Replies: 1
Views: 400
|
Forum: Support
01-24-2019, 03:44 PM
|
Replies: 5
Views: 780
If you are working in batch mode, you have a...
If you are working in batch mode, you have a source variable named batchSequenceId.
You can use this one to test if you should write the header row or not. I have never tested it, but I guess this...
|
Forum: Support
08-09-2016, 02:14 PM
|
Replies: 7
Views: 3,702
Hello,
Recently I thougt that the trouble...
Hello,
Recently I thougt that the trouble might possibly come from Linux and/or Unix servers. But I still have to investigate this more in depth.
I still have the trouble in 3.4.1 (the last...
|
Forum: Support
05-20-2015, 02:25 AM
|
Replies: 7
Views: 3,157
Hello,
We have this same problem happening...
Hello,
We have this same problem happening with version 3.2.1.
It is definitely not a problem of file permissions, as the various directories concerned are filled with files by one single...
|
Forum: Support
04-09-2015, 11:13 PM
|
Replies: 1
Views: 1,388
My first thought is that maybe the application...
My first thought is that maybe the application that generates the PDFs keeps a lock on the files. You don't have this lock when you copy/paste the files from Windows.
Did you try to set a higher...
|
Forum: Support
04-09-2015, 03:53 AM
|
Replies: 7
Views: 3,702
FTP read problem
Hello,
I experience the same problem as described in http://www.mirthcorp.com/community/forums/showthread.php?t=13668 , using Mirth 3.2.1 ( i think also 3.1.1)
The channel connects to the FTP...
|
Forum: Support
02-13-2015, 04:47 AM
|
Replies: 1
Views: 2,401
Trouble with boolean value from map
Hello,
I have struggeled with boolean (true/false) values I want to use from channelMap.
After some testing, I found out the following:
When I read a "true" value from the channelMap and I...
|
Forum: Support
01-26-2015, 06:39 AM
|
Replies: 1
Views: 1,197
|
Forum: Support
05-08-2014, 02:02 AM
|
Replies: 2
Views: 4,067
The Owner of the Mirth Service process needs to...
The Owner of the Mirth Service process needs to have write access on the other server. If the service runs under a local account, it won't have write privileges on another machine.
Try to configure...
|
Forum: General Discussion
08-27-2013, 12:57 AM
|
Replies: 8
Views: 4,691
If you developed your own lab module, I think...
If you developed your own lab module, I think best would be to devellop your own HL7-module that goes with your application.
Either you develop a module that generates HL-7 messages depending on the...
|
Forum: Support
08-19-2013, 05:03 AM
|
Replies: 1
Views: 933
Struggling with deleting some segments
I have the following code in my channel:
for each(ft1 in msg.FT1) {
if (ft1['FT1.7']['FT1.7.1'].toString() == '8V95') {
logger.error("Should be deleted");
delete ft1;
}
}
|
Forum: Support
05-03-2013, 02:55 AM
|
Replies: 1
Views: 1,368
FTP Append does not work !
I am testing a channel where I process a csv file line by line and send the result to a file on an FTP Server.
Although the append optioin is checked, I only get one single row in my file, altough...
|
Forum: Support
04-06-2013, 01:39 PM
|
Replies: 5
Views: 2,029
Endless login
Hello,
I have a Linux box where I want to run Mirth on. In the past, this worked fine for long time. But since some time, with Java 1.6, and diffent versions of MC (2.1.1, 2.2, 3.0.0 beta2), I...
|
Forum: Support
04-06-2013, 01:26 PM
|
Replies: 6
Views: 6,308
I'm not sure right now about the preprocessor...
I'm not sure right now about the preprocessor thing, I'd have to give it a try. You can put values on the globalChannelMap or on the globalMap in your preprocessor step.
Another suggestion from...
|
Forum: General Discussion
12-18-2012, 02:53 PM
|
Replies: 1
Views: 2,124
|
Forum: Support
12-18-2012, 02:22 PM
|
Replies: 3
Views: 1,479
|
Forum: Support
12-13-2012, 02:31 PM
|
Replies: 10
Views: 2,249
|
Forum: Support
08-29-2012, 01:24 PM
|
Replies: 16
Views: 4,662
Exact.
That's why I have one channel...
Exact.
That's why I have one channel running that does an hourly refresh of this kind of data on the global map, either by querying the database, or by reading a file, etc. In the cases I do...
|
Forum: Support
08-23-2012, 01:52 PM
|
Replies: 16
Views: 4,662
|
Forum: Support
08-23-2012, 03:59 AM
|
Replies: 16
Views: 4,662
Hello,
Perhaps our approach of what we have...
Hello,
Perhaps our approach of what we have done for converting country-codes from one coding-scheme to another might help you .
We have systems using different coding schemes, so we need...
|
Forum: Support
05-25-2012, 02:41 PM
|
Replies: 3
Views: 3,488
|
Forum: Support
05-11-2012, 08:01 AM
|
Replies: 6
Views: 5,664
Hello,
I have situation where my input is a...
Hello,
I have situation where my input is a delimited file, and my output a fixed-record-length file with a header record.
Number of data-record - excluding header-record - is >= 1
I do the...
|
Forum: Support
04-28-2012, 05:32 AM
|
Replies: 2
Views: 1,336
|
Forum: Support
04-27-2012, 12:34 AM
|
Replies: 11
Views: 2,735
|
Forum: Support
04-27-2012, 12:31 AM
|
Replies: 4
Views: 3,434
|