Deleting the custom InTrust search is impossible within the GUI method due to the application crash.
The odd time when deleting the custom InTrust search is impossible within the GUI method due to the application crash.
Users may consider achieving that with a SQL query by running it directly against the InTrust configuration database.
DISCLAIMER: Make sure to have a full fresh database backup to recover from in case if something goes wrong.
Using your Microsoft SQL Management Studio run the following query against your InTrust database.
DELETE FROM [InTrust_Cfg_DB].[dbo].[SearchItem] WHERE [Name]=Your_custom_search_name_here;
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center