Author Topic: Pop-Up: Operation is not allowed when object is closed  (Read 1961 times)

ea0921

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-1
    • View Profile
Pop-Up: Operation is not allowed when object is closed
« on: September 20, 2024, 04:41:08 pm »
Hello,

I am having a version-controlled package in EA which is syncing from source to other project of EA.
Operations I am performing,

1. While writing any create/update, first take check out of the package
2. Perform create/update operation
3. Perform check in of the package.

While performing this I am getting pop-up of operation is not allowed when object is closed..
Also, there are many requests going on parallelly on the same project at the same time.

Why do I get this type of error in version-controlled package, and how to solve this error or how to avoid this error?

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13283
  • Karma: +556/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Pop-Up: Operation is not allowed when object is closed
« Reply #1 on: September 20, 2024, 04:49:38 pm »
"While performing this" is pretty broad.

It would be more helpful if you could really pinpoint what exactly you (the code) are doing when this error pops up.

Doing lots of things in parallel, especially on local database files is probably not the best idea.
I can imagine that an object that you are trying to use is already discarded (closed) when you try to use it.
But without code and the exact circumstances we can only guess.

Geert