Views:

Scenario:
A Restore Workflow needs to be used to restore documents from an older version of DocuWare (6.12 or below) to version 7 or higher. The previous cabinet contained keyword index data.

Solution:
To use a Restore Workflow while maintaining the keyword index data, please do the following;

First, follow KBA-36294 up to step 4.

Once completed, use this set of entries instead of what is shown in part 4:

<Table type="MainTable">SAMPLEEN_V5</Table>
<Table type="SystemTable">DWSYS</Table>
<Table type="VersionTable"SAMPLEEN_V5V</Table>
<Table type="SectionTable"SAMPLEEN_V5S</Table>
<Table type="PageTable">SAMPLEEN_V5P</Table>
<Table type="KeyTable" keyDBName="KEYWORD">SAMPLEEN_Keyword_V5</Table>


***NOTE: The keyDBName must match the database name of the Keyword Field and replace SAMPLEEN with your database table names as the KBA instructs.***

Follow the rest of KBA-36294 to the end.

Add a DWDOCGUID column to the FILECABINET_V5 table.

Lastly, follow KBA-36290 to run the Restore.

KBA applicable for On-premise Organizations ONLY.

Comments (1)
  • Hallo , 
    danke dafür. Funktioniert.
    Allerdings fehlen in den 2 Zeilen die ">"
    <Table type="VersionTable"SAMPLEEN_V5V</Table>
    <Table type="SectionTable"SAMPLEEN_V5S</Table>
    heißen müsste es:
    <Table type="VersionTable">SAMPLEEN_V5V</Table>
    <Table type="SectionTable">SAMPLEEN_V5S</Table>

    Viele Grüße