Another save transaction currently executing in CustomizationManager module

  • 19 November 2021
  • 0 replies
  • 27 views

Userlevel 7
Badge +10

I was importing a customization into Alliance and the import was interrupted.  When I tried to re-import, I received the message: “Another save transaction currently executing in CustomizationManager module”

To fix this, I went to the database and run the following SQL command to remove the lock.

delete from ap_lock_global where ap_table_key = 'CustomizationManager';

After doing so, I was able to import the customization.


0 replies

Be the first to reply!

Reply