Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The system freezes when you try to delete a void check batch


View products that this article applies to.

Symptoms

You open Void Check Entry (03.040.00).  Then you try to delete an unreleased void check batch.  When you do this, the system freezes.

↑ Back to the top


Resolution

Run the following SQL statement in SQL Server Management Studio.

alter Proc Batch_Mod_Rlsed @parm1 varchar ( 10), @parm2 varchar ( 2) as 
       Select * from Batch  with (nolock)
           where BatNbr  = @parm1 
             and Module = @parm2 
                 and Rlsed = 1 and status<>'V'

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 3049880
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 200