Resolve Error 1025 Server Message: Cannot Update a Published Document

Use this article to resolve Error 1025 Server Message: Cannot Update a Published Document. 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 published.

    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.

    Graphical user interface, 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_DocPublished = 0 where In_DocID = '<In_DocID value>'

    Graphical user interface, application, Word

Description automatically generated