Book a Demo

Author Topic: Can not open the project because are not available the technologie BRM  (Read 4510 times)

charlyprg

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
I can't open the project because are not available the technologie BRM. I installed a version 13. Please I need help because the work on my company it's stopped because this issue.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Can not open the project because are not available the technologie BRM
« Reply #1 on: October 08, 2019, 04:09:57 am »
Your model has set the BRM MDG technology as required.

I don't immediately recognize the the MDG name, so there's a good chance it's a custom MDG.
Check with whoever manages that kind of stuff at your company and make sure to restore the MDG. You can set a a local package to load MDG files.

If, for whatever reason you can't get a hold of the BRM MDG technology you'll have to do some "hacking". You'll have to figure out where EA stores the required MDG's and then clear that using an SQL update query.

Geert

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Can not open the project because are not available the technologie BRM
« Reply #2 on: October 08, 2019, 04:24:21 am »
Ah, I think BRM is Business Rule Model, and I think that is only available in the Ultimate (or maybe Unified) edition.

So that is probably what happened.
If you don't have a backup from before the problem occurred then you can change it in the database.

Check the table t_genopt.
Here's what happened when I set an MDG technology as required:

Code: [Select]
Insert into t_genopt (AppliesTo, [Option]) values('MDGRequire', 'UML2')
Geert

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Can not open the project because are not available the technologie BRM
« Reply #3 on: October 08, 2019, 10:19:20 am »
Easiest way to correct it would be to have someone install the trial version of EA, run it in ultimate so they can connect to the model and remove the setting.

To prevent the problem in the future, enable security and make sure that only competent* people have the permission 'Configure Project Prerequisites'.

charlyprg

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Can not open the project because are not available the technologie BRM
« Reply #4 on: October 11, 2019, 03:05:36 am »
Thankful i installed the ultimate version trial and uncheck the MGD required tecnologies and now i can open in the version 13