Siebel Search Administration Guide > Administration of Siebel Search > Working with Indices Under UNIX >

Refreshing Indices Under UNIX


Like the Index command, Refresh and Refresh All commands will not execute automatically. Refresh scripts will be created that you will later use. Refresh All will also generate individual refresh scripts for each index.

After executing the Refresh command you then run
"execsql -0FUL_XXXX_REFRESH" to refresh on the individual index file.

After executing the Refresh All command, you then run
"execsql -0REFRESH.FTE".

NOTE:  If you are connected to a DB2 database, you need to log in using the username (siebel) and password (db2). This is required in order for indexing or refreshing to work correctly. During the process of indexing and refreshing, the DataDirect DB2 datasource will be used. You must log into the Siebel application using (siebel and db2) because this is the username and password that the DataDirect driver uses to connect to the DB2 database. For information on setting up an DataDirect datasource, see Creating a DataDirect ODBC Datasource Under UNIX.

Siebel Search Administration Guide