-
Notifications
You must be signed in to change notification settings - Fork 75
I have a channel that is a smb file reader. I'm having issues with it not moving to the archive folder that I'm using.
The path to read the file is (not real IP):
99.999.9.199/common/FTP Targets/Integrated Care Group/Clients/Acumen/HIEexchange
What is the Move-to-Directory path for a HIEArchive folder that is inside the HIEexhange folder?
I've tried every combination of the above path and it still gives an error:
I'm told that the smb user has modify permissions on all folders and subfolders.
ERROR (com.mirth.connect.connectors.file.FileReceiver:500): Error processing file in channel: c31e8eb0-006d-4c9e-a510-20c244a2303d
com.mirth.connect.connectors.file.FileConnectorException: Error moving file from [smb://99.999.9.99/common/FTP Targets/Integrated Care Group/Clients/Acumen/HIEexchange//AcumenHIEDischarge_20250423080507.txt] to [/HIEArchive/AcumenHIEDischarge_20250423080507.txt]
at com.mirth.connect.connectors.file.FileReceiver.processFile(FileReceiver.java:482)
at com.mirth.connect.connectors.file.FileReceiver.processFiles(FileReceiver.java:328)
at com.mirth.connect.connectors.file.FileReceiver.poll(FileReceiver.java:239)
at com.mirth.connect.donkey.server.channel.PollConnectorJob.execute(PollConnectorJob.java:49)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
It also seems odd that it adds an extra slash between the folder and filename:
HIEexchange//AcumenHIEDischarge_20250423080507.txt
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment