Book a Demo

Author Topic: Object Notes not saving  (Read 6417 times)

ea0820

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Object Notes not saving
« on: June 08, 2021, 05:53:25 pm »
Just setup my EA repo in Azure SQL and everything seems to be working fine......except Notes.

When I edit the notes for an object, package or diagram, they do not save.
I click on another object then back on the object I edited the notes for and the notes have disappeared.

I have the latest EA SQL Repo Schema configures and the latest release of EA.

Has anyone had something similar occur with their installation?

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Object Notes not saving
« Reply #1 on: June 08, 2021, 09:18:06 pm »
Very strange!

I'd perform a project Transfer to a .eapx file and see if the behaviour repeats there.  Either way, you have a "Compare and Contrast" situation.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Object Notes not saving
« Reply #2 on: June 09, 2021, 08:50:29 am »
What driver are you using to connect? If memory serves me correctly what you're describing that's one of the problems you'll experience if you connect using the ODBC driver for SQL Server.

ea0820

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
SOLVED! Object Notes not saving
« Reply #3 on: June 09, 2021, 09:53:27 am »
Thanks everyone.

Turns out it was due to connecting with the SQL Native Client. When I switched to OLE DB for SQL I no longer saw the issue.

Turns out I should have read the manual a little more carefully ::)