Book a Demo

Author Topic: No permissions to write into .eapx file using Update()  (Read 37586 times)

cmesbal

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: No permissions to write into .eapx file using Update()
« Reply #15 on: March 13, 2024, 08:47:58 am »
Hello everyone,

I was able to run the program in another laptop. However, the problem still occurs in my laptop. I definitely think it is a rights or configuration issue: whenever I try to write into the file, the temporary .ldb is kept open and it does not close. After execution, I always have to kill the EA process in the task manager and delete the .ldb manually. My next idea would be to delete and reinstall EA.

Regards,
Cesar

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: No permissions to write into .eapx file using Update()
« Reply #16 on: March 13, 2024, 06:40:19 pm »
Cesar,

The problem you are describing looks like a problem we have seen with things like onedrive; where the folder is actually synchronized with a folder in the cloud.
To make sure that isn't the problem, I would try to store the file in something c:\temp\

Geert

cmesbal

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: No permissions to write into .eapx file using Update()
« Reply #17 on: March 13, 2024, 11:09:35 pm »
Hello everyone,

problem is solved: I had two installations of EA: EA and EA Lite. Somehow the programm was always starting the EA Lite version. After deinstallation of EA Lite the programm writes into the file without issues.

Thank you everyone!
Cesar