Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
themeConfluence
languagehtml/xml
<outbox dirPath="//fileserver.some.domain.ch/interface/outbox" msgType="10301">

...