SQL Server Error Msg 14687 – Invalid value (%d) of the @cache_window parameter. Allowable values are: -1 (cache all upload data from previous upload failures), 0 (cache no upload data), N (cache data from N previous upload failures, where N >= 1)

In this blog post, let’s learn about the error message “14687 – Invalid value (%d) of the @cache_window parameter. Allowable values are: -1 (cache all upload data from previous upload failures), 0 (cache no upload data), N (cache data from N previous upload failures, where N >= 1)” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

14687 – Invalid value (%d) of the @cache_window parameter. Allowable values are: -1 (cache all upload data from previous upload failures), 0 (cache no upload data), N (cache data from N previous upload failures, where N >= 1)

Reason for the Error

To be update soon…

Solution

To be update soon…