Book a Demo

Author Topic: Microsoft Cursor Error [-2147217864]  (Read 4152 times)

David Gibson

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Microsoft Cursor Error [-2147217864]
« on: January 18, 2011, 12:52:08 am »
When creating new objects in EA we keep getting the following error

If I create a class diagrams then add a class, provide its name then click OK or apply we get the following error

Microsoft Cursor Error [-2147217864]
Row cannot be located for updating. Some values may have been changed since it was last read

Then follows another error
ADODB.Recordset[-2146825069] Operation is not allowed in this context.  
We are connecting to MySql database.  Any ideas how we can fix this?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Microsoft Cursor Error [-2147217864]
« Reply #1 on: January 18, 2011, 08:30:19 am »
See step 6 of http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/projects_and_teams/setupmysqlodbcdriver.html

You haven't checked 'Return matched rows instead of affected rows'.

David Gibson

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Microsoft Cursor Error [-2147217864]
« Reply #2 on: January 18, 2011, 10:06:07 pm »
Thanks, that worked a treat