Cause: This is caused by having the online logging already enabled for this particular object.
Solution: Use the following SQL to check online logging is in use: select CreateTimeStamp, DatabaseName (VARCHAR(30)), TVMName (VARCHAR(30)) from DBC.ArchiveLoggingObjsV;
Please check with your DBA, if the online backup is running then wait until backup is complete. This example stops
online archive logging on Table1. This example stops
online archive logging on all the tables in the DatabaseA.
|