What happened?
Error when trying to start SAP Replication Server.
Error when trying to start SAP Replication Server.
Error Message:
E. 2020/12/14 21:39:52. ERROR #11061 GLOBAL RS(GLOBAL RS) - generic\sts\stscol.c(2631)
E. 2020/12/14 21:39:52. ERROR #11061 GLOBAL RS(GLOBAL RS) - generic\sts\stscol.c(2631)
Check the log for error messages from RSSD.
I. 2020/12/14 21:39:52. Message from server: Message: 7415, State 1, Severity 10 -- 'The transaction log in database RS1_RSSD is almost full. Your transaction is being suspended until space is made available in the log.
Reason:
Cause of the error: The transaction lof of the RSSD database is (almost) full.
I. 2020/12/14 21:39:52. Message from server: Message: 7415, State 1, Severity 10 -- 'The transaction log in database RS1_RSSD is almost full. Your transaction is being suspended until space is made available in the log.
Reason:
Cause of the error: The transaction lof of the RSSD database is (almost) full.
Solution:
use master
go
sp_helpdb RS1_RSSD --a check
sp_helpdevice rssd_log --a check
disk resize name = "rssd_log", size = "1500M"
go
alter database RS1_RSSD log on rssd_log = "1500M"
go
No comments:
Post a Comment