Book a Demo

Author Topic: EA crashes when code Synchronize is attempted  (Read 3954 times)

mukhutys

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
EA crashes when code Synchronize is attempted
« on: January 01, 2013, 11:34:21 am »
Im using EA and we have configured SQL Server as the DB repository for our .eap project, via Enterprise Architect.
I consistently get the below error --2147217833 (Arithmetic overflow error converting IDENTITY to data type int.) whenever I try to synchronize code (irrespective of whether it is a package or a single java file) through EA. When the dialogue is closed then the EA program itself crashes.
It seems that an error is coming from the underlying SQL server database but I m not being able to figure out why.

Any thoughts what can be done?

Thanks
Soumyajit

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: EA crashes when code Synchronize is attempted
« Reply #1 on: January 02, 2013, 09:01:09 am »
The value of an IDENTITY column has reached the maximum value of SQL Server's int data type.

Reset the values of identity columns as explained here...

http://www.sparxsystems.com/enterprise_architect_user_guide/9.3/projects_and_teams/reset_table_auto_increment_or_.html