Resolution 1
To resolve this problem, change the setting for the historical year. To do this, follow these steps:
1. In Microsoft Dynamics GP, point to Tools on the Microsoft Dynamics GP menu, point to Setup , point to Company , and then click Fiscal Periods .
2. Click to clear the Historical Year check box, and then click Save .
3. On the Transactions menu, point to Financial , and then click Batches .
4. Post the batch.
Resolution 2
To resolve this problem, clear the records in the SY00800 table or in the SY00801 table. To do this, follow these steps: 1. Back up the Microsoft Dynamics GP company database.
2. Back up the Dynamics database.
3. Have all users log out of Microsoft Dynamics GP.
4. Stop and then start the computer that is running Microsoft SQL Server to clear out the temporary tables.
5. Start SQL Server Management Studio. To do this, use the appropriate step depending on the program that you are using:
• If you are using SQL Server 2005, start SQL Server Management Studio. To do this, click Start , point to All Programs , point to Microsoft SQL Server 2005 , and then click SQL Server Management Studio .
• If you are using SQL Server 2008, start SQL Server Management Studio. To do this, click Start , point to All Programs , point to Microsoft SQL Server 2008 , and then click SQL Server Management Studio .
• If you are using SQL Server 2012, start SQL Server Management Studio. To do this, click Start , point to All Programs , point to Microsoft SQL Server 2012 , and then click SQL Server Management Studio .
6. Select the Dynamics database. Then, use the following statements to delete all the records from the ACTIVITY table, the SY00800 table, and the SY00801 table:
• DELETE DYNAMICS..ACTIVITY
• DELETE DYNAMICS..SY00800
• DELETE DYNAMICS..SY00801
7. Select the TEMPDB database. Then, use the following statements to delete all the records from the DEX_LOCK table and the DEX_SESSION table:
• DELETE TEMPDB..DEX_LOCK
• DELETE TEMPDB..DEX_SESSION