Symptoms

Search by "Registrar" in the navigation tree search does not return any result, because "Domain Registrars" is spelled incorrectly (Registars).

Cause

The issue is a product bug with id #PBA-54099, will be fixed in one of the upcoming updates.

Resolution

It is possible to workaround an issue with the customization:

  1. Make sure the directory /usr/local/bm/conf/wnd/BM/customization/customization is a symlink to /usr/local/bm/customization:

    # ls -ld /usr/local/bm/conf/wnd/BM/customization/customization
    /usr/local/bm/conf/wnd/BM/customization/customization -> /usr/local/bm/customization
    

    If not, configure it as described in Preparing Container chapter.

  2. Create a customization file /usr/local/bm/customization/MainTree.xml with the content:

    <window defs="BM:AHRC" id="MainTree">
        <elements>
            <tree>
            <item id ="sys_set_services_domains" keywords="Domain Registrars;WHOIS Checkers;TLDs;Domain Rules;"/>
            </tree>
        </elements>
    </window>
    
  3. Restart the PBA www container:

PBA for Linux:

    /etc/init.d/www restart

PBA for Windows

    ssm restart www

Internal content