Replies: 1 comment 9 replies
-
Is there more information in that stack trace? Further down the stack trace there may be a more specific cause that would help solve the issue. Anything in Is the file path shown in the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have a very simple channel with a File Reader source which scans a network folder using the smb protocol for suitable name files to process.
The file reader gets the following error when trying to delete the file after it has been processed, and so is picked up again on the next poll:
ERROR (com.mirth.connect.connectors.file.FileReceiver:435): Error processing file in channel: com.mirth.connect.connectors.file.FileConnectorException: Error deleting file from [smb://...
The "Everyone" group has full control on this Windows share folder so it doesn't seems to be a permissions issue.
Did anyone encounter such an issue?
Beta Was this translation helpful? Give feedback.
All reactions