Vues :

Behaviour:

  • Import or Scanner does not work
  • DocuWare Desktop does not uploaded a file
  • DocuWare Printer does not work after update

Solution:
In the file DocuWare.JobProcessor.exe.config, section <appsettings> add the following Keys:

<add key="RepositoryUrl" value="http://SERVERNAME/DocuWare/JobServer/Repository"/>   (Change SERVERNAME to fit your System)

<add key="SettingsServiceUrl" value="http://SERVERNAME/DocuWare/Settings/SettingsService.svc"/>  (Change SERVERNAME to fit your System)

Afterwards the Job Processor Server has to be restarted.