Resolve Error 1026 Server Message: Selected Document Has Been Released

Use this article to resolve Error 1026 Server Message: Selected Document has been Released. You might get this error while processing workflows in Synergize Web Explorer.

  1. The system won't allow you to process a workflow because the document has already been released.

    Table

Description automatically generated

  2. To resolve the issue, right-click on the document and select Properties.

    Table

Description automatically generated

  3. On the Custom tab, click the Show Field Info button.

    Table

Description automatically generated

  4. Make a note of the In_DocID value.

    Graphical user interface, application

Description automatically generated

  5. Launch SQL Server Management Studio and execute the following query against the repository database holding the document:

    Update Main set In_DocReleased = Null where In_DocID = '<In_DocID value>'