Book a Demo

Author Topic: Upgrading from EA 9 to 12  (Read 3502 times)

robject

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • Small talk
    • View Profile
Upgrading from EA 9 to 12
« on: March 11, 2015, 07:12:04 pm »
I would like to gather information on how to best upgrade an existing EA 9 repository (hosted on Oracle) to version 12.
What can I expect?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Upgrading from EA 9 to 12
« Reply #1 on: March 11, 2015, 08:04:32 pm »
No major issues except if you are using add-ins.
In that case you might get unexpected shutdowns. Check with the add-in providers if there's an update to cope with this.

I had to issue updates for EA Navigator and EA-Matic because of a change int he API that broke existing code.

Geert

robject

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • Small talk
    • View Profile
Re: Upgrading from EA 9 to 12
« Reply #2 on: March 13, 2015, 08:49:14 pm »
Does this also mean that the repository format has not changed between these versions? For example, if some users upgrade to 12, and others still use 9.0, would those 9.0 users not encounter any issues?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Upgrading from EA 9 to 12
« Reply #3 on: March 13, 2015, 09:04:59 pm »
The only issues they can experience is with new features that are not yet supported in v9

One that I know of is the enumeration type. In v9 that is not used yet so it will show up as a unknown element type.

Geert