Installation guide
10.7.3 Restoring Permissions
If the server you upgraded from had site-specific permissions on system stored procedures, restore those
permissions in the upgraded server.
Context
10.7.4 Reenabling Replication Server After the Dataserver
Upgrade
If you disabled replication before the upgrade, you must reenable replication.
Procedure
1. Remove older formatted log records from your database.
2. Use the dump tran command to dump the database and transaction logs to remove the older format log
records from your database. This prevents Replication Agent
™
and other log readers from accessing the
preupgrade portion of the transaction logs.
1> use master
2> go
1> dump database sales to dumpdev
2> go
1> dump transaction sales with truncate_only
2> go
3. Reenable replication.
Related Information
Considerations When Upgrading from SAP ASE 15.0.x or Earlier [page 65]
86
©
2014 SAP SE or an SAP affiliate company. All rights reserved.
Installation Guide for Linux
SAP ASE Upgrades