FIX: DBCC OPENTRAN Does Not Report Replication Information

ID: Q240039


The information in this article applies to:
  • Microsoft SQL Server version 7.0

BUG #: 53840(SQLBUG_70)

SYMPTOMS

The DBCC OPENTRAN command does not report replication information if there are no active open transactions. If there are any active transactions, it prints information about the oldest active transaction as well as replicated transactions. A sample output from this command looks like:


   Transaction information for database 'pubs'.

   Oldest active transaction:
   SPID (server process ID) : 12
   UID (user ID) : 1
   Name          : user_transaction
   LSN           : (16:67:1)
   Start time    : Aug 18 1999 10:51:37:967AM

   Replicated Transaction Information:
   Oldest distributed LSN     : (0:0:0)
   Oldest non-distributed LSN : (16:47:1)
   DBCC execution completed. If DBCC printed error messages, contact your system administrator. 


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 7.0. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.

For more information, contact your primary support provider.

Additional query words: opentran no repl data

Keywords : kbSQL kbbug7.00
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


Last Reviewed: November 17, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.