Troubleshooting

If an error occurs during indexing, check the following:

  1. Call object kernel that processed the Business Function.

  2. Text Search kernel log on the Enterprise Server.

  3. Access the SES admin page -> Schedules -> Identify the schedule name based on the view, data source and language you are indexing. Open the log file and look for errors/exceptions.

The SES_CLEANUP environment variable can be set to FALSE to look at the RSS feeds generated as part of the indexing. Ex: - SES_CLEANUP=FALSE. The default value is TRUE which means the RSS feed will be deleted automatically after an index build operation.

Web client error:

JAS_MSG346: JAS database failure: [TEXT_SEARCH_ERROR] A text search error has occurred: http.proxyPort must be set to a integer value. Value set is '' [java.lang.IllegalArgumentException]

Access the FAT clients JDE.ini settings and modify the following:

[LOCALWEB] 
httpProxySet=true
 
# HTTP Proxy server host
httpProxyHost=< address of proxy server >
#Ex:-httpProxyHost=www-proxy.us.example.com
 
# HTTP Proxy server port
httpProxyPort= port of proxy server
#Ex:-httpProxyPort=80