Deleting XML object from repository

Hi All,

I imported some xml files for object groups using SIM admin interface. After importing the file it is throwing error " ERROR: java.lang.StackOverflowError" when I try to list the accounts from admin interface.

It is not showing any tab also after export object button in debug interface. And when I am trying to list objectgroups from list object button in debug interface , it says "error 500".

Can any body please tell me how to delete these object groups.

Thanks in anticipation.

Saurabh

[537 byte] By [Agraharia] at [2007-11-27 9:33:29]
# 1

Hi,

assuming you use 7.0 or 7.1 this fixes the endless org loop you created:

delete from orgattr where id in

(select id from org where name not in ('ALL','TOP','END USER'));

delete from org where name not in ('ALL','TOP','END USER');

Regards,

Patrick

Patrick.Wehingera at 2007-7-12 22:55:10 > top of Java-index,Web & Directory Servers,Directory Servers...