...
then first check, if the user account under which the MessageHandler service is run has access to the configured directory. If you can list the directory (using dir O:\application_a\interface\outbox
), then it is probable that the Java runtime has problems with the drive letter mapping. Try using the UNC path instead:
Code Block | ||||
---|---|---|---|---|
| ||||
<outbox dirPath="//fileserver.some.domain.ch/interface/outbox" msgType="10301"> |
...