I have seen it before but it's been a while - What exact version of Umbraco are you using? And how old is the site? And is it big? You might need to truncate the Log table in the databse to fix this.
What databse are you using? MSSQL or MSSQL Express or?
Thanks for this, going to try and do some investigating in our companies server files and see whats happening. Fairly new to Umbraco and been thrust into taking over an existing website so it's a little bit trail by fire.
Empty Recycling Bin
Has anyone every tried to empty their content recycling bin and been told their server transaction logs are full.
I'm a new junior dev and just wondering if anyone has seen this before and how they got round it?
appreciate any suggestions.
Hi Daniel
I have seen it before but it's been a while - What exact version of Umbraco are you using? And how old is the site? And is it big? You might need to truncate the Log table in the databse to fix this.
What databse are you using? MSSQL or MSSQL Express or?
/Jan
Hi Jan,
My umbraco version is;
Umbraco version 7.10.4 assembly: 1.0.6684.15725
and I've inherited quite a large website and The server has IIS and SQL Server 2012 express.
Been trying to get my head round the back end the last few days but I cant seem to get past this issue.
hi Daniel,
If your transaction logs are full this probably something on the database server.
You probably ran out of disk space or your transaction log is limited to certain file size and that is reached.
This can probably help you out : https://docs.microsoft.com/en-us/sql/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002?view=sql-server-2017
Dave
HI Dave,
Thanks for this, going to try and do some investigating in our companies server files and see whats happening. Fairly new to Umbraco and been thrust into taking over an existing website so it's a little bit trail by fire.
Thanks again.
is working on a reply...