ph timeout Option

Use the ph timeout option to specify the time, in seconds, that the full-text protocol handler should wait to connect to a database before timing out. The default value is 60 seconds. Increase the ph timeout value when connection attempts are timing out due to temporary network issues.

The full-text protocol handler is hosted in the filter daemon (MSFTEFD) process and is used to fetch from SQL Server the data to be full-text indexed. For more information about Full-Text Search components, see Full-Text Search Architecture.

When attempting to fetch a data row, if the protocol handler cannot connect to SQL Server within the specified time, it reports a time-out error for that row. The full-text gatherer will retry the row later. For more information about the full-text gatherer, see Full-Text Indexes.

See Also

Concepts

Setting Server Configuration Options

Other Resources

Full-Text Search
RECONFIGURE (Transact-SQL)
sp_configure (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance