Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Draining the RSSD Transaction
Log [Table of Contents] Upgrading to Adaptive Server
12.5

Installation Guide Adaptive Server Enterprise for IBM RISC System/6000 AIX

[-] Chapter 8 Upgrading Sybase Servers
[-] Preparing to upgrade servers with replicated databases
[-] Disabling the secondary truncation point

Disabling the secondary truncation point

When you upgrade a primary database, the Rep Agent or the Log Transfer Manager (LTM) must not be running, and the Secondary truncation point should be turned off for the duration of the upgrade. The Rep Agent or Log Transfer Manager should already be shutdown (from the previous steps).

For each primary database and replicated RSSD, disable the secondary truncation point:

  1. If this is a replicated RSSD, log into the Replication Server of the RSSD, and issue:

    1> sysadmin hibernate_on, 'Replication
    Server'
    2> go

  2. Disable the secondary truncation point in the Adaptive Server database that is being upgraded by issuing:

    1> use database
    2> go

    1> dbcc settrunc('ltm', 'ignore')
    2> go

    If the dbcc settrunc command fails, make sure that the Rep Agent or LTM are not running. When the Rep Agent and LTM are disabled, repeat this step.


Draining the RSSD Transaction
Log [Table of Contents] Upgrading to Adaptive Server
12.5