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.

System message 28002 when you clear the option to "Allow posting to closed fiscal periods" on the GL Setup (01.950.00) screen in Microsoft Dynamics SL


Symptoms

When you try clear the Allow posting to closed fiscal periods check box on the GL Setup (01.950.00) screen, you receive the following error message:

System Message 28002 - 'Can not disable posting to prior periods because unreleased batches in prior periods exist'.

↑ Back to the top


Cause

This problem occurs when a batch that has a prior period to post has not been released yet.

↑ Back to the top


Resolution

To resolve this issue, delete or release the unreleased batch that has a prior period to post. To do this, follow these steps:

  1. Run the following SQL statement in SQL Server Management Studio against your Microsoft Dynamics SL application database to identify the unreleased batch:

    select BatNbr,EditScrnNbr,Status,PerPost,Module,* from Batch where STATUS IN ('B', 'H')
  2. Identify the batches that have a value in the perpost field prior to the current fiscal period. Delete or release the batches on the screen that are noted in the EditScrnNbr field.

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, vkball, kb

↑ Back to the top

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