You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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):
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.
It also seems odd that it adds an extra slash between the folder and filename:
HIEexchange//AcumenHIEDischarge_20250423080507.txt
Beta Was this translation helpful? Give feedback.
All reactions