ESDS Knowledge Base

29
Jul

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications

During the initial load and replication, the replication agent (RMA) reads the transaction log of the source database and generates the Log Transfer Language (LTL) output, which is a notation (using a language) that the replication server (SRS) uses to process identified and collected data throughout the replication channel from the source to the target database.

The primary replication server (SRS) receives the LTL from a replication agent and sends the replicated data to the companion replication server (Standby/DR Site) (when a split between primary replication server and replicate replication server is used). Otherwise, the sending does not take place because the data is operated by the single replication server instance). The companion replication server converts the received data from the LTL to the native format and language used by the target database. It sends the replicate data to the target database for processing, which closes the replication process (if it is committed in the target database).

For data consistency reasons (no loss of data) each replication server uses a database called the Replication Server System Database (RSSD) to store replication data and metadata. This information can be used by a replication agent to provide advanced replication features such as the transfer of database data logic (procedures).

There is a replication of DC & DR. For replication, the basic requirement is that both the databases need to be on the same DR side. In this particular case, the replication was stopped at the DR side & we did the migration of the entire DC Site’s database (taken from the client) along with the Transaction log to get the same in the same sync. Once it is done, the DC and DR get successfully synced under the replication configuration process.

In case you also face a similar issue, go through the following steps and overcome your concerns with utmost ease.

Sybase database load

Log in to windows server > USER > PRXXXX

Disaster Recovery (DR) Site for SAP ASE (Sybase)

C:\Users\prXXXX\Downloads\PRX2X0121.dmp

Go to power shell

Login database Command >> isql -Usapsa -SPRD -X -XXXXXXXXX -w9999

Database available path

Database load >> load database PRD from ‘C:\Users\prXXXX\Downloads\PRX1X0721.dmp’

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 1

Full DATA base completed

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 2

We have checked the transaction log

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 3

Go to a database in Sybase DB and fire the recovery transaction log

load transaction PRD from

‘D:\sybase\SybLogs\PRD-20XXX-07-16T12-00-01.dbxxn’

and checked the transaction load completed.

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 4

After checked the log for the path >> D:\sybase\PRD\ASE-16_0\install

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 5

Check log status

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 6

Replication is in sync mode from the DC server

Disaster Recovery (DR) Site for SAP ASE (Sybase) Database running with SAP Business Suite Applications 8

Here you go! You have successfully done with Performing Sybase Concurrent Transaction Log Backup with Full Database Backup

Leave a Reply