How do I modify the language and\or the text of the message displayed on the Search results pages in (NETIQKB34044)

  • 7734044
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
How do I modify the language and\or the text of the message displayed on the Search results pages in the Web Console?

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

fix

The 'SearchForm' messages can be changed by modifying the properties of the search form. The search forms are located by default in the \Innetpub\wwwroot\DRAWeb\WebConsole\BuiltIn\Common\Scripts\SearchForms directory on the IIS server running the Directory and Resource Administrator Web Component.

The files should be moved to the 'SearchForms' folder under the Custom directory.  Modify the search form properties to use your messages.  For more information on this topic, please refer to the "SearchProperty Property" section in the DRA Sotfware Development Kit. The 'SearchForm' defaults to English; new code needs to be added to the file to set a customized message.

The custom message can be added under the code as follows:

Set SearchForm = Server.CreateObject("DraWcSearchHelper.SearchForm")
SearchForm.XXXXX = "My Message"



Additional Information

Formerly known as NETIQKB34044