Vistas:

Question:

How do I move my import jobs from the Desktop Apps from one workstation to another?

Answer:

It is possible to move the jobs, but the procedure works only under special circumstances.
It is recommended, to recreate all import jobs by hand, to assure,that there are not errors in the copied settings.
This move is not working all the time, the XML can still be used to receive the information needed to recreate the configurations in the Desktop Apps.

Please make sure to create an empty import configuration beforehand, to receive all needed information from the new system.
Copy the created "%programdata%\DocuWare\Desktop\hotfolders.xml" file, to access it later.

Stop DW Desktop Service and DocuWare Desktop Apps (source system)
Install DW Desktop App Import on destination system
Stop DW Desktop Service and DocuWare Desktop Apps (destination system)
Copy the following folder from the source to the destination system:
    Folder: "%programdata%\DocuWare\Desktop\"

Old Systems (6.10 and lower) the hotfolders.xml can be found in:
"C:\Windows\SysWOW64\config\systemprofile\AppData\Local\DocuWare\Desktop\hotfolders.xml"

After the hotfolders.xml is copied and the Import installed, the copied hotfolders.xml needs to be adapted to the new system.
Each import configuration is contained in the following part: <HotfolderConfiguration>
Make sure to set each configuration from <Active>true</Active> to <Active>false</Active> to turn each configuration off.

The following values need to be changed, to show the configurations in the Desktop Apps.
This part can be copied and pasted from the test configuration, created beforehand.
Please be aware, that changing this part for all import configurations, will move all configurations to the DocuWare user, previously used to create the test configuration.

<TargetSystemId xmlns:a="http://schemas.datacontract.org/2004/07/DocuWare.Desktop">
    <a:Organization>Peters Engineering</a:Organization>
    <a:OrganizationGuid>3d1e5e82-c2dd-48c4-aeb8-9cd8060a9368</a:OrganizationGuid>
    <a:ServerUrl>http://localhost/DocuWare/JobServer/Repository</a:ServerUrl>
    <a:UserName>dwadmin</a:UserName>
    </TargetSystemId>
<WindowsUserSid>S-1-5-21-863474142-4034274184-3924978607-1001</WindowsUserSid>

(Sample only. Please don't copy this part)

Save the hotfolders.xml and start the DocuWare Desktop Service and the DocuWare Desktop Apps afterwards.
The import configurations should show in the Desktop Apps again.

If this is not the case, please check the used DocuWare Server URL, the DocuWare user and the Windows user (SID).
All three of those need to be the same as used in the Desktop App.

Please make sure that the import jobs on the old system are deleted or the Desktop Apps uninstalled.