Thx for your reply. what is exactly the table for? bcoz, I just checked and its empty, I checked again in SQL, it has data but for 'DAT' company but no data for my current dataarea/company.
thx, --- In development-axapta@yahoogroups.com, "markus_sendelbach" <[EMAIL PROTECTED]> wrote: > > Hi, > > I think you have a RecId problem. The system tries to assign a RecId > which is already used. > If you are working with AX 3.0 then try Administration/Periodic/SQL- > Administration/Check record IDs > If you are working with AX 4.0 then have a look at table > SystemSequences. Check out the last used RecId in your affected > table and compare it with NextVal in SystemSequences. > > Markus > > --- In development-axapta@yahoogroups.com, "axaeffect" > <axaeffect@> wrote: > > > > Hi all, > > > > I need some help or advice... > > The case is my Ax sometimes produce an error when inserting new > data, > > it says "Can not insert, data already exist" but I can assure you > that > > the suspected data is new. This is true bcoz after I restart the > AOS, > > all process gone normal, no error. > > > > Before I restart AOS, I tried reindex data, synchronize table, and > > compile application, and it shows no error/ warning. What happen? > > > > > > TIA, > > Tonz > > >