Microsoft KB Archive/271351

From BetaArchive Wiki
Knowledge Base


FIX: All Replication Agents Have Step Name That Reads "Log Reader Agent Startup Message"

PSS ID Number: 271351

Article Last Modified on 10/3/2003



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)



This article was previously published under Q271351

BUG #: 235603 (Shiloh_BUGS)

SYMPTOMS

After you set up Replication, you may notice that all the Replication Agent jobs (Snapshot, Logreader, Distribution, Queue Reader and Merge) have the same step name that reads "Log Reader Agent Startup Message" versus "Log Agent Startup message" for step 1.

The incorrect step name itself does not have any impact on what the agents do because the commands that are run by step 1 of different agents are different. It is the step name itself that is the same for all the agents that is misleading.

You may edit the step and change the name from "Log Reader Agent Startup Message" to a meaningful name. However, you should not modify the command itself.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack


WORKAROUND

Change the step name to a meaningful name either by:

  • Using SQL Server Enterprise Manager and editing the Agent Job.


-or-

  • Running the stored procedure sp_update_jobstep with the appropriate parameters.


STATUS

Microsoft has confirmed this to be a problem in SQL Server 2000. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2.

REFERENCES

For additional information about the sp_update_jobstep stored procedure, see SQL Server 2000 Books Online.

Keywords: kbBug kbfix KB271351
Technology: kbAudDeveloper kbSQLServ2000 kbSQLServ2000Search kbSQLServSearch