What is the most effective way to get rid of objects with no ocurrances?
How to find all of them in the database
Is there a specific search or macros?
Thank you!
Hanna
What is the most effective way to get rid of objects with no ocurrances?
How to find all of them in the database
Is there a specific search or macros?
Thank you!
Hanna
Hi Hanna,
We use the 'Reorganize' functionality. In Adminstration module, right click the database and select Reorganize.
We do this activity on a weekly basis to remove objects without occurrences.
Thanks,
Megan
Hanna,
If you do not prefer to do re org manaully use the scheduler to do it on a weekly basis.
Regards,
Rupesh
Reorg deletes unused objects in all Groups. Is there a way to get rid of the unused objects in a specific Group?
Moh,
You may need to write a small scritp to delete those objects. Before deletion the object should check the occurrences, if "0" then delete all those objects. If the object from same group is to be deleted multiple times then the script can be run through the sceduler as well. There are several ways to do it, one of the ways is to use attribute of the group and your script will search for that group using the value specified in attribute and perform the task.
I hope this helps.
Regards,
Rupesh
Is there a way to implement this script through the wysywyg editor? the problem is that we're working just on a group of a bigger db,so we wouldn't like to modify other's work with the function Reorganize, and , on the other hand, i'm not that good in Aris scripting...
thank you in advance
Francesco