croezen
23rd June 2006, 12:01
Hi there!
While archiving projects, I get an 7002 error.
Does anybody knows what this error means?


Error 7002 (bdb_errno 7002) on tfgld418100 in db_next
can not contine in tipcs2260m000 ( tccom.dll0025.archive.one.record )
tipcs2260m000: A not terminated transaction is aborted
abort_trans: Automatic tipcs2260m000 failed (error 7002)

Much thanks if you could point me in the right direction.
Greetz,

victor_cleto
23rd June 2006, 13:08
This has been explained several times in the board: when you get Baan errors with value > 1000, to get the correct database error number substract 1000.
So, in your case, for Baan reported error 7002, this means MS-SQL error 6002.

Search in Microsoft KB, maybe this one (http://support.microsoft.com/kb/q301642/) can already give you some light.

croezen
23rd June 2006, 16:25
Thanks a lot. I thought i had to substrackt the thousand figure, so i came with error 002.
thanks!