Article ID: 295325 - Last Review: November 5, 2003 - Revision: 3.2 FIX: Replication in Turkish Collation Fails with Error Message: "Error 21112: '-PollingInterval' is not a valid parameter for the Log Reader Agent"
This article was previously published under Q295325
BUG #: 351337 (SHILOH_BUGS)
SYMPTOMS
When you try to configure a Distributor, the following error message occurs:
SQL Server Enterprise Manager could not configure 'TESTSERVER' as the Distributor for 'TESTSERVER'.
Error 21112: '-PollingInterval' is not a valid parameter for the Log Reader Agent
CAUSE
With a Turkish collation or code page, a lower case "I" yields an undotted "i" unlike the Latin lower case dotted "i". When you configure the Distributor, the sp_MSvalidate_agent_parameter stored procedure checks to see if the parameter passed is "pollinginterval" (with a dotted "i"). When you apply the Lower function to the string RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1. MORE INFORMATION
If you use Transact-SQL to configure the Distributor, the error message that occurs is:
Server: Msg 21112, Level 16, State 1, Procedure sp_MSvalidate_agent_parameter, Line 72
'-PollingInterval' is not a valid parameter for the Log Reader Agent.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top