Skip to main content

Is there a way to re-run a de-duplicate process without starting from the beginning?

Comments

1 comment

  • DSP User

    DCasella: Hi Inigo, you can execute the post process, which inserts into ttWIP, by executing the following stored procedure:

    Database: DSPCommon

    Stored procedure: webDupObject_PostProcess

    This stored procedure can take a long time as well, so executing each piece of the stored procedure individually is what I have done in the past to ensure things work correctly.

    NOTE: The above is valid for DSP. In CranSoft, execute the following stored procedure:

    Database: dDup

    Stored procedure: webObject_PostProcess

    1

Please sign in to leave a comment.