Book a Demo

Author Topic: Update database server - EA12  (Read 3990 times)

jami

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
  • ekhm
    • View Profile
Update database server - EA12
« on: August 26, 2020, 10:24:14 pm »
Hi,
I'm currently working on EA12.1.
I have SQL Server 2012 Standard and Windows Server 2012 R2 Standard. I need to update the database server along with the operating system. Will EA12.1 work without problems on higher versions of the database server?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Update database server - EA12
« Reply #1 on: August 26, 2020, 10:37:11 pm »
Yes.

The only issue problem we had after upgrading was that certain queries were suddenly slow.
this was solved by setting the compatibility setting to 2019 (on SQL Server 2019)
By default this is set to the version you are upgrading from (2012) but that is not necesarry.

also make sure you update the schema to the latest version possible, as things like ntext have become obsolete in the current versions of SQL Server.
Check the download section on the website to get a hold of the update script for the database schema.

Geert

jami

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
  • ekhm
    • View Profile
Re: Update database server - EA12
« Reply #2 on: August 26, 2020, 10:48:24 pm »
Thank you very much.
I found this information next to the download section:
"This schema update is NOT backwards compatible, after applying it the model is only compatible with Enterprise Architect Version 14 and later. Sparx Systems recommend that all users update to Enterprise Architect 14 before applying this script.

This is for EASchema_1220_SQLServer.sql

It follows that this scheme will not work with version 12.1

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Update database server - EA12
« Reply #3 on: August 26, 2020, 11:26:39 pm »
It depends. As long as the V14 user do not utilize that specific features you can still cross-work with V14 and previous ones. However, more sooner than later users will (accidentally) make use of new features. However, it proves that EA is quite robust and the worst that happens is that pre V14 users may not see the new features or can not apply them as V14 users. All said with a grain of salt. Backups are essential :-)

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Update database server - EA12
« Reply #4 on: August 26, 2020, 11:51:25 pm »
That warning is only for the (optional) update EASchema_1220_SQLServer_Update1.sql
You can update to that one after upgrading. (which is long overdue if you are still in v12.1)

Geert

jami

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
  • ekhm
    • View Profile
Re: Update database server - EA12
« Reply #5 on: September 03, 2020, 04:54:04 pm »
Thanks for the advice.
So I update the schema first and then the database? Does the order of operations not matter?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Update database server - EA12
« Reply #6 on: September 03, 2020, 06:14:25 pm »
Thanks for the advice.
So I update the schema first and then the database? Does the order of operations not matter?
What you mean mean by update schema/database? Isn't that twice the same thing?

Geert

jami

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
  • ekhm
    • View Profile
Re: Update database server - EA12
« Reply #7 on: September 03, 2020, 07:09:42 pm »
Update schema from SPARX and update database server (SQL Server 2012).

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Update database server - EA12
« Reply #8 on: September 03, 2020, 07:26:34 pm »
No, I don't think it really matters.

Geert