Interconnect: Deleted Connection

Hey @Rich,

after deleting the interconnection, i’m not be able anymore to delete the gateway?!

Hey @Denis,

I was able to reproduce this quickly; for me if I refreshed after the error message then the gateway asset was indeed deleted. Was this the case for you also?

Obviously the error shouldn’t appear and will put it on the backlog.

Hey @Rich,

i will try it with the refresh these days…

my solution was:

ALTER TABLE asset DISABLE TRIGGER ALL;
DELETE FROM asset WHERE name = ‘nameofasset’;
ALTER TABLE asset ENABLE TRIGGER ALL;

but thats not really comfortable ^^

Yeah that will cause problems due to breaking the parent ID association of child assets.