IBM Support

Normal Copy failed with "Trunc Log on Chkpt is enabled" error

Troubleshooting


Problem

Normal Copy failed with "Trunc Log on Chkpt is enabled" error

Symptom

Sybase database should not have "trunc log on chkpt" enabled because dumping of logs will not happen. If you get the above error, the option has to be disabled using the following command:

?isql -U sa -P pw -S SYBSERVER
?sp_dboption <DBNAME>, 'trunc log on chkpt", false
?go
?exit

?Then you have to do Normal Full Copy before you can do Normal Copy.

[{"Business Unit":{"code":"BU051","label":"N\/A"},"Product":{"code":"SUPPORT","label":"IBM Worldwide Support"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB33","label":"N\/A"}}]

Document Information

Modified date:
02 November 2020

UID

ibm10745741