Tuesday, January 5, 2010

Error 14151:Replication Agent failed to start.

Error:The SQL Server Replication Agent may not start, and you receive the following error message:
The replication agent is not registered properly. Rerun SQL Server setup. The step failed. [SQLSTATE 42000] (Error 14151). The step failed.
Cause:

The Replication Agent that is running on the server may not restart when a named instance of SQL Server is removed from the server and replication is configured on the server. When you remove a named instance of SQL Server, the registry entries that relate to the Replication Agent are removed from the server. This behavior may also occur when the 8.3 name creation on the NTFS file system partition is disabled on the computer where SQL Server is installed. You disable 8.3 name creation on the NTFS partition by setting the NtfsDisable8dot3NameCreation registry key to 1.
Solution:
To work around this problem, follow these steps:
1-Set the NtfsDisable8dot3NameCreation registry key to 0.
To change the registry key, use these steps:
2-On the Start menu, click Run. Type regedit, and then click OK.Locate the following key in Registry Editor:
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\FileSystemDouble-click the NtfsDisable8dot3NameCreation key of type REG_DWORD.Set the Value Data of the registry key to 0, and then click OK.
Note: By default, the value for the entry is set to 0. Close Registry Editor.

3-Restart your computer.

Use one of the following methods to register the replication agents:
Method -1

Re-register the Replication Agent executables. To do this, use these steps:
1-Stop the SQL Server Agent service.

2-Copy the following command to a batch file:
snapshot.exe -regserver

distrib.exe -regserver

replmerg.exe -regserver

logread.exe -regserver

qrdrsvc.exe –regserver
3-Run the batch file you created in step 2b from the \Microsoft Sql Server\80\Com folder.

4-Restart the SQL Server Agent service.
Method 2-

Rebuild the registry. To do this, use these steps:

Insert the Microsoft SQL Server 2000 disk in the CD-ROM drive. If the disk does not run automatically, double-click Autorun.exe in the root directory of the disk.Click SQL Server 2000 Components, and then click Install Database Server.In the Welcome screen of the SQL Server Installation Wizard, click Next. In the Computer Name dialog box, click Next.In the Installation Selection dialog box, click Advanced Options.In the Advanced Options dialog box, click Registry Rebuild, and then click Next. You will see a message that informs you that Setup rebuilds the registry based on information you supply in the subsequent screens.


Caution: You must enter the same choices for the setup options as you did for the initial installation. If you do not know or are not sure of this information, do not use this registry rebuild process. Instead, you must remove and re-install SQL Server to restore the registry. To prepare for the registry rebuild, enter the same information and options that you entered during the initial installation of SQL Server in the setup screens as they appear.
Note: Rebuilding the registry includes re-copying external components such as Microsoft Data Access Components (MDAC) and Microsoft Distributed Transaction Coordinator (MS DTC).

No comments: