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.

Error Message "This record has been created since your attempt to create it. Changes won't be saved." when adding an Account Group ID in Fixed Assets using Microsoft Dynamics GP


Symptoms

You receive the following errror message when you add an Account Group ID in Fixed Assets in Microsoft Dynamics GP:

This record has been created since your attempt to create it. Changes won't be saved.


↑ Back to the top


Cause

The next available value in the FAINDEX table is not correct.

↑ Back to the top


Resolution

Note Before you follow the instructions in this article, make sure that you have a complete backup copy of the database that you can restore if a problem occurs.

1. Open SQL Server Management Studio using the appropriate method below:
  • If you are using Microsoft SQL Server 2005, click Start, point to All Programs, point to Microsoft SQL Server 2005 and then click SQL Server Management Studio. To open a query window, click on the New Query button at the top.
  • If you are using Microsoft SQL Server 2008 or Microsoft SQL Server 2008 R2, click Start, point to All Programs, point to Microsoft SQL Server 2008 or Microsoft SQL Server 2008 R2 and then click on SQL Server Management Studio. To open a query window, click on the New Query button at the top.

2. Select the company database using the drop-down list.

3. Run the following script to delete the FAINDEX table. (This table will automatically rebuild itself.)

DELETE FAINDEX

4. Test again.

5. If this does not resolve the problem, then have all users exit Microsoft Dynamics GP. Make a current backup, and then run these scripts against the company database:

Delete Dynamics..ACTIVITY --all users should be out of GP before running 
Delete Dynamics..SY00800
Delete Dynamics..SY00801
Delete TEMPDB..Dex_Session
Delete TEMPDB..Dex_Lock
Delete FAINDEX
Delete FA01500






↑ Back to the top


Keywords: kbmbspartner, kbmbsmigrate, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2581263
Revision : 1
Created on : 1/7/2017
Published on : 7/13/2011
Exists online : False
Views : 59