Hi, I am using Mirth 3.10.1 on a Windows server. Java version 1.8.0_301. I have a simple channel (attached with SFTP info stripped). All it does is watch a directory, look for a file, sends them out to an SFTP. When done processing (on the source tab) move the processed file to a processed folder. When it tries to move it, the below error occurs.

ERROR (com.mirth.connect.connectors.file.FileReceiver:50 0): Error processing file in channel: 7f2db458-6c50-4307-9638-8e70d0c37087
com.mirth.connect.connectors.file.FileConnectorExc eption: Error moving file from [smb://epic-nas.et1240.epichosted.com/xfr/nonprd/fromODB/EDI/IntradoHouseCalls/OutToIntrado//Reminders.txt] to [C:/temp/Reminders.txt_processed_15-09-21_08-50-36.751]
at com.mirth.connect.connectors.file.FileReceiver.pro cessFile(FileReceiver.java:482)
at com.mirth.connect.connectors.file.FileReceiver.pro cessFiles(FileReceiver.java:328)
at com.mirth.connect.connectors.file.FileReceiver.pol l(FileReceiver.java:239)
at com.mirth.connect.donkey.server.channel.PollConnec torJob.execute(PollConnectorJob.java:49)
at org.quartz.core.JobRunShell.run(JobRunShell.java:2 13)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run (SimpleThreadPool.java:557)

ERROR (com.mirth.connect.connectors.file.FileReceiver:50 0): Error processing file in channel: 7f2db458-6c50-4307-9638-8e70d0c37087
com.mirth.connect.connectors.file.FileConnectorExc eption: Error moving file from [smb://epic-nas.et1240.epichosted.com/xfr/nonprd/fromODB/EDI/IntradoHouseCalls/OutToIntrado//Reminders.txt] to [C:/temp/Reminders.txt_processed_15-09-21_08-50-36.751]
at com.mirth.connect.connectors.file.FileReceiver.pro cessFile(FileReceiver.java:482)
at com.mirth.connect.connectors.file.FileReceiver.pro cessFiles(FileReceiver.java:328)
at com.mirth.connect.connectors.file.FileReceiver.pol l(FileReceiver.java:239)
at com.mirth.connect.donkey.server.channel.PollConnec torJob.execute(PollConnectorJob.java:49)
at org.quartz.core.JobRunShell.run(JobRunShell.java:2 13)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run (SimpleThreadPool.java:557)
Comment