If you are using HTTPS and redirector, you must install EAServer patch 11651. See “Upgrading to EAServer 4.2.2”.
Editing PortalSearchautoindexer.cfg
At the command prompt, enter:
cd $SYBASE/PortalSearch/autoindexer/filters
where $SYBASE is the installation directory for Portal Search.
Change the permissions on the file by entering:
chmod 777 * .exe
Enter:
cd $SYBASE/PortalSearch/autoindexer
Open PortalSearchautoindexer.cfg with a text editor and locate the line containing “Database=database0.” Change this to “Database=Sample.”
Save and close the file.
While still in the $SYBASE/PortalSearch/autoindexer directory, enter:
rm *dirstat*
Stop and restart the autoindexer. See “Starting and stopping the automatic indexing utility”.
Adding a password to portalsearch.properties
For Portal Search to work, you must add a password to the portalsearch.properties file located in $SYBASE/EAServer/Repository/WebApplication/search/WEB-INF/classes.
Open portalsearch.properties with a text editor, and locate this line: EAServer Password (none) ####app.user.password=
Enter a password for app.user.password=. For example:
EAServer Password (none) ####app.user.password=<password>
Save and close the file.